/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	font-family: Garamond, Times New Romain, Times, serif;
	font-size: 13px;
	line-height: 26px;
	color: #FFFFFF;
}

body.editor {
	background-color: #FFFFFF;
	background-image: none;
}

table {  
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

a {text-decoration: none; color : #FFFFFF}

a img { border: none; }

/* LAYOUT CSS */

#wrapper {
	width: 960px;
	margin: 0px auto;
}

#page {
	width: 960px;
	height: 450px;
	background-repeat: no-repeat;
}

#nav {
	margin: 71px 0px 0px 47px;
}

#content_home {
	width: 420px;
	margin: 30px 0px 0px 47px;
	font-size: 14px;
}

#content {
	width: 533px;
	height: 245px;
	margin: 30px 0px 0px 47px;
	overflow: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding: 10px;
}

h1 {
	font-size: 20px;
	margin-bottom: 10px;
}

.fieldname {
	text-align: right;
	padding-right: 10px;
}

label {
	font-family: Garamond, Times New Romain, Times, serif;
	font-size: 13px;
	line-height: 14px;
	text-align: right;
}

.textbox {
	width: 200px;
	height: 19px;
	border-top: 2px solid #888989;
	border-left: 2px solid #888989;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	margin-bottom: 10px;
}

.textbox2 {
	width: 200px;
	height: 47px;
	border-top: 2px solid #888989;
	border-left: 2px solid #888989;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	margin-bottom: 10px;
}

.textbox3 {
	height: 19px;
	border-top: 2px solid #888989;
	border-left: 2px solid #888989;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

.missing {
	color: #95AC29;
}


.buy-now {width:auto;}
.buy-now a{background:url(../images/btn_buy-now.png) 0px 0px no-repeat; height:64px; display:block; margin: 28px 0 44px 83px;}
.buy-now a:hover{background:url(../images/btn_buy-now.png) 0px -64px no-repeat; margin: 28px 0 44px 83px;}

/*///////// PURCHASE WINES ////////////*/

#jump {background: #eee; margin:0 0 20px; padding:5px 15px 8px;}
#jumpform {margin-top:8px;}
#wines {width:533px; background: #fff; color:#000; font-family:Arial, Helvetica, sans-serif; font-size:11px; border:2px solid #000;	margin: 30px 0px 0px 47px;}
#wines a {color:#900;}
#wines a:hover {color:#333; text-decoration:underline;}
#wines h1 {font-size:16px; color:#600; font-family:Georgia, "Times New Roman", Times, serif; padding:10px 20px 0;}
#wines h2 {font-size:12px; padding:0 20px 5px;}
#wines p{ padding:0 20px; line-height:18px;}
#wines table {padding:0 15px 20px 15px;}
#wines table td {padding:10px 0 25px; vertical-align:top; border-bottom:1px dotted #ccc; color:#000; font-family: Arial, Helvetica, sans-serif; font-size:11px;}
#wines table td img {padding:10px 0 0 10px; border:0;}

.cart {margin:-20px 0px -5px 0; float:right; width:200px; text-align:right;}
.cart a{padding: 5px 15px 0;}
.cart form {text-align:right; float:right;}

.viewcart {width:70px; float:right; line-height:28px; margin-top:-25px;}


.txtField {height:12px; border:1px solid #ccc; font-size:10px; width:15px;float:left; color:#555; margin-right:5px;} 
.btn {width:76px; height:15px; float:right;}
.btn a{background:url(../wines/images/btn-addcart.gif) 0px 0px no-repeat; height:15px; width:76px; display:block;}
.btn a:hover{background:url(../wines/images/btn-addcart.gif) 0 -15px no-repeat;}
.desc {font-size:12px; color:#333;}
.top {text-align:right; border-bottom:1px solid #000; padding:10px 15px 20px; text-transform:uppercase; font-size:9px;}

.platinum, .gold, .silver, .bronze {margin-left:15px;}
.platinum {background:url(../images/award-platinum.gif) no-repeat top left; }
.gold {background:url(../images/award-gold.gif) no-repeat top left;}
.silver {background:url(../images/award-silver.gif) no-repeat top left;}
.bronze {background:url(../images/award-bronze.gif) no-repeat top left;}