/* -------------------------------------------------------------- 
  
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

	Including in this file to minimize number of css files.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body { line-height: 1.5; background: #fff; margin:1.5em 0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }


/* -------------------------------------------------------------- 
  End of Reset   
-------------------------------------------------------------- */


/* Color Palette
 grey:  #ccc;
 khaki: #666635;
 white: #fff
 plum:  #5a1f31;
 green: #536814;
 lime green: #cfd5a0
 lt khaki:   #eaebd6
 lt plum:    #99746a;
 dklt plum:  #8b625c;
 red:        #f03a31;
 pink:       #fad3c5;
*/

.clr { display: block; height: 0px; overflow: hidden; clear: both; }

html{
	font-size: 100.01%;
	background:#ccc;
}

body{
	margin: 0;
	font: 64% Arial, Verdana, sans-serif, Times, serif;
	background-color: #ccc;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}
img{
	border: none;
	display: block;
	-ms-interpolation-mode:bicubic;
}
img.inline{
	border: none;
	display: inline;
	-ms-interpolation-mode:bicubic;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
p, h1, h2, h3, h4{margin: 0;}
table{
	padding:0;
	margin:0;
	border-collapse:collapse;
}
td{
	padding:0;
	margin:0;
}
a{text-decoration: none;}
a:active, a:focus{outline:none;}

div#main{
	margin: 0 auto;
	width: 940px;
	padding: 0px 5px 0px 5px;
	background: url(../images/bgshadow.png) top center repeat-y;
}
.columns{overflow: hidden;}
* html .columns{
	overflow: visible;
	height: 1%
}
#header{
	/* backgroundxx: url(../images/headerShadow.png) top center no-repeat; */
}

#header img.fl-left{float:left;}
#header img.fl-right{float:right}
.logo{
	display: inline;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/logo.gif) no-repeat;
	width: 322px;
	height: 56px;
	float:left;
	margin:30px 0 0 145px;
}
.menu-holder{
	overflow: hidden;
	width: 100%;
	background: #666635;
	margin: 0px 0 0;
}
#menu{
	float:left;
}
#menu li{
	float:left;
	background:url(../images/menu-separator.gif) no-repeat 0 12px;
	padding: 5px 7px 5px 11px;
}
#menu li:first-child{background:none}
#menu a{
	font: 16px/18px Georgia, "Times New Roman" , Times, serif;
	color:#fff;
}
#menu a:hover{color:#5a1f31;}

.menu-holder-sub{
	overflow: hidden;
	width: 100%;
	background: #666635;
	margin: 0px 0 0;
}

#sub_menu{
	float:left;
}
#sub_menu li{
	float:left;
	background:url(../images/menu-separator.gif) no-repeat 0 12px;
	padding: 5px 7px 5px 11px;
}
#sub_menu li:first-child{background:none}
#sub_menu a{
	font: 10px/12px Veranda, Arial, sans-serif;
	color:#fff;
}
#sub_menu a:hover{color:#5a1f31;}


.news-letter{
	float:right;
	display: inline;
	margin: 5px 4px 0 0;
}
.news-letter a{
	font: 16px/18px Georgia, "Times New Roman" , Times, serif;
	color:#fff;
	display: block;
	float: left;
	margin: 0 5px 0 0;
}
.news-letter a:hover{color:#5a1f31;}
.news-letter .fld-news-letter{
	border: none;
	float:left;
	background: #fff;
	padding: 2px 3px;
	width: 135px;
}
#content{
	background: url(../images/content-bg.gif) repeat-y;
	overflow: hidden;
	width: 100%;
	background-color: #fff;
}

.left-nav{
	float:left;
	width: 160px;
}

.right-nav{
	float:left;
	width: 130px;
}

.main-content{
	float:left;
	width: 620px;
	margin:  0 5px 0 10px;
	padding-left: 5px;
	display: inline;
}
.side-box h4{
	background:#5a1f31;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	color:#fff;
	padding: 5px 10px;
	margin: 0px 0;
}
.side-box li{
	vertical-align:top;
	height: 1%;
}

.right-nav ul{
	margin: 0 0 5px 0;
}

.right-nav .side-box ul{
	margin: 0 0 5px 0;
}

.left-nav li{
	margin:5px 0;
	vertical-align:top;
	height: 1%;
}

.left-nav h4 a
{
	color: #fff;
}

.left-nav li a{
	display: block;
	background: #cfd5a0;
	padding: 5px 10px;
	font-weight: bold;
	color:#536814;
	height: 1%;
}
.left-nav li a:hover{
	background: #666635 url(../images/white-right-arrow.gif) no-repeat 150px 50%;
	color:#fff;
}
.left-nav li ul{
	padding: 0px 0 0px 7px;
	background: #eaebd6;
}
.left-nav li li{
	margin: 0;
}

/* SearchTree specific overrides */
.left-nav li.AspNet-TreeView-Leaf a{
	background: none;
	font: 11px/17px Arial, Helvetica, sans-serif;
	color:#536814;
	padding: 0 10px;
	display:inline;
}
.left-nav li.AspNet-TreeView-Leaf a:hover{
	color: #5a1f31;
	background: none;
}
.left-nav div.SearchTreeView{
	padding: 5px 0 5px 0;
	background: #eaebd6;
}

div.AspNet-TreeView ul li.AspNet-TreeView-Selected a
{
	font-weight: bold;
	background-image: url(../images/green-right-arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}
div.AspNet-TreeView ul li.AspNet-TreeView-Selected a:hover
{
	font-weight: bold;
	background-image: url(../images/white-right-arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.left-nav li li a{
	background: none;
	font: 11px/17px Arial, Helvetica, sans-serif;
	color:#536814;
	padding: 0 10px;
	display:inline;
}
.left-nav li li a:hover{
	color: #5a1f31;
	background: none;
}


/* Right Navigation Styles */
.right-nav{text-align:right}

.right-nav .login{
	margin: 5px 0 0 0;
}

.right-nav .login li{
	margin: 0px 0;
}
.right-nav .login li a{
	display: block;
	background: #cfd5a0;
	padding: 3px 10px;
	font: 10px/16px Arial, Helvetica, sans-serif;
	color:#536814;
	height: 1%;
}
.right-nav .login li:first-child a{
	color:#fff;
	background: #5a1f31;
}
.right-nav .login li a:hover{
	background-color:#666635;
	color:#fff;
}
.right-nav .login li img{
	float:left;
	padding: 0 0 0 5px;
}


.right-nav .shopping_cart {margin: 5px 0 0 0;}
.right-nav .shopping_cart li {margin: 0px 0;}
.right-nav .shopping_cart li a{
	display: block;
	background: #cfd5a0;
	padding: 3px 10px;
	font: 10px/16px Arial, Helvetica, sans-serif;
	color:#536814;
	height: 1%;
}
.right-nav .shopping_cart li:first-child a{
	color:#fff;
	background: #5a1f31;
}
.right-nav .shopping_cart li a:hover{
	background-color:#666635;
	color:#fff;
}
.right-nav .shopping_cart li img{
	float:left;
	padding: 0 0 0 5px;
}

.right-nav .shopping_cart table th
{
	text-align:center;
}
.right-nav .shopping_cart table td.qty
{
	text-align:center;
	vertical-align:middle;
}
.right-nav .shopping_cart table tr
{
	border-bottom: dotted 1px grey;
}

.right-nav .secondary_nav{
	margin: 5px 0 0 0;
}

.right-nav .secondary_nav li{
	margin: 0px 0;
}
.right-nav .secondary_nav li a{
	display: block;
	background: #cfd5a0;
	padding: 3px 10px;
	font: 10px/16px Arial, Helvetica, sans-serif;
	color:#536814;
	height: 1%;
}
.right-nav .secondary_nav_xxx li:first-child a{
	color:#fff;
	background: #5a1f31;
}
.right-nav .secondary_nav li a:hover{
	background-color:#666635;
	color:#fff;
}
.right-nav .secondary_nav li img{
	float:left;
	padding: 0 0 0 5px;
}


.right-nav .icon-key{
	
}
.right-nav .icon-key li{
	margin: 0px 0;
	padding: 4px 10px 6px 4px;
	overflow: hidden;
}
* html .right-nav .icon-key li{
	overflow: visible;
	height: 1%;
}
.right-nav .icon-key li.light{background: #99746a;}
.right-nav .icon-key li.dark{background: #8b625c;}
.right-nav .icon-key li img{
	float:left;
}
.right-nav .icon-key li span{
	float:right;
	font: bold 10px/16px Arial, Helvetica, sans-serif;
	color:#fff;
}
.right-nav .icon-key li em{
	float:left;
	display: block;
	width: 22px;
	height: 21px;
	color:#5a1f31;
	font: bold 11px/20px Arial, Helvetica, sans-serif;
	text-align:center;
	background: #fff;
}
.breadcrumbs{margin:10px 0 0;}
.breadcrumbs li{
	display: inline;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color:#5a1f31;
	background: url(../images/breadcrumbs-separator.gif) no-repeat 0 50%;
	padding: 0 1px 0 6px;
}
.breadcrumbs li:first-child{
	background:none;
	padding-left:0;
}
.breadcrumbs li a{
	font: 12px/18px Arial, Helvetica, sans-serif;
	color:#5a1f31;
}
.breadcrumbs li a:hover{text-decoration:underline}
.main-content .wine{margin: 16px 0 0}
.main-content .wine h1{
	font: bold 22px/26px Arial, Helvetica, sans-serif;
	color:#000;
	margin: 0 0 10px;
}

.main-content h2
{
	font: bold 18px/20px Arial, Helvetica, sans-serif;
	color:#5a1f31;
	border-bottom: solid 1px grey;
	margin: 10px;
}

.main-content p
{
	font-size: 12px;
	margin: 10px;
	color: #333;
}

.main-content .wine .details{
	float:left;
	width: 350px;
	background:url(../images/detail-stretch.jpg) repeat-y;
	margin: 0 0 9px;
	overflow: hidden;
}
.main-content .wine .details .top{
	background:url(../images/detail-top.jpg) no-repeat;
	width: 100%;
}
.main-content .wine .details .bottom{
	background: url(../images/detail-bottom.jpg) no-repeat 0 100%;
	padding: 27px 36px 85px 27px;
/*	*height: 350px; */
}
.main-content .wine .details h2{
	height: 21px;
	background: url(../images/details-title.gif) no-repeat 50% 0;
	text-indent:-999px;
	overflow: hidden;
	margin: 0 0 15px;
}
.main-content .wine .details h2#beer-details
{
	height:auto;
	text-indent:70px;
	background-image: none;
	color: #fff;
	font-family: Comic Sans MS, Arial, Helvetica, Sans-Serif;
	font-style: italic;
}
.main-content .wine .details h2#spirits-details{
	height:auto;
	text-indent:60px;
	background-image: none;
	color: #fff;
	font-family: Comic Sans MS, Arial, Helvetica, Sans-Serif;
	font-style: italic;
}
.main-content .wine .details table{
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	color:#fff;
}
.main-content .wine .details .col-1{
	width: 110px;
	padding: 0 10px 0 0;
}
.main-content .wine .details .col-2{width: 135px;}
.main-content .wine .details table td{
	padding-top:4px;
	padding-bottom: 4px;
}
.main-content .wine .details ul{
	border: 1px solid #fff;
	border-width:1px 0;
	width: 100%;
	overflow: hidden;
	padding: 15px 0;
}
.main-content .wine .details ul li{
	float:left;
	display: block;
	width: 18px;
	height: 16px;
	color:#5a1f31;
	font: bold 11px/20px Arial, Helvetica, sans-serif;
	text-align:center;
	margin: 0 15px 0 0;
}


.main-content .wine .table-holder ul#descriptions
{
	width: 95%;
	padding: 5px;
}

.main-content .wine .table-holder ul#descriptions li
{
	font: 12px/14px Arial, Helvetica, sans-serif;
	text-align:left;
	margin: 5px;
	width: 100%;
}


.main-content .wine .actions{
	overflow: hidden;
	width: 100%;
	margin: 15px 0 10px 0;
}
.main-content .wine .actions a{
	display: block;
	float:left;
	margin: 0 5px 0 0;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color:#000;
	background: #cfd5a0;
	padding: 4px 10px 6px 10px;
}
.main-content .wine .actions a:hover{
	background:#666635;
	color:#fff;
}
.main-content .photo{
	float:left;
	width: 210px;
	text-align:center;
}
.main-content .photo img{display:inline;}
.table-holder{
	margin: 5px 0;
	padding: 21px 0 0;
	background-image: url(../images/detail-section-separator.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.table-holder h2{
	font: bold 18px/20px Arial, Helvetica, sans-serif;
	color:#5a1f31;
}
.table-holder table{
	font: 12px/18px Arial, Helvetica, sans-serif;
	color:#000;
	margin: 3px 0 0
}
.table-holder table thead td{font-weight: bold;}

.table-holder table th{
	font-weight: bold;	
	text-align: left;
}

.table-holder table td{
	padding: 3px 27px 3px 0
}
.table-holder table span_nouse{
	border: 1px solid #000;
	background: #000;
	color:#fff;
	display: block;
	float:left;
	width: 20px;
	text-align:center;
	line-height:14px;
}
.table-holder table em{
	border: 1px solid #000;
	background: #fff;
	color:#000;
	float:left;
	display: block;
	font-style:normal;
	width: 15px;
	text-align:center;
	line-height:14px;
}

.content-holder{
	margin: 5px 0;
	padding: 21px 0 0;
	background-image: url(../images/detail-section-separator.png);
	background-repeat: no-repeat;
	background-position: center top;
	font: 12px/18px Arial, Helvetica, sans-serif;
}
.content-holder table td{
	padding: 3px;
}
.content-holder h2{
	font: bold 18px/20px Arial, Helvetica, sans-serif;
	color:#5a1f31;
}

/* Checkout Pages */
.checkout-content-holder{
	margin: 5px 0;
	padding: 21px 0 0;
	font: 12px/18px Arial, Helvetica, sans-serif;
}
.checkout-content-holder table th{
	padding: 5px;
}
.checkout-content-holder table td{
	padding: 5px;
}
.checkout-content-holder h2{
	font: bold 18px/20px Arial, Helvetica, sans-serif;
	color:#5a1f31;
}

#footer{
	background:#666635;
	overflow: hidden;
	width: 100%;
}
#footer ul{
	float:left;
	margin: 0 0 0 150px;
	display: inline;
}
#footer ul li{
	display:inline;
	background:url(../images/menu-separator.gif) no-repeat 0 50%;
	padding: 0 7px 0 12px;
}
#footer ul li:first-child{background:none}
#footer ul a{
	font: 12px/18px Arial, Helvetica, sans-serif;
	color:#fff;
}
#footer ul span{
	font: 12px/18px Arial, Helvetica, sans-serif;
	color:#fff;
}
#footer ul a:hover{text-decoration:underline}
#footer p{
	float:right;
	margin: 0 150px 0 0;
	display:inline;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color:#fff;
}

#shadow-footer
{
	height: 36px;
	background: url(../images/bgShadowBottom.png) top center no-repeat;
	padding-bottom: 10px;
}

#footer #store-info
{
	margin: 10px 0 10px 0;
	/*font: 12px/18px Arial, Helvetica, sans-serif;
	background:#666635;*/
	color:#fff; 
	overflow: hidden;
	width: 100%;
	text-align:center;
}

#powered-footer
{
	font: 8px/10px Arial, Helvetica, sans-serif;
	color:White;
	background:#666635;
	overflow: hidden;
	width: 100%;
	text-align:center;
}

#powered-footer a
{
	color:White;
}

#powered-footer img
{
	display: inline;
}

/* Right nav plugins */
.client_shopping_cart h4{
	background:#5a1f31;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	color:#fff;
	padding: 0;
	margin: 0;
}

.client_shopping_cart h2{
	font: bold 18px/20px Arial, Helvetica, sans-serif;
	color:#5a1f31;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;	
}

.client_shopping_cart a{
	vertical-align:top;
	height: 1%;
    font: bold 10px Arial, Helvetica, sans-serif;
    padding: 0 0 0 5px;
}

/* Progress Indicator */
div.update_progress	
{
	background-color:#FAFAD2;
	color: black;
	width: 150px;
	height: 22px;
	text-align: center;
	vertical-align: middle;
	position: fixed;
	top: 2px;
	left: 45%;
	font: 10pt Arial, Helvetica, sans-serif;
	display: inline;
	border: solid 1px #ccc;
}

div.update_progress img
{
	margin: 2px;
	vertical-align: middle;
	display: inline;
}

/* Error and Validation Messaging */
div.error
{
	font: bold 1.1em Arial, Tahoma, sans-serif;
	color: #f03a31;
	padding: 10px 15px 10px 15px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #f03a31;
	background-color: #fad3c5;
}


/* Recommendation Page Layout */
.recommendationItem 
{
	background:#eaebd6;
	float:none;
	height:auto;
	margin:5px;
	padding: 5px;
	width:auto;
}

.recommendationItem h4
{
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	min-height: 36px;
	margin: 2px 0 2px 0;
}

.thumbtable
{
    width: 180px;
    height: 160px;
    text-align: center;
    border: none;
}

/* Wine List Page styles */
.wine_action_button
{
	width: 80px;
}

/* Drop shadows for images */
.dropshadow2{
	float:left;
	clear:left;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	padding: 0px;
}
.dropshadow2 .innerbox{
	position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
	padding:4px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
}
.innerbox{
	/* IE5 hack */
	margin: 0px 0px -3px 0px;
	margin:  0px 0px 0px 0px;
}

/* Autocomplete list styles */
.autocomplete_list
{
	z-index: 100;
    visibility: hidden;
    padding: 0px;
    background-color: Yellow;
    color: black;
    border: solid 1px gray;
    cursor: default;
    text-align: left;
    list-style-type: none;
    overflow: auto;
    font: normal 9px tahoma,arial;
    margin: 0px !important;
}
.autocomplete_highlighted_listitem
{
    background-color: Highlight;
    color: HighlightText;
    padding: 3px 3px 3px 19px;
    background-image: url(../images/icons/bullet_green.png);
    background-repeat: no-repeat;
    background-position: 2px 2px;
}
.autocomplete_listitem
{
    background-color: Window;
    color: WindowText;
    padding: 3px 3px 3px 19px;
    border-bottom: solid 1px #ccc;

    background-image: url(../images/icons/bullet_green.png);
    background-repeat: no-repeat;
    background-position: 2px 2px;
}

/* Features Products */
.prod-feature-block
{
	display: block;
	margin: 0.5em 0;
	padding: 0 0.5em;
	background-color: white;
	border: 1px solid #ece0ca;
	text-align: left;
	height: 120px;
}

.prod-feature-block h3
{
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color:#5a1f31;
}

.prod-feature-block img
{
   float: left;
}

.prod-feature-block .four-column
{
	margin: 0.25em 0;
	padding: 0 0.25em;
	width: 23.8%;
	float: left;
}

.prod-feature-block .five-column
{
	margin: 0.25em 0;
	padding: 0 0.25em;
	width: 19.2%;
	float: left;
}

.prod-feature-block ul li p
{
	margin: 0 0 0 2.5em;
	padding: 0;
}
.prod-feature-block .price
{
	display: block;
	margin: 0.15em 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}
.prod-feature-block ul li
{
	border-left: 1px solid #ece0ca;
}

.prod-feature-block ul li:first-child
{
	border-left: none;
}


.global-pop-color
{
	color: #a21542;
}
.global-serif
{
	font-family: Georgia, "Times New Roman" , Times, serif;
}

.promotion-header
{
	display: block;
	margin: 0.5em 0;
	padding: 0 0.5em;
	background-color: white;
	border: 1px solid #ece0ca;
	text-align: left;
}
.promotion-header h3
{
	font: bold 18px/20px Arial, Helvetica, sans-serif;
	color:#5a1f31;
}


/* Clearfix */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0.1px;
	clear: both;
	font-size: 0;
	visibility: hidden;
}
.clearfix
{
	display: inline-table;
}
/* \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}

/* Welcome page stuff */
#content-2col
{
	background: url(../images/welcome-content-bg.gif) repeat-y;
	overflow: hidden;
	width: 100%;
	background-color: #fff;
}

#content-2col .main-content
{
	width: 770px;
}

#welcome-content
{
   background: white;
   width: 770px;
   min-height: 330px;
}

#welcome-content #promotions
{
   width: 260px;
   float: left;
}

#welcome-content #promotions ul li
{
   padding: 1px 1px 5px 1px;
}

#welcome-content #welcome-banner
{
   width: 500px;
   float: right;
   border: solid 1px gray;
}

#featured-wines-panel
{
   width: 770px;
   float: left;
}

#events-header
{
   height: 400px;
   width: 95%;
   margin: 5px;
   overflow: auto;
}

#events-header ul
{
   width: 68%;
   left: 0%;
   padding-left: 5px;
   position: relative;
   float: left;
}

#events-header ul li
{
	font-size: 12px;	
}


#events-header ul li img
{
   width: 16px;
   height: 16px;
   display: inline;	
   margin-right: 5px;
}

#events-header img
{
   width: 28%;
}

.events-list
{
   width: 95%;
   margin: 5px;

}

.events-list h3
{
	color: #5a1f31;
	font-family: Georgia, "Times New Roman" , Times, serif;
	border-bottom: dotted 1px gray;
    font-size: 14px;
    margin: 10px;
}

#login-content
{
	padding-bottom: 15px;
	margin-left: 5px;
}

#login-content table
{
   margin-left: 2px;
}

#login-content h1 img
{
	float:left;
	padding-right: 10px;
}

#login-content img
{
   display: inline;
}

#login-content ul
{
   padding-left: 35px;
}

#login-content ul li 
{
   font: 12px/14px Arial, Verdana, sans-serif, Times, serif;
   list-style-type: square;
   padding-left: 5px;
}

#search-results
{
   margin-left: 10px;
   padding: 0px;
   display: block;
   position: relative;
   background-color: white;
   height: 100%;
}

#search-results ul
{
 position:relative;
	height: 100%;
}

#search-results ul li
{
	padding: 5px 0 0 0;
	margin: 5px 0 0 0;
/*	*height: 110px; */
	min-height: 110px;
	width: 580px;
	border-bottom: solid 1px gray;
	overflow: hidden;
	position: relative;
}

#search-results ul li #image-section
{
   position: absolute;
   width: 70px;
   min-height: 105px;
}

#search-results ul li #info-section
{
   position: relative;
   left: 75px;
   width: 400px;
   overflow: hidden;
   font-family: Arial, Verdana, sans-serif, Times, serif;
}

#search-results ul li #info-section h3 a
{
   font: bold 14px Arial, Verdana, sans-serif, Times, serif;
   color: black;
}

#search-results ul li #info-section p
{
	font-size: 11px;
}

#search-results ul li #info-section span
{
	font-size: 9px;
}

#search-results ul li #info-section img
{
	display:inline;
}

#search-results ul li #action-section
{
   position: absolute;
   width: 100px;
   left: 480px;
   text-align: center;
}

#search-results ul li #action-section a{
	display: block;
	float:right;
	margin: 0 5px 1px 0;
	font: bold 10px/12px Arial, Helvetica, sans-serif;
	color:#000;
	background: #cfd5a0;
	padding: 3px 5px 5px 5px;
	width: 60px;
}
#search-results ul li #action-section a:hover{
	background:#666635;
	color:#fff;
}

span.regular-price
{
	color: black;
	font: bold 12px/14px Georgia, "Times New Roman" , Times, serif;
}

span.details-regular-price
{
	font-size: 10px;
	text-decoration: line-through;
	color: Gray;
}

span.list-regular-price
{
	font-size: 10px;
	text-decoration: line-through;
	color: Gray;
}

span.list-special-price
{
	color: #a21542;
	font: bold 16px/18px Georgia, "Times New Roman" , Times, serif;
}
span.details-special-price
{
	color: #a21542;
	font: bold 12px/14px Georgia, "Times New Roman" , Times, serif;
}

span.list-special-price-message
{
	color: #a21542;
	font: bold 16px/18px Georgia, "Times New Roman" , Times, serif;
}
span.details-special-price-message
{
	color: #a21542;
	font: bold 12px/14px Georgia, "Times New Roman" , Times, serif;
}


#order-history table 
{
	padding-left: 10px;
	margin-left: 10px;
}

#order-history table thead tr th
{
	font: bold 14px/16px Arial, Verdana, sans-serif, Times, serif;
}

#order-history table tr td
{
	font: 12px/14px Arial, Verdana, sans-serif, Times, serif;
}

/* Tasting Note Details */
#tasting-note
{
	font: 12px/14px Arial, Helvetica, sans-serif;
}

#tasting-note img
{
	display:inline;
}

#tasting-note td
{
   vertical-align: top;
   padding: 0 5px 5px 0;
}

#tasting-note .input-wide
{
   width: 300px;
}

/* Tasting Note List */
#tasting-note-list
{
	font: 12px/14px Arial, Helvetica, sans-serif;
}

#tasting-note-list a
{
	font: 12px/14px Arial, Helvetica, sans-serif;
}

#tasting-note-list th
{
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	padding: 4px;
}

#tasting-note-list td
{
   vertical-align: top;
   padding: 4px;
}

a.add-tasting-note
{
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color: #fff;
	padding-top: 5px;
	margin-top: 5px;
}

.add-tasting-note img
{
	display: inline;
}

/* Drink Recipe */
#drink-details
{
	font: 12px/14px Arial, Helvetica, sans-serif;
}

#drink-details div.AspNet-FormView-Data
{
   width: 70%;
   float: left;
}

#drink-details img
{
   width: 28%;
   float: right;
}

#drink-details table th
{
	font-weight: bold;
	padding: 0 4px 0 4px;
}

#drink-details table td
{
	padding: 0 4px 0 4px;
}

#password-recovery
{
	font: 12px/14px Arial, Helvetica, sans-serif;
	margin: 5px;
}

#password-recovery table tr td
{
	font: 12px/14px Arial, Helvetica, sans-serif;
	margin-left: 5px;
	padding-left: 5px;
}

#edit-user-profile h3
{
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	color:#5a1f31;
	padding: 5px 0 5px 0;
}

.state-list ul
{
	list-style-type:square;
	padding-left: 30px;
}

/* DataPager control on list pages */
#search-results .data-pager
{
	padding:4px 3px 6px 12px;
}

#search-results .data-pager span
{
	font-size: 12px;
	width:25px;
	height:19px;
	text-align:center;
	margin-right:5px;
	margin-left:5px;
	font-weight:bold;
}

#search-results .data-pager span a
{
	font-size: 12px;
	line-height:1em;
}

.hidden
{
	display:none;
}

.show
{
	display:inline;
}

.pnlIconKey
{
	height: 0px;
	overflow:hidden;
}

.side-box h4
{
	margin-top: 2px;
}

.side-box h4.pnlIconKeyHeader
{
	display: block;
	padding: 3px 5px;
	color:#fff;
	background: #5a1f31;
	height: 1%;
}

.side-box h4.pnlIconKeyHeader img
{
	display:inline;
}

.side-box h4.pnlIconKeyHeader:hover
{
	background-color:#666635;
	color:#fff;
}

/*
#progressBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    -filter:alpha(opacity=50); 
    -opacity:0.5; 
    z-index:1000; 
}

#processMessage { 
    position:fixed; 
    top:30%; 
    left:43%;
    padding:10px; 
    width:14%; 
    z-index:1001; 
    background-color:#fff;
    border:solid 1px #000;
}
*/

/* Checkout Styles*/
.checkout_help_content
{
	margin: 10px 5px 5px 10px;
}

.checkout_shopping_cart
{
	width:95%;
	background-color:#EEEEEE;
	padding:10px;
}

.checkout_shopping_cart .checkout_header
{
	border-bottom: solid 1px gray;
}

.checkout_shopping_cart h4
{
	background:#5a1f31;
	font: bold 12px/18px Veranda, Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#fff;
	padding: 0;
	margin: 0;
}

.checkout_shopping_cart h2
{
	font: bold 18px/20px Veranda, Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#5a1f31;
	padding: 0 0 10px 0;
	margin: 0 0 5px 0;	
	width: 100%;
	height:25px;
}

.checkout_shopping_cart h3
{
	font: bold 12px/18px Veranda, Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:capitalize;
	color:#5a1f31;
	padding: 0;
	margin-bottom: 5px;
}

.checkout_shopping_cart h2 img
{
	float:left;
	padding-right: 10px;
}

.checkout_shopping_cart h2 span
{
	float:left;
}

.checkout_shopping_cart h2 ul
{
	float:right;
	font: bold 10px/21px Veranda, Tahoma, Arial, Helvetica, sans-serif;
	color: #5a1f31;
	display:inline;
}

.checkout_shopping_cart h2 ul li
{
	font: bold 10px/21px Veranda, Tahoma, Arial, Helvetica, sans-serif;
	color: gray;
	padding-left:10px;
	float:left;
	background:url(../images/menu-separator.gif) no-repeat 0 12px;
	padding: 5px 7px 5px 11px;
}

.checkout_shopping_cart h2 ul li:first-child{background:none}

.checkout_shopping_cart h2 ul li.current_step
{
	font: bold 10px/21px Veranda, Tahoma, Arial, Helvetica, sans-serif;
	color: #5a1f31;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.checkout_shopping_cart table.checkout-table
{
	font-family: Veranda, Tahoma, Arial, sans-serif;
	padding-top: 20px;
	width: 99%;
	position: relative;
}

.checkout_shopping_cart table.checkout-table thead th
{
	font-weight: bold;
	color: #000;
	padding: 5px; 
}

.checkout_shopping_cart table.checkout-table tr.header td
{
	font: bold 1.1em Arial, Tahoma, sans-serif;
	color: #000;
	padding: 7px 6px 7px 6px; 
}

.checkout_shopping_cart table.checkout-table thead th a
{
	font: bold 1.1em Arial, Tahoma, sans-serif;
	color: #fff;
}

.checkout_shopping_cart table.checkout-table tr
{
	font: 1.1em Veranda, Tahoma, Arial, Helvetica, sans-serif;
	border-bottom: solid 1px white;
}

.checkout_shopping_cart table.checkout-table tr.alternate
{
	background-color: #FFF;
}

.checkout_shopping_cart table tr.discount td
{
	color: red;
}

.checkout_shopping_cart table tr.total td
{
	font: bold 1.2em Veranda, Tahoma, Arial, Helvetica, sans-serif;
}

.checkout_shopping_cart table.checkout-table td.actions
{
	color: #ccc;
}

.checkout_shopping_cart table.checkout-table tr:hover
{
	background-color: #ffffd4;
}

.checkout_shopping_cart table.checkout-table a
{
	font: bold 0.9em Veranda, Tahoma, Arial, Helvetica, sans-serif;
	color: #5a1f31;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	text-transform: uppercase;
}

.checkout_shopping_cart table.checkout-table td.true
{
	color: #009933;
}

.checkout_shopping_cart table.checkout-table td.false
{
	color: #990000;
}

.checkout_shopping_cart table.checkout-table a.delete
{
	color: #999;
}

.checkout_shopping_cart table.checkout-table a:hover
{
	color: #ff6600;
}

.checkout_shopping_cart table.shipping-table td.label
{
	padding-right:  6px;
	padding-bottom: 6px;
	font-weight: bold;
	text-align: right;
}

.checkout_shopping_cart table.shipping-table td input,textarea
{
	width:250px;
}

.checkout_shopping_cart table.shippingbilling-table thead th
{
	font-weight: bold;
	border-bottom: solid 1px gray;
}

/* Action Button Styles */
.button
{
	background-color: #5a1f31;
	display: block;
	float: left;
	width: auto;
	margin: 10px 0px 0px 0px;
	padding: 6px 6px 6px 11px;
	font: bold 1.1em Tahoma, Arial, sans-serif;
	color: #fff;
	border: 1px solid #fff;

	background-image: url(../images/white-button-arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.left_margin
{
	margin-left:10px;
}

.default_button
{
	background-color: #0099ff;
	display: block;
	float: left;
	width: 140px;
	margin: 0px 10px 20px 0px;
	padding: 6px 0px 6px 0px;
	font: bold 1.1em Tahoma, Arial, sans-serif;
	color: #fff;
	border: 1px solid #fff;
}

.button:hover, .default_button:hover
{
	background-color: #666635;
	border: 1px solid #454545;
}

.button:focus
{
	border: 1px solid #454545;
}

/* Promotion Title Styles */
.promotion-tile
{
	padding-bottom: 5px;
}

.promotion-tile a img
{
	width: 130px;
}

#promotion-tiles-left
{
	padding-left: 5px;
	padding-bottom: 5px;
}

#promotion-tiles-left .promotion-tile a img
{
	width: 160px;
}

.wcPopupHost
{
	cursor: pointer;
	display: inline;
	background-color:Transparent;
}

.wcPopupHost img
{
	display: inline;
}

.wcPopupContainer
{
	border: 2px solid #CCCCCC;
	background-color: #fff;

    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: none;
    position: absolute;
    color: Black;
    z-index: 999;
    max-width: 300px;
}