
/* default 0 paddings */
html, 
body, 
form {
	padding: 0px ;
	margin: 0px ; 
}

/* general font sizing */
body, 
input, 
select, 
textarea, 
button, 
h1, 
h2,
h3
h4,
h5, 
h6 {
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	line-height: 1.5; /* should never change */
}

/* general font color */
body {
	color: #000;
}

p {
	margin: 12px 0px; /* top and bottom padding should match font-size */
}

p:first-child {
	/*margin-top: 0px; */
}

p, 
ul,
ol, 
menu,
.lh {
	line-height: 1.75; /* set general line height if different than standard (no units is multiplied by font size) */
}

/* set heading styles - always set top and bottom margins */
h1 {
	color: #00A100 ;
	font-size: 28px ;
	letter-spacing: -2px ;
	font-weight: bold ;
	margin-top: 0px ;
	margin-bottom: 12px;
}

h1:first-child {
	margin-top: 0px; 
}

h2 {
	font-size: 18px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	color: #00A100 ;
	margin-top: 0px; 
	margin-bottom: 12px; 
}

h3, .inline_h {
	font-size: 13px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	margin-top: 0px; 
	color: #00A100 ;
}

td h3:first-child {
	margin-top: 12px ;
}

h4 {
	font-size: 1.5em;
	margin-top: 11px; 
	margin-bottom: 0px; 
}

h5 {
	font-size: 1.25em;
	margin-top: 11px; 
	margin-bottom: 0px; 
}

h6 {
	margin-top: 11px; 
	margin-bottom: 0px; 
}

/* set anchor styles */
a:link {
	color: #03038C;
}

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

a:hover {
	color: #00A100;
}

/* default table properties */
table {
	border-collapse: collapse ;
}

/* default image properties */
img {
	interpolation-mode: bicubic; 
}

/* hr styles */
hr {
	margin: 6px 0px; 
	padding:0;
	border: none; 
	border-top: solid 1px #000;
	border-bottom: solid 1px #fff;
	opacity: 0.4;
}

/*	template styles	*/

body {
	background-color: #00A100 ;
}

.body {
	margin: 0px; /* never change cos of ie6 */
	padding: 10px; 
}

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

.page_top {
	background-color: #145163;
	border-bottom: solid 1px #ccc;
}

.page_top a img {
	border: 0px; 
}

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

.navigation_bar {
	background-color: #711028;
	border: solid 0px #ccc;
}

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

.page_body_table {
	width: 100%;
}

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

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

.content {
	padding: 20px ;
}

/* nav button styles */

a.button:link, 
a.button:active, 
a.button:visited,
a.button_sub:link,
a.button_sub:active,
a.button_sub:visited {
	display: block ;
	background-image: url(/images/info_bg.png) ;
	background-position: center ;
	border-left: 1px solid #fff ;
	border-right: 1px solid #D0D0D0 ;
	text-align: center ;
	text-decoration: none ;
	padding: 8px 12px ;
	color: #666 ;
	font-weight: bold ;
	font-size: 14px ;
	letter-spacing: -1px ;
}

a.button_sub:hover,
a.button:hover {
	background-image: url(/images/button_up.png) ;
	background-position: center ;
	border-left: 1px solid #109611 ;
	border-right: 1px solid #00A100 ;
	color: #fff ;
}
a.button_sub:link,
a.button_sub:active,
a.button_sub:visited {
	font-weight: normal ;
	font-size: 12px ;
	letter-spacing: 0px ;
	text-align: left ;
	padding: 4px 96px 4px 12px ;
	margin: 0px 0px 0px 5px ;
	border: 1px outset #D0D0D0 ;
}
a.button_sub:hover {
	border: 1px inset #00A100 ;
}

.dropmenudiv {
	margin-top: -5px ;
}

/* share this */

.shareThis, .addThis {
	float: right ;
	margin-left: 20px ;
	margin-bottom: 10px; 
}

.shareThis a:link,
.shareThis a:active,
.shareThis a:visited,
.addThis a:link,
.addThis a:active,
.addThis a:visited {
	text-decoration: none ;
	color: #1C6E35 ;
	font-size: 12px ;
}

.addThis a:hover,
.shareThis a:hover {
	text-decoration: underline ;
}

.addThis a:link, 
.addThis a:active,
.addThis a:hover,
.addThis a:visited {
	color: #FE6D4C ;
}

/* link_white */

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

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

/* misc standard styles */

.box {
	border: solid 1px #ccc; 
}

.box_h {
	border: solid 1px #fff; 
	background-color: #ccc;
	color: #fff; 
	font-weight: bold; 
	padding: 5px; 
}

.box_c {
	padding: 5px; 
}

.action_end {
	text-align: center; 
	border: solid 1px #ccc;
	background-color: #fafafa;
	padding: 10px; 
	color: #711028;
	margin: 10px 0px; 
}

/* _table default styles */

table.list_cont {
	width: 100%; 
}

table.list_cont td {
	padding: 5px; 
	vertical-align: top;
	border-top: dotted 1px #666;
}

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

td.img_cont {
	text-align: center; 
}

div.list_item {
	padding: 3px 0px; 
	border-top: dotted 1px #666;
	clear: both;
}

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

table.hor_list_cont {
	width: 100%; 
}

td.hor_list_item {
	text-align: center; 
	vertical-align: top; 
	padding: 6px; 
	padding-bottom: 12px; 
}

table.hor_list_item {
	margin: auto; 
}

table.hor_list_item td {
	text-align: center; 
}

.view_all {
	margin: 5px 0px ;
	font-size: 11px ;
}

.name {
	font-size: 1.2em; 
	font-weight: bold; 
}

.date {
	font-style: italic;	
}

div.img_cont {
	clear: right;
	float: right; 
	margin: 0px 0px 10px 10px; 
}

.link {
	text-align: right; 
	clear: right; 
}

.teaser {
	
}

.mod {
	color: white;
}

.mod a:link,
.mod a:active,
.mod a:visited,
.mod a:hover {
	color: white;
}

.top_login {
	color: white;
	text-align: right ;
}

.top_login a:link,
.top_login a:active,
.top_login a:visited {
	color: white;
	text-decoration: none ;
}
.top_login a:hover {
	text-decoration: underline ;
}

.google_info_win {
	font-size: 12px ;
	margin-top: 10px ;
	line-height: 1.5 ;
}

.bold {
	font-weight: bold; 
	color: #666;
}

/*	COMMON STYLES	/*

/* TinyMCE specific rules */


body.mceContentBody {
   background: #fff;
}

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

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

a:hover img {
	border-color: #00A100;
}

input {
	margin: 2px; 
	margin-left: 0px; 
}

label, 
input[type="radio"], 
input[type="checkbox"] {
	vertical-align: middle; 
}

/*Misc Standard Styles*/

.w100 {
	width: 100%; 
}

.vat,
table.vat td {
	vertical-align: top; 
}

.vam {
	vertical-align: middle; 
}

.tar {
	text-align: right; 
}

.important {
	color: #711028;
}

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

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

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

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

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


/* AUTHORS STYLES */

/* generic */

.aut.img {
	border: solid 1px ;
}

.aut.dealer_locator {
	font-weight: bold; 
}

/* list */


/* detail */


/* module */


/* LOCATOR STYLES */

/* generic */

.al.img {
	border: solid 1px ;
}

/* list */


/* detail */


/* module */


/* BLOGS STYLES */

/* generic */

.blg.aut {
	font-weight: bold;
}

/* list */


/* detail */


/* module */


/* comments */

table.bc.list_cont {
	width: 100%; 
}

table.bc.list_cont td {
	vertical-align: top;
}

td.bc.comment_form {
	text-align: right;
	width: 300px; 
}

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

.bc.comments_result {
	text-align: center;
	font-weight: bold;
	color: #711028 ;
}

textarea.bc.icontent {
	width: 98%; 
	height: 6em; 
}

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

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

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

div.bc.comment_date {
	font-size: .8em; 
}

div.bc.comment_name {
	font-size: .8em;
}

div.bc.comment_content {
	margin-top: 10px; 
}


/*  MAILING LISTS STYLES */

/* lists */


/* detail */


/* module */


/* subscribe box */

div.ml.subscribe {
	width: 300px; 
	margin: 15px auto; 
	padding: 10px; 
	background-color: #ccc ;
	border: solid 1px #999 ;
}

div.ml.subscribe_message {
	margin: 10px 0px ;
}

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

table.ml.subscribe_form {
	width: 100%; 
}

table.ml.subscribe_form td {
	padding: 0px; 
}

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

table.ml.subscribe_form td input {
	width: 99%; 
}

div.ml.subscribe_form_button {
	padding-top: 5px; 
	text-align: right; 
}

/*  MAILING LISTS BLASTS STYLES */

/* lists */


/* detail */


/* PRODUCTS STYLES */

/* bread crumb */
/* generic */

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

/* list */

/* category list */

div.cat.hor_list_cont {
	border: solid 1px #ccc;
	background-color: #fafafa;
}

div.cat.hor_list_cont {
	width: 100%; 
}

.cat .cat.hor_img_cont {
	background-color: #e8e8e8;
	border-radius: 5px;
}

/* product list */


/* product detail */

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

div.prd_img_cont {
	border: solid 1px #ccc;
	background-color: #eee;
	border-radius: 10px;
}

table.prd_img_main_cont td {
	text-align: center; 
	padding: 0px; 
}

table.prd_img_add_cont {
	border-collapse: separate; 
}

table.prd_img_add_cont td {
	text-align: center; 
	padding: 0px; 
	/*
	border: solid 1px #ccc;
	background-color: #eee;
	border-radius: 3px;
	*/
}

table.prd_pdfs_cont {
	width: 100%; 
}

table.prd_pdfs_cont td {
	text-align: center; 
	vertical-align: top; 
	padding: 3px; 
}

.prd_pdfs_name {
	font-size: 10px; 
}

/* module */


/* CART STYLES */

table.cart.list.list_cont {
	border: solid 1px #999;
}

table.cart.list.list_cont td {
	padding: 5px; 
}

tr.cart.list.list_item td {
	border-color: #999;
}

tr.cart.list.list_head {
	background-color: #456314;
	background-image: url(/images/slogan_bg.png);
	background-position: center center;
	color: #fff;
	font-weight: bold;
}

tr.cart.list.list_head td {
	vertical-align: bottom; 
	border-bottom: solid 1px #999; 
}

.cart.list.cart_id {
	font-size: .8em;
}

.cart.list.quantity {
	width: 25px ; 
	font-size: .8em; 
	text-align: right; 
}

tr.cart.list.list_item td {
	background: #fff;
}

.cart.list.img_cont {
	vertical-align: middle; 
	padding: 2px !important; 
}

.cart.list.name_cont {
	vertical-align: middle; 
}

.cart.list.opt_cont {
	font-size: .8em; 
}

.cart.list.quantity_cont {
	text-align: center; 
	vertical-align: middle; 
}

.cart.list.remove_cont {
	text-align: center; 
	vertical-align: middle; 
}

.cart.list.amount_cont {
	text-align: right; 
	vertical-align: middle; 
}

.cart.list.item_total_cont {
	text-align: right; 
	vertical-align: middle; 
}

table.cart.list.subtotal {
	width: 100%; 
	margin-top: 9px;
}

table.cart.list.subtotal td {
	vertical-align: top; 
	padding: 0px; 
}

.cart.list.subtotal_cont {
	text-align: right;
}

.cart.list.tax_cont {
	text-align: right;
}

.cart.list.handling_cont {
	text-align: right;
}

.cart.list.shipping_cont {
	text-align: right;
}

.cart.list.total_cont {
	text-align: right;
	font-size: 16px; 
}

div.cart.list.checkout {
	text-align: right; 
	margin-top: 9px; 
}

/* Checkout Styles (NEEDS UPDATED) */

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 td {
	padding: 1px 3px; 
	vertical-align: top; 
}

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

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

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

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

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

table.totaler_totals td.total {
	color: #145163 ;
	border-top: solid 1px #999;
	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;
}

/* USERS STYLES */

/* generic */

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

a.user_nav:link, 
a.user_nav:active,
a.user_nav:visited,
a.user_nav:hover {
	display: block ;
	margin-right: 5px ;
	border: solid 1px #ccc;
	background-image: url(/images/info_bg.png) ;
	background-color: #f9f9f9;
	padding: 5px; 
	text-decoration: none; 
	font-weight: bold ;
	font-size: 14px ;
	letter-spacing: -1px ;
	text-align: center ;
}

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

/* list */


/* detail */


/* module */


.print_only {
	display: none; 
}

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

.chromestyle:after {
	/*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul {
	width: 100%;
	margin: 0px;
	padding: 0px 0px ;
}

.chromestyle ul li {
	display: inline;
}

.dropmenudiv {
	position: absolute; top:0;
	z-index:100;
	visibility: hidden;
}
.float, .img_float {
	float: right ;
	clear: right ;
	margin: 0px 0px 12px 20px ;
}

.border {
	border: 1px solid #00A100 ;
}

div.caption {
	text-align: center ;
	font-size: 11px ;
	padding-bottom: 15px ;
}
div.caption img {
	border: 1px solid #00A100 ;
}
div.caption p {
	margin-top: 0px ;
}

.side_bar {
	padding: 15px ;
}

.side_bar h2 {
	color: #fff ;
}

.side_bar a:link,
.side_bar a:active,
.side_bar a:visited {
	color: #fff ;
	text-decoration: none ;
}
.side_bar a:hover {
	text-decoration: underline ;
	color: #ff0 ;
}
.side_bar .required {
	color: #ff0 ;
}

.side_bar .sep {
	border-top: 1px solid #666 ;
	border-bottom: 1px solid #ccc ;
	margin: 15px 0px ;
	height: 0px ;
	line-height: 0px ;
	font-size: 0px ;
}

.side_search {
	color: #fff ;
	padding: 3px 6px 3px 0px ;
	font-size: 11px ;
}

.side_search_input * {
	font-size: 11px ;
}

.bcrumb {
	font-size: 11px ;
}
.bcrumb a:link,
.bcrumb a:active,
.bcrumb a:visited {
	text-decoration: none; 
}

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

.Table_Products {
	clear: both ;
}
.Table_Products td {
	border-bottom: 1px solid #03038C ;
}
.Table_Products tr td:first-child {
	padding-right: 15px ;
}
td.Table_Headings {
	font-weight: bold ;
	background: #03038C ;
	color: #fff ;
	font-size: 11px ;
	letter-spacing: -1px ;
	padding: 6px 9px ;
}

.small {
	font-size: 10px ;
}

table.cols4 {
	width: 100% ;
	clear: both ;
}
table.cols4 td {
	width: 25% ;
}
table.cols4 td img {
	width: 120px ;
}

table.cols3 {
	width: 100% ;
	clear: both ;
}
table.cols3 td {
	width: 33% ;
}
table.cols3 td img {
	width: 180px ;
}
