/**Make WSM Stuff Disappear
***************************/
div.listVRule,
.wsm_product_dealernumber {display:none;}

/**WSM NEWS
****************/
.wsm_news_list_date {background:#fff;border:1px solid #a67c52;padding:0;}
.wsm_news_list_month {background:url(../images/bg_menu_bar.jpg) no-repeat center bottom;font-weight:bold;padding:2px 0}
.wsm_news_list_year {display:none;}
.wsm_news_list_day {color:#807337;font-family:Georgia, "Times New Roman", Times, serif;color:#333;}

.blog_tag {border-top:1px solid #ccc;font-size:.83em;}
h4.blog_heading {border-bottom:1px solid #ccc;}
.blog_post_comment {border:1px solid #ccc;}

/**Catalog View Styles
*********************/
div.listHRule{border-bottom:1px solid #ccc;margin:10px 0;height:1px;}
div.wsm_product_image{float:none;margin:0px 5px 0px 0px;}
table.catalog td.item img {text-align:center !important;float:none !important;}
table.catalog td.item a {text-decoration:none;}
table.catalog td.item {vertical-align:top;}
div.catalogHead {color:#241306;font-size:1.17em;}/*Usually Same as H2*/
div.storeHeader {color:#241306;font-weight:normal;font-size:24px;}
.wsm_product_title {color:#241306;font-size:20px;font-weight:normal;}
span.listCategory, span.catProductCount {font-weight:normal;}

/**Product View Styles
**********************/
div.productRotateImageCaption {color:#b0b0b0;font-size:10px;margin-top:10px;}
.producateRotateImage img, table.catalog td.item img, .cross_sell_image img {padding:2px; background:#fff; border:1px solid #ded0b4 !important;}
.producateRotateImage img:hover, table.catalog td.item img:hover, .cross_sell_image img:hover {border:1px solid #807337 !important;cursor:pointer;}
div.wsm_product_summary {margin-bottom:0;}
div.wsm_product_itemnumber {margin:10px 0;}
div.productHead{margin:10px 0 5px 0;font-weight:bold;color:#3D3D3D;font-variant:normal;font-weight:normal;font-size:12px;clear:both;}
div.wsm_product_pricebox {font-weight:bold;}
	  
div.listProduct {clear:left;text-align:center;font-size:1.17em;width:300px;margin:0 auto;}
div.listProduct, span.wsm_product_saleprice, span.wsm_product_price, span.wsm_product_ourprice, span.wsm_product_savings, span.wsm_product_availability {color:#7f1500;font-weight: normal;}

/**Product View 2 Specific Styles
********************************/
#product_wrapper {position:relative;}
#product_left_column {margin:0;}
#product_right_column {border:none;position:static;text-align:left;width:auto;top:0;right:0;margin-bottom:10px;height:190px;}
ul.productInfo{list-style-type:circle;}
ul.productInfo label{font-weight:normal;color:#7a532c;}
ul.productCats{list-style-type:circle;}
ul.wsm_catalog_product_nav {float:right;}
#product_rotate_image {width:375px;height:350px;float:left;}
#product_info{margin-left:375px;}
.productRotateImageCaption {width:auto;text-align:left;}
#productImageBar {border-top:1px solid #ccc;}

/**Product View Image Bar
*************************/
div.productImageBar img {max-height:120px;max-width:120px;}

div.productImageBar a img{border:none;}
div.productImageZoomBox{position:absolute;display:none;width:400px;top:0px;left:0px;border:1px solid #000;background:#fff;z-index:10000;padding:0px;}
div.productImageZoomTitle{border-bottom:1px solid #ccc;background:#e6e6e6;font-weight:bold;padding:4px;cursor:pointer;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;}
div.categoryHeader{text-align:left;font-size:large;font-weight:bold;margin:10px;}
/**Cross Sell Product View 2
*****************************/
#cross_sell_suggest {background:none;margin:0 0 10px 0;color:#232323;font-weight:normal;border-top:1px solid #ccc;padding:5px;font-size:1em;background:#eee;}
#cross_sell_content {margin:0 0 10px 0;text-align:center;}
.cross_sell {margin-left:1%;width:30%;text-align:center;float:left;}
.cross_sell_image {margin-bottom:5px;height:130px;}
.cross_sell_image img {max-height:120px;max-width:250px;}
.cross_sell_image a img {border:none;}
.cross_sell_title {width:120px;margin:0 auto;}

/**Product Buttons
*******************/
.wsm_addcart_button, .wsm_tellafriend_button, .wsm_addwishlist_button, .wsm_inquiry_button {color:#686868;cursor:pointer;font-size:1px;letter-spacing:-1px;border:none;background-image: url(../images/bg_buttons.gif);background-repeat:no-repeat;background-color:#fff;}
.wsm_addcart_button {background-position: left -48px;width:102px;height:22px;color:#0775af;}
.wsm_addcart_button:hover {background-position:left -72px;}

.wsm_inquiry_button {text-indent:-150px;width:46px;height:17px;background-position:left -211px;float:left;margin-right:10px;}
.wsm_inquiry_button:hover {background-position:left -231px;}

.wsm_tellafriend_button {text-indent:-150px;width:77px;height:17px;background-position:left -133px;}
.wsm_tellafriend_button:hover {background-position:left -153px;}

.wsm_addwishlist_button {text-indent:-150px;width:87px;height:17px;background-position:left -171px;}
.wsm_addwishlist_button:hover {background-position:left -191px;}

/*--WSM CART--*/
#wsm_table,
table.wsm_cart {
	background-color:#fff;
	border: none;
	margin:0;
	padding:0;
	max-width:778px;
	width:99%;
	overflow:hidden;
}
#wsm_table td.info {
	padding:0;
	vertical-align: top;
}

#wsm_table div#header,
#wsm_checkout div.header,
div.wsm_cart_header  {
	background-color: #fff;
        border-left:5px solid #0775af;
        border-bottom:1px solid #0775af;
        color:#0775af;
	padding: 5px;
	margin:0 0 5px 0;
}
#wsm_table div#header img,
#wsm_checkout div.header img {display:none;}
table#wsm_checkout {
	background-color: #FFF;
	border:none;
	color: #000;
	margin:0 auto;
	width:650px;
}
.wsm_cart_button, #wsm_checkout .button {background:#2e9bd4;border:1px solid #0775af;color:#fff;cursor:pointer;}
.wsm_cart_button:hover, #wsm_checkout .button:hover {background:#2985b6;}
.wsm_cart_item_name, .wsm_cart_item_name a{color:#A00;font:bold 12px verdana,arial,helvetica,sans-serif;}
.wsm_cart_item_name a:hover {font-wieght:bold;text-decoration:underline;color:#A00;}
/**
 * Checkout Step Bar
 */
table#wsm_checkout {width:100%;margin:0}
#wsm_checkout div.section {background:url(../images/bg_menu_bar.jpg) no-repeat left top;border:none;border-right:1px solid #b39068; border-bottom:1px solid #b39068;color:#fff;font-size:14px;}
#wsm_checkout div.steps {border: solid 1px #BBB;background-color: #DDD;margin: 0px 10px 10px 10px;}
#wsm_checkout div.steps table {width: 100%;}

#wsm_checkout div.steps div {background: #eee url('/images/ui/icons/wsm_checkout_box_empty.png') no-repeat;background-position: center left;padding: 4px 8px 4px 24px;white-space: nowrap;}
#wsm_checkout div.steps div.current, #wsm_checkout div.steps div.complete, #wsm_checkout div.steps div.highlight {background: #2e9bd4 url('/images/ui/icons/wsm_checkout_box_empty.png') no-repeat;background-position: center left;color: #FFFFFF;}
#wsm_checkout div.steps div.highlight {background: #2985b6 url('/images/ui/icons/wsm_checkout_box_empty.png') no-repeat;color: #FFF;text-decoration: underline;}
#wsm_checkout div.steps a {color: #FFFFFF;text-decoration: none;}
#wsm_checkout div.steps a:hover {color: #FFF;text-decoration:underline;}
#wsm_checkout div.products table, #wsm_checkout div.information table {width: 100%;}

table#wsm_checkout div.links a {color:#0775af;}

table#wsm_checkout div.links a:hover {color:#034162;text-decoration:underline;}

/**FAQ
**************/
#faq_contents {background:#ececec;border:1px solid #ccc;padding:5px;}
h2.faq_header {color:#fff;margin:0 0 15px 0;padding:0 5px;background:url(../images/bg_menu_bar.jpg) no-repeat;border-right:1px solid #b3916b;height:31px;overflow:hidden;line-height:31px;}
h2.faq_header a, h2.faq_header a:hover {color:#fff;font-weight:bold;}
li.faq_contents_category {font-size:1.17em;}
ol.faq_conents_qs {font-size:.83em;margin:10px 0;list-style:none;}
ol.faq_conents_qs li {margin:0 0 5px 0;}
#faq_answers {border-top:none;padding-top:1.5em;clear:both;}
h3.faq_question {border-bottom:1px dotted #ccc;padding:5px 0;font-size:1.33em;clear:right;}
.faq_question_1, .faq_question_2 {margin:0 1em 1em 1em;}
.faq_top {text-align:right;font-size:1em;float:right;margin-bottom:10px;}
	
/**Contact
*****************/
p.wsm_contact_info {float:left;font-size:1.17em;padding:5px;background:#eee;border:1px solid #ccc;margin-right:20px;}
table.wsm_contact_form {width:480px;}
table.wsm_contact_form label {font-weight:normal;color:#a67c52;}
table.wsm_contact_form input,table.wsm_contact_form select, table.wsm_contact_form textarea{}

/**Option Dropdowns
******************/
div.product_option_set div.selector{background:#fff url('/images/ui/icons/exp_open.png');background-position:98% 50%;background-repeat:no-repeat;border:solid 1px #999;color:#000;cursor:pointer;display:inline;font:small verdana,arial,helvetica,sans-serif;padding:2px 22px 2px 2px;margin:8px 0px;position:relative;white-space:nowrap;}
div.dropdown{background-color:#eee;border:solid 1px #999;color:#000;margin-top:5px;position:absolute;z-index:1000;}
div.dropdown div.option{cursor:pointer;font:small verdana,arial,helvetica,sans-serif;padding:2px 22px 2px 2px;text-align:left;white-space:nowrap;}
div.dropdown div.highlight{background-color:#2e9bd4;color:#FFF;}
div.product_option_value_extended{background-color:#FFF;border:solid 1px #ccc;color:#000;margin-left:2.3em;position:absolute;text-align:center;width:120px;}
div.wsm_product_quantity {margin-top:0;}
input.wsm_product_quantity_field {border:1px solid #999;text-align:left;}
/**Change all the font families UHG!
***************************************/
div.wsm_category_trail,
div.storeHeader,
div.categoryInfo,
div.catalogHead,
span.listCategory,
span.catProductCount,
div.listProduct,
div.productImageZoomTitle,
.wsm_framework .wsm_header,
.wsm_framework .wsm_label, .wsm_framework .wsm_label label,
.wsm_framework .wsm_entry input,
.wsm_framework .wsm_button input,
.wsm_framework .wsm_form_error,
.wsm_brand_list,
div.product_option_set div.selector,
div.dropdown div.option,
div.product_option_value_extended div.description,
div.product_option div.container div.caption,
div.product_option div.container div.description,
div.categoryHead,
#lbDetailsContainer,
#wsm_message, #wsm_error, div.wsm_error,
#wsm_global_message,
#wsm_table,
#wsm_table div#header,
#wsm_table td.name,
#wsm_table label.name,
#wsm_table .name_tiny,
#wsm_table .note,
#wsm_table td.info,
#wsm_table td.error,
#wsm_table input.button,
#wsm_table input.text_normal,
#wsm_table input.text_short,
#wsm_table input.text_tiny,
#wsm_table a.options,
#wsm_table table#navigation td,
#wsm_sub_table,
#wsm_sub_table td.name,
#wsm_sub_table td.address_top, #wsm_sub_table td.address_bottom,
#wsm_sub_table .header_info,
#wsm_sub_table td#greeting,
#wsm_sub_table li,
#wsm_sub_table a:link, #wsm_sub_table a:active, #wsm_sub_table a:visited, #wsm_sub_table a:hover,
#wsm_meter_table td.weak, #wsm_meter_table td.good, #wsm_meter_table td.secure, #wsm_meter_table td,
#wsm_meter_table td.weak_text,
#wsm_meter_table td.good_text,
#wsm_meter_table td.secure_text,
#wsm_cart_table td.column_name,
#wsm_cart_table td.column,
#wsm_cart_table td.footer a,
#wsm_cart_table td.column_total,
#wsm_cart_table input.quantity,
#wsm_cart_table .error,
#wsm_cart_table .sale,
#wsm_cart_table .price,
#wsm_cart_table .option_set,
#wsm_cart_table li.option_list_item,
#wsm_table div#cart_empty_message,
#wsm_list_table .column_name,
#wsm_list_table .column_name a,
#wsm_list_table .column_item, #wsm_list_table .column_item_error, #wsm_list_table .column_item_new,
div.wsm_note,
div.wsm_note strong,
#wsm_legend td,
#wsm_shipping_quote td.name,
#wsm_shipping_quote td.info,
#wsm_checkout_steps_table td, td.highlight, td.complete,
#wsm_checkout_table td.method,
#wsm_checkout_table td.label,
#wsm_checkout_table td.address,
#wsm_checkout_table p.header_small,
.wsm_form_tab, .wsm_form_tab:link, .wsm_form_tab:active, .wsm_form_tab:visited, .wsm_form_tab_selected,
.wsm_form_tab:hover,
.wsm_form_tab_selected,
table.ups_trademark td,
div#wsm_help_box,
#wsm_checkout div.header,
#wsm_checkout div.steps div,
#wsm_checkout div.links a {
	font-family:"Lucida Sans",Arial, Helvetica, sans-serif;
	}

