#shop {
	width: 95%;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	background-color: #D5D5D5;
	text-align: center;
	margin: 10px auto;
	padding: 10px 0px;
}
#products {
	background-color: #FFFFFF;
	text-align: left;
	margin: 10px auto 10px auto;
	padding: 5px 0px;
	width: 320px;
}

div#products h2 { 
	background-color:#000066;
	color:#FFFFFF;
	font-size:13px;
	margin-top:0;
	padding:5px;
	text-align:left; 
}
div#products a { text-decoration: none; font-weight: normal; font-size: 14px; line-height: 26px; margin-left: 10px; color: #000066;} 

div#products a.active { background: #000066; color: white; padding: 3px 0px; }

table#shop_list { margin: 10px auto;}
table#shop_list div { width: 150px; margin: auto; }
table#shop_list td { padding: 20px;}
table#shop_list td a { text-decoration: none }
table#shop_list td h2 { line-height: 16px; padding:0; text-align: center }table#shop_list td p { line-height: 14px; font-size: 12px; }
table#shop_list td p.price { line-height: 14px; font-size: 12px; text-align: right;  padding: 0px 0px 10px 0px;}
table#shop_list_product td { padding: 0px; }
table#shop_desc { margin-left: 10px; width: 90%; }
table#shop_desc td { vertical-align: top; }
table#shop_desc img.thumbs { width: 40px; }

div#cart{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #ABABAB;
    float: left;
    margin: 8px 0;
    padding: 10px 5px;
    width: 288px;

}

div#cart h2 { 
	background-color:#000066;
	color:#FFFFFF;
	font-size:13px;
	margin-top:0;
	padding:5px;
	text-align:left; 
}
div#cart td { text-align: center; padding: 10px; color: #000066; font-size: 12px; }
div#cart th { color: #000066; font-size: 13px; }

table#cart_t { width: 95%; margin: 20px auto; text-align: left; }
table#cart_t td { font-size: 12px;}
#checkout { padding: 10px; }#checkout p{ padding: 0px; margin-top: 20px; }
#shop_box img { border: 1px solid #000066 }

#cart_t .remove_product img { border: 0}
div#fancy_div label, div#fancy_div p { color: #121212 }
