/*
	Switch Media - http://www.switch-media-group.com 
*/

.pagination{
/*padding: 2px;*/
margin: 0em 0;
/*clear: both;*/
}

* html .pagination{
/*padding: 2px;*/
/*margin: 1em 0;*/
/*clear: both;*/
}

*:first-child+html .pagination{
/*padding: 2px;*/
/*margin: 1em 0;*/
/*clear: both;*/
}

.pagination ul{	
margin: 0;
padding: 0;
text-align: right; /*Set to "left" or "right" to left/right align pagination interface*/
font-size: 100%;
float: right;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
font-size: 11px;
font-weight:bold;
color: #FFFFFF;
}

*:first-child+html .pagination li{ /*IE7 only CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .pagination li{ /*IE6 and below CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 0px solid #9aafe5;
text-decoration: none; 
}

.pagination a:hover{
border: 0px solid #2b66a5;
}

.pagination a.currentpage{ /*Style for currently selected page link*/
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #929292;
border-color: transparent;
}

/* for Internet Explorer 6 */
/*\*/
* html a.disabled, .pagination a.disabled:hover { /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #929292;
border-color: transparent;
}
/**/

.pagination a.prevnext{ /*Style for previous and next link*/
font-weight: bold;
}

.loading-area{
	height: 176px;
	text-align:center;
}
* html .loading-area{
	height: 186px;
	text-align:center;
}
*:first-child+html .loading-area{
	height: 186px;
	text-align:center;
}


.pagination a.prev{ /*Style for previous link*/
	background: url("../images/interface/pageButtonGrey_backward.jpg") no-repeat center;
    width: 15px;
}
.pagination a.prevdisabled{
	cursor: default;
	background: url("../images/interface/pageButtonGrey_backward.jpg") no-repeat center;
    width: 15px;
}


.pagination a.next{ /*Style for next link*/
	background: url("../images/interface/pageButtonGrey_forward.jpg") no-repeat center;
    width: 15px;
}
.pagination a.nextdisabled{
	cursor: default;
	background: url("../images/interface/pageButtonGrey_forward.jpg") no-repeat center;
    width: 15px;
}

