div.subcategories {
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #ccc;
	background-color: #F0F0F1;
	padding: 10px;
	clear: both;
	}

div.subcategories ul {
	list-style-type: none;
	list-style-image: none;
	}

div.subcategories ul li {
	list-style-image: none;
	display: block;
	float: left;
	width: 250px;
	}

ul.productlist {
	list-style-type: none;
	margin:0 0 0 0;
	font-size:8pt;
	}
	
ul.productlist li {
	display: inline;
	}
	
ul.productlist li a {
	float: left;
	display: block;
	width: 150px;
	padding: 10px 5px 10px 0px;
	text-align: left;
	/*border: 1px solid #330000;*/
	margin-right: 5px;
	text-decoration: none;
	text-align: center;
	}
	
ul.productlist li a:hover {
	/*border: 1px solid #222;*/
	text-decoration: underline;
	color: #CC9999;
	}
	
ul.productlist li a div.price {
	font-weight: normal;
	}
	
div.leftcolumn {
	float: left;
	width: 150px;
	margin: 20px 0 15px 0;
	}
	
div.leftcolumn img.lead {
	float: left;
	margin: 0 15px 15px 0;
	}

div.rightcolumn {
	float: right;
	width: 350px;
	margin:20px 10px 15px 0;
	}
	
h2.store {
	clear: both;
	padding: 5px;
	}
	
#poptions {
	padding: 0;
	list-style: none;
	margin: 0;
}

#poptions li {
	padding: 0;
	margin:0;
	list-style: none;
	list-style-image: none;
	padding-bottom: 15px;
	}
	
#poptions li label {
	padding: 0;
	margin: 0;
	width: 50px;
	}
	
form#addtocart {
	/*border-left: 5px solid #f0f0f0;*/
	padding: 0;
	}
	
form#addtocart input {
	line-height: 12pt;
	}
	
form#addtocart .price {
	font-size: 9pt;
	font-weight: bold;
	color: #330000;
	padding-bottom: 10px;
	}
	
p.buynow {
	border-top: 1px solid #F1F1f1;
	border-bottom: 1px solid #f1f1f1;
	padding: 10px;
	text-align: center;
	margin: 10px;
}	

a.pgalleryimage img {
	border: 1px solid #ccc;
	margin-right: 16px;
	}

a.pgalleryimage img:hover {
	border: 1px solid #222;
	}
	
.productinfotext {
	font-size: 12px;
	margin:15px 0 0 0;
	color:#330000;
}

.productprice {
	font-size:12px;
	margin:15px 0 0 0;
	}

.submitbtn {
	width:75px;
	background-color:#CC9999;
	height:20px;
	border:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#330000;
}

.qty {
	width:20px;
	background-color:#FFFFFF;
	height:20px;
	border:1px solid #CC9999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#330000;
	text-align:center;
}