/* ----- Pagination ---- */
/*Changed the name of the class from pagination to commonpagination to avoid conflict with the pagination class of above.com */
.commonpagination {
	height:20px;
	line-height:20px
}
.commonpagination .first {
	width:14px;
	height:20px;
	display:inline-block;
	cursor:pointer;
	background:url(/paging/img/pagi.gif) center !important;
	background-position:0 0 !important;
}
.commonpagination .first:hover {
	background:url(/paging/img/pagi.gif) center !important;
	background-position:0 -26px !important;
}
.commonpagination .firstDsbl {
	width:14px;
	height:20px;
	display:inline-block;
	background:url(/paging/img/pagi.gif) center !important;
	background-position:0 -52px !important;
}
.commonpagination .prev {
	width:14px;
	height:20px;
	display:inline-block;
	cursor:pointer;
	background:url(/paging/img/pagi.gif) center !important;
	background-position:-14px 0 !important;
}
.commonpagination .prev:hover {
	background:url(/paging/img/pagi.gif) center !important;
	background-position:-14px -26px !important;
}
.commonpagination .prevDsbl {
	width:14px;
	height:20px;
	display:inline-block;
	background:url(/paging/img/pagi.gif) center !important;
	background-position:-14px -52px !important;
}
.commonpagination .next{
	width:14px;
	height:20px;
	display:inline-block;
	cursor:pointer;
	background:url(/paging/img/pagi.gif) center !important;
	background-position:-28px 0 !important;
}
.commonpagination .next:hover {
	background:url(/paging/img/pagi.gif) center !important;
	background-position:-28px -26px !important;
}
.commonpagination .nextDsbl {
	width:14px;
	height:20px;
	display:inline-block;
	background:url(/paging/img/pagi.gif) center !important;
	background-position:-28px -52px !important;
}
.commonpagination .last {
	width:16px;
	height:20px;
	display:inline-block;
	cursor:pointer;
	background:url(/paging/img/pagi.gif) center !important;
	background-position:-42px 0 !important;
}
.commonpagination .last:hover {
	background:url(/paging/img/pagi.gif) center !important;
	background-position:-42px -26px !important;
}
.commonpagination .lastDsbl {
	width:14px;
	height:20px;
	display:inline-block;
	background:url(/paging/img/pagi.gif) center !important;
	background-position:-42px -52px !important;
}
.pageno {
	border: 1px solid #CCCCCC;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-align: center;
	width: 32px;
}