/*pagination*/

.pagination-header {
  padding-top: 5px;
  color: #848484;
  font-size: 13px;
  line-height: 29px;
  height: 29px;
}

.pagination-header .sort-block {
	position: relative;
}

.pagination-header .sort {
    border-bottom: 1px dashed #0495d7;
	cursor: pointer;
	color: #0495D7;
}
.pagination-header .sort:hover {color: #00D2FE;}

.pagination-header .sort-types-list {
	position: absolute;
	display: none;
	top: 0;
	left: 60px;
	z-index: 300;
	padding: 25px 10px 10px;
}
.pagination-header .sort-list-inner {
	padding: 4px 13px;
	background: #ffffff;
	border: 1px solid #d3cfcd;
	box-shadow: 0 2px 4px rgba(0,0,0,.6);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.6);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.6);
}
.pagination-header .sort-list-inner > LI {
    line-height: 21px;
    white-space: nowrap;
	min-width: 146px;
	border-top: 1px solid #E8E8E8;
}
.pagination-header .sort-list-inner > LI:first-child {border-top: none;}

.pagination .arrows {
   float: right;
   line-height: 30px;
}

.pagination .arrows A {
    margin-left: 12px;
    color: #30ace4;
    font-size: 14px;
    font-weight: bold;
}

.pagination .arrows A:hover{
    color: #00d2fe;
}

.pagination {
    padding-top: 20px;
}
.pagination.pg-top {
    padding: 10px 0 15px;
}

.pagination .paging-links A,
.pagination .paging-links SPAN.active,
.pagination .paging-links SPAN.three_dots{
    display: block;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    width: 33px;
    float: left;
}

.pagination .paging-links A{
    color: #2f2f2f;
    background: url(/img/design/pagination.png) no-repeat;
}

.pagination .paging-links A:hover{
    color: #0495d7;
    background: url(/img/design/pagination_hover.png) no-repeat;
}

.pagination .paging-links SPAN.active{
    color: white;
    background: url(/img/design/pagination_active.png) no-repeat center;
}
/******** end paging *************/