body {
	color: #000;	
	
}

.product {
	
	margin-bottom: 10px;
	width: 750px;


	
}

.product h3 {
	font-family: Times;
	text-transform: uppercase;
}

a, th {
	color: #000;	
	
}

.product p {
	line-height: 16px;	
	
}

.product_image {

		float: left;
		margin-right: 15px;
		margin-bottom: 20px;

}

.clear {

	width: 100%;
	height: 0px;
	clear: both;
}

img {
	border: 0px;

}

/* Wines */

.wine_name {
	font-size: 11px;
	color: #600;	
	
}


/* CART */

#cart {


}

#cart table td {
	padding: 8px;
	vertical-align: top;
}

#cart table th {
	font-weight: bold;
	border-bottom: 2px solid black;
	padding: 5px;
	padding-top: 0px;
	
	text-align: left;
	font-size: 12px;
}

#cart table td.label {

	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: right;

}

#cart table td.value {

	padding-top: 5px;
	padding-bottom: 5px;
}

/* Product Page */

.product_info p {
	margin-left: 15px;	
}
