/* tag redefines */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;

}

body,td,th { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

a, a:active, a:link, a:visited, a:hover { 
	color: #F90;
	text-decoration: underline;
}

hr {
	height: 1px; COLOR: #CCC;
}

input {
	border: 1px solid #666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #FFF;
	color: #000;
}

input.button {
	font-weight: bold;
	text-transform: capitalize;
	font-size: 11px;
	background-color: #606;
	color: #FFF;
	cursor: hand;
}

textarea {
	border: 1px solid #666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: #666;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px
} 

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


/* custom classes */

.header, h2 { font-size: 150%; font-weight: bold; color: #FFF; }

.subheader, h3 { font-size: 120%; font-weight: bold; color: #FFF; }

.errormsg       { color: red; font-weight: bold; }

.catalog_crumbs { 
	font-weight: bold;
}

.catalog_cats   {
	
}

.footer {
	font-size: 11px; color: #FFF;
}

.footer a { color: #F90; }

.legal {

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p.rss {
	margin: 0;
	padding: 0;
	text-align: center;
}

