/* CSS Document */
#crumbNav, #crumbNav a{
	text-align: left;
	font-weight: normal;
	font-size: 8.5pt;
	color: #FFF;
}
#crumbNav{
	margin-bottom: 20px;
}


#subCats h4{
	margin: 0px 0px 10px 0px;
}
#subCats{
	width: 488px;
	margin-bottom: 15px;
	padding: 10px;
	text-align: left;
	background: #FFF;
}
#subCats a{
	float: left;
	display: block;
	width: 200px;
	margin: 0px 3px 3px 0px;
	padding: 0px 10px;
	text-decoration: none;
	border: 1px solid #CCC;
}
#subCats a:hover{
	background: #EEE;
}


#products h4,
#cat_products h4{
	margin: 20px 0px 10px 0px;
	font-size: 12pt;
}
#products h4:first-child,
#cat_products h4:first-child{
	margin-top: 0px;
}
#products,
#cat_products{
	width: 488px;
	margin-bottom: 15px;
	padding: 10px;
	text-align: left;
	background: #FFF;
}
#cat_products a,
.detail_img a{
	float: left;
	display: block;
	width: 95px;
	margin: 0px 5px 5px 0;
	padding: 10px;
	text-align: center;
	font-size: 9pt;
	background: #CCC;
	border: 1px solid #000;
}
#cat_products a:hover{
	text-decoration: none;
	background: #EEE;
}
#cat_products a img,
.detail_img a img{
	width: 75px;
	height: 75px;
	margin-bottom: 8px;
	border: 1px solid #666;
}
#cat_products a span{
	font-size: 8.5pt;
	font-weight: normal;
	color: #666;
}

.prodResult:hover{
	border: 1px solid #000 !important;
	cursor: pointer !important;
}
.rel_prod_link:hover{
	background: #EEE;
	cursor: pointer;
}


#my_cart{
	width: 486px;
	padding: 10px;
	background: #CCC;
	border: 1px solid #000;
}
.cart_prods{
	width: 486px;
	margin-bottom: 10px;
	font-size: 8.5pt;
	border-collapse: collapse;
}
.cart_prods td{
	vertical-align: middle !important;
	background: #EEE;
	border: 1px solid #666;
}
.cart_prods td.row_blank{
	height: 10px;
	background: none;
	border: none;
}
.prodInfo{
	width: 194px;
	padding: 3px;
	font-size: 12pt;
	text-align: left;
}
.prodInfo span{
	display: block;
	font-size: 8.5pt;
}
.prodPrice{
	width: 75px;
	padding: 3px;
}
.prodQty{
	width: 40px;
	padding: 3px;
}
.prodTotal{
	width: 75px;
	padding: 3px;
}
.remove{
	width: 70px;
	padding: 3px;
}
#orderDetails{
	width: 100%;
}
#orderDetails td{
	padding: 5px;
}
#orderDetails td:first-child{
	font-weight: bold;
}
#orderDetails td.heading{
	padding: 15px 5px;
	font-size: 14pt;
}