html {
	font: 11px arial;
}
.pagingHeader {
	background-color: #e9f0d8;
	color: #404040;
	width: 100%;
	border: 1px solid #cecece;
	margin: 0px auto 5px;
	overflow: auto;
}
.pagingHeader a {
	text-decoration: none;
	font-size:12px;
	color: #404040;
}
.navPageCount {
	float: right;
	font-size: 11px;
	padding: 4px 15px;
}
.navPageLinks {
	float: right;
	width: auto;
}
.navPageLinks ul.headerList {
	float: left;
	height: 24px;
}
.navPageLinks ul.headerList li {
	float: left;
	margin: 0px;
	text-align: center;
}
.navPageLinks .pageLink a {
	/*background: url(images/pg-page-on.gif) no-repeat 0 0;*/
	color: #9E9F9E;
	display: block;
	font-weight: bold;
	height: 16px;
	padding: 4px 0;
	width: 24px;
}
.navPageLinks .pageCurrent {
	/*background: url(images/pg-page-down.gif) no-repeat 0 0;*/
	display: block;
	font-size:12px;
	font-weight: bold;
	height: 16px;
	padding: 4px 0;
	width: 24px;
}
.navPageLinks li.pageStartOff, .navPageLinks li.pageEndOff, .navPageLinks li.pageNextOff, .navPageLinks li.pagePrevOff {
	height: 0;
	overflow: hidden;
	padding-top: 24px;
	width: 12px;
}
.navPageLinks li a {
	display: block;
	height: 0;
}
/*
.navPageLinks li.pageStartOff {
	background: url(images/pg-start-off.gif) no-repeat 0 4px;
}
.navPageLinks li.pageEndOff {
	background: url(images/pg-end-off.gif) no-repeat 0 4px;
}
.navPageLinks li.pagePrevOff {
	background: url(images/pg-prev-off.gif) no-repeat 0 4px;
}
.navPageLinks li.pageNextOff {
	background: url(images/pg-next-off.gif) no-repeat 0 4px;
}
.navPageLinks .pageEndOn a {
	background: url(images/pg-end.gif) no-repeat 0 4px;
}
.navPageLinks .pageStartOn a {
	background: url(images/pg-start.gif) no-repeat 0 4px;
}
.navPageLinks .pageNextOn a {
	background: url(images/pg-next.gif) no-repeat 0 4px;
}
.navPageLinks .pagePrevOn a {
	background: url(images/pg-prev.gif) no-repeat 0 4px;
}
*/
.navViewList {
	float: right;
	padding: 5px;
}
/* BASE LIST STYLES */
ul.headerList {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.headerList li {
	list-style: none;
}
/* SORT LIST */

.navSortList {
	font-size: 10px;
	overflow: auto;
	padding: 5px;
}
.navSortList li {
	float: left;
}
.navSortList li a {
	/*background: url(images/pg-not-selected.gif) no-repeat 0 3px;*/
	display: block;
	padding-left: 20px;
}
.navSortList li a.sortSelectedUp {
	text-decoration: underline;
}
.navSortList li a.sortSelectedDown {
	text-decoration: underline;
}
/* VIEW LIST */
/*#navViewList {*/
/*	font-size: 10px;*/
/*	height: 14px;*/
/*}*/
/*#navViewList li {*/
/*	float: left;*/
/*	margin: 0 10px;*/
/*}*/
/*#navViewList li a#gridView {*/
/*	background: url(images/pg-grid.gif) no-repeat 0 2px;*/
/*	display: block;*/
/*	padding-left: 12px;*/
/*}*/
/*#navViewList li a#listView {*/
/*	background: url(images/pg-list.gif) no-repeat 0 2px;*/
/*	display: block;*/
/*	padding-left: 12px;*/
/*}*/
#wrapper {
	clear: both;
	overflow: hidden;
	width: 100%;
}
dl.viewModeGrid {
	float: left;
	margin: 2px;
	padding: 5px;
	width: 150px;
	height: 215px;
}
dl.viewModeGrid dt, dl.viewModeGrid dd {

}
dl.viewModeGrid dt.itemTitle {
	font-weight: bold;
	text-align: center;
}
dl.viewModeGrid dd.itemImage {
	height: 105px;
	margin: 0 auto;
	width: 150px;
}
dl.viewModeList {
	clear:both;
}
dl.viewModeList dt, dl.viewModeList dd {
	float: left;
	padding-top: 20px;
	width: 125px;
}
dl.viewModeList dt.itemTitle {
}
dl.viewModeList dd.itemImage {
	float: left;
	padding: 10px 10px 10px 0px;
	width: 110px;
}
.salesPrice {
	color: #b50104;
	font-weight: bold;
}
.navPageFilters select {
	width: 90px;
}
.navPageFilters #color {
	margin-right: 3px;
}
.itemIcon {
	font-size: 14px;
	padding: 3px 0;
	color: #67BC45;
	min-height: 17px;
}
.itemImage a {
	float: left;
}
.itemTitle {
	width: 110px;
}
.itemAbstract {
	padding: 2px 0px;
}
.viewModeGrid .prSnippetEngine {
	padding: 0px !important;
}
.viewModeGrid .prSnippetEngine div {
	padding: 1px 0px !important;
}
.viewModeGrid .pr_snippet_product .prSnippetTitle {
	display: none !important;
}
.viewModeGrid .pr_snippet_product .prSnippetRatingDecimal {
	float: left;
	width: 65px;
	display: none;
}
.viewModeGrid .pr_snippet_product .prSnippetNumberOfRatingsText {
	display: none !important;
	clear: left;
}
.viewModeGrid .prStars {
	height: 15px;
	width: 85px !important;
}
.viewModeGrid .pr_snippet_product .prSnippetWriteReview {
	display: none !important;
}
.viewModeGrid .pr_snippet_product .prSnippetReadReviews {
	clear: left;
}
