﻿div.product-block{
	border-bottom: 1px solid #3093be;
	padding:5px 0;
	margin:5px 0;
}
div.product-block h3{
	padding:0px;
	margin:0px;
}
div.product-block p{
	padding:0px;
	margin:0px;
}
div.product-block h3 a{
	color:#0378af;
	text-decoration:none;
}
div.product-block img{
	float:left;
	margin-right:10px;
}
div.product-price{
font-weight:bold;
}
#product-images{
	width:310px;
	float:left;
}
#product-cart{
	width:200px;
	float:left;
}	
#product-description{
	clear:both;
	padding-top:10px;
}
#addtocartform label{
	width:75px;	
}
#cart-display table th{	
	text-align:left;
	padding:3px;
	border-bottom:1px solid #999;	
}
#cart-display table td{	
padding:3px;
border-bottom:1px solid #999;
}
#cart-display .cart-options{
	font-size:80%;	
}
#cart-display table{
	margin-bottom:10px;	
}
input{
	padding:2px;	
}
#checkout-link{
float:right;	
}
#continue-shopping-link{
float:left;	
}
.cat-nav{
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	font-size:120%;
	font-weight:bold;
}
fieldset{
	padding:0px 10px;	
	margin-bottom:10px;
}
legend{
	margin-bottom:10px;	
	padding:0px 5px;
}

#order_name, #order_email, #billing_address1, #billing_address2,#delivery_address1, #delivery_address2{
	width:200px;
}
#checkouterror{
	color:red;	
	padding-bottom:10px;
}
