﻿/* Saloon Ten 5.9.10 */
/* Sets element margins, padding, and border to 0 to even out browser differences. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, address {
     margin: 0;
     padding: 0;
     border: 0;
}
h1, h2, h3, h4, h5, h6 {color: #666;}

h1 {
    margin:0;
	font-size: 110%;
	font-weight: normal;
}
h2 {
    padding: 5px;
    margin: 0;
    font-size: 100%;
	font-weight: normal;
    }
h3 {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
    font-size: 100%;
    font-weight: normal;
    }
h4 {
	margin: 1.2em 0em;
	font-size: 80%;
    font-weight: normal;
}
h5 {
	margin: 1.2em 0em;
	font-size: 80%;
    font-weight: normal;
}
h6 {
	margin: 1.2em 0em;
	font-size: 80%;
    font-weight: normal;
}
h2.pageTitle
{
    text-align: left;
    padding: 5px;
    font-size: 110%;
    color: #333;
    font-variant: small-caps;
}
h3.section
{
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
    font-size: 110%;
    color: #333;
} 
img {border: none;}
pre {
	font-family: monospace;
	font-size: .8em;
}
a {
	text-decoration: none;
	color:#FFFFCC;
}
a:link {
	color:#FFFFCC;
}
a:visited {}
a:hover {
	color:#FFCC00;
	text-decoration: underline;
}
a:active {}
/* links in main content area: blue/dark gray */
#content a, .highslide-container a {
	color:#009;
}
#content a:link, .highslide-container a:link {
	color:#009;
}
#content a:hover, .highslide-container a:hover
{
    color: #666;
    text-decoration: underline;
}
#contentHome a {
	color:#FC0;
}
#contentHome a:link {
	color:#FC0;
}
#contentHome a:hover {
	color:#FC0;
	text-decoration: underline;
}
body {
    text-align: center;
    margin: 0;
    padding: 0; 
    font-family: Verdana, san-serif; 
    background: #371D00; /* background: #422600 371D00; dark brown */
    font-size: 100%;
 /*   line-height:1.125em; /* 16×1.125=18 */
        line-height:1em;   /* 16×1=16 */
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
    background-color: #371D00; 
    text-align: left; 
    overflow: hidden;
    color: #333;
    }
* html #wrapper {overflow: visible;}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */
#header
{
	width: 900px;
	margin: 0 auto;
    text-align: center;
    background: #371D00 url(../../App_Themes/S10/Images/bg_header.png) left top no-repeat; 
    height: 104px;
    font-size: 60%;
    color: #fff;
}
#userinfo
{
    background-position: yellow;
    padding: 12px 10px 5px 10px;
    height: 25px;
    text-align: right;
    vertical-align: middle;
}
#cartstatus {
    position: relative;
    width: 119px;
	float: left;
	display: inline;
	margin: 0;
	padding: 40px 10px 10px 10px;
	font-size: 10px;
    color: #CCC;
}
* html #cartstatus {height:1%;}
#navigation {
    padding-top: 2px;
    height: 26px;
    font-size: 105%;
    }
#logo {
    float: left;
    width: 39%; 
    display: inline;
    padding-top: 5px;
    }
#mainnav {
    float: left;
    width: 59%; 
    display: inline;
    text-align: center;
    z-index: 1;
}
* html #mainnav {height: 1em;}
   
    ul
{
    list-style-type: none;
}
ol
{
    list-style-position: inside;
}
    hr
{
    color: orange;
    border-top: 1px solid #8E4802;
}

#navigation a
{
    text-decoration: none;
}

#navigation a:hover
{
	color: #FFCC00;
} 

#contentWrapper {
    width: 870px;
	margin: 0 auto;
	padding: 10px 15px 5px 15px;
     /*    background: #371D00 422600 url(../../App_Themes/S10/Images/bg_tile.gif) left top repeat-y; */
    background: url(../../App_Themes/S10/Images/bg_content.png) left top repeat-y; 
    }
/* Home page */
#contentHome {  
	width: 99%;
    font-size: 66%;
    color: #FFFFCC;
    background:  url(../../App_Themes/S10/Images/bg_texture.png) left top no-repeat; 
    }
#mainWrap {
    padding-top: 10px;
}
#main1 {
    float: left;
    display: inline;
    text-align: center;
    width: 64%
}
#main3 {
    float: right;
    display: inline;
        width: 32%
}
/* end Home page divs */
#content {  
    float: left; 
	width: 81%;
/*	padding-right: 4px; */
    background: #FDF7DF;
    font-size: 70%;
    color: #333;
    min-height: 450px;
    padding: 5px;
    }
* html #content {height: 450px;}
#content p {
    padding: 5px;
 }
 /*
#content td, #content th {
    padding-right: 5px;
    padding-left: 5px;
}
*/
/* inside pages content*/    
.leftcol { 
    padding-left: 10px; 
    padding-right: 5px; 
    float: left; 
	width: 48%;
    border: solid 1px #ccc;
    margin-left: 5px;
    margin-bottom: 5px;
    background: #fff;
    }
.rightcol {  
    float: right; 
	width: 44%;
	padding-left: 20px;
	padding-right: 5px;
    }
.rightcol p {  
	padding-right: 10px;
	padding-top: 10px;
    }
.onecol { 
    padding: 5px 10px; 
    float: left; 
	width: 95%;
    border: solid 1px #ccc; 
    margin: 5px 0 0 6px;
    /* margin-bottom: 5px; */
    background: #fff;
    }
    
.wineList {
    background:  url(../../App_Themes/S10/Images/bg_WineList.jpg) center top no-repeat; 
}
    
#sidebar {
	float: right;
	width: 17%;
	/*	width: 150px; */
	margin: 0;
	padding: 0;
    font-size: 62%; 
	text-align: center;
}
#sidebar table {
	text-align: left;
}
/* end inside pages content */   
/* Shopping Cart pages */
#contentShoppingCart {  
	width: 99%;
    background: #FFF;
    min-height: 450px;
    border: solid 1px #ccc;
    }
* html #contentShoppingCart {height: 450px;}

 
#shopnav ul {
    margin: 0; 
    padding-top: 10px;
    list-style-position: inside;
    }
#shopnav li {
	color:#FFFFCC;
	padding-right: 4px;
	padding-left: 6px;
    line-height: 2.5em;
}
/* footer */
#footer { 
    clear: both; 
    margin: 0;
    padding: 20px 20px 0px 20px;
    text-align: center; 
    width: 100%;
    font-size: 60%;
    background: #371D00 url(../../App_Themes/S10/Images/bg_footer.png) left top no-repeat; 
    color: #FFF;
    }
#footernav {
    float: left;
    width: 99%; 
    display: inline;
    padding: 0px 155px 5px 155px;
}
* html #footernav {height: 1em;}
   
#footernav ul
{
    margin: 0;
    list-style-type: none;
}
#footernav li 
{
	display: inline;
	padding-right: 10px;
	padding-left: 15px;
	float: left;
}
#copy .container {
    clear:both;
	margin:5px;
	padding:0 10px 15px;
}
/* \*/
* html #copy .container {height:1%;}
/* */

#copy td, #copy th {padding: 0.2em 0.5em;}

#copy .container table tr {font-size:0.9em;}

#copy fieldset {	
	margin:1em 0;
	padding:1em;
	border:1px solid #CCCCCC;
}
/* coupon page */
.panelWrap {
    margin: 0 auto;
    display: block;
    width: 590px;
 } 
 .couponWrap {
    padding: 10px;
    }
 .couponLogoWrap {
    width: 25%;
    display: inline;
    float: left;
    padding: 5px 5px 5px 0;
    }
.couponTextWrap {
    width: 70%;
    display: inline;
    float: right;
    padding-top: 15px;
    padding-right: 5px;
    font-size: 12pt;
    }  
.couponFinePrintWrap {
    width: 99%;
    padding: 10px;
    }
.couponTitle {
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    }     
.couponName     {
    padding: 10px 0px;
    margin: 15px 0px;    
    } 
.couponFinePrint { 
    padding-top: 5px;
    font-size: 10pt;
    }   
.printedImg {
    padding: 15px;
    } 
/* end coupon */   
.largeimg {
    max-width: 95%; 
    display: block; 
    margin: 10px auto;}
* html .largeimg {width: 95%; margin: 10px 2%;}

.homeimgwrapper {
    padding-left: 100px;
    padding-right: 100px;
    }
.homeimg {
    padding: 10px 50px;
    }
    /* for rotating img on home page */
.mainWrapper {
    text-align: center;
	margin: 0 auto; 
	font-size: 90%; 
    width: 312px;
	height: 290px;

    }
/*.mainWrapper img {
   padding-bottom: 5px;
   border: 5px inset #9040d3 7408CF; 
    } */
.frameMain {
 /*   background: url(../../App_Themes/S10/Images/bg_frameMain.jpg) left top no-repeat; */
 /*  border: 5px inset #9040d3; 
   width: 322px; 
   padding: 1px;
   height: 222px;*/
    }
.pageIntroWrap {
  /*  background: url(../../App_Themes/S10/Images/frame_bg.jpg) left top no-repeat; */
    background: url(../../App_Themes/S10/Images/bg_pageIntro.png) left top no-repeat; 
    height:175px;
    margin:0 auto;
    padding:0 0px 0 0;
    width: 85%
    }
.pageIntroImage {
    padding: 1px;
    height: 210px;
    /* border: 1px solid ##BDAFEB */
    }   
.pageIntroRight {
    display:inline;
    float:right;
    padding:20px 3px 3px 3px;
    width:48%;
    }
#content.pageIntroRight:first-child p {
    padding-top: 30px;
    }
 .pageIntroLeft {
    display:inline;
    float:left;
    padding: 10px 10px 0px 0px;
    width:45%;
    }
.photoGalleryImage {
    padding: 5px;
    /* border: 1px solid #CCC */
    }  
.centerWrap {
	text-align: center;
	padding: 5px;
	font-size: 90%; 
}
.centerWrap img {
	padding: 5px;
}

.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}
.extender
{
    border: none;
    margin: 0;
    padding: 0;
    clear: both;
    height:2px;
} 
.divider
{
   background : url(../../App_Themes/S10/Images/bg_divider.jpg) left top no-repeat; 
    border: none;
    margin: 0;
    padding: 0;
    clear: both;
    height:3px;
}   
.linkTitle
{
    font-size: 110%;
    text-transform: uppercase;
    line-height: 2em;
    padding-top: 10px;
    padding-bottom: 5px;
}  
.indent100
{
    padding-top: 20px;
    padding-left: 200px;
    padding-right: 200px;
}  

/* welcome page */
.createAccount
    {
    float: right;
    display: inline;
    width: 54%;
    padding: 10px 10px 10px 0px;
    }
* html .createAccount {height: 1%;}
.createAccountTitle
    {
    background: url(../../App_Themes/S10/Images/createAccount_bkg.png) no-repeat left top;
    font-size: 1em;
    }

.memberLogin
{
    float: left;
    display: inline;
    width: 39%;
    padding: 10px;
} 
* html .memberLogin {height: 1%;}

.loginTitle
    {
    background: url(../../App_Themes/S10/Images/login_bkg.png) no-repeat left top;
    }
/* end welcome page */
.centerBlock {
    margin: 0 auto;
    text-align: center;
 } 
 .centerBlockOnly {
    margin: 0 auto;
 } 
div.productsWrapper {
  margin: 0 auto;
  padding: 5px 20px;
  }
div.spacer {
  clear: both;
  }
div.float
{
    float: left;
    display: inline; 
    padding: 5px 10px;
    text-align: center;
    font-size: 11px;
    color: #828282;
    line-height: 16px;
    width: 217px;  
}
div.float img {
   padding: 8px;
   border: 1px solid #e4e4e0;
   }
div.float p {
   text-align: center;
   font-size: 11px;
   color: #828282;
   padding: 2px;
   }
div.frame250
{
    padding: 5px;
    text-align: center;
    font-size: 11px;
    color: #828282;
    line-height: 16px;
}
div.frame250 img {
   padding: 8px;
    text-align: center;
 /*  border: 1px solid #e4e4e0; */
   }
.products
{
    display: inline;
    float: left;
    text-align: center;
}
/* for vertical aligning & centering products on the products page */
.productImage
{
    border: 1px solid #CECECE;
    width: 180px;
    height: 180px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}
.productImage * {
    vertical-align: middle;
}
/*\*//*/   for IE/MAC
.productImage
{
    display: block;
}
.productImage span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
/* for vertical aligning & centering products on the detail page */
.productDetailImage
{
    border: 1px solid #E7E7E7; 
    width: 250px;
    height: 270px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}
.productDetailImage * {
    vertical-align: middle;
}
/*\*//*/   for IE/MAC
.productDetailImage
{
    display: block;
}
.productDetailImage span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
/* product detail */
.colDetailLeft
    {
    float: left;
    display: inline;
    width: 40%;
    height: 400px;
    padding: 20px 5px 0px 5px;
    text-align: center;
    }
* html .colDetailLeft {height:1%;}
.colDetailRight
{
    float: right;
    display: inline;
    width: 50%;
    color: #666;
    padding: 20px 5px 10px 5px ;
    text-align: left;
} 
* html .colDetailRight {height:1%;}

.pdAttributes
{
    padding-left: 6px;
} 
.colDetailRight table
{
    border-spacing: 0;
} 
.colCatalogLeft
    {
    float: left;
    display: inline;
/*    width: 45%;   */
    padding: 10px 0px 10px 65px;
    text-align: left;
    }
* html .colCatalogLeft {height:1%;}
.colCatalogRight
{
    float: right;
    display: inline;
/*    width: 45%;   */
    padding: 10px 35px 10px 0px;
    /*    padding: 10px 65px 10px 0px; */
    text-align: right;
} 
* html .colCatalogRight {height:1%;}
/* slideshow - viewing & paging */
.slideshowView
    {
    float: left;
    display: inline;
    padding: 10px 0px 10px 65px;
    text-align: left;
    }
* html .slideshowView {height:1%;}
.slideshowPaging
{
    float: right;
    display: inline;
    padding: 10px 65px 10px 0px;
    text-align: right;
} 
* html .slideshowPaging {height:1%;}
/* end slideshow - view & paging */

/* checkoutDetail page */
.columnLeft
    {
    float: left;
    display: inline;
    width: 44%;
    padding: 10px;
    text-align: left;
    }
.columnRight
{
    float: right;
    display: inline;
    width: 50%;
    padding: 10px;
    text-align: right;
} 
/* submit order page */
.textFloatLeft
    {
    float: left;
    display: inline;
    width: 30%;
    padding: 10px;
    text-align: left;
    background-color: #EFF7F7;
    }
* html .textFloatLeft {height:1%;}

.textFloatRight
{
    float: right;
    display: inline;
    width: 30%;
    padding: 10px;
    text-align: right;
    background-color: #EFF7F2;
} 
/* separates content on order page - used regular text so they align in IE */
.orderHeading
{
    clear: both;
    width: 99%;
    text-align: left;
    padding-left: 5px;
    padding-top: 11px;
    font-size: .9em;
    height: 38px;
    background: url(../../App_Themes/S10/Images/orderHeading_bg.png) no-repeat left top;
    color: #685CB0;
    font-weight: bold;
} 
table.center {
    margin-left: auto;
    margin-right: auto;
}
.shopBlurb
{
    clear: both;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
}
/* text */
.PagingText {
    font-size: 11px;
    color: #999;
    }
.textTiny {
    font-size: 10px;
    color: #666;
    }
.trilliant {
    text-align: center;
    clear: both;
    line-height: 2em;
    }
.center {
    text-align: center;
    }
.leftAlign {
    text-align: left;
    }
.pageTitle {
    font-size: 1em;
    }
.standardLabel {
    font-size: 1em;
    color: #828282;
    }
.labelProductCollection {
    font-size: 1em;
    color: #828282;
    text-align: left;
    }
.alertMessage {
    color: #C11B0E; /* red */
    }
.blueText {
    color: #6B5EC6; /* blue */
    }
.orange {
    color: #CC6600; /* orange brown */
    }
.yellow {
    color: #F7DA13; /* yellow */
    }   
.offsetLeft10{
    padding: 10px;
    } 
.padding10{
    padding: 10px;
    }      
.padding5{
    padding: 5px;
    }               
.smallCaps
{
    font-variant: small-caps;
} 
.boldText {
    font-weight: bold;
    }
.strikeThrough
{
    text-decoration: line-through;
} 
.bold
{
    font-weight: bold;
} 
.italic
{
    font-style: italic;
} 

.lightText
{
    color: #FFFFCC;
}  
.photoHeading {
    font-variant: small-caps;
    text-align: center;
    font-weight: bold;
    color: #CC6600; /* orange brown */
    padding: 5px;
}
.checkoutUserActionText
{
    font-variant: small-caps;
    font-size: 1.2em;
}
.checkoutAddText
{
    background-position: left center;
    padding: 0px 0 0 20px;
    font-variant: small-caps;
    font-size: 1.2em;
    background: transparent url(../../CSS/images/add.gif) no-repeat top left;
    line-height: 2em;
}
.checkoutDeleteText
{
    background-position: left center;
    padding: 0px 0 0 20px;
    font-variant: small-caps;
    font-size: 1.2em;
    background: transparent url(../../CSS/images/delete.gif) no-repeat top left;
    line-height: 2em;
}
.checkoutSelectText
{
    background-position: left center;
    padding: 0px 0 0 20px;
    font-variant: small-caps;
    font-size: 1.2em;
    background: transparent url(../../CSS/images/select.gif) no-repeat top left;
    line-height: 2em;
}
.checkoutUpdateText
{
    background-position: left center;
    padding: 0px 0 0 20px;
    font-variant: small-caps;
    font-size: 1.2em;
    background: transparent url(../../CSS/images/pencil.gif) no-repeat top left;
    line-height: 2em;
}
.colDetailRight p {
    font-size: .85em;
    color: #666;
    }
.catalogDescription p {
    font-size: .95em;
    color: #666;
    padding-left: 45px;
    padding-right: 45px;
    }
/* css buttons */
.cssclear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
/* css buttons large rounded */
a.cssbutton_large
{
    background: transparent url(../../CSS/buttons/bg_button_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px; /*        padding-right: 18px; /* sliding doors padding */
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
    vertical-align: middle;
}

a.cssbutton_large span {
    background: transparent url(../../CSS/buttons/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 10px;
} 
a.cssbutton_large:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.cssbutton_large:hover span {
    background-position: bottom left;
    padding: 5px 0 5px 10px; /* push text down 1px */
} 
/* css buttons small rectangular*/
a.cssbutton_small {
    background: transparent url(../../CSS/buttons/bg_buttonSmall_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left; 
    font: normal .83em arial, sans-serif;
    color: #333;
    height: 20px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.cssbutton_small span {
    background: transparent url(../../CSS/buttons/bg_buttonSmall_span.gif) no-repeat;
    display: block;
 /*   line-height: 14px; */
    padding: 3px 0 3.5px 10px;
} 
a.cssbutton_small:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.cssbutton_small:hover span {
    background-position: bottom left;
/*    padding: 6px 0 4px 18px; /* push text down 1px */
} 
/* css buttons medium rectangular */
a.cssbutton_medium {
    background: transparent url(../../CSS/buttons/bg_buttonBO_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left; 
    font: normal .85em arial, sans-serif;
    color: #333;
    height: 22px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}
a.cssbutton_medium  span {
    background: transparent url(../../CSS/buttons/bg_buttonBO_span.gif) no-repeat;
    display: block;
 /*   line-height: 14px; */
    padding: 4px 0 4px 10px;
} 
a.cssbutton_medium:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.cssbutton_medium:hover span {
    background-position: bottom left;
/*    padding: 6px 0 4px 18px; /* push text down 1px */
} 

@media print {	
	body{
		font-size:11pt;
		line-height:13pt;
		margin:0;
		padding:0;
		background:#FFFFFF !important;
	}
/*	#sizer{
		margin:0; 
		width:auto !important;
	}
	#expander{
		position:static;
		margin:0 !important;
	}     */
	#headertop, #ownerinfo {
		position:static; 
		height:auto;
	}	
	#ownerinfo address {
		position:static; 
		height:auto !important; 
		margin-bottom:2em;
	}	
	#header {
		border-bottom:1px solid #000000; 
		margin-bottom:2em;
	}
	#wrapper, #header, #headertop, #ownername, #ownerinfo, #ownerinfo address, #mainNav, #maimenu .selectedlink, #contentwrapper, #quote, #copy .txtBox, #copy .button, #copy legend, #copy #divPrint, #footer, #sidebarfooter {
		background:none !important;
	}
	h1, h2, h3, h4, h5, h6, #ownername, #mainNav {
		font-family:"Lucida Sans", Verdana, "Lucida Grande", Geneva, sans-serif;
		font-weight: bold;
		}	
    #sidebar, #themepicker, #headerimgwrapper, #sidebarfooter {
		display:none !important;
	} 
    #copy {
		margin:0;
		padding:0;
	}
	
	#copy fieldset {border:none;}
	
	#copy legend {color:#f90;}
	
	#footer {
		position:static;
		margin-top:2em;
		font-size:1em;
	}
	
	#content{width:100%;}
	
	html>body #content {
		width:85%;
		margin-left:2em;
	}
}