/*Appellation and end category pages.  Also used on Press page and Wine offers. */
#content h2 {
	clear:both;
	margin:2em 0 0 0;
}
#content p img{
	float:right;
	margin:0 0 10px 20px;
}
table{
	border-top:1px solid #ccc;
	border-spacing:0;
	margin:0.5em 0;
	width:104px;
}
td, th{
	border-bottom:1px solid #ccc;
	padding:0.3em 0.2em;
	font-size:11px;
	font-weight:normal;
	text-align:left;
}
td{text-align:right;}
.productList li hr {/*clearing the list items to make list appear as a grid.  hr added progromatically. */
	clear:both;
	visibility:hidden;
	width:600px;
}
.productList li{
	float:left;
	margin-right:34px;
	padding-bottom:28px;
	position:relative;
	display:block;
}
.productDetails {
	display:block;
	width:180px;
	min-height:80px;
}
.productDetails img{
	border:2px solid #efefef;
	float:right;
}
/*Extra details is the More info, organic and archive links.*/
.extraDetails a{
	position:absolute;
	right:0;
}
.extraDetails a.organic {left:0;}
.extraDetails a.archived {left:40px;}
/*over riding table styles for the Buy now table on the offer detail page.*/

#content .genericTable{
	border-top:none;
	width:500px;
}
.genericTable td, .genericTable th{
	font-size:12px;
	text-align:left;
}
/*
These styles are old - should be deleted before going live.
.productList li{
	font-size:12px;
	width:207px; /*Opera*//*
	min-height:15em;
}
.productList {
	clear:both;
	width:700px;
	margin-right:-60px;
}
.productDetails {
	position:relative;
	margin-bottom:15px;
}
.productDetails a{
	height:4.5em;
	overflow:hidden;
}
.productList span {
	clear:both;
	float:left;
	width:195px;
}
.productList li ol {
	margin: 10px 0 0 0;
	border-top:1px solid #CCC;
	float:left;
	width:120px;
	background-color:#FFF;
}
.productList li ol li {
	border-bottom:1px solid #CCC;
	padding:3px 5px 3px 5px;
	margin:0;
	min-height:0;
}
.productList li ol li span {
	display:block;
	width:52px;
	border-right:1px solid red;
}
.productList img {
	float:right;
	margin: 0;
}
.productList a {
	display:block;
	clear:left;
}
.productList li li {
	border:none;
	width:110px;
}
.findOutMore {
	display:block;
	clear:both;
	float:left;
}
.extraDetails a{
	height:20px;
}
.productList a.organic {
	float:left;
	margin:-5px 0 0 5px;
}
*/
