body {
	margin:0 0 30px 25px;
	font-family:"Lucida Grande","Lucida Sans Unicode";
	font-size:12px;
	color:#555;
	}
	
a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px #000 dotted;
	}

a:hover {
	color:#8B1A13;
	text-decoration: none;
	border-bottom: 1px #8B1A13 solid;
	}
	
p {margin:0 0 1em 0;}

img {border:none;}

h2 {
	margin:0 0 0 0;
	font-size:11px;
	color:#000;
	}
	
.bold {
	font-weight:bold;
	color:#000;
	}
	
#container {
	width:680px;
	margin:0 auto;
	}
	
.global_lineheight {
	line-height:20px;
	}
	
.club_details {
	list-style:square;
	font-size:14px;
	color:#666;
	line-height:26px;
	}
	
.club_disclaimer {
	padding-bottom:25px;
	font-size:11px;
	color:#888;
	}

.chart_left {
	color:#888;
	padding-top:3px;
	}

.chart_right {
	padding-bottom:20px;
	line-height:18px;
	}
	
/* Nav **************************************/
	
.nav ul {
	margin:0;
	padding:0;
	}
	
.nav ul li {
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0 6px 0 6px;
	border-right:1px solid #CCC;
	}
	
.nav ul li a {
	color: #000;
	text-decoration: none;
	border:none;
	}

.nav ul li a:hover {
	color:#8B1A13;
	text-decoration: none;
	border:none;
	}
	
/* Individual Wine Pages *********************/

.wine_description {
	font-size:11px;
	line-height:18px;
	}

.price {
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:43px;
	color:#000;
	line-height:normal;
	}
	
.dollar_sign {font-size:28px;}

.addtocart {
	text-align:right;
	}

.estate {
	font-size:11px;
	color:#999;
	line-height:normal;
	padding:20px 0 40px 0;
	}

		
/* Thumbnails ********************************/

.thumbnails {
	font-size:11px;
	color:#999;
	}

.thumbnails a {
	color: #333;
	text-decoration:none;
	border:none;
	}

.thumbnails a:hover {
	color: #8B1A13;
	text-decoration:underline;
	border:none;
	}

/* Preparation *******************************/
	
.prepCell {
	padding:20px 0 0 0;
	border-bottom:dotted 1px #BBB;
	}
	
/* Form *******************************/

label {
	font-size:11px;
	color:#777;
	display:block;
	margin-bottom:3px;
	}
	
.field {
	width:250px;
	padding:3px;
	font-size:13px;
	color:#333;
	}
	
.textarea {
	height:100px;
	overflow:auto;
	font-family:"Lucida Grande","Lucida Sans Unicode";
	font-size:13px;
	color:#333;
	}
	
.form_field_padding {
	padding:0 0 12px 0;
	}
	
.form_error_omit {display:none;}

.form_error_text {
	margin-top:50px;
	font-family:"Lucida Grande","Lucida Sans Unicode";
	font-size:12px;
	color:#555;
	}

.form_error_msg {
	font-family:"Lucida Grande","Lucida Sans Unicode";
	font-size:12px;
	color:#900;
	}
	
/* Copyright *********************************/

.copyright {
	font-size:10px;
	color:#999;
	}
	
.copyright a {
	color: #000;
	text-decoration: none;
	border:none;
	}

.copyright a:hover {
	color:#8B1A13;
	text-decoration: none;
	border:none;
	}
