.catLeftNav {
	width:222px;
	float:left;
	margin:20px 0px 0px 0px;
	padding:0px;
}
.catLeftNav .headerMiddle {
	width:222px;
	min-height:31px;
	float:left;
	margin:0px;
	padding:0px;
	background:url(/images/category/left_header_middle.jpg) repeat-y;
}
.catLeftNav .headerMiddle .header {
	width:222px;
	min-height:31px;
	float:left;
	margin:0px;
	padding:0px;
	background:url(/images/category/left_header_top.jpg) top left no-repeat;
}
.catLeftNav .headerMiddle .header .headerBottom {
	width:222px;
	min-height:31px;
	float:left;
	margin:0px;
	padding:0px;
	background:url(/images/category/left_header_bottom.jpg) bottom left no-repeat;
}
.catLeftNav .header h1{
	font-size:16px;
	font-weight:bold;
	color:#276688;
	font-family:Verdana;
	margin:7px 0px 7px 12px;
	padding:0px;
}
.catLeftNav .mainCatTitle {
	width:196px;
	float:left;
	margin:0px;
	padding:5px 12px;
	border-left:1px solid #E1E1E1;
	border-right:1px solid #E1E1E1;
	border-bottom:1px solid #E1E1E1;
	background:#FAFAFA;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
}
.catLeftNav .mainCatTitle li{
	list-style-type:none;	/* No bullets */
	margin:0px;
	background:url(/images/category/list.png) 10px 6px no-repeat;
	padding:2px 20px;
}
.catLeftNav .mainCatTitle li .more{
	list-style-type:none;	/* No bullets */
	margin:0px;
	padding:2px 20px;
	background:none !important;
	font-style:underline;
	font-weight:bold;
}
.catLeftNav .mainCatTitle ul{
	margin:5px 0px 0px 0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}
.bannerLeft {
	width:222px;
	float:left;
	height:215px;
	margin-top:12px;
}
.catContent {
	width:618px;
	margin-left:10px;
	margin-top:20px;
	float:left;
}
.breadcrumbs{
	margin-top:-10px;
	font-size:10px;
	height:20px;
	width:618px;
}
.breadcrumbs .a1{
	font-size:12px;
	font-family:Verdana;
	text-decoration:underline;
	color:#000000;
}
.breadcrumbs .a2{
	font-weight:bold;
	font-size:12px;
	font-family:Verdana;
	text-decoration:underline;
	color:#3366CC;
}
.breadcrumbs1{
	margin-top:5px;
	font-size:10px;
	height:20px;
	width:618px;
}
.breadcrumbs1 .a1{
	font-size:12px;
	font-family:Verdana;
	text-decoration:underline;
	color:#000000;
}
.breadcrumbs1 .a2{
	font-weight:bold;
	font-size:12px;
	font-family:Verdana;
	text-decoration:underline;
	color:#3366CC;
}
.catContent .banner{
	width:618px;
	height:196px;
	float:left;
}
.catContent .categories{
	width:618px;
	float:left;
	margin-top:10px;
	text-align: center;
	align: center;
}

.itemImg{
	width:154px;
	height:110px;
	vertical-align: bottom;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
}
.itemText{
	padding-right:3px;
	padding-left:4px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	width:147px;
}
.catContent .topSellers {
	width:618px;
	float:left;
	margin-top:20px;
}
.catContent .topSellers .header{
	width:618px;
	height:30px;
	float:left;
	background:url(/images/category/top_sellers.jpg) no-repeat;
}
.catContent .topSellers .content{
	width:616px;
	border-left:1px solid #E1E1E1;
	border-right:1px solid #E1E1E1;
	border-bottom:1px solid #E1E1E1;
	float:left;
}
.topSellersItems{
	width:616px;
}
.topSellersItems .img{
	width:205px;
	height:162px;
	vertical-align: middle;
	text-align:center;
}
.topSellersItems .img img{
	max-width:150px; width: expression(this.width > 150 ? 150: true);
	max-height:140px; height: expression(this.height > 140 ? 140: true);
}
.topSellersItems .title{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#3366CC;
	padding-right:18px;
	padding-left:10px;
	height:50px;
	width:177px;
}
.topSellersItems .title a{
	color:#3366CC;
}
.topSellersItems .description{
	font-family:Verdana;
	font-size:10px;
	color:#181818;
	padding-right:18px;
	padding-left:10px;
	height:50px;
	width:177px;
}
.topSellersItems .price{
	font-family:Verdana;
	padding-left:10px;
	font-size:10px;
	color:#5D5D5D;
	height:24px;
	width:177px;
}
.topSellersItems .price span{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#5A9F31;
}
.topSellersItems .cart{
	padding-left:8px;
	padding-bottom:10px;
}
.prodDescription {
	width:205px;
	float:left;
}
.prodDescription .title{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#3366CC;
	padding-right:18px;
	padding-left:10px;
	height:50px;
}
.prodDescription .description{
	font-family:Verdana;
	font-size:10px;
	color:#181818;
	padding-right:18px;
	padding-left:10px;
	height:50px;
}
.prodDescription .price{
	font-family:Verdana;
	padding-left:10px;
	font-size:10px;
	color:#5D5D5D;
	height:24px;
}
.prodDescription .price span{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#5A9F31;
}