h3 {
	color: #CC3333;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
	border-bottom: 1px solid #f0f0f0;
}

#shop_subcategories .category {
	display: block; 
	float: left; 
	width: 164px; 
	height: 240px; 
	overflow: hidden;
	background: url('../../images/shop_category_bg.gif') no-repeat;
	margin: 0 10px 10px 0;
}

#shop_subcategories .category img {
	border: 1px solid #cccccc;
	margin: 15px auto auto 15px;
}

#shop_subcategories .category a.title {
	display: block;
	color: #555555;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	margin: 15px 0 0 15px;
	text-decoration: none;
}

#shop_subcategories .category .lead {
	display: block;
	color: #555555;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 0 15px;
	text-decoration: none;
}

#shop_subproducts .product {
	display: block; 
	float: left; 
	width: 100%; 
	/*height: 170px;*/ 
	overflow: hidden;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	background-color: #fafafa;
	margin: 0 10px 10px 0;
}

#shop_subproducts .product .product_image {
	display: block;
	float: left;
	width: 180px;
	margin: 7px;
}

#shop_subproducts .product .product_image img {
	border: 1px solid #555555;
}

#shop_subproducts .product .product_content {
	font-family: verdana;
	margin: 5px;
	font-size: 11px;
	color: #555555;
}

#shop_subproducts .product .product_content a {
	font-size: 14px;
	text-decoration: none;
	color: #cc3333;
}

table.cart {
	border: 1px solid #f0f0f0;
	font-family: verdana;
	font-size: 11px;
	color: #555555;
	background-color: #f0f0f0;
	spacing: 0;
}

table.cart th {
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;
	background-color: #CC3333;
	padding: 4px;
	spacing: 0;
}

table.cart td {
	padding: 4px;
	spacing: 0;
}

table.cart td input {
	width: 60px;
	border: 1px solid #555555;
	margin-left: 1px;
}

#cart {
	display: block;
	float: left;
	margin-top: 0px;
	width: 236px;
	height: 120px;
	background: url('../../images/bg_login.png') no-repeat;
}

