/* Table styles */


table {
	text-align: left;
	background-color: #e8dfcb;
	border: 1px solid #BAAD89;
	width: 610px;
	font-size: 12px;
	margin: 10px;
	border-spacing: 0px;
}
caption {
	color: #5A4A42;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	line-height: 25px;
	margin: 0px;
	padding: 5px 5px 5px 10px;
}
th {
	text-align: left;
	height: 20px;
	padding: 5px;
	color: #5A4A42;
	font-weight: bold;
	border-bottom: 1px dotted #BAAD89;
	border-bottom: 1px dotted #BAAD89;
}
td {
	text-align: left;
	height: 20px;
	padding: 5px;
	color: #5A4A42;
	font-weight: normal;
	border-bottom: 1px dotted #BAAD89;
}
th.columnwine {
	text-align: left;
	height: 20px;
	width: 50%;
	padding: 5px;
	color: #5A4A42;
	border-bottom: 1px solid #F06364;
}
td.columnwine {
	text-align: left;
	height: 20px;
	width: 50%;
	padding: 5px;
	color: #5A4A42;
	border-bottom: 1px dotted #BAAD89;
}
th.columnprice {
	text-align: left;
	height: 20px;
	width: 25%;
	padding: 5px;
	color: #5A4A42;
	border-left: 1px solid #BAAD89;
	border-bottom: 1px solid #F06364;
}
td.columnprice {
	text-align: left;
	height: 20px;
	width: 25%;
	padding: 5px;
	color: #5A4A42;
	border-left: 1px solid #BAAD89;
	border-bottom: 1px dotted #BAAD89;
}
.discount {
	text-decoration: line-through;
}
th.columnquantity {
	text-align: left;
	height: 20px;
	width: 25%;
	padding: 5px;
	color: #5A4A42;
	border-left: 1px solid #BAAD89;
	border-bottom: 1px solid #F06364;
}
td.columnquantity {
	text-align: left;
	height: 20px;
	width: 25%;
	padding: 5px;
	color: #5A4A42;
	border-left: 1px solid #BAAD89;
	border-bottom: 1px dotted #BAAD89;
}
td.columntotal {
	text-align: left;
	height: 20px;
	width: 15%;
	padding: 5px;
	color: #5A4A42;
	font-weight: normal;
	border-bottom: 1px dotted #BAAD89;
}
.columnwinedivide {
	text-align: left;
	height: 20px;
	width: 50%;
	padding: 5px;
	color: #5A4A42;
	border-bottom: 1px solid #F06364;
}
.columnquantitydivide {
	text-align: left;
	height: 20px;
	width: 15%;
	padding: 5px;
	color: #5A4A42;
	border-left: 1px solid #BAAD89;
	border-bottom: 1px solid #F06364;
}
.columnpricedivide {
	text-align: left;
	height: 20px;
	width: 15%;
	padding: 5px;
	color: #5A4A42;
	border-left: 1px solid #BAAD89;
	font-weight: normal;
	border-bottom: 1px solid #F06364;
}
.content #container #feature td em {
	color: #BAAD89;
	font-style: italic;
}
td.column1 {
	text-align: left;
	height: 20px;
	width: 50%;
	padding: 5px;
	color: #5A4A42;
	border-right: 1px solid #F06364;
	font-weight: normal;
	border-bottom: 1px dotted #BAAD89;
}
tr:hover>td {
	background-color: #D8CEB5;
}
.winelist1 {
	text-align: left;
	border-right: 1px solid #F06364;
	width: 33%;
}
.winelist2 {
	text-align: left;
	background-color: #f0e9da;
	border-left: 1px solid #F06364;
	width: 33%;
}
th.endcap {
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #A1A38D;
	border-right-color: #F06364;
	border-bottom-color: #A1A38D;
	border-left-color: #A1A38D;
	background-color: #E4E4D8;
	border-right-style: solid;
}
td.lightendcap {
	text-align: left;
	background-color: #E4E4D8;
	border-top: 1px dotted #A1A38D;
}
.content #feature table img{
	margin: 0px;
	padding: 0px;
}


/* Form styles */


.red {
	color: #F06364;
	font-style: italic;
	font-weight: normal;
}
.continue {
	font-size: 11px;
	border-style: none;
	padding: 5px 5px;
	background: #E4E4D8;
}
.continue a {
	color: #955B31;
	background: url(../images/continue_f1.gif) no-repeat right;
	width: 100%;
	display: block;
	text-decoration: none;
}
.continue a:hover{
	background: url(../images/continue_f2.gif) no-repeat right;
	color: #1B1B1B;
	text-decoration: none;
}
.checkout {
	font-size: 11px;
	border-style: none;
	padding: 5px 5px;
	background: #FFFFFF;
}
.checkout a {
	color: #955B31;
	background: url(../images/checkout_f1.gif) no-repeat right;
	width: 100%;
	display: block;
	text-decoration: none;
}
.checkout a:hover{
	background: url(../images/checkout_f2.gif) no-repeat right;
	color: #1B1B1B;
	text-decoration: none;
}
.add {
	font-size: 11px;
	border-style: none;
	padding: 5px 5px;
	background: #E4E4D8;
}
.add a {
	color: #955B31;
	background: url(../images/add_f1.gif) no-repeat right;
	width: 100%;
	display: block;
	text-decoration: none;
}
.add a:hover{
	background: url(../images/add_f2.gif) no-repeat right;
	color: #1B1B1B;
	text-decoration: none;
}
.change {
	font-size: 11px;
	border-style: none;
	padding: 5px 5px;
	background: #E4E4D8;
}
.change a {
	color: #955B31;
	background: url(../images/change_f1.gif) no-repeat right;
	width: 100%;
	display: block;
	text-decoration: none;
}
.change a:hover{
	background: url(../images/change_f2.gif) no-repeat right;
	color: #1B1B1B;
	text-decoration: none;
}
.order {
	font-size: 11px;
	border-style: none;
	padding: 5px;
}
.order a {
	color: #955B31;
	background: url(../images/order_f1.gif) no-repeat right;
	width: 100%;
	display: block;
	text-decoration: none;
}
.order a:hover{
	background: url(../images/order_f2.gif) no-repeat right;
	color: #1B1B1B;
	text-decoration: none;
}.submit {
	width: 200px;
	font-size: 11px;
	border-style: none;
}
.submit a {
	color: #955B31;
	background: url(../images/submit_f1.gif) no-repeat right;
	width: 100%;
	display: block;
	text-decoration: none;
}
.submit a:hover{
	background: url(../images/submit_f2.gif) no-repeat right;
	color: #1B1B1B;
	text-decoration: none;
}
.signin {
	font-size: 11px;
	background: #FFFFFF;
	padding: 5px;
	width: 25%;
}
.signin a {
	color: #955B31;
	background: url(../images/signin_f1.gif) no-repeat right;
	width: 100%;
	display: block;
	text-decoration: none;
}
.signin a:hover{
	background: url(../images/signin_f2.gif) no-repeat right;
	color: #1B1B1B;
	text-decoration: none;
}
.back {
	border-left-style: none;
	padding: 5px;
	border-right: 1px solid #F06364;
	background: #E4E4D8;
}
.back a {
	background: url(../images/back_f1.gif) no-repeat left;
	width: 100%;
	display: block;
	text-decoration: none;
}
.back a:hover{
	background: url(../images/back_f2.gif) no-repeat left;
	text-decoration: none;
}
.edit {
	padding: 5px;
	border-top: 1px none #A1A38D;
	border-bottom-style: none;
}
.edit a {
	background: url(../images/edit_f1.gif) no-repeat left;
	width: 100%;
	display: block;
	text-decoration: none;
	border-bottom-style: none;
}
.edit a:hover{
	background: url(../images/edit_f2.gif) no-repeat left;
	text-decoration: none;
	border-bottom-style: none;
}
.continueshopping {
	padding: 5px;
	border-top: 1px none #A1A38D;
	border-bottom-style: none;
	background: #E4E4D8;
	border-right: 1px solid #F06364;
}
.continueshopping a {
	background: url(../images/continueshopping_f1.gif) no-repeat left;
	width: 100%;
	display: block;
	text-decoration: none;
	border-bottom-style: none;
}
.continueshopping a:hover{
	background: url(../images/continueshopping_f2.gif) no-repeat left;
	text-decoration: none;
	border-bottom-style: none;
}
.continueshopping2 {
	padding: 5px;
	border-top: 1px none #A1A38D;
	border-bottom-style: none;
}
.continueshopping2 a {
	background: url(../images/continueshopping2_f1.gif) no-repeat left;
	width: 100%;
	display: block;
	text-decoration: none;
	border-bottom-style: none;
}
.continueshopping2 a:hover{
	background: url(../images/continueshopping2_f2.gif) no-repeat left;
	text-decoration: none;
	border-bottom-style: none;
}
select {
	color: #5A4A42;
	background: #fbf8f0;
	width: 295px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
	border: 1px solid #BAAD89;
}
select.age {
	color: #5A4A42;
	background: #fbf8f0;
	width: 95px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
	border: 1px solid #BAAD89;
}
select.white {
	color: #1D1D1D;
	background: #FFFFFF;
	width: 260px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
	border: 1px solid #C7C7BD;
}
.quantity {
	background: #fbf8f0;
	width: 290px;
	border: 1px solid #BAAD89;
}
.quantitysmall {
	background: #fbf8f0;
	width: 30px;
	border: 1px solid #BAAD89;
	color: #5A4A42;
}
table.confirmation  {
	text-align: left;
	background-color: #EBEBE0;
	border: 1px solid #A1A38D;
	width: 540px;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
table.confirmation th {
	background: #EBEBE0;
	border-right: none;
	padding: 5px;
	border-bottom: 1px solid #A1A38D;
}
table.confirmation td {
	background: #EBEBE0;
	padding: 5px;
	border-bottom: 1px dotted #A1A38D;
}
.carttotal {
	background: #EBEBE0;
	border-left: 1px solid #A1A38D;
}
.update {
	border-left: 1px solid #F06364;
}
.update a {
	background: url(../images/update_f1.gif) no-repeat left;
	text-decoration: none;
}
.update a:hover{
	background: url(../images/update_f2.gif) no-repeat left;
	text-decoration: none;
}
table.cart  {
	text-align: left;
	background-color: #EBEBE0;
	border: 1px solid #A1A38D;
	width: 540px;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
table.cart th {
	background: #EBEBE0;
	border-right: none;
	padding: 5px;
	border-bottom: 1px solid #A1A38D;
}
table.cart td {
	padding: 5px;
	border-bottom: 1px dotted #A1A38D;
}
.cartleft {
	border-left: 1px solid #F06364;
}
.joinlist {
	font-size: 11px;
	background: #FFFFFF;
	padding: 5px;
	width: 25%;
}
.joinlist a {
	color: #955B31;
	background: url(../images/joinlist_f1.gif) no-repeat right;
	width: 100%;
	display: block;
	text-decoration: none;
}
.joinlist a:hover{
	background: url(../images/joinlist_f2.gif) no-repeat right;
	color: #1B1B1B;
	text-decoration: none;
}
