@charset "utf-8";
	
/* CSS Document */

/* CSS Reset */

img {
	border: 0;
	}


/* --- DEFAULTS --- */

html, body {
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	}

/* --- These get copied into the admin.css --- */

body {
	background-color: #fff;
	font-size: 12px;
	color: #222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}

ul, ol, dl, table, pre {
	margin-bottom: 1.5em;
	margin-top: 0;
	}

p {
	margin-bottom: 1em;
	margin-top: 0;
	}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 1em;
	}

h1 {
	font-size: 2.5em;
	color: #990000;
	margin-top: 0;
	}

h2 {
	font-size: 2em;
	}

h3 {
	font-size: 1.6em;
	}

h4 {
	font-size: 14px;
	line-height: 1.25;
	}

h5 {
	font-size: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	}

h6 {
	font-size: 1em;
	line-height: 1.5;
	color: #693;
	}

#v65-productSubTitle {
	color: black;
	}
	
a {
	text-decoration: none;
	color: #990000;
	}

a:hover, a:focus, a:active {
	color: #660000;
	text-decoration: underline;
	}

ul, ol, dd, blockquote {
	 }

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	}

form {
	margin-bottom: 1em;
	}

legend {
	color: #111;
	}

.v65-form legend {
    font-weight: bold;
    padding: 10px 5px;
	}
	
.v65-form fieldset div {
    padding: 8px 5px;
}

hr {
	color: #666;
	background-color: #666;
	height: 1px;
	border: 0;
	}
	
.layClear {
	clear: both;
	font-size: 0px;
	height: 1px;
	line-height: 0px;
	margin-top: -1px;
	}

/* --- Elements --- */

#backgroundWrapper {
	background: url(../images/background.png) bottom repeat-x #1e1b1c;
	width: 100%;
	}
	
#globalNotifications { width: 970px; text-align: center; margin: 0 auto; padding: 8px 0 0 0; color: #900; }

#container {
	position: relative;
	width: 970px;
	margin: 0 auto;
	}

#layHeader {
	position: relative;
	width: 970px;
	height: 120px;
	background: url(../images/background-header.png) top no-repeat;
	}

#logo {
	position: absolute;
	top: 0;
	left: 15px;
	width: 270px;
	height: 75px;
	overflow: hidden;
	}

#user-toolsWrapper {
	position: absolute;
	top: 13px;
	right: 8px;
	z-index: 1000;
	}

#user-tools {
	width: 320px;
	line-height: 24px;
	height: 24px;
	color: #fff;
	font-size: 11px;
	}
	
#user-tools a {
	color: #fff;
	}
	
#phone {
	width: 290px;
	height: 27px;
	position: absolute;
	top: 40px;
	right: 0;
	line-height: 0;
	font-size: 0;
	}

/* --- SEARCH FORM --- */

#searchForm {
	position: absolute;
	top: 75px;
	right: 2px;
	}
	
#searchForm fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	}
	
#searchForm fieldset div {
	float: left;
	padding: 0;
	margin: 0 5px 0 0;
	}
	
#searchForm input {
	font-size: 14px;
	color: #3d3d3d;
	padding: 3px 5px;
	}
	

 #v65-searchWidgetInput input { width: 180px; }

/* --- BUTTON STYLES --- */	

#searchForm button.defaultBtn {
	padding: 0;
	margin: 0;
	font-size: 14px;
	width: 80px;
	height: 29px;
	text-align: center;
	background: url(../images/background-searchbttn.png) no-repeat;
	}
	
#searchForm button.defaultBtn span {
	padding: 0;
	line-height: 29px;
	width: 80px;
	height: 29px;
	color:#fff;
	background-image: none;
	}
	
#layTopMenu {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 660px;
	height: 32px;
	}
	
#layTopMenu ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#layTopMenu ul li {
	display: inline;
	margin: 0 16px 0 0;
	padding: 0;
	}
	
#layTopMenu ul li a {
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	color: #fff;
	position: relative;
	display: inline-block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: #000 1px 1px 1px;
	}
	
#layTopMenu ul li a:hover {
	color: #fff;
	text-decoration: underline;
	}

#layContentWrapper {
	overflow: hidden;
	}
	
#layContentTop {
	width: 970px;
	height: 20px;
	background: url(../images/content-top.png) no-repeat;
	line-height: 0;
	font-size: 0;
	}
	
#layContent {
	width: 930px;
	background: url(../images/content-background.png) repeat-y;
	padding: 1px 20px;
	overflow: hidden;
	}

#pageLeftMenu {
	width: 160px;
	float: left;
	padding: 0 20px 20px 0;
	}

.pageLeftMenuGroup {
	border-bottom: 1px dotted #7f7c70;
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	}

.pageLeftMenuGroup h3 {
	color: #900;
	font-size: 1.5em;
	margin: 0 0 8px;
	}

.pageLeftMenuGroup a {
	color: #333;
	}

.pageLeftMenuGroup a:hover {
	color: #000;
	}
	
.pageLeftMenuGroup ul {
	list-style: none;
	margin: 0 0 0.4em 0;
	padding: 0;
	width: 160px;
	}

.pageLeftMenuGroup li {
	line-height: 1.6;
	font-size: 10px;
	color: #666;
	}

.pageLeftMenuGroup li strong {
	font-size: 12px;
	color: #333;
	}

.pageLeftMenuGroup li a {
	font-size: 12px;
	color: #333;
	}

.pageLeftMenuGroup li li a:hover {
	color: #000;
	}

.pageLeftMenuGroup li ul {
	margin-left: 10px;
	width: 140px;
	}

/* --- Talk Wine in Left Menu --- */
	
a#link-facebook {
	padding-left: 22px;
	margin-left: 10px;
	background: url(../images/ico-facebook.png) no-repeat;
	}

a#link-facebook:hover {
	text-decoration: none;
	}

a#link-twitter {
	padding-left: 22px;
	margin-left: 10px;
	background: url(../images/ico-twitter.png) no-repeat;
	}

a#link-twitter:hover {
	text-decoration: none;
	}

#leftNewsletter p {
	font-size: 0.8em;
	line-height:1.3em;
	}

#leftNewsletter p a {
	color: #990000;
	}
	
#v65-subscribeWidget form {
	padding: 0;
	margin-bottom: 0;
	width: 170px;
	overflow: hidden;
	}
	
#v65-subscribeWidget input {
	font-size: 14px;
	color: #3d3d3d;
	padding: 3px 5px;
	width: 150px;
	}
	
#v65-subscribeWidget form .defaultBtn {
	float: right; margin: 5px 5px 0 0;
	}

#pageContent {
	float: left;
	width: 750px;
	overflow: hidden;
	}
	
#pageContent a {
	font-weight: bold;
	}

#storeContent {
	float: left;
	width: 750px;
	overflow: hidden;
	}

#homepageFeatureWrapper {
	position: relative;
	width: 750px;
	height: 322px;
	margin-bottom: 10px;
	background: url(../images/background-feature.png) no-repeat;
	}

#homepageFeatureWrapper img {
	border: 1px solid #333;	
	}

#homepageFeatureButtons {
	position: relative;
	width: 750px;
	height: 40px;
	text-align: center;
	}

#homepageFeatureButtons a {
	display: inline-block;
	padding: 0 12px;
	margin-right: 6px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	font-family: "Palatino Linotype", Arial, Helvetica, sans-serif;
	color: #666;
	}

#homepageFeatureButtons a:hover {
	background-color: #ffcc66;
	text-decoration: none;
	color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#homepageFeatureButtons a.selected {
	background-color: #ffcc66;
	text-decoration: none;
	color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#homepageFeatureLarge {
	position: absolute;
	top: 0;
	left: 0;
	width: 480px;
	height: 320px;
	}

#homepageFeatureSide1 {
	position: absolute;
	top: 0;
	left: 480px;
	width: 267px;
	height: 210px;
	}

#homepageFeatureSide2 {
	position: absolute;
	top: 210px;
	left: 480px;
	width: 267px;
	height: 110px;
	}
		
/* -- anythingSlider v1.2 By Chris Coyier: http://css-tricks.com -- */

.anythingSlider {
	width: 480px;
	height: 320px;
	position: absolute;
	top: 0;
	left: 0;
	}

.anythingSlider .wrapper {
	width: 480px;
	height: 320px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	}


.anythingSlider .wrapper ul {
	width: 32700px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	}

.anythingSlider ul li {
	display: block;
	width: 480px;
	height: 320px;
	float: left;
	padding: 0;
	margin: 0;
	}

.anythingSlider .arrow {
	display: none;
	}	
	
#start-stop {
	display: none;
	}

/* --- Home Page Pods --- */

#homepagePodWrapper {
	width: 750px;
	overflow: hidden;
	padding: 10px 0;
	}

.homepagePod {
	float: left;
	position: relative;
	width: 184px;
	height: 154px;
	margin-right: 2px;
	padding: 1px 0 0 1px;
	}

.homepagePodMask {
	position: absolute;
	top: 0;
	left: 0;
	width: 185px;
	height: 155px;
	}

#homepageText {
	overflow: hidden;
	width: 750px;
	}
	
#homepageText-Pod1 {
	float: left;
	width: 350px;
	margin-right: 50px;
	}
	
#homepageText-Pod2 {
	float: left;
	width: 325px;
	}

/* --- Club Pricing Table in Home Page Pod --- */
	
#clubList {
	width: 325px;
	border: none;
	border-collapse: collapse;
	}

#clubList td {
	font-size: 0.9em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	}

#clubList td.clubListLabel {
	text-align: left;
	}
	
#clubList td.clubListPrice {
	text-align: left;
	font-weight: bold;
	}

#clubList td.clubListMore {
	text-align: right;
	font-weight: bold;
	}

/* -- Footer --- */

#layFooter {
	width: 860px;
	height: 165px;
	overflow: hidden;
	padding: 35px 0 0 110px;
	background: url(../images/background-footer.png) no-repeat;
	}

#layFooterTop {
	overflow: hidden;
	height: 40px;
	}
	
#layFooterCustomerService {
	float: left;
	margin: 16px 0 0 0;
	letter-spacing: 1px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #fff;
	}
	
#layFooterPhone {
	font-size: 12px;
	}

#layFooterPaymentOptions {
	float: right;
	}
	
#layFooterSeal { float: left; width: 88px; height: 92px; margin: 20px 20px 0 0; }

#layFooterLinks {
	margin: 0;
	padding: 12px 0 0 0;
	}
	
#layFooterLinks ul {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	overflow: hidden;
	}
	
#layFooterLinks ul li {
	float: left;
	margin: 0;
	padding: 0;
	}
	
#layFooterLinks ul li a {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;	text-transform: uppercase;
	color: #ccc;
	position: relative;
	display: inline-block;
	text-decoration: none;
	margin: 0;
	padding-right: 15px;
	}

#layFooterLinks ul li a:hover {
	color: #fff;
	}
	


#layFooterLegal {
	font-size: 11px;
	color: #666;
	}

#layFooterAuthor {
	font-size: 10px;
	color: #333;
	}
	
#layFooterAuthor a {
	color: #333;
	}
	
#layFooterAuthor a:hover {
	color: #666;
	text-decoration: none;
	}
	
#brandCarousel {
	width: 970px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	}

/* --- Printing --- */

#printBody {
	background-image: none;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	}

#printWrapper {
	width: 700px;
	margin: 0 auto;
	}
	
#printHeader {
	width: 700px;
	height: 125px;
	}
	
#printContent {
	width: 700px;
	text-align: left;
	}

/* --- Wine Club --- */
#clubTable { }

#clubTable h2 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	margin-bottom: 20px;
	}

#clubTable h3 {
	margin-bottom: 10px;
	}

#clubTable strong { color: #990000; }
	
#clubTable form.v65-form {
	width: 325px;
	overflow: hidden;
	margin: 0;
	}
	
#clubTable legend {
	display: none;
	}
	
#clubTable fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	width: 325px;
	}
	
#clubTable div { padding: 8px 5px; overflow: hidden; }

#clubTable label {
	width: 105px;
	font-size: 0.9em;
	display: block;
	float: left;
	text-align: right;
	padding: 0 5px 0 0;
	}
	
#clubTable select {
	width: 190px;
	}

#clubRecentSelections {
	}

#clubRecentSelections h2 {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 0;
	padding-bottom: 2px;
	}

/* --- Store Notices --- */

#storeNotices {
	overflow: hidden;
	clear: both;
	}

#storeNotices p {
	margin-bottom: 8px;
	}

.v65-productAddToCartAlertMessage {
	display: none;
	}
	
/* --- V65 Overrides --- */

#v65-navPriceTitle { color: #333333; font-size: 12px; }
#v65-navTypeVarietalTitle { color: #333333; font-size: 12px; }
#v65-navRegionAppellationTitle { color: #333333; font-size: 12px; }

.v65-socialMediaBar {
	font-size: 11px;
	}
	
#v65-checkout-OrderNotes { display: none; }

/* -----Modal Cart----- */

a#v65-toggleModalCart {
	display: block;
	background: url(../images/cart.png) no-repeat left;
	padding: 0 0 0 24px;
	}

#v65-modalCartDropdown {
	right: -3px;
	}

/* --- 1 Up Wine Store List --- */

.v65-productStoreUp {
	width: 740px;
	overflow: hidden;
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #ccc;
	}

.v65-productStoreImage {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: center;
	overflow: hidden;
	}

.v65-productStoreProductDescription {
	float: left;
	width: 290px;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: left;
	overflow: hidden;
	}

.v65-productStoreProductDescription a {
	display: none;
	}

.v65-productStoreProductDescription h2 {
	font-size: 14px;
	padding: 0;
	margin: 0 0 5px 0;
	font-family: Tahoma, Geneva, sans-serif;
	}

.v65-productStoreProductDescription h2 a {
	display: inline;
	}

.v65-productStoreProductDescription h2 span {
	font-size: 11px;
	}

.v65-productStoreProductDescription p {
	margin: 0 0 0.6em 0;
	}

.v65-productStoreAddToCart {
	float: left;
	width: 330px;
	overflow: hidden;
	}

.v65-productStoreTools {
	font-size: 0.917em;
	display: none;
	}

.v65-productStoreAddToCart form {
	width: 330px;
	overflow: hidden;
	margin: 0 0 8px;
	padding: 0;
	font-size: 0.917em;
	}

.v65-productStoreAddToCart fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	height: auto;
	overflow: hidden;
	}
	
.v65-productStoreAddToCart legend {
	display: none;
	}
	
.v65-productStoreAddToCartPrice {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	width: 175px;
	overflow: hidden;
	text-align: left;
	line-height: 1.5em;
	}

.v65-productStoreAddToCartPrice .small {
	display: block;
	}

.v65-productStoreAddToCartPrice .v65-price {
	font-weight: bold;
	}
	
.v65-productStoreAddToCartQuantity {
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
	width: 30px;
	text-align: left;
	overflow: hidden;
	line-height: 24px;
	}

.v65-productStoreAddToCartButton {
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 110px;
	text-align: left;
	}
	
	.v65-productStoreAddToCartButton button {
	width: 100px;
	}

.v65-productStoreAddToCartLoading {
	padding: 20px 0px;
	margin: 0px;
	text-align: center;
	}

/* --- Product Store Drilldown --- */

#v65-productStoreDrilldownWrapper {
	width: 754px;
	overflow: hidden;
	}

#v65-productStoreDrilldownTop {
	overflow: hidden;
	width: 754px;
	padding: 0;
	margin: 0 0 15px;
	}

#v65-productStoreDrilldownImage {
	float: left;
	text-align: center;
	width: 250px;
	margin: 0 15px 20px 0;
	padding: 0;
	}

#v65-productImage {
	width: 250px;
	}
	
#v65-productImagesOther img {
	padding: 1px;
	margin-right: 3px;
	}

#v65-productStoreDrilldownDescriptionCol {
	float: left;
	width: 486px;
	padding: 0;
	margin: 0;
	text-align: left;
	}
	
#v65-productStoreDrilldownDescription {
	width: 489px;
	padding: 0;
	margin: 0 0 12px;
	overflow: hidden;
	}
#v65-productStoreDrilldownDescriptionCol h1 {
	font-size: 24px;
	line-height: 1.2;
	padding: 0;
	margin: 0 0 10px;
	}

#wtn-productSKUAvailabilityWrapper {
	overflow: hidden;
	margin: 0 0 10px;
	}

#wtn-productSKU {
	float: left;
	width: 150px;
	margin-right: 10px;
	}

#wtn-productAvailability {
	float: left;
	width: 280px;
	 	}

#wtn-productDrilldownAddToCart {
	float: none;
	overflow: hidden;
	width: 486px;
	margin: 0 0 10px;
	}
	
#wtn-productDrilldownAddToCart form {
	width: 486px;
	overflow: hidden;
	margin: 0 0 8px;
	padding: 0;
	}
	
#wtn-productDrilldownAddToCart fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: hidden;
	}
	
#wtn-productDrilldownAddToCart legend {
	display: none;
	}
	
#wtn-productDrilldownAddToCart .v65-productAddToCartPrice {
	float: left;
	margin: 0 5px 0 0;
	width: 150px;
	overflow: hidden;
	text-align: left;
	line-height: 24px;
	font-size: 16px;
	letter-spacing: -1px;
	}

#wtn-productDrilldownAddToCart .v65-productAddToCartSKU {
	float: left;
	width: 165px;
	margin: 0 10px 0 0;
	padding: 0;
	overflow: hidden;
	text-align: left;
	line-height: 24px;
	font-size: 12px;
	}

#wtn-productDrilldownAddToCart del {
	color: #999;
	font-weight: normal;
	}

#wtn-productDrilldownAddToCart .v65-productStoreAddToCartQuantity {
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
	width: 30px;
	text-align: left;
	overflow: hidden;
	line-height: 24px;
	}

#wtn-productDrilldownAddToCart .v65-product1UpAddToCartButton {
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 90px;
	text-align: left;
	}
#wtn-productDrilldownAddToCart .v65-product1UpAddToCartButton button {
	width: 90px;
	text-align: center;
	}
	
#wtn-productTeaser {
	width: 486px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px;
	}

#wtn-productSocialWrapper {
	width: 486px;
	overflow: hidden;
	}

#wtn-productSocialWrapper a {
	font-weight: normal;
	}
	
#wtn-productSocialMediaBar  {
	float: left;
	width: 300px;
	margin-right: 10px;
	}

#wtn-productSocialReviews {
	float: left;
	width: 169px;
	text-align: right;
	}

#wtn-productSocialReviews a {
	display: block;
	font-weight: normal;
	}

#v65-productStoreDrilldownTabsWrapper {
	width: 754px;
	overflow: hidden;
	}
	
#v65-productStoreDrilldownTabs {
	width: 754px;
	height: 26px;
	border-bottom: 1px solid #ccc;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: visible;
	}
	
#v65-productStoreDrilldownTabs li {
	float: left;
	width: auto;
	}

#v65-productStoreDrilldownTabs li a {
	display: inline-block;
	color: #666;
	padding: 0 20px;
	margin-right: 5px;
	line-height: 25px;
	height: 25px;
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: auto;
	}
	
#v65-productStoreDrilldownTabs li a:hover {
	color: #000;
	background-color: #fff;
	}

#v65-productStoreDrilldownTabs li a.on {
	color: #fff;
	line-height: 27px;
	height: 27px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	}

#v65-productStoreDrilldownTabs li a.on:hover {
	color: #000;
	}

.v65-productStoreDrilldownTabContent {
	padding: 10px;
	}
	
#v65-relatedProducts {
	width: 754px;
	border: 0;
	}
	
.v65-volumeBasedPricingWrapper { overflow: hidden; border-bottom: 1px solid #eee; line-height: 18px; color: #900; width: 489px; } 
.v65-volumeBasedPricingDescription { float: left; text-align: left; width: 134px; font-size: 12px; } 
.v65-volumeBasedPricingPrice { float: left; text-align: left; width: 355px; } 

	
/* --- Checkout --- */
#v65-fieldset-paymentMethod { width: 400px; }

form#v65-checkBilling .v65-additionalComments { float: none; margin-left: 10px; padding: 15px 0 0 0; }



/* --- Buttons --- */

/* -- Add to Cart Button --- */

.v65-productAddToCartButton {
	width: 100px;
	float: right;
	margin: 0 5px 0 0;
	}

.v65-productAddToCartButton button.defaultBtn {
	width: 100px;
	}

	
/* --- OPTIONAL BUTTON STYLES regular button: --- */

button.defaultBtn {
	background: transparent url(../images/buttons/btn_sprite.gif) no-repeat right -100px;
	text-transform: uppercase;
	}

button.defaultBtn span {
	background: transparent url(../images/buttons/btn_sprite.gif) no-repeat left top;
	}

/* --- OPTIONAL BUTTON STYLES alt button: */	

button.altBtn {
	background: transparent url(../images/buttons/btn_alt_sprite.gif) no-repeat right -100px;
	}

button.altBtn span {
	background: transparent url(../images/buttons/btn_alt_sprite.gif) no-repeat left top;
	}

/* --- OPTIONAL BUTTON STYLES modal button: --- */	

button.modalBtn {
	background: transparent url(../images/buttons/btn_modal_sprite.gif) no-repeat right -50px;
	}

button.modalBtn span {
	background: transparent url(../images/buttons/btn_modal_sprite.gif) no-repeat left top;
	}

/* --- OPTIONAL BUTTON STYLES modal alt button: --- */	

button.altModalBtn {
	background: transparent url(../images/buttons/btn_modal_alt_sprite.gif) no-repeat right -50px;
	}

button.altModalBtn span {
	background: transparent url(../images/buttons/btn_modal_alt_sprite.gif) no-repeat left top;
	}

/* --- OPTIONAL BUTTON STYLES large button: --- */

button.largeBtn {
	background: transparent url(../images/buttons/btn_large_sprite.gif) no-repeat right -100px;
	}

button.largeBtn span {
	background: transparent url(../images/buttons/btn_large_sprite.gif) no-repeat left top;
	}

	
/* --- REQUIRED LINK BUTTON STYLES: --- */
	
/* Link Button Normal */

a.linkBtn {
	background: transparent url(../images/buttons/btn_sprite.gif) no-repeat right -100px;
	}

a.linkBtn span {
	background: transparent url(../images/buttons/btn_sprite.gif) no-repeat left top;
	}

/* --- Link ALT Button Normal --- */

a.linkAltBtn {
	 background: transparent url(../images/buttons/btn_alt_sprite.gif) no-repeat right -100px;
	}

a.linkAltBtn span {
	background: transparent url(../images/buttons/btn_alt_sprite.gif) no-repeat left top;
	 	}

/* --- Modal Link Button Normal --- */

a.modalLinkBtn {
	background: transparent url(../images/buttons/btn_modal_sprite.gif) no-repeat right -50px;
	}

a.modalLinkBtn span {
	background: transparent url(../images/buttons/btn_modal_sprite.gif) no-repeat left top;
	}

/* --- Modal Link ALT Button Normal --- */

a.modalLinkAltBtn {
	background: transparent url(../images/buttons/btn_modal_alt_sprite.gif) no-repeat right -50px;
	}

a.modalLinkAltBtn span {
	background: transparent url(../images/buttons/btn_modal_alt_sprite.gif) no-repeat left top;
	}

/* --- Link Button Large --- */

a.largeLinkBtn {
	background: transparent url(../images/buttons/btn_large_sprite.gif) no-repeat right -100px;
	}

a.largeLinkBtn span {
	background: transparent url(../images/buttons/btn_large_sprite.gif) no-repeat left top;
	}

#v65-signUpClubSummaryWrapper {width: 450px;}

/* --- Product Specs Box --- */

#v65-productSpecs td {
	vertical-align: top;
	}

#v65-productSpecs h3 {
	display: none;
	}

/* --- Gray & White Table Formatting --- */

.graywhitetable {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	}

.tableheadrow {
	font-weight: bold;
	}

.grayrow {
	background-color: #cccccc;
	}
	
.grayrow td {
	border-right: 1px solid white;
	}

.grayrow td:last-child {
	border-right: none;
	}

.whiterow td {
	border-right: 1px solid #cccccc;
	}

.whiterow td:last-child {
	border-right: none;
	}

/* --- Open Table Formatting -- */

table.opentable { border: none; }

table.opentable tr.tableheadrow {
	background: #ccc;
	}

table.opentable td {
	border-bottom: 1px solid #ccc;
	padding-right: 50px;
	}


/* --- Blog --- */

#blogContent {
	float: left;
	width: 500px;
	padding: 0 25px 0 0;
	overflow: hidden;
	}

#blogRightWrapper {
	width: 400px;
	padding: 0;
	overflow: hidden;
	}

#blogRightWrapper-Col1 {
	float: left;
	width: 180px;
	padding: 0 20px 0 0;
	overflow: hidden;
	}

#blogRightWrapper-Col2 {
	float: left;
	width: 180px;
	padding: 0;
	overflow: hidden;
	}
	
.v65-blogFooterComments {
	float: none;
	}
	
#blogContent h1 {
	margin-top: 0;
	margin-bottom: 10px;
	}
	
.v65-blogFooter {
	height: auto;
	}
	
.v65-recentEntriesDate {
	font-size:0.9em;
	font-style:italic;
	}

#blogContent a {
	font-weight: bold;
	}
	
#blogContent h2 a {
	font-weight: normal;
	}


/* --- FAQ Headers --- */

.v65-FAQ-Pair h3 { font-size: 2.2em; }


/* --- Hide Social Bar on Category Pages --- */

.v65-productStoreUp .v65-socialMediaBar {
	display: none;
	}
	
/* --- Alert Boxes --- */

.alertYellow { border: 1px dotted #333333; clear: both; }


/* --- Pro Reviews --- */

.v65-proReview-WA {
	background: url("../images/ico-WT.png") no-repeat scroll 0 0 transparent;
	}
	
/* --- Customer Reviews --- */

#pageContent .v65-consumerReviews a {
	font-size: 0.8em;
	width: 130px;
	display: block;
	font-weight: normal;
	}

/* --- Category: Region/Varietal Links --- */

.v65-productStoreProductDescription p.small {
	display: none;
	}
	
#v65-modalContentWrapperLarge {
    top: 10px;
}

/* --- Preferred Membership --- */

.preferred {
	background: url("http://www.winetasting.com/assets/client/Image/winetasting_preferred.png") no-repeat;
	width: 300px;
	height: 105px;
	margin-bottom: 0;
}
.preferred span {display:none;}

/* --- Paging Toolbar --- */

.v65-Paging {
	margin: 0 0 12px 0;
	}

.v65-PagingSortby {
	margin-bottom: 8px;
	}

.v65-PagingSortby form {
	padding: 0;
	}

/* --- New Subscriber Message --- */

#subscribeForm p {
	background-color: #ffff99;
	padding: 5px;
	}

/* --- Product Names in List --- */

#pageContent .v65-productStoreProductDescription h2 a {
	font-weight: normal;
	}

/* --- Item Count --- */

.v65-itemcount {
	}

/* --- CSS Tooltips --- */

a.tooltip {
	position: relative;
	border-bottom: 1px dotted #990000;
	z-index: 24;
	cursor: help;
	}


a.tooltip span {
	display: none;
	}

a.tooltip:hover {
	z-index: 25;
	background: ;
	}

a.tooltip:hover span.tip {
	display: block;
	position: absolute;
	padding: 10px;
	margin: 20px;
	background: #ffff99;
	border: 1px solid #FFAD33;
	z-index: 99999;
	font-weight: normal;
	color: #000000;
	width: 250px;
	overflow: visible;
	}

a.tooltip span.tip a {
	display: none;
	}


