/** browse.css **/

.productlist_nav {
	display: block;
	float: left;
	width: 770px;
	height: 63px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url("layout/usb/css/PIE.htc");
	margin-top: 2px;
	text-align: center;
}
.productlist_nav.reduced {
	height: auto;
	margin-top: -35px;
	z-index: 1000;
}
.productlist_nav.reduced .search_pagenav {
	font-size: 16px;
	color: #9d9d9d;
	display: inline;
	width: auto;
	float: right;
	position: relative;
	z-index: 1000000000;
}
.productlist_nav.reduced.bottom {
	margin: 0;
	text-align: center;
}
.productlist_nav.reduced.bottom .search_pagenav {
	border-bottom: 2px dotted #414141;
	width: 770px;
	clear: both;
	padding: 15px 0px 20px 0;
	margin-bottom: 20px;
	text-align: center;
}
.productlist_nav.reduced.bottom .search_pagenav .pages {
	float: none;
	margin-right: 0px;
}
.productlist_nav.reduced .search_pagenav .articlePages a.articlePages_activeLink {
	font-size: 16px;
}
.productlist_nav.reduced .search_pagenav .articlePages a {
	font-size: 16px;
	line-height: normal;
	margin: 0;
}
.productlist_nav.reduced .search_pagenav .pages {
	float: left;
	margin-right: 10px;
}
.productlist_nav.reduced .search_pagenav .browseNext a {

	float: left;
	width: 21px;
	height: 21px;
	background: url(../img/btn_next_sm.png) no-repeat;
	margin: 0 1px;
}
.productlist_nav.reduced .search_pagenav .browsePrevious a {
	float: left;
	width: 21px;
	height: 21px;
	background: url(../img/btn_previous_sm.png) no-repeat;
	margin: 0 1px;
}
.productlist_nav.reduced.bottom .search_pagenav .browseNext a, .productlist_nav.reduced.bottom .search_pagenav .browsePrevious a {
	float: none;
	display: inline-block;
	position: relative;
	top: 4px;
}
.productlist_nav.reduced .search_pagenav .browsePrevious img,
.productlist_nav.reduced .search_pagenav .browseNext img {
	display: none;
}
.cb_more {
	width: 770px;
	left: 0;
	text-transform: uppercase;
	color: #9d9d9d;
	line-height: 63px;
}
.search_pagenav {
	text-align: center;
	text-transform: uppercase;
	float: left;
	width: 100%;
	position: relative;
}
.search_pagenav.bottom {
	margin-top: -20px;
	margin-bottom: 20px;
}
.browsePrevious, .browseNext, .articlePages {
	display: inline;
}
.browseNext img {
	position: absolute;
	right: 10px;
	top: 7px;
}
.browsePrevious img {
	position: absolute;
	left: 10px;
	top: 7px;
}
.articlePages a {
	font-size: 20px;
	color: #333333;
	line-height: 55px;
	margin: 0 5px;
	text-shadow: 1px 1px 0 #D6D6D6;
}
.articlePages a.articlePages_activeLink {
	color: #F4903C;
	font-size: 27px;
}
.sortBox {
	float: left;
	width: 100%;
	margin: 5px 0;
}
.sort_drop_label {
	font-size: 18px;
	color: #717272;
	clear: both;
	float: left;
	display: block;
	margin: 10px 10px 0 10px;
}
.articleOrder {
	float: left;
	margin-top: 6px;
	font-size: 15px;
}
