
/*HTML styles */

* {
	font-family: verdana, arial, sans-serif ;
}

body {
	background-color: #6B7760 ;
	margin: 0px ;
	color: #000 ;
	font-size: 12px ;
}

table {
	border-collapse: collapse ;
}

p, li, div, td {
	line-height: 18px ;
}

td {
	font-size: 12px ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

input, select, option, textarea, button {
	font-size: inherit; 
	font-family: inherit; 
}

h1 {
	font-size: 22px ;
	font-weight: normal ;
	letter-spacing: -2px ;
	color: #3E4538 ;
	line-height: 26px ;
	margin-top: 0px ;
}

h2 {
	font-size: 18px ;
	font-weight: normal ;
	letter-spacing: -1px ;
	color: #3E4538 ;
	line-height: 22px ;
}

h3, .inline_h {
	color: #3E4538 ;
	font-size: 13px ;
	letter-spacing: -1px ;
	font-weight: bold ;
}

/* TinyMCE specific rules */

body.mceContentBody {
   background: #fff;
}

.mceContentBody a {
	color: #6B7760 !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	background-image: url(/images/button_bg.gif) ;
	background-position: center ;
	color: #fff ;
	text-decoration: none ;
	font-size: 18px ;
	letter-spacing: -1px ;
	border-left: 1px solid #fff ;
	text-align: center ;
	padding: 10px ;
}

a.button:hover {
	background-image: url(/images/button_up.gif) ;
	color: #3E4538 ;
}

#content {
	padding: 15px ;
}

a.link_gray:link, a.link_gray:active, a.link_gray:visited {
	color: #666 ;
	text-decoration: none ;
}

a.link_gray:hover {
	text-decoration: underline ;
}

a.link_white:link, a.link_white:active, a.link_white:visited {
	color: #fff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

a:link {
	color: #6B7760 ;
}

a:active, a:visited {
	color: #666 ;
}

a:hover {
	color: #3E4538 ;
}


/* CART STYLES */

.carts_table {
	/*border: solid 1px ;*/
}

.carts_label_row {
	border: solid 1px #aaa; 
	background-image: url(/images/button_bg.gif) ;
	background-position: center ;
	color: #fff;
	font-weight: bold;
}

.carts_label {
	white-space: nowrap;
	border-bottom: solid 1px #aaa;
}

.carts_item_row {
	background: #fff;
	border: solid 1px #aaa;
}

.carts_item {
	border-top: solid 1px #aaa; 
	border-bottom: solid 1px #aaa; 
	white-space: nowrap;
}

.carts_subtotal {
	text-align: right;
	color: #555;
	font-size: 14px;
}

/* Checkout Styles */

h3.checkout {
	text-align: center; 
	background-image: url(/images/button_bg.gif) ;
	background-position: center ;
	padding: 6px 0px; 
	border: solid 1px #aaa;
	color: #fff;
}

table.totaler {
	width: 100%; 
	margin: 10px 0px; 
}

table.totaler tr.head td {
	font-weight: bold ; 
	border-bottom: solid 1px #aaa ;
}

table.totaler_totals {
	margin: 15px 0px 15px auto;
}

table.totaler_totals td {
	text-align: right;
	padding: 1px 3px;
}

table.totaler_totals td.label {
	text-align: left;
	padding-right: 10px;
	font-weight: bold;
	white-space: nowrap;
}

table.totaler_totals td.total {
	border-top: solid 1px #aaa;
	font-size: 14px;
	font-weight: bold;
}

table.checkout {
	margin: auto;
}

table.checkout td {
	vertical-align: top;
	padding: 3px; 
}

table.checkout td.label {
	padding-right: 10px;
	text-align: right;
	font-weight: normal;
}

table.checkout td input {
	width: 300px;
}

/* PRODUCTS STYLES */

div.products_categories {
	border-bottom: solid 1px ; 
	margin-bottom: 10px; 
}

.products_categories_img {
	float: right; 
	margin: 0px 0px 10px 10px; 
	border: solid 1px ; 
}

div.products_categories_content {
	
}

div.products_categories_clear {
	clear: both; 
}

div.products_categories_list_filter {
	margin: 10px 0px;
}

table.products_categories_categories_list {
	width: 100%; 
}

div.products_categories_products_list {
	padding-top: 10px; 
	border-top: solid 1px ; 
}

table.products_categories_products_list {
	width: 100%; 
}

.products_categories + .products_categories_products_list {
	border-top: 0px; 
	padding-top: 0px; 
}

tr.products_categories_list_head td {
	font-weight: bold;
}

.products_cell {
	text-align: center; 
	vertical-align: top; 
	padding: 10px; 
	padding-bottom: 15px; 
}

.products_img {
	margin-top: 0px; 
}

.products_name {
	font-size: 1.2em; 
	font-weight: bold; 
	letter-spacing: -1px; 
}

.products_teaser {
	font-size: .9em;
	letter-spacing: -1px;
}

.products_price {
	font-size: .9em; 
	font-style: italic; 
}

.products_link {
	letter-spacing: -1px; 
}

/* Featured Products */
.products_name.featured a {
	font-weight: bold; 
}

.products_teaser.featured {
	color: #fff;
	font-size: .9em ;
}

.products_link.featured a {
	font-size: .9em ;
}

.products_price.featured {
	color: #fff; 
	font-size: .9em; 
	font-style: italic;
}

table.products_featured {
	width: 100%; 
}

table.products_featured tr td {
	border-top: solid 1px  ;
}

table.products_featured tr:first-child td {
	border-top: solid 0px;
}
