/* @override http://corsavino.com/_support/css/productsingle.css */

body.product {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #0a0a0a;
}

a.foxycart.bottle {
	width: 140px;
	background: url(/_support/img/cart-sprite.png) no-repeat 0 -26px;
	height: 32px;
	text-indent: -9999px;
	display: block;
	float: left;
	margin-right: 12px;
}

a:hover.foxycart.bottle {
	width: 140px;
	background: url(/_support/img/cart-sprite.png) no-repeat -144px -26px;
	height: 32px;
	text-indent: -9999px;
	margin-right: 12px;
	float: left;
	display: block;
}

a.foxycart.case {
	width: 118px;
	background: url(/_support/img/cart-sprite.png) no-repeat 0 -60px;
	height: 32px;
	text-indent: -9999px;
	margin-right: 12px;
	float: left;
	display: block;
}

a:hover.foxycart.case {
	width: 118px;
	background: url(/_support/img/cart-sprite.png) no-repeat -144px -60px;
	height: 32px;
	text-indent: -9999px;
	margin-right: 12px;
	display: block;
	float: left;
}

div#cabernet div#product_copy {
	#width: 360px;
	position: absolute;
	left: 300px;
	top: 30px;
	padding: 15px;
}

div#viog div#product_copy {
	width: 420px;
	position: absolute;
	left: 20px;
	top: 30px;
	padding: 15px;
}

div#syrah div#product_copy {
	width: 410px;
	position: absolute;
	left: 30px;
	top: 30px;
	padding: 15px;
}

div#cab-ltd div#product_copy {
	width: 360px;
	position: absolute;
	left: 310px;
	top: 30px;
	padding: 15px;
}

.product div#syrah {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(/product_pages/syrah_bg.jpg) no-repeat 0 0;
}

.product div#cab-ltd {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(/product_pages/cab-sav-ltd.jpg) no-repeat 0 0;
}

.product div#cabernet {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(/product_pages/cab_bg.jpg) no-repeat 0 0;
}

.product div#viog {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(/product_pages/viog_bg.jpg) no-repeat 0 0;
}

body.product h1 {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	padding: 10;
	background-color: rgba(20,20,20,.9);
	#background-color: rgb(20,20,20);
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;	
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	}

body.product h1 .vinyard {
	color: #fff;
	font-size: 12px;
	font-style: italic;
	margin: 0;
	}

span.cart_links {
	font-size: 25px;
	color: #fff;
	font-style: italic;
	font-weight: bold;
	width: 100%;
	margin: 0;
	padding: 0;
}
	
body.product p {
	color: #111;
	font-size: 12px;
	line-height: 18px;
	#line-height: 14px;
	padding: 6px 12px;
	margin: 0;
}

div#product_copy {
	overflow: hidden;
}

span.product_details {
	background-color: rgba(250,250,250,.75);
	#background-color: rgb(250,250,250);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;	
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	display: inline-block;
}

span.cart_item {
	display: block;
	clear: both;
	margin-top: 4px;
	width: 100%;
}
