/* CSS Document */

.catContent {
	float: left;
	width: 739px;
}
.catFlashBanner {
}
h1 {
	border-bottom: 1px solid #666;
}
.pagination {
	font-size: 1.05em;
	padding: 10px;
}
.pagination a {
	text-decoration: none;
	padding: 2px;
}
.pagecountsel {
	color: #FFF;
	background-color: #AAA;
	width: 18px;
	height: 18px;
	display: inline-block;
	text-align: center;
	#position: relative;
	#top: 2px;
}
.pagination .perpage {
	float: right;
	margin: 0px;
	padding: 0px;
}

.productWrapper {
	clear: both;
}
.prodRow {
	clear: both;
}
.search .productItem, .search .productItemStart {
	margin-right: 8px;
}
.productItem, .productItemend, .productItemStart {
	float: left;
	width: 235px;
/*	height:310px;*/
	overflow:hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	margin-right:10px;
	margin-top:10px;
	background: no-repeat top center;

	text-decoration: none;
}
.productItemend, .search .productItemend {
	margin-right: 0px;
}
.productItemStart {
	clear: left;
}
.productImage
{
	width:250px;
	height:250px;
}
.productTitle {
	font-size: 14.4px;
	font-weight: bold;
	margin: 3px 0px 3px 0px;
}
.productPrice {
	background-color: #333;
	color: #FFF;
	float: left;
	padding: 1px 2px 1px 2px;
}
.productPriceOffer {
	font-weight: bold;
}
.productPriceOffer .NOWgrp {
	color: #C00;
	font-size: 1.5em;
	white-space: nowrap;
}
.catLeft {
	float:left;
	margin-bottom:10px;
	padding-right:10px;
	position:relative;
	width:215px;
}
.catLeft .top10 {
	padding-right: 0px;
}
.subCats h3 {
	color: #1A4067;
	font-size: 15px;
}
.subCats h4 {
	font-size: 14px;
	text-decoration: underline;
}
.subCats ul {
	list-style: none;
	margin: 5px 0px 15px 0px;
	padding: 0px;
}
.subCats ul li {
	padding-left: 10px;
	margin: 3px 0px 7px 0px;
}
.subCats ul .thisCat {
	background: no-repeat center left url(../images/category/catArrows.gif);
}
.subCats ul .thisCat a {
	color: #1A4067;
}
.subCats ul a {
	text-decoration: none;
}

.WASPrice {
	font-weight: bold;
	padding-right: 3px;
}
.NOWPrice {
	font-weight: bold;
	color: #CC0000;
	font-size: 1.5em;
	white-space: nowrap;
}