
@charset "utf-8";

/* GLOBAL PROPERTIES */

body {
	margin: 10px 0px 0px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 18px;
	color: #616161;
}

a:link {color: #a0a0a0; text-decoration: none; 	font-family: Georgia, "Times New Roman", Times, serif; font-size:14px;}
a:active {color: #a0a0a0; text-decoration: none; 	font-family: Georgia, "Times New Roman", Times, serif; font-size:14px;}
a:visited {color: #a0a0a0; text-decoration: none; 	font-family: Georgia, "Times New Roman", Times, serif; font-size:14px;}
a:hover {color: #3d3d98; text-decoration: underline; font-family: Georgia, "Times New Roman", Times, serif; font-size:14px;}

img {
	border:none;
}

#nav_container {
	width: 950px;
	height: 20px;
	border: 0px dashed red;
	margin-top: -10px;
}

#nav_container div.nav_item {
	float: right;
	border: 0px dashed red;
	margin-left: 30px;

}

#nav_container div.nav_item a:link {

	text-decoration: none;
	font-size:20px;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-size:20px;
	color: #a0a0a0;
}

#nav_container div.nav_item a:active {
	color: #a0a0a0;
	text-decoration: none;
	font-size:20px;
	font-family: "Georgia", "Times New Roman", "Times", serif;
}

#nav_container div.nav_item a:visited {
	color: #a0a0a0;
	text-decoration: none;
	font-size:20px;
	font-family: "Georgia", "Times New Roman", "Times", serif;
}

#nav_container div.nav_item a:hover {
	color: #3d3d98; 
	text-decoration: underline;
	font-size:20px;
	font-family: "Georgia", "Times New Roman", "Times", serif;
}

.navImage {
	margin-top: -5px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size:18px;
	font-weight:bolder;
	margin: 0px 0px 10px 0px; 
}

.headerdiv {
	width: 950px;
	height: 76px;
	background-image: url(../static/images/bg_header.jpg);
	background-repeat:no-repeat;
}

.banner_hero_home {
	background-image:url(../static/images/banner_homeHero.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:189px;
	margin-top:10px;
	clear:both;
	overflow:hidden;
}

.banner_hero_category {
	background-image:url(../static/images/banner_contentHero.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:189px;
	margin-top:10px;
	clear:both;
	overflow:hidden;
}

/* HEADER PROPERTIES */

#preheader {
	width: 948px;
	padding: 10px 0px 10px 0px;
	border:0px dashed black;
	height: 20px;
	
}

.mainphone {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#333333;
	float:left;
	border:0px dashed black;
	
}

.toplinks {
	font-size:14px;
	float:right;	
	border:0px dashed black;

}

/* HOMEPAGE PROPERTIES */

p.introduction:first-letter {
font-size : 300%;
font-weight : bold;
float : left;
width : 1em;
color : #000000;
margin-top: 0px;

}

.home_textContainer {
	width:950px;
	background-image:url(../static/images/bg_content.gif);
	background-repeat:repeat-y;
	border: 0px dashed red;
	overflow:hidden;
}


.content_block {
	width:500px;
	margin-left:60px;
	margin-bottom: 20px;
	margin-top: -20px;
	font-size:14px;
	float:left;
	line-height: 30px;

}

.home_xSell {
	width: 950px; 
	margin-left:33px; 
	margin-top:20px; 
	float:left; 
	clear:both;
}

.home_xSellContent {
	width:440px; 
	height:150px; 
	border: 1px solid #bfbebc; 
	float:left
}

/* CATEGORY PROPERTIES */

.category_container {
	width:950px;
	background-image:url(../static/images/bg_category.gif);
	background-repeat:repeat-y;
	border: 0px dashed red;
	overflow:hidden;
}

.category_productContainer {
	border:0px dashed red; 
	width:580px; 
	float:left; 
	margin:10px;
}

.category_xSellContainer {
	border: 1px solid #bfbebc; 
	float:left; 
	width:580px; 
	height:130px; 
	overflow: visible;
	background-color:#FFFFFF; 
	margin-bottom:20px;
}

.category_textHeader {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #a0a0a0;
	line-height: 22px;
	margin-bottom:20px;
}

#product_listing {
	text-align: left;
	line-height: 16px;
	border-left: 1px solid #BEBEBE;
	border-top: 1px solid #BEBEBE;
	font-family: Tahoma;
	font-size:12px;
	margin-bottom: 20px;
}

#product_listing a {
	font-family: Tahoma;
	font-size:12px;
	text-decoration:underline;
}

#product_listing div.product_image {
	float:left
}

#product_listing td {
	border-bottom: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	background-color:#FFFFFF;
	vertical-align: top;
	width: 280px;
}

.footer_table {
	border-top: 7px solid #b6b589; 
	border-bottom:1px solid #cdc7c1; 
	margin-top:20px;
}

.footer_navItem {
	padding:5px; 
	margin-left:10px; 
	float:right;

}


#leftNav {
	background-color: #fffef3;
	border-right: 1px solid #bebebe;
	line-height: 20px;
}

#leftNav a:link {color: #363636; text-decoration: none; }
#leftNav a:active {color: black; text-decoration: none; }
#leftNav a:visited {color: #363636; text-decoration: none; }
#leftNav a:hover {color: #363636; text-decoration: underline; }

#leftNav img {
	margin-top: -6px;
	margin-left:-5px;

}


.leftNav_container {
	border:0px dashed red; 
	width:240px; 
	float:left;  
	margin-left:20px;
}

.leftNav_container a {
	color: #a0a0a0;
	font-size:16px;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	color: #a0a0a0;


}

.leftNav_container a:link {color: #a0a0a0; text-decoration: none; }
.leftNav_container a:active {color: #a0a0a0; text-decoration: none; }
.leftNav_container a:visited {color: #a0a0a0; text-decoration: none; }
.leftNav_container a:hover {color: #3d3d98; text-decoration: underline; }

.leftNavLevelOne {
	font-weight:bolder;
	margin-top: 15px;
	border-bottom: 1px solid #f4f4ec;
	line-height:20px;
	overflow:visible;
}

.leftNavLevelOne a {
	font-weight:bolder;
}

.leftNavLevelTwo {
	margin-left: 10px;
	margin-top:10px;
}

.leftNavLevelThree {
	margin-left: 20px;
}

/* CONTENT PROPERTIES */

.content_container {
	width:950px;
	background-image:url(/static/images/bg_category.gif);
	background-repeat:repeat-y;
	border: 0px dashed red;
	overflow:show;
}

.content_text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #a0a0a0;
	line-height:12px;
	margin-bottom:20px;
	padding:20px;
}

.content_textContainer {
	border:0px dashed red; 
	width:580px; 
	float:left; 
	margin:15px;
	position:relative;
}


/* PRODUCT PROPERTIES */

#product_imageLarge {
	border: #b8c5ce 1px solid;
	width: 255px;
	margin: 10px;
	
}

.product_left {
	background-color: #f9f6f3;
	border-right: 1px solid #bebebe;
	line-height: 20px;

}

#product_viewLarger {
	width: 255px;
	margin: 10px 10px 5px 10px;
	
}

#product_thumbLeft {
	border: #b8c5ce 1px solid;
	width: 107px;
	float:left;
	margin: 0px 10px 10px 10px;
	padding: 7px;
}	

#product_thumbRight {
	border: #b8c5ce 1px solid;
	width: 107px;
	float:right;	
	margin: 0px 10px 10px 0px;
	padding: 7px;

}

#product_detailBox {
	width:600px;
	border:#333333 dashed 0px;
	margin: 10px;
	text-align:left;
}	

#product_related {
	width:820px;
	border:#333333 dashed 0px;
	margin: 0px;
}	
	
#product_related H2 {

	font-size: 20px;
	color:#8aa282;
		
}

.relatedProducts_header {
	background-color:#ffffff;
	font-size:14px;
	font-weight: bolder;
	color:#000000;
	border-bottom: 0px solid #bebebe;

}


.contentTable {
	border: 1px solid #bebebe;
	text-align: left
	
}


/* Main content */
#main_content {
	width: 950px;
	overflow: hidden;
}


/* Email Signup */

#email_signup_message { 
	position: absolute; 
	font-size:12px; 
	margin-top: 5px; 
	margin-left: 5px; 
}


/* PRODUCT SWATCH IMAGES */
 
div.product_thumb {
	display:inline;
}

/* PRODUCT INFO TABS */

div.product_tabs {
	width: 500px;
	margin: 10px;
}

div.yui-navset * {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

div.yui-navset ul.yui-nav li {
	width:auto;
	margin-left:0px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	background:#FFFFFF;
	border:solid 1px #B8C5CE;
	position:relative;
	top:1px;
	white-space:nowrap;
	z-index:100;
}

div.yui-navset ul.yui-nav li:hover {
	background-color:#CCCCCC;
}

div.yui-navset ul.yui-nav li.selected {
	background:#FFFFFF;
	border-bottom:solid 1px #FFFFFF;
}

div.yui-navset ul.yui-nav li a {
	margin-left:3px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	display:block;
	padding:3px 5px;
}

div.yui-navset ul.yui-nav li a:hover {
	text-decoration:underline;
}

div.yui-navset ul.yui-nav li.selected a {
	font-weight:bold;
}

div.yui-navset ul.yui-nav li.selected a:hover {
	text-decoration:none;
}

div.yui-navset ul.yui-nav li.current a {
	background:#FFFFFF;
/*	border-bottom:solid 1px #FFFFFF;*/
	border-bottom:none;
}

div.yui-navset div.yui-content {
	border:solid 1px #B8C5CE;
	padding:20px 10px;
	width:100%;
	min-height:145px;
	position:relative;
	z-index:99;
}

.product_details .label {
    font-weight: bold;
    width: 35%;
    white-space: nowrap;
}

.product_details .value {
    width: 65%;
}

/* Pricing */
.price_section {
	display:inline;
}
span.price_label {
	font-size:14px;
	font-weight:bold;
}

span.price {
	font-size:14px;
	font-weight:bold;
}

span.regular_price_label {
	font-size:14px;
	font-weight:bold;
}

span.regular_price {
	font-size:14px;
	font-weight:bold;
	text-decoration:line-through;

}

span.sale_price_label {
	font-size:14px;
	font-weight:bold;
	color: #FF0000;
}

span.sale_price {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

/* Shopping Cart */

#shopping_cart {
	width: 100%;
	border-collapse: collapse;
}

#shopping_cart td {
	border: 1px solid #BDC2C6;
	font-size: 12px;
	padding: 5px;
}

#shopping_cart td.header {
	border: 1px solid #b9b9b5;
	color: #FFFFFF;
	background-color: #b9b9b5;
	font-size: 14px;	
	font-weight: bold;
	white-space: nowrap;
}

#shopping_cart td.price_each_column {
	text-align: center;
}

#shopping_cart td.discount_label {
	color: #B8B8B8;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
}

#shopping_cart td.discounts {
	color: #B8B8B8;
	text-align: center;
	background-color: #F8F8F8;
	font-weight: bold;
}

#shopping_cart td.total_label {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

#shopping_cart td.total_column {
	background-color: #F8F8F8;
	font-weight: bold;
	text-align: center;
}

#coupon_box {
	border-collapse: collapse;
}

#coupon_box td {
	border: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#coupon_box td.coupon_label {
	color: #616161;
	font-weight: bold;
	text-align: right;
}

#coupon_box td.coupon_text_box input {
	border: 1px solid #859AB9;
}

#shopping_cart_controls {
	width: 100%;
	border-collapse: collapse;
}

/* Shipping Calculator */
#shipping_calculator {
	width: 100%;
	border: 1px solid #BDC2C6;
	border-collapse: collapse;
	background-color: #F8F8F8;
	color: #646464;
}

#shipping_calculator span.section_title {
	font-size: 14px;
	font-weight: bold;
}

#shipping_calculator td.label {
	text-align: right;
}

#shipping_calculator td.textbox input {
	border: 1px solid #859AB9;
	width: 115px;
}

#shipping_calculator div.shipping_methods_wrapper {
	width: 850px;
	margin-left 0, 20, 0, 0 auto;
	display: block;

}

#shipping_calculator div.shipping_method_option {
	width: 200px;
	float: left;
	margin: 5px;
	text-align: left;
}

#shipping_calculator div.shipping_method_label {
	float: left;
}

#shipping_calculator div.shipping_method_price {
        margin-left: 10px;
	float: left;
        font-weight: bold
}

#shipping_calculator div.shipping_method_price span.free_shipping {
	font-weight: bold;
}

/* Top Nav Styles */

.new_tabs {
	display:block;
}
.new_tabs div.listing {
	background:#DEDEDE none repeat scroll 0%;
	border:1px solid black;
	clear:both;
	display:none;
	margin-left:1px;
	margin-right:1px;
	overflow:hidden;
	padding:5px 10px;
	position:absolute;
	text-align:left;
	width:132px;
	z-index:9999;
}
.new_tabs div.listing *:hover, .new_tabs div.listing * {
	background:#DEDEDE none repeat scroll 0%;
	color:black;
	font-size:11px;
	font-weight:normal;
	padding:0px;
}
.new_tabs div.listing a:hover, .new_tabs div.listing a:hover div {
	background:#DEDEDE none repeat scroll 0%;
	color:red;
	text-decoration:underline;
}

/* Shipping message */

.shipping_methods_shipping_message {
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	color: #FF0000;
}

/* Additional Order Fields */

.additional_order_fields textarea {
	width: 670px;
	height: 80px;
}

/* Terms */

.order_terms_and_conditions {
	display: block;
	font-size: 14px;
	margin: 10px;
}

/* Category Listing */


.category_listing_table {
	background-color:#FFFFFF;
	border: 1px solid #BEBEBE;
	overflow: hidden;
}

.category_listing_row {
	display:block;
	width:100%;
	height:auto;
	overflow: none;
}

.category_listing_row + .category_listing_row {
	border-top: 1px solid #BEBEBE;
}

.category_listing_wrapper {
	display:block;
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
}

.category_listing_wrapper + .category_listing_wrapper {
	border-left: 1px solid #BEBEBE;
}

/* Misc */
.toplinks h3 {
	display: inline;
}

#content_inner {
	padding-top: 10px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 10px;
}

