@CHARSET "UTF-8";

div#subcont{
	
	width: 100%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#subcont *{
	background: #eeeeee;
}

.subcategory, .selectedsubcategory{
	float: left;
	padding: 6px;
	width: 200px;
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	
}

div#subcol{
	width: 646px;
	margin: auto;	
}

div#subcats{
	height: 100%;
}

div#subcats h3{
	margin: 6px;
	margin-left: 10px;
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
}

.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#eeeeee; margin:0 5px;}
.b2f {height:1px; background:#eeeeee; margin:0 3px;}
.b3f {height:1px; background:#eeeeee; margin:0 2px;}
.b4f {height:2px; background:#eeeeee; margin:0 1px;}
div#subcats {background: #eeeeee;}
/*div#subcats div {margin-left: 5px;}*/


div#prodcontainer{
	background: #b0b0b0;/* url(../images/cat_bg.gif) repeat-x top center;*/
	padding-top: 8px;
	padding-bottom: 8px;
}


.product{

	width: 760px;
	margin: auto;
	
	font-size: 12px;
	font-family: verdana, arial;
	font-weight: bold;
	
	margin-bottom: 8px;
	
	background: white;
	
	padding: 10px;

}

.quantity{
	width: 20px;
	border: 1px solid black;
	vertical-align: middle;
}

.quantstring{
	float: left;
	font-size: 10px;
	margin: 4px;
	vertical-align: middle;
	margin-top: 10px;
}	

.add{
	background: url(../images/add-to-cart.gif) no-repeat center left;
	height: 33px;
	width: 90px;
    border:0;
}

.product-name{
	font-size: 12px;
	font-family: verdana, arial;
	font-weight: bold;
}

.imgcont{
	float: left;
	margin: 6px;
}

.listprice, .sellprice{
	display: inline;	
}

.sellprice{
	color: red;	
}

.prices {
	float: right;	
}


