
/*HTML styles */

body {
	margin: 0px 0px 15px 0px ;
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	background: url(/images/pageBg.gif) #DDCC6B ;
	background-position: top ;
	background-repeat: repeat-x ;
	color: #000000 ;
}

table {
	border-collapse: collapse ;
}

input, select, textarea {
	font-size: 12px ;
	font-family: verdana ;
}

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

td {
	font-size: 12px ;
	vertical-align: middle ;
}

hr {
	color: #999999 ;
	height: 1px ;
}

h1 {
	font-size: 28px ;
	font-weight: normal; 
	color: #33539C ;
	margin-top: 0px ;
	font-family: arial ;
	letter-spacing: -2px ;
	line-height: 32px; 
}

.under_h1 {
	font-size: 16px ;
	font-weight: bold ;
	color: #446ECF ;
}

h2 {
	font-size: 13px ;
	font-weight: bold ;
	margin: 0px ;
}

h3 {
	font-size: 12px ; 
	font-weight: bold ;
}

a:link {
	color: #263A6E ;
}

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

a:hover {
	color: #4163BA ;
}

.content {
	padding: 10px ;
}

.bigHolder {
	width: 970px ;
	margin: auto ;
	background: #ffffff ;
	padding: 5px 0px ;
}

.smallHolder {
	margin: 0px 5px ;
}

.searchBar {
	background: url(/images/searchBg.gif) ;
	padding: 0px ;
}

a.button_top:link, a.button_top:active, a.button_top:visited, a.button_top:hover {
	display: block; 
	padding: 10px; 
	text-align: center; 
	border-left: 1px solid #263A6E ;
	
	color: #ffffff ;
	font-family: arial ;
	font-size: 14px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	text-decoration: none ;
}

a.button_top:hover {
	color: #ffff00 ;
	background: url(/images/navBgUp.gif) ;
}

a.button_left:link, a.button_left:active, a.button_left:visited, a.button_left:hover {
	display: block ;
	padding: 8px 12px ; 
	border-bottom: 1px solid #AB9E52 ;
	color: #263A6E ;
	font-size: 14px ;
	font-family: arial ;
	font-weight: normal ;
	letter-spacing: -1px ;
	font-weight: bold ;
	text-decoration: none ;
}

a.button_left:hover {
	background: url(/images/sideBgUp.gif) ;
	color: #ffffff ;
}

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

/* TinyMCE specific rules */

body.mceContentBody {
   background: #fff;
}

.mceContentBody a {
	color: #711028 !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-color: #711028;
	border-width: 1px; 
}

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

/*Misc Standard Styles*/

.important {
	color: #711028;
}

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

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

.good, .status1 {
	color: #456314;
}

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

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


/* BLOGS STYLES */

div.blog_list {
	border-top: solid 1px #666 ;
	border-bottom: solid 1px #666; 
}

div.blog {
	padding: 10px 0px; 
	border-top: 1px dashed #666 ; 
}

div.blog:first-child {
	border-top: 0px; 
}

div.blog_name {
	font-weight: bold; 
	font-size: 1.1em;
}

div.blog_author {
	font-weight: bold;
	font-size: 1em; 
}

div.blog_date {
	font-style: italic;
	font-size: 1em; 
}

div.blog_link {
	text-align: right;
}

img.blog_thumb {
	float: left;
	margin: 0px 10px 10px 0px;
	border: solid 1px; 
}

img.blog_full {
	float: right;
	margin: 0px 0px 10px 10px;
	border: solid 1px; 
	width: 250px; 
}

div.blog_view_all {
	padding: 6px;
	border-top: solid 1px #58668D; 
	font-size: .9em; 
}

table.blog_comments {
	width: 100%; 
}

table.blog_comments td {
	vertical-align: top;
}

div.blog_leave_comment {
	margin-left: 10px; 
	background-color: #ccc;
	padding: 10px; 
	border: solid 1px #999;
}

div.blog_comment_action_end {
	text-align: center;
	font-weight: bold;
	color: #711028 ;
	margin-bottom: 10px; 
}

textarea.blogs_comments_box {
	width: 250px; 
	height: 6em; 
}

div.blog_comment {
	border: solid 1px #999;
	border-width: 1px 0px 0px 0px;
	padding: 10px; 
}

div.blog_comment.row0 {
	background-color: #eee;
}

div.blog_comment.row1 {
	background-color: #fff;
}

div.blog_comment_date {
	font-size: .8em; 
}

div.blog_comment_name {
	font-size: .8em;
}

div.blog_comment_content {
	margin-top: 10px; 
}

/* CART STYLES */

.cart_table {
	border: solid 1px #999;
}

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

.cart_label {
	white-space: nowrap;
	border-bottom: solid 1px #999;
}

.cart_item_row {
	background: #fff;
	border: solid 1px #ccc;
}

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

.cart_subtotal {
	text-align: right;
	color: #456314;
	font-size: 14px;
}

/* Checkout Styles */

h3.checkout {
	text-align: center; 
	background-color: #456314;
	padding: 6px 0px; 
	border: solid 1px #ccc;
	color: #fff;
}

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

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

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 #ccc;
	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 */

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

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

.products_categories_content {
	
}

.products_categories_clear {
	clear: both; 
}

.products_categories_categories_list {
	
}

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

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

.product_cell {
	padding: 6px; 
	text-align: center; 
	vertical-align: top; 
	padding-bottom: 15px; 
}

.product_img {
	margin-top: 0px; 
}

.product_name {
	font-weight: bold; 
	font-size: 13px;
	letter-spacing: -1px;  
}

.product_teaser {
	font-size: 11px; 
	letter-spacing: -1px; 
}

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

.product_price {
	font-size: .9em; 
}

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

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

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

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

table.featured {
	width: 100%; 
}

table.featured tr td {
	border-top: solid 1px #ccc ;
}

table.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;
	}
	
}

a.link_bottom:link, a.link_bottom:active, a.link_bottom:visited {
	color: #7F6F56 ;
	text-decoration: none ;
}

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