/* 

Carruthers and Kent Main Site CSS Document
Created by Gareth Foster

*/

label { text-transform: capitalize; }

* 			{ margin: 0; font-family: Arial, Helvetica, sans-serif; }
fieldset 	{ border: none; padding: 0; }
legend 		{ display: none; }
img 		{ border: 0; padding: 0; }
a 			{ text-decoration: none; color: #d5e14d; }
h1, h2, h3	{ margin: 0 0 7px 0; }
textarea 	{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

p.error 	{ color: #FF0000; font-weight: bold; text-align: center; padding:10px; background:#d5d5d5; }
label.error { color: #FF0000; font-weight: bold; }
p.success	{ color: #D5E14D; font-weight: bold; text-align: center; }
.warning	{ color: #D5E14D; }
.highlight	{ color: #D5E14D; }
.highlightbox { color: #D5E14D; background-color: #333333; padding: 10px; }
.slimerror	{ color: #FF0000; }
.hidden 	{ visibility: hidden; }
span.longtext p	{ font-size: 12px !important; margin: 10px 0 0 0 !important; line-height: 16px; }
.floatleft { float: left; }
.floatright { float: right; }
.relative { position: relative; }
.absolute { position: absolute; }
.font14px { font-size: 14px; }
a.whitelink { color: #FFFFFF; text-decoration: underline; }
tr.odd { background-color: #706f6f; }

div.inputbox { 
	background: #FFFFFF;
	width: 140px;
	float: left;
	padding: 2px 4px;
	margin: 1px 0 1px 0;
	color: #000000;
	-moz-border-radius: 2px;
}

.deleteoption {
	padding: 0 0 0 20px;
	background: url(/images/delete.png) 0 0 no-repeat;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	background: #515151;
	color: #FFFFFF;
}

p.lc {
	text-transform: lowercase;
}

body div#maincontent span.highlight {
	color: #D5E14D;
	font-weight: bold;
}

.clear {
	clear: both;
	height: 0;
}

.hidden {
	display: none;
}

/*Start of page css*/

div#wrapper {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px 10px 15px;
	background: #313333;
	position: relative;
	top: 0;
	z-index: 0;
}

div#contentwrapper {
	min-height: 500px;
	height:auto !important;
	height: 100%;
}

div#topcontent {
	height: 70px;
	width: 100%;
	margin: 0 0 25px 0;
}

div#content {
	min-height: 485px;
	height:auto !important;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #fff url(/images/top-content-home.jpg) top no-repeat;
	top: 33px;
	z-index: 0;
}

div#leftcolumn {
	width: 490px;
	float: left;
}

div#rightcolumn {
	margin: 10px 0 0 0;
	width: 200px;
	float: right;
}

div.content_darkbg {
	background-color: #515151;
	padding: 0 0 10px 0;

}

div#pagetitle {
	background: url(/images/ourevents-header.jpg) 0 0 no-repeat;
	height: 65px;
	width: 720px;
	padding: 10px 0 0 0;
}

div#pagetitle h3 {
	background-color: #D7DFDD;
	padding: 6px 0 4px 10px;
	margin: 0 0 0 -5px;
	width: 150px;
	color: #626161;
	font-size: 15px;
}

div#categorytitle {
	background: url(/images/listing-header-white.jpg) 0 0 no-repeat;
	height: 65px;
	width: 720px;
	padding: 10px 0 0 0;
}

h3#categoryname  {
	background-color: #D7DFDD;
	padding: 6px 0 4px 10px;
	margin: 0 0 0 -5px;
	width: 150px;
	color: #626161;
	font-size: 15px;
}

div.product {
	width: 220px;
	height: 145px;
	float: left;
	margin: 10px 10px 20px 10px;
	position: relative;
}

div.product_image {
	background: #FFFFFF;
	text-align: center;
	width: 275px;
}

.imgcontainer {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 85px;
	height: 145px;
	text-align: center;
	background:#FFFFFF;
}

div.imgcontainer-short {
	float: left;
	margin: 0 10px 0 0;
	width: 85px;
	background-color: #FFFFFF;
	text-align: center;
	max-height: 85px;
	overflow: hidden;
}

div.product .details {
	margin: 0;
	overflow: hidden;
}
div.product .title {
	font-weight: bold;
}

div.product .title a:hover {
	color: #FFFFFF;
}

div.product .price {
	font-weight: bold;
	color: #D5E14D;
	margin: 10px 0 5px 0;
}

a.more {
	color: #FFFFFF;
	font-weight: bold;
}

div.product .buy {
	position: absolute;
	bottom: 0;
	left: 95px;
}

input#frm_quantity {
	width: 15px;
	height: 10px;
	margin-right: 20px;
}

input#frm_add {

}

/*Main logo linking to homepage*/

#mainlogo {
	float: left;
	width: 260px;
	height: 67px;
}

div#top-navigation {
	float: left;
	width: 650px;
	font-size: 13px;
}

div#top-navigation ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}
div#top-navigation ul li {
	background-color: #d5e14d;
	float: left;
	margin: 0 2px 0 0;
	vertical-align: bottom;
}
div#top-navigation ul li.active {
	background-color: #515151;
}
div#top-navigation ul li.active a {
	color: #D5E14D;
}
div#top-navigation ul li a:hover {
	background-color: #515151;
	color: #D5E14D;
}
div#top-navigation ul li.register {
	background-color: #d7dfdd;
	float: left;
	vertical-align: bottom;
}
div#top-navigation ul li.register a {
	display: block;
	width: 70px;
	height: 35px;
	text-decoration: none;
	text-transform: lowercase;
	color: #515151;
	position: relative;	
	
}
div#top-navigation ul li.register a span {
	position: absolute;
	text-align: center;
	width: 70px;
	bottom: 10px;		
}
div#top-navigation ul li a {
	display: block;
	width: 90px;
	height: 65px;
	text-decoration: none;
	text-transform: lowercase;
	color: #515151;
	position: relative;	
	
}
div#top-navigation ul li a:hover {
	text-decoration: none;
}
div#top-navigation ul li a span {
	position: absolute;
	text-align: center;
	width: 90px;
	bottom: 10px;		
}

div#top-navigation ul li a.selected {

}

div.page_navigation {
	margin: 10px 0 5px 10px;
}

div.page_navigation a {
	padding: 2px 6px 2px 6px;
	margin: 0 5px 0 0;
	background: #313333;
}

div.page_navigation a.page_link {
	
}

div.page_navigation a.active_page {
	background: #D5E14D;
	color: #313333;
}

/*Search Box*/

/*div#wrapper div#searchbox {
	width: 241px;
	height: 99px;
	background: url(/images/search-box.png) top left no-repeat;
	position: absolute;
	top: 410px;
	left: -20px;
	z-index: 0;
}

div#wrapper div#searchbox .search {
	width: 120px;
	height: auto;
	background: #fff;
	margin: 37px 0 0 60px;
	padding: 2px;
	border: 1px solid #ccc;
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
}
*/
/*Main Lower Content */

div#maincontent {
	float: left;
	width: 730px;
	margin: 0 0 10px 7px;
	font-size: 12px;
}

#leftcontent {
	width: 170px;
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
}

div#leftmenu {
	background: #626161;
	margin: 5px 0 20px 10px;
	padding: 10px 0 0 0;
	position: relative;
}

div.leftmenu-title {
	background: #D7DFDD;
	margin: 0 0 0 -10px;
	height: 30px;
	width: 135px;
}

div.leftmenu-title h2 {
	color: #515151;
	font-size: 12px;
	padding: 8px 0 0 10px;
}

ul#navigation, ul#navigation-foot {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#navigation li {
	list-style: none;
}

ul#navigation li.head, ul#navigation-foot li.head {
	padding: 5px 0 5px 10px;
	color: #D7DFDD;
	list-style: none;
	margin: 0;
	border-top: solid 1px #D7DFDD;
	width: 150px;
	background: url(/images/greenarrow-right.gif) 100px 3px no-repeat;
	cursor: pointer;
}

ul#navigation li.selected {
	background: url(/images/greenarrow-down.gif) 97px 3px no-repeat;
}

ul#navigation li.selectedchild {
	background-color: #D5E14D;
	color: #515151;
}

ul#navigation li a, ul#navigation-foot li a {
	color: #D7DFDD;
}

ul#navigation li ul { 
	padding: 0;
	margin: 0;
}

ul#navigation li ul li {
	padding: 3px 0 3px 10px;
	margin: 0;
	background-color: #D7DFDD;
	border-top: solid 1px #515151;
}

ul#navigation li ul li a {
	color: #515151;
}

ul#navigation-foot li a {
	height: 100%;
	width: 100%;
	display: block;
}

/*Footer */

div#footer {
	overflow: hidden;
}

div#footer p.lowerleft,
div#footer p.lowerright {
	width: 600px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
}

div#footer a {
	color: #FFFFFF;
}

div#footer p.lowerright {
	width: 305px;
	text-align: right;
}

/*Screenshot CSS*/

#screenshot {
	width:auto;
	position:absolute;
	border:5px solid #bbb;
	background:#fff;
	padding:5px;
	display:none;
	color:#666;
	z-index:100;
}

p#screenshot {
	font-size:11px;
}

a.screenshot, a.screenshot:hover {
	text-decoration:none;
}

div#breadcrumbs {
	margin: 5px 0 5px 0;
}

/* Container CSS Structure */

div.contentmargin {
	margin: 0 5px 0 5px;
}

div#maincontent {

}

div#maincontent #rightcontent {

}

div#maincontent #rightcontent .map-box .subheading .zoom-controller .zoomout {
	background: url(/images/zoom-out-on.png) top left no-repeat;
	margin: 0;
}

div#maincontent #rightcontent .map-box .subcontent #master {
	width: 530px;
	height: 551px;
	background: #fff;
	position: relative;
	top:0;
	left:0;
	overflow: hidden;
	float:left;
	padding: 0;
	margin: 0;
}

div#maincontent #rightcontent .map-box .subcontent #master .section {
	width: 530px;
	height: 30000px;
	position:relative;
	float: left;
	top: 0;
	left: 0;
	list-style:none;
	padding: 0;
	margin: 0;
}

div#maincontent #rightcontent .map-box .subcontent #master .section ul {
	margin: 0;
	padding: 0;
	float: left;
}	

div#maincontent #rightcontent .map-box .subcontent #master .section li.inner-container {
	width: 530px;
	height: 551px;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	top:0;
	left:0;
}

div#mainleftcontent {
	width: 355px;
	float: left;
	margin: 0 0 0 5px;
}

div#mainrightcontent { 
	width: 350px;
	float: left;
	margin: 0 5px 0 15px;
}

.submitbutton,
.searchbtn {
	vertical-align: bottom;
}

div.search {
	margin: 15px 10px 15px 10px;
	width: 140px;
	position: relative;
}

div.search fieldset {
	margin: 0;
	padding: 0;
}

div.search label {
	display: none;
}

div.search .searchtxt {
	font-size: 11px;
	width: 120px;
}

div.greybox {
	margin: 0 0 6px 10px;
	background: #D7DFDD;
	color: #515151;
	font-size: 12px;
	padding: 8px 0 0 10px;
	height: 23px;
}

div.greytitle {
	background: #D7DFDD;
	color: #515151;
	font-size: 12px;
	padding: 5px;
	width: 80px;
	clear: both;
	text-align: center;
	margin: 0 0 10px 0;
}

div.greybox a {
	color: #515151;
	font-size: 12px;
	font-weight: bold;
}

/*********** LANDING PAGE GREY BOXES (LEFT AND RIGHT) **************/

div.greyboxleft {
	width: 335px;
	background-color: #626161;
	padding: 0 10px 10px 10px;
	margin: 0 0 15px 0;
}

div.greyboxleft-left {
	padding: 10px 0 0 0;
	width: 185px;
	float: left;
}

div.greyboxleft-right {
	float: left;
}

div.greyboxleft-right p {
	padding: 10px;
}

div.greyboxleft-right ul  {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 150px;
}

div.greyboxleft-right ul li  {
	padding: 0;
	margin: 5px 0 0 5px;
	line-height: 11px;
}

div.greyboxleft-title {
	background: #A18F61;
	margin: 0 0 15px -15px !important;
	height: 30px;
	width: 135px;

}

div.greyboxleft-bluetitle {
	background: #D7DFDD;
	margin: 0 0 15px -15px !important;
	height: 30px;
	width: 160px;

}

div.greyboxleft-bluetitle h3 {
	padding: 7px 0 0 7px;
	font-size: 14px;
	font-weight: normal;
	color: #515151;
}

div.bluebox {
	background-color: #D7DFDD;
	color: #515151;
	padding: 10px;
	margin: 0 0 10px 0;
}

div.bluebox a {
	color: #515151;
}

div.bluebox a:hover {
	color: #515151;
	text-decoration: underline;
}

div.greyboxleft-title h3 {
	padding: 7px 0 0 7px;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

div.greyboxleft-title h3 a {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

div.greyboxleft-grapes {
	background: url(/images/grapes.jpg) top right no-repeat;
	height: 99px;
	width: 140px;
	display: block;
	padding: 0 0 0 10px;
}

div.greyboxleft-asparagus {
	background: url(/images/asparagus.jpg) top right no-repeat;
	height: 99px;
	width: 140px;
	display: block;
	padding: 0 0 0 10px;
}

/* ------------------------------------------------------------------ */

div.greyboxright {
	width: 330px;
	background-color: #626161;
	padding: 0px 10px 5px 10px;
	margin: 0 0 15px 0;
}

div#whatshot {
	width: 340px;
	padding-right: 0;
}

div#whatshot .imgcontainer {
	width: 130px; 
	margin: 0 10px 10px 0; 
}

div.greyboxright-left {
	padding: 5px 0 0 0;
	width: 185px;
	float: left;
}

div.greyboxright-right {
	float: right;
}

div.greyboxright-right .imgcontainer{
	height: 125px;	
	overflow: hidden;
}

div.greyboxright-right .imgcontainer img{
	margin: -180px auto 0 auto;
}

div.greyboxright-left p {
	padding: 5px 0 0 0;
}

div.greyboxright-left ul  {
	list-style: none;
	padding: 0 0 2px 0;
	margin: 0;
	width: 170px;
}

div.greyboxright-left ul li  {
	padding: 0;
	margin: 5px 0 5px 0;
	line-height: 11px;
}

div.greyboxright-title {
	background: #A18F61;
	margin: 10px -15px 5px 0 !important;
	height: 30px;
	width: 150px;
}

div.greyboxright-title h3 {
	padding: 7px 0 0 7px;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */

div#wineclub {
	margin: 0 0 15px 0;	
}

div#wineclub-top {
	display: block;
	height: 185px;
	width: 350px;
	background: url(/images/wineclub-bg.jpg) 0 0 no-repeat;	
	padding: 15px 0 0 0;
}

div#wineclub-title {
	background-color: #D7DFDD;
	margin: 0 0 0 -7px;
	height: 30px;
	width: 135px;	
}

div#wineclub-title h2 {
	padding: 7px 0 0 7px;
}

div#wineclub-title h2 a {
	font-size: 14px;
	color: #535349;
	font-weight: bold;
}

div#wineclub-bottom {
	position: relative;
	background-color: #C2C9C7;
	padding: 10px 0 20px 0;
	color: #535349;
	font-size: 14px;
}

div#wineclub-bottom ul {
	margin: 0;
	padding: 0 0 0 20px;
}

div#wineclub-findoutmore {
	position: absolute;
	background-color: #DAE5E5;
	height: 20px;
	width: 80px;
	bottom: 10px;
	right: 0;
	padding: 5px 0 0 0;
	text-align: center;
}

div#wineclub-findoutmore a {
	font-size: 11px;
	color: #535349;
}

div#welcome {
	margin: 0 0 15px 0;	
}

div#welcome-bottom {
	background-color: #A18F61;
	padding: 10px 10px 11px 10px;
	color: #FFFFFF;
	font-size: 13px;
}

div#registration {
	margin: 20px 0 0 0;
	width: 720px;
}

div#registration-form {
	margin: 20px 0 0 0;
	width: 720px;

}

form#frm_login label {
	width: 130px;
	display: block;
	float: left;
	padding: 5px 0 0 0;
}

form#frm_login label.required {
	background: url(/images/required.gif) 85px 4px no-repeat;
}

form#frm_register label {
	width: 210px;
	display: block;
	float: left;
	padding: 5px 0 0 0;
}

form#frm_register label.required {
	background: url(/images/required.gif) 160px 6px no-repeat;
}

form#frm_register input.text {
	width: 250px;
}

form#frm_register textarea.text {
	float: left;
	display: block;
	width: 250px;
}	

form#frm_register .text {
	float: left;
	display: block;
	width: 250px;
}

form#frm_register .shortesttext {
	float: left;
	display: block;
	width: 50px;
}

form#frm_register .shorttext {
	float: left;
	display: block;
	width: 136px;
}

form#frm_register .longtext {
	float: left;
	display: block;
	width: 350px;
}

div.input {
	clear: both;
	margin: 5px 0 0 2px;
	display: block;
	overflow: hidden;
}



form#frm_foodmatch label {
	width: 160px;
	display: block;
	float: left;
	padding: 5px 0 0 0;
}

form#frm_foodmatch input {
	display: block;
	float: left;
}

form#frm_foodmatch textarea {
	width: 280px;
	display: block;
	float: left;
}

form#frm_foodmatch label.required {
	background: url(/images/required.gif) 110px 6px no-repeat;
}

input.frm_submit {
	
	margin: 0 0 0 7px;
	padding: 3px 7px 3px 7px;
	background-color: #d7e14c;
	border: none;
	color: #333333;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
}

a.yellowlink {
	padding: 3px 7px 3px 7px;
	background-color: #d7e14c;
	border: none;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}

p.yellowlink {
	padding: 3px 7px 3px 7px;
	background-color: #d7e14c;
	border: none;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}

.greycontainer-left {
	background-color: #c2c9c7;
	padding:10px;
	float: left;
	widtH: 330px;
	margin: 20px 0 0 0;
}

.greycontainer-right {
	background-color: #c2c9c7;
	padding:10px;
	float: left;
	width: 330px;
	margin: 20px 0 0 20px;
}

.largegreybox {
	background-color: #d4dcda;
	width: 310px;
	padding: 10px 10px 10px 10px;
	color: #515151;
	overflow: visible;
}

.largegreybox h4 {
	color: #000000;
	font-size: 14px;
	text-align: center;
}

.registerlink {
	font-size: large;
	color: #515151;
	font-weight: bold;
	cursor: pointer;
}

a.formlink {
	cursor: pointer;
}

input.greybutton {
	border: none;
	background-color: #DFEAED;
	color: #515151; 
	font-size: 12px; 
	padding: 2px 3px 2px 3px;
	margin: 10px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	cursor: pointer;
	font-weight: bold;
}

div#listings-highlight {
	width: 720px;
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
	background-color: #C2C9C7;
	overflow:hidden;
}

div#listings-highlight h4 {
	background-color: #D7DFDD;
	padding: 6px 0 4px 10px;
	margin: 0 0 10px 10px;
	width: 160px;
	color: #626161;
	font-size: 15px;
}

div.whatshot-listing {
	float: left;
	margin: 0 10px 0 10px;
	position:relative;
	width: 220px;
	height: 150px;
	color: #000000;
	overflow: hidden;
}

div.whatshot-listing .imgcontainer {
	background: #FFFFFF;
}

div.whatshot-listing a {
	color: #000000;
}

div.whatshot-listing img {
	padding: 0;
	margin: 0 auto 0 auto;
}

div.whatshot-listing .details {
	overflow: hidden;
	margin: 0 0 10px 0;
}

div.whatshot-listing .title {
	font-weight: bold;
}

div.whatshot-listing .price {
	font-weight: bold;
	margin: 5px 0 0 0;
}

div.whatshot-listing .buy {
	position: absolute;
	bottom: 0;
	left: 95px;
	width: 120px;
}

div.whatshot-listing .buy #frm_add {
	float: right;
}


div.whatshot-listing .buy form a {
	margin: 0 22px 0 0;
}

div.account-listing {
	margin: 10px 0 0 0;
	position:relative;
	color: #000000;
	overflow: hidden;
	position:relative;
}

div.account-listing a {
	color: #000000;
}

div.account-listing img {
	padding: 0 10px 0 0;
	margin: -40px 0 0 0;
}

div.account-listing .details {
	overflow: hidden;
}

div.account-listing .title {
	font-weight: bold;
}

div.account-listing .price {
	margin: 5px 0 0 0;
}

div.account-listing .buy form a {
	margin: 0 22px 0 0;
}

span.title {
	text-decoration: none; color: #d5e14d;
}


/*********** WINE CLUB STYLES ************/


div#largeheadertitle {
	background: url(/images/wineclub-header.jpg) 0 0 no-repeat;
	height: 140px;
	width: 355px;
	padding: 10px 0 0 0;
	float: left;
}

div#largeheadertitle h3 {
	background-color: #D7DFDD;
	padding: 6px 0 4px 10px;
	margin: 0 0 0 -5px;
	width: 150px;
	color: #626161;
	font-size: 15px;
}

div#largeheaderbullets {
	float: left;
	width: 365px;
	height: 108px;
	background-color: #D7DFDD; 
	padding: 20px 0 20px 0;
	color: #535349;
	font-size: 14px;
	line-height: 18px;
}

div#largeheaderbullets ul {

	padding: 0;
}

div#largeheaderbullets ul {
	margin: 0 0 0 30px;
	padding: 0;
}

div#leftcolumn-wineclub {
	float: left;
	width: 330px;
	margin: 10px 0 0 0;
}

div#rightcolumn-wineclub {
	float: right;
	width: 370px;
	margin: 10px 0 0 0;
}

div.membership {
	width:370px;
	height: 110px;
	padding: 0;
	margin: 0 0 15px 5px;
}
div.membershipleft {
	padding: 0;
	margin: 0;
	float: left;
}
div.membershipleft-title {
	width:165px;
	height: 99px;
	padding: 10px 0 0 0;
}
div.membershipleft-title h3 {
	background-color: #D7DFDD;
	padding: 6px 0 4px 10px;
	margin: 0 0 0 -5px;
	width: 150px;
	color: #FFFFFF;
	font-size: 15px;
}
div.membershipleft-title h3 a {
	color: #FFFFFF;
}
div.membershipleft-title h3.gold {
	background-color: #A18F61;
}
div.membershipleft-title h3.silver {
	background-color: #A1B2B4;
}
div.membershipleft-title h3.bronze {
	background-color: #996633;
}

div.membershipright {
	width: 180px;
	height: 89px;
	float: left;
	background-color: #515151;
	padding: 10px;
}

form#frm_payment label{
	width: 200px;
	display: block;
	float: left;
	padding: 5px 0 0 0;	
}

form#frm_payment label.required {
	background: url(/images/required.gif) 154px 4px no-repeat;
}

form#frm_contact label {
	width: 210px;
	display: block;
	float: left;
	padding: 5px 0 0 0;
}

form#frm_contact label.required {
	background: url(/images/required.gif) 160px 6px no-repeat;
}

form#frm_contact input.text {
	width: 250px;
}

form#frm_contact textarea.text {
	float: left;
	display: block;
	width: 250px;
}


form#frm_foodmatch label {
	width: 210px;
	display: block;
	float: left;
	padding: 5px 0 0 0;
}

form#frm_foodmatch label.required {
	background: url(/images/required.gif) 160px 6px no-repeat;
}

form#frm_foodmatch input.text {
	width: 250px;
}

form#frm_foodmatch textarea.text {
	float: left;
	display: block;
	width: 250px;
}



form#frm_delivery label {
	width: 210px;
	display: block;
	float: left;
	padding: 5px 0 0 0;
}

form#frm_delivery label.required {
	background: url(/images/required.gif) 160px 6px no-repeat;
}


form#frm_delivery .text {
	float: left;
	display: block;
	width: 250px;
}

form#frm_delivery .shortesttext {
	float: left;
	display: block;
	width: 50px;
}

form#frm_delivery .shorttext {
	float: left;
	display: block;
	width: 140px;
}

form#frm_delivery .longtext {
	float: left;
	display: block;
	width: 350px;
}

form#frm_personal label {
	width: 210px;
	display: block;
	float: left;
	padding: 5px 0 0 0;
}

form#frm_personal label.required {
	background: url(/images/required.gif) 160px 6px no-repeat;
}


form#frm_personal .text {
	float: left;
	display: block;
	width: 250px;
}

form#frm_personal .shortesttext {
	float: left;
	display: block;
	width: 50px;
}

form#frm_personal .shorttext {
	float: left;
	display: block;
	width: 140px;
}

form#frm_personal .longtext {
	float: left;
	display: block;
	width: 350px;
}






form#frm_billing label {
	width: 210px;
	display: block;
	float: left;
	padding: 5px 0 0 0;
}

form#frm_billing label.required {
	background: url(/images/required.gif) 160px 6px no-repeat;
}


form#frm_billing .text {
	float: left;
	display: block;
	width: 250px;
}

form#frm_billing .shortesttext {
	float: left;
	display: block;
	width: 50px;
}

form#frm_billing .shorttext {
	float: left;
	display: block;
	width: 140px;
}

form#frm_billing .longtext {
	float: left;
	display: block;
	width: 350px;
}





div#contact {
	margin: 30px 0 0 0;

}

form#frm_contact div.input {
	margin: 5px 0 0 0;
}

div.account-detail {
	margin: 0 0 20px 0;
	position: relative;
}

div.right {
	position: absolute;
	top: 0;
	right: 0;
}

div#leftcolumn-account {
	float: left;
	width: 340px;
	margin: 10px 0 0 0;
}

div#leftcolumn-account strong {
	font-size: 12px;
}

div#rightcolumn-account strong {
	font-size: 12px;
}

div#rightcolumn-account {
	float: right;
	width: 365px;
	margin: 10px 0 0 0;
}

div.blueinline ul {
	list-style-type: none;
	list-style-image: none;	
	padding: 0;
	margin: 10px 0 0 0;
}
div.blueinline ul li {
	display: inline;
	margin: 0 10px 0 0;
	font-size: 12px;

}
div.blueinline ul li a {
	color: #515151;
	background-color: #e9f2f0;
	padding: 3px 10px 3px 10px;
}

div#mediumheadertitle {
	background: url(/images/wineclub-header.jpg) 0 0 no-repeat;
	height: 75px;
	width: 355px;
	padding: 10px 0 0 0;
	float: left;
}

div#mediumheadertitle h3 {
	background-color: #D7DFDD;
	padding: 10px 0 8px 10px;
	margin: 0 0 0 -5px;
	width: 150px;
	color: #626161;
	font-size: 13px;
}

div#mediumheadercategories {
	float: left;
	width: 365px;
	height: 85px;
	background-color: #D7DFDD; 
	color: #535349;
	position: relative;
}
div#mediumheadercategories h3 {
	position: absolute;
	top: 20px;
	left: 30px;
}
div#mediumheadercategories ul {
	list-style-type: none;
	list-style-image: none;	
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 15px;
	left: 30px;
}
div#mediumheadercategories ul li {
	display: inline;
	margin: 0 10px 0 0;
	font-size: 12px;
}
div#mediumheadercategories ul li a {
	color: #515151;
	background-color: #e9f2f0;
	padding: 3px 12px 15px 12px;
}
div#mediumheadercategories ul li a.selected {
	color: #D5E14D;
	background-color: #515151;
	padding: 3px 12px 15px 12px;
}

div.listitem {
	 float: left;
	 margin: 0 20px 20px 0;
}

div.continentlistitem {
	position: absolute;
}

div.continentlistitem-title {
	font-weight: bold;
	width: 170px;
	padding: 3px 0 3px 0;
	background-color: #756B4F;
	text-align: center;
	font-size: 12px;
}

div.countrylistitem {
	 float: left;
	 margin: 0 20px 30px 0;
}

div.grapelistitem {
	 float: left;
	 margin: 0 20px 30px 0;
}

div.countrylistitem-title {
	font-weight: bold;
	width: 170px;
	padding: 3px 0 3px 0;
	background-color: #756B4F;
	text-align: center;
	font-size: 12px;
}

div.grapelistitem-title {
	font-weight: bold;
	width: 150px;
	padding: 3px 0 3px 0;
	background-color: #756B4F;
	text-align: center;
	font-size: 12px;
}

div.listitem-title {
	margin: 0 0 5px 0; 
	font-weight: bold;
}
div.listitem-img {
	width: 155px; 
	background-color: #323433; 
	text-align: center;
}
div.listitem-options {

}
div.listitem-options ul {
	list-style-type: none;
	list-style-image: none;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}
div.listitem-options ul li {
	display: inline;
	font-size: 12px;
	margin: 0 2px 0 2px;
	padding: 2px 5px 3px 5px;
	cursor:pointer;
}
div.listitem-options ul li:hover {
	background-color: #646464;
	color: #D5E14D;
}
div.listitem-options ul li.selected {
	background-color: #646464;
	color: #D5E14D;
}

div.countrylistitem-options ul, div.continentlistitem-options ul {
	list-style-type: none;
	list-style-image: none;
	padding: 4px 3px 5px 3px;
	text-align: center;
	background:#000000;
}
div.countrylistitem-options ul li, div.continentlistitem-options ul li {
	display: inline;
	font-size: 12px;
	margin: 0 2px 0 2px;
	padding: 2px 5px 3px 5px;
	cursor:pointer;
}
div.countrylistitem-options ul li:hover, div.continentlistitem-options ul li:hover {
	background-color: #646464;
	color: #D5E14D;
}
div.countrylistitem-options ul li.selected, div.continentlistitem-options ul li.selected {
	background-color: #646464;
	color: #D5E14D;
}

div.grapelistitem-options ul {
	list-style-type: none;
	list-style-image: none;
	padding: 4px 3px 5px 3px;
	text-align: center;
	background:#000000;
}
div.grapelistitem-options ul li {
	display: inline;
	font-size: 11px;
	margin: 0 2px 0 2px;
	padding: 2px 5px 3px 5px;
	cursor:pointer;
}
div.grapelistitem-options ul li:hover {
	background-color: #646464;
	color: #D5E14D;
}
div.grapelistitem-options ul li.selected {
	background-color: #646464;
	color: #D5E14D;
}



div.option-caption {
	margin: 10px 0 0 0;
	text-align: center;
	font-style: italic;
}

div.nexttaste a {
	position: absolute;
	bottom: 20px;
	right: 0;
	background-color: #D7DFDD;
	vertical-align: middle;
	color: #535349;
	padding: 10px;
}



/* Online Shop Section */
	
.mediumselectlist,
.smalltextfield,
.quantity,
.smallselectlist {
	width: 160px;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 4px 0 0 14px;
	padding: 0;
	border: 1px solid #999;
}

.smalltextfield,
.quantity {
	padding: 2px 0 2px 0;
	width: 32px;
	border: 1px solid #999;
	text-align: center;
}

.smallselectlist {
	margin: 0;
}

.quantity {
	margin: 0;
}

.basketbutton,
.savebutton,
.tryagainbutton {
	margin: 0 0 0 7px;
	padding: 3px 8px 3px 8px;
	background-color: #d7e14c;
	border: none;
	color: #333333;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	min-width: 100px;
}

#cartcolumns {
	width: 700px;
	height: 22px; 
	margin: 10px 0 5px 0; 
	padding: 8px 0 0 0; 
	float: left;
	background: url(/images/basket_headerbg.gif) 0 0 repeat-x;
}

p.intro {
	margin: 0 0 10px 0;
	padding: 0 5px 0 0;
	font-weight: normal;
}
	
#cartcolumns p {
	font: Bold 12px Arial, Helvetica, sans-serif; 
	margin: 0;
	padding: 0;
	color: #333333;
}

#remove_coltitle, 
#product_coltitle, 
#quantity_coltitle, 
#price_coltitle, 
#total_coltitle {
	float: left; 
	text-align: left; 
	margin: 0; 
	height: 23px;
}

#remove_coltitle {
	width: 90px;
}	

#product_coltitle {
	width: 350px; 
}	

#quantity_coltitle {
	width: 90px; 
}	

#price_coltitle {
	width: 60px; 
	text-align: right;
}	

#total_coltitle {
	width: 100px; 
	text-align: right;
}	

#cartitemscontainer {
	width: 700px; 
	margin: 0;
	float: left;
}
		
.newcartitem {
	width: 700px; 
	height: 30px; 
	float: left; 
	margin: 0;
	padding: 4px 0 4px 0;

}

#remove_coldata, 
#product_coldata, 
#quantity_coldata, 
#price_coldata, 
#total_coldata {
	float: left; 
	text-align: left; 
	padding: 5px 0 0 0; 
	margin: 0; 
	color: #FFF; 
	height: 22px;
	font-size: 12px;
}

.newcartitem #remove_coldata {
	width: 70px; 
	float: left; 
	height: 22px; 
	text-align: left; 
	padding: 5px 0 0 20px;
}

.newcartitem #product_coldata {
	width: 350px; 
	color: #FFF;
}

.newcartitem #quantity_coldata {
	width: 90px; 
	text-align: left; 
	padding: 3px 0 0 0;
}

.newcartitem #price_coldata {
	width: 60px;
	text-align: right;
}

.newcartitem #total_coldata {
	width: 100px; 
	text-align: right;
}

#dcrow, 
#gtrow {
	float: left; 
	width: 700px;
	height: 23px; 
	margin: 0;
}

#gtrow {
	padding-bottom: 10px;
}

#dcrow #deliverycharge,
#gtrow #grandtotal {
	float: left; 
	margin: 0; 
	width: 590px; 
	height: 23px; 
	text-align: right;
}

#dcrow #deliverychargecalc, 
#gtrow #grandtotalcalc {
	float: left; 
	margin: 0; 
	width: 100px; 
	height: 23px; 
	text-align: right;
}

#dcrow {
	height: 20px;
	margin-top: 20px;
}

#gtrow #grandtotalcalc p,
#gtrow #grandtotal p {
	color: #D5E14D; 
	font-weight: bold;
}

#cartitemscontainer p {
	margin: 0; 
}

#grandtotal p {
	margin: 0; 
}

#cartbuttons {
	float: right;
	margin: 10px 0 30px 0;
	width: 100%;
}

p.cardintro {
	padding: 0;
	color: #000;
	font-weight: bold;
	font-size: 0.8em;
	margin: 0 0 20px 16px;
}

label.required {
	background:url(/images/icons/required.gif) center right no-repeat;
}

.normaltextfield,
.smallertextfield {
	border: 1px solid #999;
	margin: 0;
	padding: 0 0 4px 2px;
	font: 12px Arial, Helvetica, sans-serif;
	width: 300px;
}

.smallertextfield {
	width: 150px;
}

p.alert {
	margin: 0 0 0 16px;
	color: #EE4714; 
	font-size: 0.8em;
	font-weight: bold;
}

p.result-success,
p.result-fail {
	margin: 0 0 0 16px;
	color: #EE4714;
	font-size: 0.8em;
	font-weight: bold;
}

p.result-fail {
	color: #ff0000;
}

p.result-msg {
	margin: 12px 0 2px 16px;
	font-size: 0.8em;
}

.security {
	
	
}

span.filteroptions {
	margin: 0;
	width: 100%;
	float: left;
	text-align: center;
	font: 0.75em Arial, Helvetica, sans-serif;
}

span.filteroptions a {
	text-decoration: none;
	color: #EE4714;
	margin: 0;
}

span.filteroptions span.live {
	color: #000;
	font-size: 14px;
}



div#leftcolumn-product {
	float: left;
	width: 415px;
	margin: 20px 0 0 15px;
}

div#rightcolumn-product {
	float: right;
	width: 285px;
	margin: 0;
	position: relative;
}
div#rightcolumn-product div.whatshotlogo {
	position: absolute;
	top: 0;
	right: 30px;
}

div#leftcolumn-product h4.title {
	font-size: 16px;
	color: #D5E14D;
}

table#product_details {
	margin: 20px 0 15px;
	font-size: 11px;
	padding: 0;
}

table#product_details tr td {
	padding: 2px 0 0 0;
}


table#product_details tr td.label {
	font-weight: bold;
	width: 100px;
}

div.product_price {
	font-size: 16px;
	color: #D5E14D;	
	font-weight: bold;
	margin: 0;
}
div.product_price span {
	font-size: 16px;
	color: #FFFFFF;
}
div.product_content {
	margin: 0 0 20px 0;
	padding: 0 10px 0 0;
}
div.product_matching {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 0 20px 0;
}

div.product_matching ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 10px 0 10px 0;
}

div.product_matching ul li {
	display: inline;
	margin: 0 5px 0 0;
}

div.product_addtocart label {
	font-size: 12px;
}

form.smallform label {
	display: block;
	float: left;
	width: 130px;
	padding: 5px 0 0 0;
}

form.smallform label.required {
	background: url(/images/required.gif) right 6px no-repeat;
}


div#billingaddress {

}

div#billingaddress table {
	/*border: solid 1px #D5E14D;*/
	width: 700px;
	margin: 0 auto;
}

div#billingaddress table tr td {
	width: 210px;
	padding: 10px;
	vertical-align: top;
}

div#deliveryaddress table {
	width: 700px;
}

div#deliveryaddress table tr.tableheader th {
	padding: 5px 0 0 0;
	height: 25px;
	background: url(/images/basket_headerbg.gif) 0 0 repeat-x;
	color: #333333;
}

div#deliveryaddress table tr td.breaker {
	border-bottom: solid 1px #828282;
	height: 10px;
	padding: 0;
	margin: 0 0 30px 0;
}

div#deliveryaddress th {
	padding: 0 10px 0 0;
	vertical-align: top;
	text-align: left;
}
div#deliveryaddress td {
	vertical-align: top;
	text-align: left;
}

div#deliveryaddress table tr th.select {
	width: 60px;
	text-align: center;	
}
div#deliveryaddress table tr td.select {
	width: 60px;
	text-align: center;	
}

td.deliverynote {
	padding: 5px 0 0 25px;
}


a.imglink {
	width: 85px;
}

.padded {
	padding: 10px;
}

#frm_login label {
	width: 80px;
	display: block;
	float: left;
	margin: 3px 0 0 0;
}

#frm_login input.field {
	width: 150px;
}

div#error_container {
	background: #fff1f1;
	color: #000000;
	margin: 0 0 20px 0;
}
			
.error_title {
	background-color: #ffd1d1;
	background-image: url(/images/pinkcross.jpg);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	padding: 10px 15px 10px 35px;
	font-weight: bold;
	border-top: solid 1px #f8acac;
	border-bottom: solid 1px #f8acac;
}

.success_title {
	background-color: #d1ffd7;
	background-image: url(/images/tick.png);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	padding: 10px 15px 10px 35px;
	font-weight: bold;
	border-top: solid 1px #f8acac;
	border-bottom: solid 1px #f8acac;
}			
			
.error_errors {
	padding: 10px 15px;
}		
			
.error_errors p {
	margin: 0 0 5px 0;
}		
			

table#account-delivery th { 
	color: #333333;
	height: 22px; 
	padding: 8px 0 8px 10px; 
	background: url(/images/basket_headerbg.gif) 0 0 repeat-x;
}

table#account-delivery td.data  {
	padding: 7px 10px;
}

table#account-delivery td p  {
	padding: 0 0 0 35px;
}

table#account-delivery td p.default  {
	background: url(/images/house_active.png) 5px 0 no-repeat;
}

table#account-delivery td p.normal  {
	background: url(/images/house.png) 5px 0 no-repeat;
}





