
/*HTML styles */

* {
	font-family: georgia, times, serif ;
}

body {
	background-image: url(/images/page_bg.gif) ;
	background-position: center top ;
	color: #000 ;
	font-size: 14px ;
}

body, p, div, td, li {
	line-height: 22px ;
}

table {
	border-collapse: collapse ;
}

td {
	font-size: 14px ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

input, select, option, textarea, button {
	font-size: inherit; 
	font-family: inherit; 
}

h1 {
	font-size: 32px ;
	line-height: 36px ;
	font-weight: normal ;
	letter-spacing: -2px ;
	margin-top: 0px ;
	color: #687819 ;
}

h2 {
	font-size: 26px ;
	line-height: 30px ;
	font-weight: normal ;
	letter-spacing: -1px ;
	margin-top: 0px ;
	color: #687819 ;
}

h3, .inline_h {
	font-size: 16px ;
	letter-spacing: -1px ;
	color: #687819 ;
	font-weight: bold ;
}

a:link, a:active, a:visited, a:hover {
	color: #687819;
}

a:hover {
	color: #939E5A;
}

.content {
	padding: 20px ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	text-align: center ;
	border-left: 1px solid #9C7849 ;
	border-right: 1px solid #754200 ;
	padding: 10px 15px ;
	background-image: url(/images/button_bg.gif) ;
	background-position: center ;
	font-size: 28px ;
	line-height: 32px ;
	letter-spacing: -2px ;
	color: #fff ;
	text-decoration: none ;
}

a.button:hover {
	background-image: url(/images/button_up.gif) ;
	border-left: 1px solid #939E5A ;
	border-right: 1px solid #687819 ;
}

a.link_white:link, a.link_white:visited, a.link_white:active {
	color: #ffffff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

.button_lg {
	font-size: 24px ;
	line-height: 28px ;
	letter-spacing: -1px ;
}

.img_float {
	float: right ;
	margin: 0px 0px 5px 20px ;
	padding: 1px ;
	background: #fff ;
	border: 1px solid #939E5A ;
}

.td1 {
	padding: 0px 5px 0px 0px ;
	font-size: 16px ;
}

.td2 {
	padding: 0px 5px 0px 0px ;
	font-size: 16px ;
}

.td3 {
	padding: 0px 5px 0px 0px ;
	font-size: 16px ;
}

.td4 {
	padding: 0px 0px 0px 0px ;
	text-align: right ;
	font-size: 16px ;
}

.tdb {
	font-weight: bold ;
}

.good {
	color: #754200 ;
}

.bad {
	color: #754200 ;
}


/* CART STYLES */

.carts_table {
	border: solid 1px #754200;
}

.carts_label_row {
	border: solid 1px #754200; 
	background: url(/images/button_bg.jpg) center center #754200;
	color: #fff;
	font-weight: bold;
}

.carts_label {
	/*white-space: nowrap;*/
	border-bottom: solid 1px #754200;
}

.carts_item_row {
	background: #fff;
	border: solid 1px #754200;
}

.carts_item {
	border-top: solid 1px #754200; 
	border-bottom: solid 1px #754200; 
	/*white-space: nowrap;*/
}

.carts_subtotal {
	text-align: right;
	color: #754200;
	font-size: 14px;
}

/* 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; 
}

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; 
}

.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;
}

a.left_faq:link, a.left_faq:active, a.left_faq:visited, a.left_faq:hover {
	display: block ;
	text-decoration: none ;
	font-size: 16px ;
	line-height: 20px ;
	letter-spacing: -1px ;
	font-weight: bold ;
	margin: 10px 0px ;
	padding-left: 25px ;
	background: url(/images/paw.gif) ;
	background-position: left center ;
	background-repeat: no-repeat ;
}

a.left_faq:hover {
	text-decoration: underline ;
}