@charset "utf-8"; 
/* CSS Document - Troy Brophy (troy.brophy@gmail.com) */  
/*  
DARK BROWN - #695a49;  
GRAY BROWN- #615e5b; 
LIGHT BROWN- #a99278; 
MAGENTA - #bd2451; 
*/
   
body {
 	background-color: #fff; 
 	margin: 0; 
 	text-shadow: #fff 0 0 0px;  /* fix for Safari "over-bolding" */ 
}  

img { border: none; }  
form { 	margin: 0; 	padding: 0; } 
div { position: relative; }
  
div.clear { clear: both; position: relative; margin: 0; padding: 0; font-size: 1px; line-height: 1px; color: #ebe7c6; }  

.full-width input { 
	position: relative !important; 
	left: 160px !important; 
}  

/* Cart Cleanup */   
table.cart-container {
 	margin: 0 0 0 278px; 
 	width: 543px; 
}  
.DialogTitle {
 	padding-top: 25px; 
 	font-weight: bold; 
 	font-size: 14pt; 
 	color: #333; 
}  
.payment-method td label b {
   	color: #6e573d; 
   	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 10pt; 
}  
h5.payment-method-display { 
	margin: 20px 0 20px 278px;
 	font-size: 10pt; 
 	color: #6e573d ; 
 	font-family: Verdana, Arial, Helvetica, sans-serif; 
 	width: 300px; 
}  
h5.payment-method-display span { 
 	color: #bd2451;  
}  
td.cd-header {
	padding: 10px 0 0 0; 
	font-size: 11pt; 
	color: #6e573d; 
	font-weight: bold; 
	border-bottom: 1px solid #a99278; 
}  
table.SimpleButton { 
	margin-top: 20px; 
	margin-bottom: 20px; 
}  
a.Button {
 	font-family: Verdana, Arial, Helvetica, sans-serift; 
 	font-size: 8pt; 
 	font-weight: bold; 
 	text-transform: uppercase; 
 	color: #606060; 
 	text-decoration: none; 
}  
td.lbl { 
 	color: #606060; 
}  
td.vlu { 
	color: #333; 
}





     
#page { 
 	width: 900px; 
 	margin: 5px auto; 
}  
#header { 
    height: 82px; 
    margin: 0; 
    background: transparent url(/images/page-top-curve.gif) no-repeat 356px 0px; 
    z-index: 1; /* fix for IE z-index bug (container is z-index, not child) */ 
} 
#header h1 { margin: 0; line-height: 19pt; } 
#header img.logo { 
	position: absolute; 
	top: 8px; 
	left: 364px; 
}  
#top-nav { 
	position: absolute; 
	bottom: 2px; 
	right: 5px; 
}  
#top-nav a { 
 	position: relative; 
 	margin: 0 4px; 
 	font-family: Verdana, Arial, Helvetica, sans-serif; 
 	font-size: 8pt; 
 	text-transform: lowercase; 
 	color: #a99278; 
 	text-decoration: none; 
} 
#top-nav a:hover { 
	color: #a1154a; 
}  
#top-nav a img { 
	position: relative; 
	top: 4px; 
}  
#page-top { 
	height: 16px; 
	width: 900px; 
	margin: 0px; 
	background: transparent url(/images/page-top.gif) no-repeat 0px 0px; 
	font-size: 4px; 
}  
#page-bottom { 
	height: 13px; 
	width: 900px; 
	margin: 0px; 
	background: transparent url(/images/page-bottom.gif) no-repeat 0px 0px; 
	font-size: 4px; 
}  
#content-container { 
	margin: 0px; 
	padding: 5px 21px; 
	background: #ebe7c6 url(/images/page-repeating-bg.gif) repeat-y top left; 
}  
#content-border { 
	margin: 0; 
	border: 1px solid #a99278; 
	padding: 0; 
}  
#panorama { 
	height: 120px; 
	margin: 0; 
	padding: 0; 
	background-color: #756a5e; 
	background-position: top center; 
	background-repeat: no-repeat; 
	font-family: "Times New Roman", Times, serif; 
	color: #fff; 
	text-transform: uppercase; 
	font-size: 10pt; 
} 
.one { background-image:  url(/images/panorama1.jpg); } 
.two { background-image:  url(/images/panorama2.jpg); } 
.three { background-image:  url(/images/panorama3.jpg); } 
.four { background-image:  url(/images/panorama4.jpg); } 
.five { background-image:  url(/images/panorama5.jpg); } 
.six { background-image:  url(/images/panorama6.jpg); } 
.seven { background-image:  url(/images/panorama7.jpg); } 
.eight { background-image:  url(/images/panorama8.jpg); }  
#panorama i { font-style: normal; font-weight: normal; } 
#panorama i span { font-size: 7pt; position: relative; top: -2px; } 
i.pan-left, i.pan-right { 
 	display: block; 
 	position: absolute; 
 	top: 2px; 
} 
i.pan-left { left: 140px; } 
i.pan-right { left: 520px; } 
#main-nav { 
	height: 27px; 
	margin: 0; 
	padding: 0; 
	background-color: #a99278; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #fff; 
	font-size: 10pt; 
	text-transform: uppercase; 
	text-align: center; 
} 
#top-nav span, 
#main-nav span, 
#page-nav span, 
#footer-nav span { 
    display: none; 
} 
#main-nav a { 
 	position: relative; 
 	top: 6px; 
 	margin: 0 12px; 
 	color: #fff; 
 	text-decoration: none; 
} 
#main-nav a:hover { color: #5b5655; }    
#page-specific-content { 
	width: 100%; /* fix for IE6 absolute positioning bug */ 
	background: transparent url(/images/wood-panel-long.jpg) repeat-y left top;  
}   
#under-nav-shadow { 
	clear: both; 
	position: absolute; 
	width: 624px; 
	height: 17px; 
	background: transparent url(/images/under-nav-shadow.gif) repeat-x left top; 
	top: 0px; 
	right: 0px; 
}   
#page-full { 
 	width: 856px; 
 	float: left; 
 	margin: 0; 
 	padding: 0; 
 	background-color: transparent; 
}  
#page-left { 
 	width: 232px; 
 	height: 500px; 
 	float: left; 
 	margin: 0; 
 	padding: 0; 
 	background-color: transparent; 
}   
#page-left h2, 
#page-full h2 { 
	position: relative; 
	width: 232px; 
	margin: 12px 0 0 0; 
	padding: 0; 
	font-size: 16pt; 
	line-height: 16pt; 
	text-align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #5b5655; 
	font-weight: normal; 
	left: -5px; 
} 
.how-left h2 { 
	font-size: 15pt !important; 
}  
#page-left img.photo { 
    position: absolute; 
    top: 75px; 
    left: 18px; 
    height: 256px; 
    width: 323px; 
} 
.how-left img.photo { 
	height: 343px !important; 
	width: 202px !important; 
	left: 15px !important; 
} 
#page-left img.phototall { 
	position: absolute; 
	top: 75px; 
	left: 62px; 
	height: 268px; 
	width: 218px; 
}  
#page-left a { 
	top: 350px; 
	left: 75px; 
	width: 76px; 
	height: 77px; 
	display: block; 
	position: absolute; 
	z-index: 5; 
} 
.how-left a { 
	top: 450px !important; 
}  	 
#page-right { 
 	margin: 0; 
 	padding: 0; 
} 
#page-nav { 
	height: 22px;	
	margin: 0 0 50px 0; 
	padding: 0; 
	font-size: 7.5pt; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
} 
.scenes-nav { position: absolute; left: 230px; }
#page-nav a {  
	position: relative; 
	top: 16px; 
	left: 30px; 
	margin: 0 6px; 
	color: #a99278; 
	text-decoration: none;
} 
.scenes-nav a { color: #695a49 !important; }
#page-nav a:hover { color: #a1154a; } 
#page-nav a.here { color: #a1154a !important; }  
#page-right p { 
    position: relative; 
    margin: 12px 30px 12px 360px; 
    padding: 0; 
    font-family: "Times New Roman", Times, serif; 
    font-size: 10.5pt; 
    color: #606060; 
} 
#page-right p a { 
	color: #a99278;
	font-weight: bold !important; 
	text-decoration: none; 
} #page-right p a:hover { 
	text-decoration: underline; 
}  
#foot-banner { 
	clear: both; 
	height: 20px; 
	margin: 0; 
	padding: 8px 0 0 0; 
	background-color: #a99278; 
	text-align: center; 
	font-size: 10pt; 
	letter-spacing: 1px; 
	color: #d9c9ac; 
	text-transform: uppercase; 
} 
#foot-banner span { font-size: 6pt; position: relative; top: -2px; }  
#footer { 
	clear: both; 
	padding: 4px 0 0 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
} 
#footer-nav { 
	position: relative; 
	z-index: 1; /* Home Page - links unclickable in non-IE browsers */ 
	float: right; 
} 
#footer-nav a { 
	position: relative; 
	margin: 0 5px; 
	font-size: 7.5pt; 
	text-transform: uppercase; 
	font-weight: bold; 
	color: #808080; 
	text-decoration: none; 
} 
#footer-nav a:hover { color: #a1154a; } 
#legal { 
	padding: 6px 0 0 0; 
	font-size: 7pt; 
	color: #666; 
}   

/* HOME PAGE */ 

.home-left { 
	width: 348px !important; 
	height: 643px !important; 
} 
.home-content { 
 	background: transparent url(/images/wood-panel-wide.jpg) repeat-y left top !important; 
} 
.home-content #under-nav-shadow { 
	width: 508px !important; 
}  
.press-item h2.quote,
.home-left h2.quote { 
	width: auto !important; 
	margin: 20px 0 5px 0 !important; 
	padding: 0 !important; 
	text-align: center !important; 
	font-family: Georgia, "Times New Roman", Times, serif !important; 
	font-style: italic !important; 
	font-weight: normal !important; 
	font-size: 13.5pt !important;
	color: #5b5655 !important; 
} 


.press-item p.quote-source, 
.home-left p.quote-source { 
	margin: 0 0 100px 0 !important; 
	padding: 0 !important; 
	text-align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif !important; 
	font-size: 7pt !important; 
	font-weight: bold !important; 
	line-height: 10pt !important; 
	color: #606060 !important; 
} 
.press-item p.quote-source { 
	margin-bottom: 0 !important; 
}  
.home-left a { 
	display: block; 
	position: absolute; 
	top: 120px !important; 
	left: 136px !important; 
	width: 76px; 
	height: 77px; 
	z-index: 5; 
} 
img.home-photo1, img.home-photo2 { position: absolute; } 
img.home-photo1 { 
	top: 310px; 
	left: 20px; 
} 
img.home-photo2 { 
	top: 410px; 
	left: 95px; 
} 
.home-right #page-nav { 
    height: 5px !important; 
    margin: 0 0 20px 0 !important;
}  
.home-right h5 { 
	margin: -5px 0 6px 0; 
	padding: 0; 
    font-family: "Times New Roman", Times, serif; 
    font-size: 11pt; 
    text-align: center; 
    color: #6e573d; 
} 
.home-right h1 { 
    width: auto !important; 
    margin: 0 0 20px 0 !important; 
    padding: 0 !important; 
    text-align: center; 
    font-family: Georgia, "Times New Roman", Times, serif !important; 
    font-weight: normal !important; 
    font-size: 18pt !important; 
    color: #6e573d !important; 
} 
.home-right h3 { 
	position: relative; 
	width: auto !important; 
	margin: 0 0px 3px 0 !important; 
	padding: 0 !important; 
	text-align: left; 
	font-family: Georgia, "Times New Roman", Times, serif !important; 
	font-weight: normal !important; 
	font-size: 12pt !important; 
	color: #6e573d !important; 
	z-index: 1; 
} 
.home-right p { 
	width: auto !important; 
	margin: 0 30px 11px 540px !important; 
	padding: 0 !important; 
	text-align: left; 
    font-family: "Times New Roman", Times, serif; 
    font-size: 10.5pt; 
    color: #606060; 
} 
img.home-bottle-pic { 
	float: left; 
	display: block; 
	margin: 0 30px; 
	position: relative; 
	top: -16px; 
	padding-bottom: 20px; 
} 
div.fig { 
	width: 155px; 
	height: 142px; 
	background: transparent url(/images/fig.jpg) no-repeat left top; 
	position: absolute; 
	right: 10px; 
	bottom: 45px; 
} 
img.home-drops-pic { 
	float: right; 
	width: 105px; 
	height: 101px; 
	display: block; 
	margin: 8px 20px 2px 0px; 
	position: relative; 
	top: -16px; 
}  

/* PRESS PAGE */  

div.press-item { 
	margin-bottom: 40px;
}    

div.press-top { 
	margin: 0px 50px 40px 282px; 
	padding: 0 20px 20px 20px; 
	border-bottom: 1px solid #a99278;
}  

div.press-top img {
	float: left;
}

div.press-top h3 {
	margin: 0 0 20px 120px !important;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14pt; 
	font-weight: normal;
	font-style: italic; 
	color: #5b5655; 
}

div.press-top p {
	margin: 0 0 0 120px !important;
}

div.press-bottom { 
	margin: 0px 20px 40px 252px; 
	text-align: center; 
}  

div.press-bottom p.quote-source {
	margin-bottom: 10px !important;
}


/* PRODUCT PAGE */  

div#js-left-div { 
	position: absolute; 
	top: 60px; 
	width: 230px; 
	height: 400px; 
	text-align: center; 
	background-image: url(/images/organic-balsamic-gift-box-large.png); 
	background-repeat: no-repeat; 
	background-position: center top; 
}  
p#js-left-p { 
	position: absolute; 
	bottom: 0px; 
	left: 0px; 	
	margin: 0 26px; 
	width: 178px; 
	text-align: center; 
	font-family: "Times New Roman", Times, serif;  
	font-size: 10pt; 
	font-weight: bold; 
	color: #333; 
}  
div#js-rollovers { 
	position: relative; 
	margin: -20px 0 30px 0; 
} 
div#js-rollovers img { 
	margin: 0 -2px; 
	width: 111px; 
	height: 92px; 
	border-left: 6px solid #ebe7c6; /* fix for js rollover flicker */ 
	border-right: 6px solid #ebe7c6; 
	position: relative;  
	left: 4px; 
} 
.product { 
	padding-left: 232px !important; 
} 
.product h2 { 
	margin: 0 0 20px 77px; 
	padding: 0; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: normal; 
	font-size: 16pt; 
	color: #6e573d; 
} 
.product ul { 
	list-style-image: url(../images/bullet-diamond.gif); 
	margin: 10px 60px 30px 90px; 
	padding: 0; /* fix to equalize indent between IE6-7 and other browsers */ 
} 
.product ul li { 
	margin: 12px 0 12px 6px; 
	padding: 0; 
	font-family: "Times New Roman", Times, serif; 
	font-size: 10.5pt;  
	color: #606060;
}  

/* FAQS */  

.faq { 
 	margin-bottom: 20px !important; 
}  
.faq h3 { 
	width: auto !important; 
	margin: 10px 25px 12px 280px !important; 
	padding: 0 !important; 
	text-align: left; 
	font-family: Georgia, "Times New Roman", Times, serif !important; 
	font-weight: bold; 
	font-style: italic; 
	font-size: 9pt !important; 
	color: #6e573d !important; 
	cursor: pointer; 
} 
.faq div.faq-container { 
 	margin-left: 280px; 
 	display: none;  /* this is not registered by DOM for js: must add inline */ 
} 
.faq div p { 
	margin: -4px 30px 8px 0px !important; 
	color: #333 !important; 
}
.faq-left img.photo { 
	top: 100px !important; 
	width: 240px !important; 
	height: 171px !important; 
}  

/* HOW DO I USE THIS CRAZY STUFF? */  

.how-use p { 
	margin: -30px 40px 25px 252px !important; 
	padding: 0; 
	color: #333 !important; 
}   
div.use-column { 
	margin: -15px 0 0 16px; 
	width: 185px; 
	float: left; 
	font-family: "Times New Roman", Times, serif; 
	font-size: 10pt; 
	color: #000; 
	line-height: 12pt; 
}  
div.use-column h6 { 
	margin: 15px 0 2px 0; 
	font-family: "Times New Roman", Times, serif; 
	font-size: 10pt; 
	color: #6e573d; 
}  
div.use-column div.cookbooks { 
	padding: 9px; 
	background-color: #b49886; 
}  
div.use-column div.cookbooks h6 { 
	margin: 0; 
	padding: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7.5pt; 
	font-weight: bold; 
	color: #fff; 
}  
div.use-column div.cookbooks p { 
    margin: 5px 0 0 0 !important; 
    padding: 0 !important; 
    font-family: Verdana, Arial, Helvetica, sans-serif !important; 
    font-size: 7pt !important; 
    color: #000 !important; 
    line-height: 9pt !important; 
} 
div.asterisk { 
	clear: left; 
	margin: 15px 0 10px 252px; 
}  

/*** XCART PAGES ***/  

/* PROFILE DETAILS */  

#xcart-error { 
	left: 25px; 
	width: 599px; 
	margin: 20px auto; 
	padding: 15px; 
	border: 4px solid #993333; 
	background-color: #fce8e8; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
}  
#xcart { 
	left: 25px; 
	width: 635px; 
	margin: 20px auto; 
	padding: 0; 
	border: 1px solid #a99278; 
	background-color: #fff; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}  
#xcart h3 { 
	margin: 0 0 15px 0; 
	padding: 8px 0 6px 20px; 
	background-color: #6f6b6a; 
	font-size: 11pt; 
	color: #ebe7c6; 
	text-transform: uppercase; 
}  
#xcart h4 { 
	margin: 15px 35px 5px 35px; 
	padding: 0 0 2px 0; 
	font-size: 10pt; 
	color: #a99278; 
	border-bottom: 1px solid #a99278; 
}  
#xcart p { 
	margin: 0 35px 10px 35px; 
	padding: 0; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #000; 
}  
#xcart fieldset { 
	margin: 15px 35px 10px 35px; 
	padding: 0; 
	border: none; 
}  
#xcart fieldset label { 
	display: block; 
	width: 225px; 
	height: 20px; 
	float: left; 
	font-size: 9pt; 
	text-align: right; 
	padding: 3px 5px 0 0; 
} 
#xcart fieldset label b { 
	font-weight: normal; 
	color: #cc3333; 
} 
#xcart fieldset label b.hide { 
	color: #fff; 
} 
#xcart fieldset input { 
	width: 190px; 
}  
#xcart fieldset br { 
	clear: left; 
}  
#image-verification { 
	position: relative; 
	left: 23px; 
	width: 150px; 
	margin: 15px auto; 
	padding: 0; 
	text-align: center; 
} 
#image-verification img { 
	border-bottom: 4px solid #fff; 
} 
#image-verification a { 
	font-size: 8pt; 
	font-weight: normal; 
	color: #a1154a; 
}   
#submit-button { 
	text-align: center; 
} 
#submit-button input { 
	position: relative; 
	margin: 10px 0 20px 0; 
	width: 100px; 
	height: 30px; 
	text-transform: uppercase; 
}   

/* LOGIN */

.login { 
 	left: 0px !important; 
 	width: 655px !important; 
 	margin: 40px auto 100px auto !important; 
 	padding: 0; 
 	border: none !important; 
 	background-color: #ebe7c6 !important; 
 	font-family: Verdana, Arial, Helvetica, sans-serif; 
}  
.login h3 { 
	text-transform: none !important; 
} 
#login-returning,  
#login-new { 
	width: 315px; 
	height: 200px; 

	background-color: #fff; 
}  
#login-new { 
	float: right; 
	border: 1px solid #6f6b6a; 
} 
#login-new h4 { 
	text-align: center; 
	margin: 50px 0 0 0; 
	padding: 0; 
	font-size: 14pt; 
	font-weight: normal; 
	color: #606060; 
	border: none !important; 
}    
#login-new a { 
	display: block; 
	width: 193px; 
	margin: 10px auto; 
	padding: 0 12px 0 0; 
	font-size: 11pt; 
	font-weight: bold; 
	color: #606060; 
	text-decoration: none; 
	background: transparent url(/images/button-arrow1.gif) no-repeat right 5px; 
}
#login-returning { 
	border: 1px solid #a99278; 
} 
#login-returning h3 { background-color: #a99278 !important; }  
#login-returning p { 
	margin: 15px 20px; 
	font-size: 7pt; 
	font-weight: bold; 
} 
#login-returning a { 
    display: block; 
    margin: 0 50px 0 130px; 
    padding: 0; 
    font-size: 8pt; 
    font-weight: bold; 
    color: #606060; 
    text-decoration: none; 
    background: transparent url(/images/button-arrow2.gif) no-repeat right 1px; 
} 
#login-returning p b { color: #a1154a; } 
#login-returning fieldset label {  
	width: 90px !important; 
	font-size: 8pt !important; 
	font-weight: bold !important; 
	color: #606060; 
	text-transform: uppercase; 
} 
#login-returning fieldset input { width: 110px !important; }

 /* BUY NOW */  
 
 .gift-message { 
 	margin: 15px 0 0 0; 
 	width: 240px; 
 	text-align: right; 
 	position: relative; 
 	left: 20px; 
} 
.gift-message input { 
	width: auto !important; 
	margin: 0 !important; 
	position: relative; 
	left: -73px; 
} 
.gift-message label { 
	display: inline !important; 
	float: none !important; 
	width: auto !important; 
	text-transform: none !important; 
	font-weight: normal !important; 
	position: relative; 
	left: -73px; 
}  
#js-gift-message { margin: 8px 0 0 0 ; } 
#js-gift-message textarea { 
	width: 240px; 
	height: 48px; 
	float: right; 
	font-size: 9pt !important; 
	color: #000; 
	padding: 1px !important; 
	text-align: left !important; 
} 
#js-gift-message a.arrow-link { 
	clear: right; 
	margin: 5px 0 0 0; 
	width: 89px; 
	float: right; 
}  
#gift-purchase { 
	display: none; 
	width: 173px; 
	height: 203px; 
	margin: 20px auto; 
	padding: 60px 0 0 0; 
	background: transparent url(/images/buy-now-bg.png) no-repeat; 
} 
#gift-purchase p { 
	margin: 0 15px 15px 15px; 
    text-align: center; 
    font-size: 9pt; 
    font-family: "Times New Roman", Times, serif; 
    font-weight: bold; 
    font-style: italic; 
    color: #6f6b6a; 
} 
a#gift-link { 
	display: none; 
	top: 203px !important; 
	left: 53px !important; 
	width: 125px; 
	height: 23px; 
	border: 1px solid #6f6b6a; 
	background-color: #fff; 
	text-align: center; 
	padding: 7px 0 0 0; 
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #6f6b6a; 
	text-transform: uppercase; 
}  
.buy-now-container { 
	position: relative; 
	margin-right: 25px; 
	top: -35px; 
	float: right; 
	width: 405px; 
} 
.buy-now-container h3 { 
	margin: 0 0 1px 0; 
	font-family: "Times New Roman", Times, serif; 
	font-size: 16pt; 
	color: #a99278; 
}  
.buy-now-container h4 { 
	margin: 0 0 8px 0; 
	font-family: "Times New Roman", Times, serif; 
	font-size: 13pt; 
	font-style: italic; 
	color: #a99278; 
}  
.buy-now-container p { 	margin: 0px 25px 0 0; } 
p.buy-now-description { 
	margin: 0 !important; 
}  
.buy-now-inputs { 
	height: 200px; 
	margin: 0 0 6px 0; 
	border-bottom: 1px solid #a99278; 
}  
.buy-now-inputs .view-cart { 
	height: auto !important; 
	margin: 0 0 6px 0; 
	border-bottom: 1px solid #a99278; 
}  
.buy-now-inputs img { 
	position: relative; 
	top: 10px; 
	left: 50px; 
}  
.buy-now-inputs fieldset { 
	position: relative; 
	width: 260px; 
	float: right; 
	padding: 20px 0 10px 0; 
	border: none; 
}  
.buy-now-inputs fieldset label { 
    display: block; 
    width: 135px; 
    height: 20px; 
    float: left; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 9pt; 
    font-weight: bold; 
    text-align: right !important; 
    padding: 3px 5px 0 0; 
    color: #606060; 
}  
.buy-now-inputs fieldset input { 
	width: 80px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	color: #606060; 
	text-align: right !important; 
} 
.buy-now-inputs fieldset input.quantity { 
	width: 38px; 
}  
.buy-now-inputs fieldset input.hide-input { 
	border: none; 
	background-color: transparent; 
}  
.buy-now-inputs fieldset br { 
	clear: left; 
}  
input.submit-button, 
.buy-now-inputs input.submit-button { 
	height: 30px; 
	border: 1px solid #6f6b6a; 
	background-color: #fff; 
	text-align: center; 
	margin: 0px 0 0 0; 
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: normal; 
	color: #6f6b6a; 
	text-align: center !important; 
	text-transform: uppercase; 
	cursor: pointer; 
} 
.add { width: 110px !important; }
.checkout { width: 90px !important; }  
a#send-to-friend { 
	display: block; 
	margin: 8px 0 0 0 !important; 
	padding: 0 0 0 29px; 
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #6f6b6a; 
	background: transparent url(/images/button-mail.gif) no-repeat left top; 
}  
#bottle, #product-image { 
	position: absolute; 
	top: 34px; 
	left: 255px; 
}  

small.shipping-time {
	float: right;
	margin: 65px 15px 8px 0; 
	font-family: "Times New Roman", Times, serif; 
	font-size: 10pt; 
	font-style: italic;  
	color: #606060;
}
/* CART */    

.cart p.instructions { 
 	margin: -30px 120px 15px 352px !important; 
 	text-align: center !important; 
 	font-size: 11pt; 
}  
.cart .buy-now-container { 
	top: 0px !important; 
	width: auto; 
	margin: 20px 45px 5px 277px !important; 
	float: none !important; 
	border-top: 1px solid #a99278; 
}  
.cart .buy-now-container h3 { 
	margin-top: 15px; 
	margin-left: 140px; 
}  
.cart .buy-now-container h4 { 
	margin-left: 140px; 
}  
.cart .buy-now-inputs { 
	height: 220px; 
	border-bottom: 1px solid #a99278; 
}  
.buy-now-checkout { 
	height: 200px !important; 
}  
.cart .cart-view { 
	padding: 20px 10px 25px 0; 
	text-align: right; 
}  
.cart-view .gift-message { 
	width: auto !important; 
	padding-right: 50px; 
	margin-top: -10px; 
}   
.cart-view .gift-message label { 
	position: relative; 
 	top: 3px; 
	left: -150px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt !important; 
	font-weight: bold !important; 
	color: #606060 !important; 
} 
.cart-view .gift-message textarea { 
	float: none !important; 
	margin: 0 !important; 
	background-color: #ebe7c6; 
}   
.show-cart-contents .buy-now-container { 
	height: 250px !important; 
}  
.show-cart-contents .buy-now-inputs { 
	border-bottom: none !important; 
} 
fieldset.review-cart-contents { 
	margin: 15px 35px 7px 278px; 
	padding: 10px 0 12px 0; 
	float: none; 
	padding: 10px 0; 
	border: none; 
	text-align: right; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	text-transform: uppercase; 
	font-weight: bold; 
	color: #606060; 
	border-top: 1px solid #a99278; 
	border-bottom: 1px solid #a99278; 
}   
.cart-view label { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	color: #606060; 
}  
input.cart-quantity { 
    width: 38px; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 9pt; 
    font-weight: bold; 
    color: #606060; 
    text-align: right !important; 
}  
input.cart-subtotal { 
	width: 100px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	color: #bd2451; 
	text-align: left !important; 
	border: none; 
	background-color: transparent; 
}  
.cart a.arrow-link, a.arrow-link { 
	display: block; 
	margin: 10px 60px 0 260px; 
	padding: 0 16px 0 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	text-transform: uppercase; 
	color: #606060; 
	text-decoration: none; 
	background: transparent url(/images/button-arrow2b.gif) no-repeat right 1px; 
}  
.buy-now-inputs fieldset label { 
	font-size: 9pt; 
	font-weight: bold; 
	text-transform: uppercase; 
}  
.buy-now-inputs fieldset input { 
	font-size: 9pt; 
	font-weight: bold; 
	text-transform: uppercase; 
	text-align: left !important; 
	color: #bd2451; 
}  
img.cart-bottle { 
	position: absolute; 
	top: 15px; 	left: 1px; 
}  
div.purchase-bottom-row { 
    text-align: right;  
} 
div.checkout-bottom-row { 
	text-align: right; 
	margin: 0 45px 35px 285px; 
}  
div.purchase-bottom-row a, 
div.checkout-bottom-row a { 
	float: left; 
	text-align: center; 
	margin: 10px 16px 0 0 !important; 
}   

/* INFO PRIVACY (TERMS OF USE - HELP) */
  
div.info-privacy { 
	margin: -30px 30px 25px 252px; 
}  
div.info-privacy h5 { 
	margin: 0px 0 12px 0 !important; 
	color: #6e573d !important; 
}  
div.info-privacy h4 { 
	margin: 0px 0 12px 0 !important; 
	color: #6e573d !important; 
}  
a.info-seal { 
	top: 120px !important; 
}  
div.info-privacy h3 { 
    margin: 16px 0 8px 0 !important; 
    padding: 0; 
    font-family: Georgia, "Times New Roman", Times, serif !important; 
    font-weight: normal !important; 
    font-size: 12pt !important; 
    color: #6e573d !important; 
} 
div.info-privacy p { 
	margin: 8px 0 !important; 
} 
div.info-privacy li { 
	font-family: "Times New Roman", Times, serif; 
	font-size: 10.5pt; 
	color: #606060;
}  
div.signed { 
	text-align: right; 
	margin: 20px 40px 30px 30px; 
	font-family: "Times New Roman", Times, serif; 
	font-size: 10.5pt; 
	color: #606060; 
} 
div.signed span { 
	display: block; 
	padding-right: 70px; 
}  

/* ABOUT - PHOTOS/SCENES */

.scenes { 
 	background: #ebe7c6 url(/images/scenes_bg.jpg) repeat-y top left; 
    z-index: 50;  
}  
.scenes h3 { 
	margin: 0px 0 40px 60px; 
	padding-top: 30px; 
	line-height: 16pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #5b5655; 
	font-weight: normal; 
}  
.scenes h3 span { 
	font-size: 8pt; 
	text-align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #5b5655; 
	font-weight: bold;  
}  
div.scene-container img { 
	padding: 11px 16px; 
	height: 123px; 
}  
div.scene-container { 
	width: 788px; 
	margin: 0 auto; 
	padding: 0 0 25px 0;
}  
div.single-scene-container {	
 	width: 400px; 
 	margin: 0 auto; 
 	background: #a99278; 
 	padding: 24px 24px 20px 24px; 
} 
.pic5a { 
	width: 800px !important; 
} 
div.single-scene-container img {  } 
div.single-scene-container p { 
	margin: 15px 0 0 0 !important; 
	height: 16px; 
	text-align: left; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 8pt; 
	color: #ebe7c6 !important; 
	font-style: italic; 
	font-weight: bold; 
	padding: 0; 
}  
div.single-scene-container a.previous-scene, 
div.single-scene-container a.next-scene { 
	position: absolute; 
	top: -26px;  
} 
div.single-scene-container a.previous-scene { 
    right: 90px; 
} 
div.single-scene-container a.next-scene { 
	right: 25px 
}  
div.single-scene-container a.previous-scene img, 
div.single-scene-container a.next-scene img { 
	height: 26px !important; 
}   

/* BLOG */  

.blog-controls {
	position: relative !important;
	width: 196px;
	margin: 30px auto;
	text-align: left;
	
}
.blog-controls h3 {
	position: relative;  
	margin: 0 0 6px 0;
	padding: 0; 
	font-size: 10pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #695a49; 
	font-weight: bold; 
}

.blog-controls a {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	display: inline !important;
	margin: 3px 0 0 0 !important;
	padding: 0 !important;
	width: auto !important;
	height: auto !important;
	font-size: 10pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #615e5b;
	text-decoration: none;
}
.blog-controls a:hover {
	text-decoration: underline;
}
.blog-controls div { 
	margin: 5px 0;
	padding: 7px 10px;
	background: transparent url(/images/blog-controls-bg.png) repeat left top;
}

.blog-buy { top: 390px !important; }
.blog { }  
.blog h5 { 
	margin: -20px 0 5px 282px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #695a49;
}  
.blog h5 span { 
    font-size: 8pt; 
    color: #615e5b; 
    font-style: italic;
}  

.blog h4 { 
	margin: -35px 0 45px 282px; 
	padding: 0; 
	font-size: 14pt;  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #5b5655; 
	font-weight: normal; 
}
.blog h4 span {
	color: #a89378;
}

.blog h3 { 
	margin: 0 0 20px 282px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 13pt; 
	font-weight: normal; 
	color: #a99278; 
} 

.blog h3 a {
	font-size: 14pt; 
	color: #a99278; 
} 
.blog p { 
	margin: 20px 30px 20px 282px !important; 
	color: #615e5b; 
}   

.blog p a.blog-read-more {
	text-transform: uppercase;
	font-size: 11pt;
}

.blog div.rule {
	height: 1px;
	border-bottom: 1px solid #a89378; 
	margin: 0px 30px 42px 282px;
}
/* CHECKOUT STEPS */

.checkout-table-container {
	width: 635px;
	padding: 0px;
	background-color: #fff !important;
	margin: -25px auto 20px auto;
	border: 1px solid #a89378 !important;
}

.checkout-table-container h3 {
  	height: 24px;
	margin: 0;
	padding: 5px 0 0 15px;
	background-color: #6f6b6a;
	color: #ece7c9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-transform: uppercase;
}

.checkout-table-container h3 span {
	text-transform: none !important;
}

.checkout-table {
	margin: 20px 30px;
}

.checkout-table th {
	color: #aa9278;
	border-bottom: 1px solid #aa9278;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;	
	font-weight: normal;
	text-align: left;
}

.checkout-table td.ct-quantity {
	padding-right: 5px;
}
.checkout-table td.ct-quantity input {
	width: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color #333;
}

.checkout-table td { padding-top: 12px; }

.checkout-table td.ct-product {
	padding-right: 10px;
}

.checkout-table td.ct-product p {
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 11pt !important;
	color: #6f6b6a !important;
}

.checkout-gift-message { 
 	margin: 15px 0 0 0; 
 	width: 240px; 
 	position: relative; 
} 
.checkout-gift-message input { 
	width: auto !important; 
	margin: 0 !important; 
} 
.checkout-gift-message label { 
	display: inline !important; 
	float: none !important; 
	width: auto !important; 
	text-transform: none !important; 
	font-weight: normal !important; 
	position: relative; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #606060;
}  

textarea.checkout-gift-message { 
	width: 260px !important; 
	height: 60px !important; 
	margin: 8px 0 0 0 ;
	font-size: 9pt !important; 
	color: #000; 
	padding: 1px !important; 
	text-align: left !important;
	border: 1px solid #a89378; 
} 

.checkout-table td.ct-pricetotal {
}

.checkout-table td.ct-pricetotal input {
	border: none; 
	background-color: transparent; 
	width: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #bc2552;
}

.checkout-table td.ct-update-link {
	border-bottom: 1px solid #a89378;
	padding: 12px 0 20px 0;
	text-align: left; 
}

.checkout-table td.ct-update-link a.arrow-link {
	display: block; 
	width: 50px !important;
	margin: 10px 60px 0 0px !important; 
	padding: 0 16px 0 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	text-transform: uppercase; 
	color: #606060; 
	text-decoration: none; 
	background: transparent url(/images/button-arrow2.gif) no-repeat right 1px !important; 
}
.totals-table {
	margin: -15px 0 30px 0;
}

.totals-table td.tt-fill {
	width: 460px;
}

.totals-table td.tt-label {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	text-transform: uppercase; 
	color: #606060; 
	text-align: right;
	padding-right: 6px;
}

/* added at Elena's request */
.totals-table td.tt-freeshipping {
	font-family: Verdana,
	Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-transform: uppercase;
	color: #bc2552;
	text-align: right;
	padding-right: 6px;
}

.totals-table td.tt-value {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	text-transform: uppercase; 
	color: #bc2552;
}

.totals-table td.tt-value select {
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
}

h4.choose-payment {
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
	color: #aa9278;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;	
	font-weight: bold;	
}

div.choose-payment-container {
	margin: 0 30px 30px 30px;
	padding: 0 0 0 25px;
}

div.choose-payment-container input {
	position: relative;
	margin-left: 45px;
	top: -10px;
}

.checkout-button {
	height: 30px; 
	border: 1px solid #6f6b6a; 
	background-color: #fff; 
	text-align: center; 
	margin: 0px 0 0 0; 
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: normal; 
	color: #6f6b6a; 
	text-align: center !important; 
	text-transform: uppercase; 
	cursor: pointer; 
}

div.checkout-submit-container {
	margin: 0 30px 30px 30px;
	text-align: right;
}


div.reg-or-login {
	margin: 20px 100px 30px 100px;
}
div.reg-or-login h5 {
	margin: 0 0 20px 0;
	padding: 0 0 0 16px;
	background: transparent url(/images/button-arrow2.gif) no-repeat left 2px !important; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold;  
	color: #606060; 

}
div.reg-or-login h5 a {
	color: #bd2451;
	text-transform: uppercase;
	text-decoration: none; 
}


div.modify-personal-info { 
	padding: 0 0 0 520px;
}
div.modify-personal-info a.arrow-link {
	display: block; 
	width: 50px !important;
	margin: 10px 60px 0 0px !important; 
	padding: 0 16px 0 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	text-transform: uppercase; 
	color: #606060; 
	text-decoration: none; 
	background: transparent url(/images/button-arrow2.gif) no-repeat right 1px !important; 
}

div.modify-payment-method { 
	padding: 0 0 0 390px;
}
div.modify-payment-method a.arrow-link {
	display: block; 
	width: 180px !important;
	margin: 10px 60px 0 0px !important; 
	padding: 0 16px 0 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	text-transform: uppercase; 
	color: #606060; 
	text-decoration: none; 
	background: transparent url(/images/button-arrow2.gif) no-repeat right 1px !important; 
}

.clearThin { 
	clear: left; 
	height: 1px;
	font-size: 1px; 
}
#chkoutPersonalInfo { 
	position: relative;
	margin: 0px 0 20px 0;
	padding-left: 10px; 
	clear: both;
}

#chkoutPersonalInfo table.personalInformation {
	float: left; 
	position: relative;
	margin: 10px 20px;
	width: 270px;
}
table.payment-details-table .piHeader,
table.personalInformation .piHeader {
	font-size: 10pt;
	font-weight: bold;
	color: #695a49;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #cccccc;
}

table.personalInformation td {
	padding: 8px 0 0 5px;
	font-size: 8.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: 606060;
}

table.payment-details-table {
	margin: 10px 0px 20px 30px;
}

table.payment-details-table td {
	padding: 8px 6px 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #333;
}

.Star {
	font-weight: bold;
	color: #bd2451;
}

#chkoutNotes {
	width: 500px;
	margin: 10px auto;
	padding-bottom: 10px;
	font-size: 11px;
	color: #000;
}
.customerNotes {
	width: 420px;
	height: 100px;
	font-size: 13px;
	font-face: monospace;
}


.last-checkout-button {
	height: 40px; 
	border: 1px solid #6f6b6a; 
	background-color: #fff; 
	text-align: center; 
	margin: 0px 0 0 0; 
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-weight: normal; 
	color: #6f6b6a; 
	text-align: center !important; 
	text-transform: uppercase; 
	cursor: pointer; 
}

p.last-instructions {
	margin: 0px 40px !important;;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #333;
}
div.checkout-submit-container {
	text-align: center;
}

.last-checkout-button {
	height: 40px; 
	border: 1px solid #6f6b6a; 
	background-color: #fff; 
	text-align: center; 
	margin: 0px 0 0 0; 
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13pt; 
	font-weight: normal; 
	color: #6f6b6a; 
	text-align: center !important; 
	text-transform: uppercase; 
	cursor: pointer; 
}

div.confirmation {
	text-align: center;
	padding: 15px 0 60px 0;
}
div.confirmation p {
	margin: 15px 30px !important;
}

div.steps {  }  
fieldset.steps { 
 	width: 542px !important; 
}  






