
/* 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: arial, sans-serif ;
	font-size: 12px ;
	line-height: 1.25; /* 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.5; /* 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 {
	font-size: 18px ;
	font-weight: bold ;
	color: #5C5D6C ;
	font-family: tahoma ;
	margin-top: 0px ;
}

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

h2 {
	font-size: 17px ;
	font-weight: bold ;
}

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

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: #5C5D6C;
}

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

a:hover {
	color: #8CA799;
}

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

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

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

/*	template styles	*/

body {
	height: 100%; /* for iE6 */
}

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

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

.content {
	padding: 0px ;
}

/* nav button styles */

a.navLink:link, a.navLink:active, a.navLink:visited, a.navLink:hover {
	background: url(/images/navBg.gif) ;
	background-position: top ;
	padding: 10px 10px ;
	border-right: 1px solid #55655D ;
	text-align: center ;
	display: block; 
	color: #ffffff ;
	text-decoration: none ;
	font-size: 13px ;
	font-family: verdana ;
	font-weight: bold ;
	letter-spacing: -1px ;
}

a.navLink:hover {
	background: url(/images/navBg_up.gif) ;
	color: #55655D ;
	text-decoration: underline ;
}

a.shopLink:link, a.shopLink:active, a.shopLink:visited, a.shopLink:hover {
	display: block; 
	padding: 7px 10px ;
	border-bottom: 1px solid #5C544C ;
	color: #ffffff ;
	text-decoration: none ;
	font-weight: bold ;
	font-size: 14px ;
	letter-spacing: -1px ;
}

a.shopLink:hover {
	color: #ffff00 ;
	text-decoration: underline ;
}

/*
a.button:link, 
a.button:active, 
a.button:visited {
	font-size: .8em ;
	font-weight: bold ;
	text-decoration: none ;
	color: #ccc ;
	background-color: #5C5D6C ;
	background-image: url(/images/button.png);
	background-position: left center; 
	padding: 10px 10px ;
	border: 1px solid #ccc ;
}

a.button:hover {
	background-color: #5C5D6C ;
	background-image: url(/images/button_up.png);
	text-decoration: underline ;
}
*/

/* nav sub */

/*
.nav li ul li a {
	width: 250px; 
}

a.button_sub:link, 
a.button_sub:active, 
a.button_sub:visited {
	font-size: .8em ;
	font-weight: bold ;
	text-decoration: none ;
	color: #ccc ;
	background-color: #5C5D6C ;
	background-image: url(/images/button.png);
	background-position: left center; 
	padding: 10px 10px ;
	border: 1px solid #ccc ;
}

a.button_sub:hover {
	background-color: #5C5D6C ;
	background-image: url(/images/button_up.png);
	text-decoration: underline ;
}
*/

/* 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 ;
}

/* footer styles */

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

/* link_white */

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

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

/* misc standard styles */

img.img_float {
	clear: right; 
	float: right;
	border: solid 1px #8E8276;
	margin: 0px 0px 10px 10px; 
}

.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: #5C5D6C;
	margin: 10px 0px; 
}

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

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

/* _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-top: 6px; 
	border-top: solid 1px #666;
}

.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 {
	
}

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

/* nav */

.nav {
	margin: 0px;
	padding: 0px;
	overflow: visible;
	list-style: none;
	list-style-image: none;
	clear: both;
}

.nav li {
	display: inline-block;
}


.nav li a {
	display: block ;
}

.nav li {
	width: 100%; 
	margin: 0px;
	padding: 0px;
	position: relative;
}

/* sub nav */
.nav li ul {
	display: none;
	margin: 0px ;
	padding: 0px ;
	position: absolute;
	list-style: none;
	list-style-image: none;
}
.nav_hor li ul {
	left: 0;
	top: 100%;
}
.nav_ver li ul {
	left: 100%;
	top: 0;
}

.nav li:hover > ul {
	display: block;
	z-index: 2;
}
.nav li ul li a {
	display: block;
}

/* sub-sub nav */
.nav li ul li ul {
	display: none;
}
.nav li ul li:hover ul {
	left: 100%;
	top: 0;
}

/*	COMMON STYLES	/*

/* TinyMCE specific rules */


body.mceContentBody {
   background: #fff;
}

.mceContentBody a {
	color: #5C5D6C !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: #5C5D6C;
}

a:hover img {
	border-color: #8CA799;
}

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,
tr.vat td {
	vertical-align: top; 
}

.vabl,
table.vabl td,
tr.vabl td {
	vertical-align: baseline; 
}

.vam,
table.vam td,
tr.vam td {
	vertical-align: middle; 
}

.tar {
	text-align: right; 
}

.important {
	color: #5C5D6C;
}

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

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

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

.good, 
.status1 {
	color: #8CA799;
}

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

table.form td {
	vertical-align: baseline; 
}

table.form td.label {
	text-align: right; 
}


/* 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: #5C5D6C ;
}

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


/* EVENTS STYLES */

/* generic */


/* list */


/* detail */

table.ev.detail.img_add_cont {
	width: 100%; 
}

td.ev.detail.img_add_item {
	text-align: center; 
	vertical-align: top; 
	padding: 6px; 
}

table.ev.detail.img_add_item {
	width: 100%; 
}

table.ev.detail.img_add_item td {
	text-align: center; 
}

/* module */


/* calendar */

.ev.cal.month {
	margin-bottom: 15px; 
	border: 1px solid #ccc ;
	padding: 5px ;
}

.ev.cal.month_name {
	background-color: #8CA799; 
	text-align: center; 
	color: #ffffff ;
	font-size: 20px ;
	letter-spacing: -1px ;
	font-weight: bold ;
	font-style: italic ;
	padding: 5px ;
}

table.ev.cal.month_days {
	width: 100%; 
}

table.ev.cal.month_days td {
	padding: 0px; 
}

.ev.cal.day_name {
	text-align: center; 
}

.ev.cal.name {
	font-size: 1em;
	font-weight: normal;
	padding: 2px 5px;  
}

td.ev.cal.day {
	font-size: .9em; 
	border: solid 1px #666; 
	vertical-align: top; 
	height: 100px; 
	width: 14.28%; 
}

.ev.cal.day_num {
	float: right; 
	background-color: #eee; 
	width: 15px; 
	text-align: right; 
	border-bottom: solid 1px #666; 
	border-left: solid 1px #666; 
	padding: 2px; 
}

.ev.cal.today {
	background-color: #ddd; 
}

.ev.cal.name + .ev.cal.name {
	border-top: dashed 1px #ccc; 
}

/*  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_message, 
div.ml.subscribe_message a {
	color: #fff; 
}

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 */

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

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

/* 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: #E5E5E5;
	border-radius: 5px;
}

/* product list */


/* product detail */

div.prd_float_spaced {
	margin: -1px 0px;
}

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

div.prd_float_spaced:first-child div.prd_img_cont {
	border-radius-topleft: 10px;
	border-radius-topright: 10px;
}

div.prd_float_spaced:last-child div.prd_img_cont {
	border-radius-bottomleft: 10px;
	border-radius-bottomright: 10px;
}

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

table.prd_img_add_cont {
	width: 100%; 
	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; 
}

.prd_options {
	border: 1px solid #999999 ; 
	background: #efefef;
	padding: 10px; 
	margin-right: 260px; 
	text-align: center; 
}

.prd.detail.price {
	color: #900; 
	font-size: 14px; 
	font-style: normal; 
}

/* module */


/* CART STYLES */

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

table.cart.list.list_cont td {
	vertical-align: middle; 
	padding: 5px; 
}

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

tr.cart.list.list_head {
	background-color: #8CA799;
	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 {
	padding: 2px !important; 
}

.cart.list.name_cont {
	font-size: 1.1em;
}

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

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

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

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

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

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

a.checkout_button {
	display: inline-block;
	border: outset 2px #8CA799;
	padding: 9px 15px; 
	/*background-color: #8CA799;*/
	font-size: 16px; 
	font-weight: bold; 
	color: #fff; 
	text-decoration: none; 
	background-image: none; 
}

/* Checkout Styles (NEEDS UPDATED) */

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

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

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

table.totaler tr.head td {
	color: #666; 
	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: #666 ;
	text-align: left;
	padding-right: 10px;
	font-weight: bold;
	white-space: nowrap;
}

table.totaler_totals td.total {
	color: #666;
	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 */


/* list */


/* detail */


/* module */


.print_only {
	display: none; 
}

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