
/*HTML styles */

* {
	font-family: georgia, times, serif ;
}

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

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

table {
	border-collapse: collapse ;
}

td {
	font-size: 12px ;
}

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

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

h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
}

h1 {
	font-size: 32px ;
	line-height: 36px ;
	font-weight: normal ;
	letter-spacing: -2px ;
	margin-top: 0px ;
	color: #6C7B2F ;
}

h2 {
	font-size: 24px ;
	line-height: 28px ;
	font-weight: normal ;
	letter-spacing: -2px ;
	margin-top: 0px ;
	color: #6C7B2F ;
}

h3, .inline_h {
	font-size: 16px ;
	letter-spacing: -1px ;
	color: #6C7B2F ;
	font-weight: bold ;
}

h3 {
	font-size: 1.5em ; 
	font-weight: bold ;
}

h4 {
	font-size: 16px ;
	line-height: 22px ;
	font-weight: normal ;
	letter-spacing: -1px ;
	margin-top: 0px ;
	margin-bottom: 0px; 
	color: #754200 ;
}

h4 + p {
	margin-top: 3px; 
}

#content {
	padding: 15px ;
	margin-top: 1px ;
	background: url(/images/content_bg.gif) ;
	background-position: top ;
	background-repeat: repeat-x ;
}

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

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

a.button:link, a.button:active, a.button:visited, a.button:hover {
	background-image: url(/images/button_1.gif) ;
	border-top: 1px solid #909B62 ;
	border-left: 1px solid #909B62 ;
	border-bottom: 1px solid #6C7B2F ;
	border-right: 1px solid #6C7B2F ;
	background-position: center ;
	margin: 3px 0px ;
	font-size: 16px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	text-decoration: none ;
	padding: 5px 10px ;
	display: block ;
	color: #fff ;
}

a.button:hover {
	background-image: url(/images/button_2.gif) ;
	border-top: 1px solid #97703F ;
	border-left: 1px solid #97703F ;
	border-bottom: 1px solid #754200 ;
	border-right: 1px solid #754200 ;
}

a.button_top:link, a.button_top:active, a.button_top:visited, a.button_top:hover {
	background-image: url(/images/button_2.gif) ;
	border-left: 1px solid #97703F ;
	border-right: 1px solid #754200 ;
	background-position: center ;
	font-size: 16px ;
	text-align: center ;
	font-weight: bold ;
	letter-spacing: -1px ;
	text-decoration: none ;
	padding: 5px 10px ;
	display: block ;
	color: #fff ;
}

a.button_top:hover {
	background-image: url(/images/button_1.gif) ;
	border-left: 1px solid #909B62 ;
	border-right: 1px solid #6C7B2F ;
}

a:link {
	color: #754200 ;
}

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

a:hover {
	color: #9C7849 ;
}

/* -------------------------------------------------------------*/

h4 {
	font-size: 1.3em; 
	font-weight: bold; 
}

h5 {
	font-weight: bold;
}

h6 {
	margin: 0px;
	font-weight: bold; 
}

h6 + p {
	margin-top: 5px; 
}

/* TinyMCE specific rules */

body.mceContentBody {
   background: #fff;
}

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

a:link img, a:active img, a:visited img, a:hover img {
	border-style: solid;
	border-width: 1px; 
	border-color: #754200;
}

a:hover img {
	border-color: #c00;
}

/*Template Styles*/

.container {
	width: 980px;
	margin: auto;
	border: solid 1px #DADEC7;
}

.page_top {
	height: 150px; 
	background-color: #754200;
	border-bottom: solid 1px #DADEC7;
}

.page_top a img {
	border: 0px; 
}

.info_bar {
	background-color: #754200;
	padding: 15px;
	text-align: center;
	
	font-weight: bold;
	color: #fff;
}

.navigation_bar {
	background-color: #754200;
	border: solid 0px #DADEC7;
}

.page_body_div {
	border-top: solid 1px #DADEC7;
}

.page_body_table {
	width: 100%;
}

.nav_cell {
	background-color: #754200;
	width: 250px;
	border: solid 0px #DADEC7;
	vertical-align: top;
}

.content_cell {
	background-color: #fff;
	border: solid 0px #DADEC7;
	vertical-align: top;
}

.content {
	padding: 10px ;
}

.foot, a.foot:link, a.foot:active, a.foot:visited, a.foot:hover {
	color: #754200; 
}

/* Nav Styles */

/*Misc Standard Styles*/

.important {
	color: #754200;
}

.required {
	text-align: center;
	color: #754200;
}

.even_row, .row_0 {
	background-color: #eee;
}

.odd_row, .row_1 {
	background-color: #fff;
}

.good, .status1 {
	color: #6C7B2F;
}

.bad, .status0 {
	color: #754200;
}

.img_float {
	float: right;
	border: solid 1px #754200;
	margin: 0px 0px 10px 10px; 
}


/* CART STYLES */

/* carts template */ 

body.carts {
	background-color: #fff; 
	margin: 0px; 
	padding: 0px; 
}

div.carts_container {
	width: 800px; 
	margin: auto; 
}

div.carts_page_top {
	
}

div.carts_page_top img {
	border: 0px; 
}

div.carts_page_body {
	margin: 0px 25px; 
}

div.carts_content {
	
}

.carts_foot, a.carts_foot:link, a.carts_foot:active, a.carts_foot:visited, a.carts_foot:hover {
	color: #754200; 
}

/* end carts template */

.carts_table {
	border: solid 1px #6C7B2F;
}

.carts_label_row {
	border: solid 1px #6C7B2F; 
	background: url(/images/cart/cart_bg.gif) center center #6C7B2F;
	color: #fff;
	font-weight: bold;
}

.carts_label {
	/*white-space: nowrap;*/
	border-bottom: solid 1px #6C7B2F;
}

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

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

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

/* Checkout Styles */

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

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

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

table.totaler tr.head td {
	color: #6C7B2F; 
	font-weight: bold ; 
	border-bottom: solid 2px #6C7B2F ;
}

table.totaler tr.body td {
	border-bottom: solid 1px #6C7B2F ;
}

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

table.totaler_totals td {
	text-align: right;
}

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

table.totaler_totals td.total {
	color: #754200 ;
	border-top: solid 2px #6C7B2F;
	font-size: 14px;
	font-weight: bold;
}

table.checkout {
	margin: auto;
}

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

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

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

/*  MAILING LISTS STYLES */

div.mailing_lists {
	padding: 10px; 
	border-bottom: 1px dashed #333; 
}

div.mailing_lists_teaser {
	
}

div.mailing_lists_name {
	font-weight: bold; 
	font-size: 13px;
}

div.mailing_lists_link {
	text-align: right;
}

div.mailing_lists_subscribe {
	float: right; 
	width: 300px; 
	margin: 0px 0px 15px 15px; 
	padding: 10px; 
	background-color: #CFD4BD ;
	border: solid 1px #AAAF8E ;
}

div.mailing_lists_subscribe_required {
	text-align: center;
	font-size: .7em ;
}

div.mailing_lists_subscribe_message {
	text-align: center; 
}

table.mailing_lists_subscribe_form {
	width: 100%; 
}

table.mailing_lists_subscribe_form td {
	padding: 3px; 
}

td.mailing_lists_subscribe_form_label {
	white-space: nowrap; 
	width: 1%; 
}

table.mailing_lists_subscribe_form td input {
	width: 99%; 
}

/* PRODUCTS STYLES */

.details {
	
}

.details td {
	border: solid 1px #DADEC7; 
}

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

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

div.products_categories_content {
	
}

div.products_categories_clear {
	clear: both; 
}

table.products_categories_categories_list {
	width: 100%; 
}

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

table.products_categories_products_list {
	width: 100%; 
}

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

.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 #DADEC7 ;
}

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

.print_only {
	display: none; 
}

@media print {
	
	.print_only {
		display: block;
	}
	
	.no_print {
		display: none; 
	}
	
	.content {
		width: 100%; 
		margin: 0px; 
		float: none;
	}
	
}
