/* Page basics */

html, body {
   margin: 0;
   padding: 0;
}
body {
   font: 12px Verdana, Arial, Helvetica, sans-serif;
   color: #000000;
   background: #dbdbd0;
   /* background: #dbdbd0 url(images/fadebg.gif) repeat-x left bottom; */
   width: 100%;
   min-width: 500px;
}
#container {
	width: 100%;
	min-width: 750px;
	margin: auto;
	color: #333;
	line-height: 130%;
	background-color: #FFFFFF;
}
#top {
	padding: 0em;
	background-color: #FFFFFF;
	border-bottom: 1px solid #808080;
	width: auto;
	min-width: 450px;
}
#container #top #l {
	background-image: url(../images/logobg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 84px;
}
#sidebar { 
   float: right;
   width: 220px;
   margin: 0;
   padding: .9em 0.5em 1em 0em;
}
#sidebar_lt { 
   float: left;
   display:block;
   width: 220px;
   margin: 0;
   padding: .9em 0.5em 1em 0.5em;
}
#content {
	padding : 0em 0em 0em 0.5em;
	margin-right: 225px;
	top: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: auto;
	min-width: 450px;
}
#content_rt {
	padding : 0em 0em 0em 0px;
	width: auto;
	min-width: 450px;
	margin: 0 0 0 225px;
}

#footer {
   clear: both;
   margin: 0;
   padding: 0.5em 0.25em .5em;
   color: #dbdbd0;
   background-color: #ffffff;
}

#sidebar p {
   margin : 0 0 1em 0;
}
#content h2 {
   margin : 0 0 .5em 0;
}
img {
   border : none;
}

a:link {
	color: #993300;
	text-decoration: underline;
}
a:visited {
	color: #993300;
	text-decoration: underline;
}
a:hover {
	color: #993300;
	text-decoration: none;
}
a:active {
	color: #999966;
	text-decoration: none;
}
h4 {
	font-weight: bold;
	color: #993300;
	font-size: 12px;
}
h5 {
	font-weight: bold;
	color: #993300;
	font-size: 12px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Shopping Cart */

#cart {
	margin: 0;
	color: #dbdbd0;
	font-size: 10px;
	width: 285px;
	float: right;
	clear: right;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/mycart.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 75px;
}
a.cart:link {
	color: #dbdbd0;
	text-decoration: none;
	background-color: #000000;
}

a.cart:visited {
	color: #dbdbd0;
	text-decoration: none;
    background-color: #000000;
}

a.cart:hover {
	color: #dbdbd0;
	text-decoration: underline;
    background-color: #000000;
}
.cartimg {
	vertical-align: text-bottom;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* Footer */

#footernav {
	font-size: 11px;
	width: auto;
	border: 1px solid #666666;
	text-align: center;
	display: block;
    padding: 1em 0.5em;
	background-color: #FFFFFF;
	margin: auto 0.25em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;

}
a.footernav:link {
	text-decoration: none;
	color: #999966;
}
a.footernav:visited {
	text-decoration: none;
	color: #999966;
}
a.footernav:hover {
	text-decoration: underline;
	color: #000000;
}
#footercontact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dbdbd0;
	background-color: #3E5D51;
	background-image: url(../images/footbg.gif);
	background-repeat: repeat;
	background-position: left top;	
	display: block;
    padding: 1em 0.5em;
	margin: 0.5em 0.25em auto;
	border: 1px solid #000000;
	width: auto;
}
.footercontact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dbdbd0;
}
a.footercontact:link {
	text-decoration: none;
	color: #dbdbd0;
}
a.footercontact:visited {
	text-decoration: none;
	color: #dbdbd0;
}
a.footercontact:hover {
	text-decoration: none;
	color: #dbdbd0;
}

#contactcontent {
	background-image: url(../images/footwine.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}
#footer p {
	margin: 0;
    padding-left : 5px;
}
.cellerars {
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #dbdbd0;
}
.imgfootright {
	clear: right;
	float: right;
}


/* Images */

.imgalignright {
	clear: right;
	float: right;
}
.imgalignleft {
	clear: left;
	float: left;
}
.imgpadbottom {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.imagefloatleft {
	clear: left;
	float: left;
}
.imagefloatright {
	clear: right;
	float: right;
	bottom: auto;
}
.redborder {
	border: 1px solid #993300;
}
.floatleftredborder {
	clear: left;
	float: left;
	border: 1px solid #993300;
	padding: 5px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
.floatrightredborder {

	clear: right;
	float: right;
	border: 1px solid #993300;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-color: #FFFFFF;
}


/* Main Box */

.mainbox {
	background-color: #dbdbd0;
	border-top: 0px none;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 10px;
}
.pagehead {
	display: block;
	height: 31px;
	width: 100%;
	background-image: url(../images/h_bg.gif);
	background-repeat: repeat-x;
	background-position: left;
}
.dividerline {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
	margin: 7px 0px;
}
/* Search bar */

#search {
	background-color: #dbdbd0;
	min-width: 450px;
	text-align: center;
	display: block;
	vertical-align: middle;
	margin: auto;
	line-height: normal;
	padding: 3px 0px 0px;
	height: 2em;
	position: relative;
	width: auto;
}

.searchfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

/* Navigation bar */

#navarea {
	margin: 0px;
	padding: 0px;
	width: auto;
	background-color: #993300;
	height: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}

#nav {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 22px;
	background-color: #993300;
	width: auto;
}
.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	margin: 0px;
	padding: 3px 3px 3px 10px;
	background-color: #993300;
	width: auto;
	float: right;
	clear: none;
	visibility: visible;
	z-index: 1;
	color: #ffffff;
}

a.navbar:link {
	text-decoration: none;
	background-color: #993300;
	color: #ffffff;
}

a.navbar:visited {
	text-decoration: none;
	background-color: #993300;
	color: #ffffff;
}

a.navbar:hover {
	text-decoration: none;
	background-color: #993300;
	color: #ffffff;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	margin: 0px;
	padding: 3px 3px 3px 9px;
	background-color: #993300;
	width: 123px;
	float: left;
	clear: none;
	border-right: 1px solid #ffffff;
}
a.nav:link {
	text-decoration: none;
	background-color: #993300;
	color: #ffffff;
}
a.nav:visited {
	text-decoration: none;
	background-color: #993300;
	color: #ffffff;
}
a.nav:hover {
	text-decoration: none;
	background-color: #dbdbd0;
	color: #666666;
}

/* Welcome box */

.welcomebox {
	background-color: #cfd395;
	border-top: 0px none;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 10px 10px 10px 130px;
	background-image: url(../images/store.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	display: block;
	height: auto;
	min-height: 110px;
	width: auto;
}

/* Email Join Sidebar box */

.emailjoin {
	background-color: #cdcac6;
	border-top: 0px none;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 10px 0px 0px 10px;
	display: block;
	color: #993300;
	width: 208px;
	height: auto;
}
.emailjointext {
	margin: 0px;
	padding: 5px 0px;
	color: #993300;
}
a.emailjointext:link {
	text-decoration: underline;
	color: #993300;
}
a.emailjointext:visited {
	text-decoration: underline;
	color: #993300;
}
a.emailjointext:hover {
	text-decoration: none;
	color: #993300;
}

/* Ask Experts Sidebar box */

.askexpert {
	border-top: 0px none #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #999966;
	color: #ffffff;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	display: block;
	width: 208px;
	height: auto;
}
a.askexperttext:link
{
	text-decoration: underline;
	color: #ffffff;
}

a.askexperttext:visited
{
	text-decoration: underline;
	color: #ffffff;
}

a.askexperttext:hover
{
	text-decoration: none;
	color: #ffffff;
}

/* Wine Review Sidebar box */

.winereview {
	border-top: 0px none #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #f5f3cc;
	color: #000000;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	display: block;
	width: 208px;
	height: auto;
}
a.winereview:link
{
	text-decoration: underline;
	color: #000000;
}

a.winereview:visited
{
	text-decoration: underline;
	color: #000000;
}

a.winereview:hover
{
	text-decoration: none;
	color: #993300;
}

.browse {

	background-color: #E7E7DE;

	border-top: 0px none;

	border-right: 1px solid #666666;

	border-bottom: 1px solid #666666;

	border-left: 1px solid #666666;

	padding: 10px 0px 0px;

	display: block;

	color: #993300;

	width: 218px;

	height: auto;

	margin: 0px;

}

a.browselink:link

{

	text-decoration: none;

	color: #000000;

	display: block;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 10px;

}



a.browselink:visited

{

	text-decoration: none;

	color: #000000;

	display: block;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 10px;

}



a.browselink:hover

{

	text-decoration: none;

	color: #993300;

	background-color: #CDCAC5;

	display: block;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 10px;

}

#country {

	padding: 0px;

	margin: -10px 0px -10px;

}

.sublist, .moreul   {

	list-style-type: none;

	padding: 0;

    margin-bottom:0;

}

.moreul {margin:0;}
a.sublistlink:link

{

	text-decoration: none;

	color: #000000;

	display: block;

}



a.sublistlink:visited

{

	text-decoration: none;

	color: #000000;

	display: block;

}



a.sublistlink:hover

{

	text-decoration: none;

	color: #993300;

	background-color: #CDCAC5;

	display: block;

}

.padbullet {

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 20px;

}

/* Rating System Styles */

.ratingabbrev {
	background-color: #3E5D52;
	color: #FFFFFF;
	border: 1px solid #666666;
	padding: 2px;
}
.ratingabbrevNumber {
	background-color: #993300;
	color: #FFFFFF;
	border: 1px solid #666666;
	padding: 2px;
}
#mainbox .mainbox #rating {
	margin-top: 7px;
	margin-bottom: 7px;
}


/* Wine Listing Styles */
.strikethrough {
	text-decoration: line-through;
}

/* Shipping Rates Styles */
.altrow {
	background-color: #CAD8C0;
}
.shippingrates {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.tablerowbottom {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-color: #B2B4AE;
	background-color: #EDEFDE;
}
.tablerowbottomAlt {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-color: #B2B4AE;
	background-color: #D3D9B0;
}
.restaurants {
	clear: left;
	float: left;
	border: 1px solid #993300;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/down.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


/* THESE ARE FOR THE CART */
TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContents {
  background: #e7e7de;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.moduleRow { }
.moduleRowOver { background-color: #d8daca; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #EDEFDE; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

#content #welcometable .welcomebox img {
	clear: right;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
div#nav {
    margin:5px 0 0 0;
}







/*	Additions by 420 Creative
-------------------------------------------------------------------*/
.morelink,
.lesslink {
	cursor: pointer;
}
