body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CC9900;
	background-color: #000000;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CC9900;
}
table {
	font-family: "Times New Roman", Times, serif;
}

a {
	color: #990000;
	text-decoration: none;
}	

a:hover {
	text-decoration: underline;
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #CC9900;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #A70E0E;
}
.textbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

input {
	border: 1px solid #C03;
	font-family: "Times New Roman", Times, serif;
	background-color: #FFF;
	color: #000;
}

input.button {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	background-color: #000;
	color: #FFF;
	cursor: hand;
}

textarea {
	border: 1px solid #966;
	font-family: "Times New Roman", Times, serif;
}

select {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	border: #966;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px
} 

.checkbox, .radio { 
	border: 0px;
}


/* =GENERIC OVERRIDES ----------------------------------------*/

div#product_img_form {
	float: right;
	background-color: #111;
	position: relative;
}

div#wine_details table th {
	border-bottom: 1px solid #111;
}

div#wine_details table td {
	border-bottom: 1px solid #111;
}

table.cart td, table.clubs td, table.orders td  {
	background-color: #111;
}

table.cart tr.shading td, table.clubs tr.shading td, table.orders tr.shading td {
	background-color: #111;
}

table.cart, table.clubs, table.orders {
	
}

table.cart td, table.clubs td, table.orders td {
	border: none;
}

ul.cart_info {
	background-color: #111;
}

input.button {
	background-color: #7e846d;
	border: 1px solid #666d52;
	color: white;
}

table.cart tbody.totals td {
	background-color: #111;
}

table.cart tbody.totals th {
	text-align: right;	
	background-color: #111;
}

td.verify_box h3, 
h3.box {
	background-color: #111;
}

ul.account_nav {
	background-color: #111;
}

div.processBar {
	width: 660px;
}