/*Pagination starts*/

.white_box
{
	float:left;
	width:632px;
	height:auto;
	padding-top:10px;
}
.white_box_top
{
	float:left;
	width:633px;
	height:8px;
	background-image:url(../images/inner_left_white_box.png);
	background-repeat: no-repeat;
	background-position:center;
}
.white_box_cen
{
	float:left;
	width:613px;
	height:auto;
	background-image:url(../images/inner_left_white_boxcen.png);
	background-repeat: repeat-y;
	padding-left:10px;
	padding-right:10px;
}
.white_box_bot
{
	float:left;
	width:633px;
	height:8px;
	background-image:url(../images/inner_left_white_boxbot.png);
	background-repeat: no-repeat;
	background-position:center;
}
.sortby_right
{
	float:right;
	width:auto;
	height:auto;
}
.pagination {
    display: inline-block;
    height: auto;
    margin: 0 auto !important;
    padding: 0;
    width: auto !important;
}
.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 10px;
}

.pagination a{
    background: none repeat scroll 0 0 #2D2D2D;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    margin-left: 8px;
    padding: 8px 12px;
    text-align: center;
    text-decoration: none;
}
.pagination a:visited {
    background: none repeat scroll 0 0 #005D95;
}

.pagination a:active {
    background: none repeat scroll 0 0 #BB5427;
}

.pagination a:hover{
background: #E47A38;
}

.pagination a.currentpage{
background-color: #BB5427;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext, .pagination a.prev {
    background: url("../images/pag-next.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 16px;
    width: 68px;
}
.pagination a.prev{
	background:url("../images/pag-prev.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.footer_pagination {
    float: left;
    margin-top: 25px;
    width: 1024px;
}

.footer_pagination_inner {
    background: none repeat scroll 0 0 #F9F9F9;
    padding: 15px 0;
    text-align: center;
    width: 1024px;
}

/*Pagination ends*/

