html{
	font-family: arial, sans-serif;
}

.clear{ clear: both; width: 100%; line-height: 0px;}

#shop_nav ul li{
	float: left;
	margin: 7px 12px;
}

#shop_nav{
	height: 30px;
	width: 100%;
	background-color: #EFEFEF;
}

.categorybox{
	float: left; 
	margin: 5px; 
	width: 130px; 
	height: 150px;
	border: 1px solid #DCDCDC;
	background-color: #fff;
	padding: 10px;
}

.categoryheader{
	text-align: center;
	padding: 5px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.categorycontent .thumb{
	margin: 10px auto;
	padding: 2px;
}

.productbox{
	float: left; 
	margin: 10px; 
	width: 280px; 
	height: 170px;
	border: 1px solid #DCDCDC;
	background-color: #fff;
	padding: 10px;
}

.productheader{
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}

.productcontent .thumb{
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 2px;
}

.productcontent p{
	font-size: 10px
}

table{
	width: 100%;
}

table .title{
	font-weight: bold;
}

.custom_featuredproduct{
	float: left; 
	margin: 10px; 
	width: 100px; 
	height: 200px;
	border: 1px solid #DCDCDC;
	background-color: #fff;
	padding: 10px;
}

.custom_featuredproduct a img{
	max-height: 150px;
}
