@CHARSET "ISO-8859-1";


/*
#content h1 {
	background-image: none;
	margin-left: 9px;	
	margin-top: 7px;
	margin-bottom: -2px;
}
*/

#category_product_holder { /* product category pale blue holder */
	width: 734px;
	background-color: #E6EAED;
	margin-left: 14px;
	margin-bottom: 23px;
	padding-top: 30px;
	position: relative;
	top: 22px;
}

#category_product_holder div.product_inner h4,
#category_product_holder div.product_inner p
{
	padding-left: 0;
	margin-left: 0;
}

#category_product_holder:after
{
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.cat_product{ /* product catgory holder */
   float: left;
   width: 242px;
   height: 300px;
}

.product_inner{ /* product inner holder */
	width: 149px;
	margin-left: 43px;
}

.product_inner p {
	margin-left: 0;
}

.product_img_holder{
	width: 150px;
	height: 150px;
	background-color: #bdd4d9;
	margin-top: 20px; 
}

.product_img_holder img{
	border: 1px solid #094657;
	position: relative;
	top: 2px;
	left: 2px;
}

#category_product_holder a {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
}

#category_product_holder p {
	color: #666666;
	margin-left: 5px;
	font-size: .7em;
	padding: 0;
}

#category_product_holder p.description {
	margin-top: 0;
}

div.clear {
	clear: left;
	width: 87%;
	margin-left: 42px;
	border-top: 1px solid #bdd4d9;
	}
	
#page_numbering { 
	float: right;
}

