body {
	background : #FFFFFF;
	color: black;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

td {
	border: 1px none pink;
}

div {
	border: 1px none lime;
}

/* General */

a:link {
	
	color: #658ABE;
	text-decoration:none;
	
}

a:active {
	
	color: #658ABE;
	text-decoration:none;
	
}

 a:visited {
	
	color: #658ABE;
	text-decoration:none;
	
}

 a:hover{
	
	color: #333333;
	text-decoration:none;
	
}

span.right { 
text-align:right;
padding-left:342px;
float:right;
	
}

.rcimage {
	border: 2px solid #FFFFFF;
	
}


/* Structure */

#header {
	width: 100%;
	background: #A90E14;
	padding-top: 25px;
	padding-left: 20px;
	padding-bottom: 25px;
}

table#menu {
	width: 820px;
	height: 21px;
}

table#menu td.menuitem {
	
	border-left: 1px solid #D0D0D0;
	padding-left: 12px;
	padding-right: 12px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #658ABE;
	border-bottom: 1px solid #d0d0d0;
}

table#menu td.menuitemend {
	border-left: 1px solid #D0D0D0;
	padding-left: 12px;
	padding-right: 12px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #658ABE;
	border-bottom: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
}

table#menu td a:link {
	font: 11px Arial, Helvetica, sans-serif;
	color: #658ABE;
	text-decoration:none;
	
}

table#menu td a:active {
	font: 11px Arial, Helvetica, sans-serif;
	color: #658ABE;
	text-decoration:none;
	
}

table#menu td a:visited {
	font: 11px Arial, Helvetica, sans-serif;
	color: #658ABE;
	text-decoration:none;
	
}

table#submenu {
	width: 100px;
	height: 21px;
	border-right: 1px solid #d0d0d0;
	
}

table#menu td a:hover{
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration:none;
	
}

table#submenu td.submenuitem {
	border-left: 1px solid #D0D0D0;
	padding: 3px 10px 3px 10px;	
	font: 11px Arial, Helvetica, sans-serif;
	color: #A90E14;
background-color: #EDEDED;
	border-bottom: 1px solid #d0d0d0;
	
}



table#submenu td a:link {
	font: 11px Arial, Helvetica, sans-serif;
	color: #A90E14;
	text-decoration:none;
	
}

table#submenu td a:active {
	font: 11px Arial, Helvetica, sans-serif;
	color: #A90E14;
	text-decoration:none;
	
}

table#submenu td a:visited {
	font: 11px Arial, Helvetica, sans-serif;
	color: #A90E14;
	text-decoration:none;
	
}

table#submenu td a:hover{
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration:none;
	
}

div#menubg {
background-image: url(/graphics/common/menu_bg.gif);
	width: 100%;
	
}

div#content {
	width:800px;
	margin-left: 10px auto;  
 	padding: 0; 
 	text-align: justify;
}

#wrapper {
width: 800px;
margin: 0 auto;
}

table#cols {
	width: 800px;
margin-bottom:20px;
}

table#cols td.leftcol {
	width: 120px;
	vertical-align: top;
}

table#cols td.centercol {
	width: 470px;
	vertical-align: top;
}

table#cols td.centercollrg {
	width: 680px;
	vertical-align: top;
}

table#cols td.rightcol {
	width: 180px;
padding-left: 20px;
	vertical-align: top;
}

#homethird {
	position:absolute;
	top: 150px;
	left: 640px;
	width: 180px;
}


.news td {
	vertical-align: top;
	padding-right: 10px;
}

table#footer {
	width: 800px;
	margin-top: 40px;
}

table#footer td.left {
	width: 120px;
	color: #999999;
	font-size: 10px;
}

table#footer td.redline {
	width: 680px;
	background: #A90E14;
color: #999999;
	font-size: 10px;
padding-left:10px;
padding-top:4px;
padding-bottom:4px;
}

table#footer td.redline a:link {
color:#FFFFFF;

}

table#footer td a:link {
	font: 11px Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration:none;
	
}

table#footer td a:active {
	font: 11px Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration:none;
	
}

table#footer td a:visited {
	font: 11px Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration:none;
	
}

table#footer td a:hover{
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration:none;
	
}

/* Forms */

table#form {
	width: 670px;
	margin-bottom:20px;
}

#form th {
	background: #A90E14;
	color: white;
	font-size: 12px;
	padding-left: 6px;
	padding-bottom: 4px;
	margin-top: 0px;
	padding-top: 4px;
	font-weight: normal;
	margin-bottom: 0px;
	border-bottom: 1px solid #d0d0d0;

	text-align:left;
}

#form td {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #d0d0d0;

}

#form select {
	width: 90%;

}

/* Search */

div.searchbox {
	border: 1px solid none;
	padding-bottom: 10px;
	width: 180px;
	margin-bottom: 10px;
}

div.searchbox select {
	width: 90%;

}

/* Titles */





h1 {
	font-size: 16px;
	color: #A90E14;
	margin-top: 0px;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	color: #658ABE;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	border: 1px solid #d0d0d0;
	padding: 4px 0px 4px 10px;
}

h3 {
	background: #A90E14;
	color: white;
	font-size: 12px;
	padding-left: 6px;
	padding-bottom: 4px;
	margin-top: 0px;
	padding-top: 4px;
	font-weight: normal;
	margin-bottom: 0px;
	border-bottom: 1px solid #d0d0d0 ;
}

h4 {
	font-size: 11px;
	color: #A90E14;
	margin-top: 6px;
	margin-bottom: 4px;
	font-weight: normal;
	padding-left: 6px;
}

h5 {
	font-size: 12px;
	color: #A90E14;
	margin-top: 0px;
	margin-bottom: 4px;
	font-weight: bold;
}

h9 {
	font-size: 16px;
	color: #658ABE;
	margin-top: 0px;
	font-weight: bold;
}

/* Navigation */

div#nav {
	border: 1px solid #d0d0d0;
	padding: 4px 10px 4px 10px;
	width: 450px;
	font-size: 11px;}

div.nav2 {
	
	padding: 4px  4px 0;
	
	font-size: 11px;
	margin-top:10px;
	margin-left:120px;

}

div.nav3 {
	border: 1px solid #d0d0d0;
	padding: 4px 0px 4px 0px;
	width: 100%;
	font-size: 11px;
	margin-top:10px;
	margin-right:20px;
	

	
}

.thirdcolnav {
	border: 1px solid #d0d0d0;
	padding: 4px 10px 4px 10px;
	width: 160px;
	margin:2px 0px 9px 0px;
	
}

div.menufoot {
	border: 1px solid #d0d0d0;
	padding: 4px 10px 4px 10px;
margin-top:40px;
margin-left:120px;
	width: 660px;
	font-size: 11px;}

/* Misc */

input, select, optgroup, option {
font: 1.0em verdana, sans-serif;
}

div.logsum {

	font-size: 11px;
	text-align: right;
	padding: 4px 5px 4px 0px;
	margin: 5px 0px 5px 23px;
	width: 791px;
}

div.winelink {
	padding-left: 6px;
	padding-top: 2px;
}

div.about {
	margin-bottom: 20px;
	border-bottom: 1px solid #d0d0d0;
	vertical-align:top;
}

div#where {margin-bottom:20px;
padding-bottom:4px;
padding-top:4px;
padding-left:5px;
border-bottom: 1px solid #d0d0d0 ;
border-top: 1px solid #d0d0d0 ;
border-left: 1px solid #d0d0d0 ;
border-right: 1px solid #d0d0d0 ;
color: #333333;
font-size: 11px;
}

.adlink {
	padding-bottom: 8px;
}


img.portrait {
	border: 1px none #999999;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}


.copy {padding-bottom:20px; }



/* Results */


table.winelist {
	width: 680px;
	border: 1px solid #D7D6D6;
	margin-bottom: 20px;
	font-size: 12px;
	}


table.recwinelist {
	width: 470px;
	border: 1px solid #D7D6D6;
	margin-bottom: 20px;
	font-size: 12px;
	
}

td.heading{
	border-bottom: 1px solid #D7D6D6;
	color: #658ABE;
	padding:4px 0px 4px 10px;
	background-image: url(/graphics/common/tab_bg.gif);

}

td.row{
	padding-top: 2px; 
	padding-bottom: 2px;
	padding-left:10px;
	border-bottom: 1px solid #D7D6D6;
}

td.notes{
	padding: 6px 5px 6px 10px; 
	border-bottom: 1px solid #D7D6D6;
}

 
td.row4{
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: left;
}


span.red{
	color: #A90E14;
}

span.redbold{
	color: #A90E14;
	font-weight:bold;
}

span.blue{
	color: #658ABE;
}

div.list {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #d0d0d0;
	
}

div.map{
width:300px;
border: 1px solid #d0d0d0;
margin-bottom:30px;
}

td.credits {color:#999999; font-size:10px;padding:4px 0 0 5px;}

/* shopping cart CSS*/


form { margin: 0; padding: 0 0 0 0;}

table.tdindentandunderline {width:100%;}
table.tdindentandunderline td {border-bottom: 1px solid #d0d0d0; padding: 6 0 6 10; white-space:nowrap;}

table.tdindent { width:100%;}
table.tdindent td {padding: 6 0 6 10; white-space: nowrap;}

table.tdindentnostretch td {padding: 6 0 6 10; white-space:nowrap;}

select {font: 12px Verdana, Arial, sans-serif; color: #352D57;}
input {	font: 12px Verdana, Arial, sans-serif; color: #352D57;}
div.line {border-bottom: 1px solid #d0d0d0;}

p.warning { color: white; background-color: #658ABE; padding: 3px 0 3px 10px; font-weight:bold; border: 1px solid #B6AEC3;}


span.subwarning {color: #A90E14}

p.continueshopping { color: white; background-color: #909900; padding: 3px 0 3px 10px; font-weight:bold; border: 1px solid #B6AEC3; margin-bottom:10px}
p.continueshopping a:link { color: #635D7D; text-decoration: none;}
p.continueshopping a:active { color: #635D7D; text-decoration: none;}
p.continueshopping a:visited { color: #635D7D; text-decoration: none;}
p.continueshopping a:hover { color: #808080; text-decoration: underline;}

p.title2 { color: #FFFFFF; background-color: #A90E14; padding: 3px 0 3px 10px; font-weight: normal; border: 1px solid #B6AEC3; margin-bottom:10px;}
p.title2 a:link { color: #635D7D; text-decoration: none;}
p.title2 a:active { color: #635D7D; text-decoration: none;}
p.title2 a:visited { color: #635D7D; text-decoration: none;}
p.title2 a:hover { color: #808080; text-decoration: underline;}

p.placeorder { color: white; background-color: #909900; padding: 3px 0 3px 10px; font-weight:bold; border: 1px solid #B6AEC3; margin-bottom:10px}



div.indent {padding: 10px 0 10px 10px;}
div.shoppinglistindent {padding: 0 0 0 10px; }
div.ddpad {padding: 2px;}

/* tables */

table.shoppinglist {width:100%;}
table.shoppinglist td {border-bottom:1px solid #d0d0d0;vertical-align:center;}
table.shoppinglist input { font-size: 11px;}

table.login td {padding: 0 20px 8px 0;}

table.loggedinas { padding: 3px 0 3px 10px; font-weight: normal; border: 1px solid #d0d0d0; margin-bottom:10px; width:100%}



table.shoppinglist td {padding: 6px 20px 6px 0; border-bottom: 1px solid #C4C3DB}

table.entercard td {padding: 0 20px 8px 0;}

table.deliveryaddress td {padding: 0 20px 8px 0;}

/* div titles */

td#quickbasket { text-align:right;height:18px;white-space:nowrap;}
td#quickbasket table{ white-space:nowrap; font-size:11px; font-weight:bold}

span.action {color:#869E00;}
span.comment {color:#00000;}
span.money {color:#9E0040;}

.feature td {padding:0 30px 30px 0px;}