/* CSS Document */
.wineListItemWithImage {
	padding-top:5px;
}
.wineListItemWithImage a {
	font-size:14px;
}
.organicListItem a {
	color:#666633;
}
.wineListItemWithImage img {
	margin:0 0 -5px 0;
}

#productDetails h2 {
	background:#FFF url(/img/description.gif) no-repeat 0 0;
}
#content ul {
	margin-bottom:30px;
}
#content #productDetails {
	width:370px; 
	float:left;
}
#productImage{
	float:right;
	width:239px;
}
#productImage img{
	border:2px solid #efefef;
	margin-bottom:6px;
}
#content #tastingNotes {
	float:right;
	clear:both;
	padding:10px 10px 0 0;
}
#content #tastingNotes img {
	margin:0 7px -5px 0;
}
#content .genericTable {
	clear:left;
	width:370px;
	margin-bottom:20px;
	border-collapse:collapse;
}
#content .genericTable td, #content .genericTable th {
	padding:4px;
	border-bottom:1px solid #D8D7D7;
}
#content #relatedProduct {
	float:left;
	width:390px;
	margin-top:40px;
}
#content #relatedProduct h2 {
	margin-bottom:15px;
}
#content #relatedProduct img {
	float:left;
	clear:both;
}
#content #relatedProduct ul {
	/*margin-top:15px;*/
	width:300px;
	float:right;
}
#content #relatedProduct #youMightAlsoTitle {
	float:left;
	clear:both;
}
.buyNowImage {
	margin-bottom:-3px;
}
#recommendFriend {
	clear:both;
}
/*----------------- Product Review --------------------*/
#productReviews {
	width:253px;
	float:right;
	margin-top:40px;
}
#productReviews blockquote {
	padding:0 0 0 32px;
	margin:10px 0 0 0;
	background:#fff url(/img/quotes.gif) no-repeat 8px 0;
}
#productReviews p {
	font-size:11px;
}
#productReviews blockquote p {
	margin:0 0 10px 0;
	font-size:12px;
}
#productReviews blockquote cite {
	display:block;
	clear:both;
	padding-bottom:5px;
	font-style:normal;
}
