
div.simplecart_product {
	width: 250px;
	height: 140px;
	float: left;	
	border: #666 1px solid;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow-y: hidden;
	overflow-x: hidden;
}
	
div.simplecart_product img {
	float: left;
	width: 130px;
	margin-right: 10px;	
}

div.simplecart_product form {
		
}

div.simplecart_product .product_name	{ display: block; font-weight: bold; }
div.simplecart_product .price           { display: block; }
div.simplecart_product .add_to_cart     { display: block; }

#simplecart_cart table {
	border-collapse: collapse;	
}

#simplecart_cart table td {
	padding: 4px 6px;
	margin: 0;
	border: #666 1px solid;
	font-size: 1.1em;
}

#simplecart_cart table td input.qty {
	width: 20px;
	text-align: right;
}

#simplecart_buttons {
	width: 200px;
	text-align: center;
}

#simplecart_buttons input.update {
	
}

#simplecart_buttons input.empty {
	margin-left: 4px;
}

#simplecart_buttons input.checkout {
	margin-left: 4px;	
}

#simplecart_shipping {
	width: 200px;
	text-align: center;	
}

#simplecart_cart #shipping_zip {
	width: 40px;	
}

.note {
	padding: 20px; 	
}

.error {
	padding: 20px;
	color: #fff;
	background: #990000;
	font-weight: bold;	
}
