/*@media print class is used to overwrite the JS that hides content in the accordian*/
@media print {
.accordian ul, div.review div {display:block!important;}
div.review div {display:block!important;}
}

body {
   background: white;
   font-size: 12pt;
   }
#menu {
   display: none;
   }
   
#sitewrapper {width: auto; margin: 0; padding: 0;}

#wrapper {
   width: auto;
   margin: 0;
   padding: 0;
   float: none !important;
   color: black;
   background: transparent none;
   } 
   
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

.inner-cell {background: none; border: none; padding: 0;}
.hide-element-print, .browse-leftframe, #topNav, .page-banner, .browsespacer, .ui-tabs-hide, .footerBanners {display: none}

/*Do not move order of these two classes*/
/*show all available tabbed information*/
.ui-tabs-panel {display: block; font-size: 10pt}
/*hide elements in print code with this class*/
.screen-only {display: none}

.panel-outer {border: 0}
.order-footer {clear: both; display: block}

.dotted-line {border: 2px dotted #999; padding: 10px}
.accordian ul.list, .accordian li, .accordian {list-style: none!important;}
a.button-primary, a.button-atb, a.button-secondary, .button-end-atb, .button-end-primary, .button-end-secondary,
input.button-primary, input.button-atb, input.button-secondary {display: none;}

.article-leftcolumn {float: right; width: 20%;}
.article-rightcolumn {float: left; margin-left: 0px; width: 80%;}

.wineplan-leftcolumn {display: none;}
.wineplan-rightcolumn {width: 600px; margin: 10px 0px 0px 0px;}
.article-rightcolumn p {font-size: 0.85em;}

/*Browse*/
#contentArea.large .browseresult {float: none; width: auto; height: 140px}
#contentArea.large .img {height: 100px; overflow: hidden}
#contentArea.large .bottle img, #contentArea.large .bottle .img, #contentArea.large .best img, #contentArea.large .best .img {height: 100px}
#contentArea .cleardiv {display: none}

