/************************************************
* General Layout Styles							*
************************************************/
BODY{ 
 font-size: small; font-family: 'Trebuchet MS', Helvetica, sans-serif; color: #efefef; line-height: 1.5em;
}

h1, h2, h3 { margin: 0; padding: 0; text-decoration: none; }


p,form,table { margin: 0; padding: 0; }

img { border: 0; vertical-align: middle; }

.clearboth { clear: both; }

li { list-style-type: square; list-style-position: inside; margin: 0 0 0 -30px; padding: 0; }

.subheader h3 { color: #20991a; font-weight: bold; font-size: 2.1em; }

/************************************************
* Header										*
************************************************/
#header_left { float: left; width: 25%; }

#header_logo { float: left; width: 50%; text-align: left; padding: 00px 0px 0px 0px; border: 1px dashed red;  background: url(images/header.jpg) repeat-x; }

#header_sb { float: left; width: 50%; text-align: left; padding: 0px 0px 0px 0px; border: 1px dashed red;  background: url(images/header.jpg) repeat-x; }

#header_middle { float: left; width: 100%; text-align: left; padding: 66px 0px 0px 0px; border: 0px dashed red;  background: url(images/header.jpg) repeat-x; }

#search_container { float: left; width: 50%; margin: 0 auto; border: 0px dashed red;}

#search_dropdown { width: 90%; }

#search_item { width: 80%; background: #FFF url(images/zoom.gif) no-repeat; padding-left: 18px; }

#search_item_menu { width: 86%; background: #FFF url(images/zoom.gif) no-repeat; padding-left: 18px; }

#header_right { float: left; width: 25%; padding: 15px 0 0 0;  border: 0px dashed red;}

#minicart_container {float: right; border: 0px dashed red; padding-right: 10px; padding-top: 5px;}

#minicart_body { text-align: center; }

/************************************************
* Speedbar										*
************************************************/
#speedbar { float: right; padding: 0px -10px 3px 0px; text-align: center; border: 1px dashed red; margin: 0px 10px 3px 0px;}

/************************************************
* Columns										*
************************************************/
#colmask { position: relative; clear: both; float: left; width: 100%; overflow: hidden; }

#colmid { float: left; width: 242%; position: relative; left: 200px; }

#colright { float: left; width: 100%; position: relative; left: 50%; margin-left: -400px; }

#col1wrap { float: right; width: 50%; position: relative; right: 100%; }

#col1pad { margin: 0 0 0 400px; overflow: hidden; }

#col1 { width: 100%; overflow: hidden; border:red dashed 0px; }

#col2 { float: left; width: 200px; position: relative; margin-left: -50%; left: 200px; overflow: hidden; }

#col3 { float: left; width: 200px; position: relative; left: 0px; overflow: hidden; }

.colpadding { padding: 10px; /* Padding for all 3 columns */ }

/************************************************
* Footer										*
************************************************/
#footer { clear: both; float: left; width: 100%; padding: 7px 0; text-align: center; }

#footer p { margin: 0 0 10px 0; }

/************************************************
* Product Page									*
************************************************/
.product_container { width: 100%; }

.product_left_col { float: left; }

.product_right_col { float: none; width: 100%; margin-left: 0;}


/************************************************
* Subcategories									*
************************************************/
.subcat_cols{ float: left; }

.subcat_box{ float: left; width: 95%; text-align: center; }

.subcat_box_last{ float: left; width: 103%; text-align: center; }

.subcat_box h2 { text-decoration: none; margin: 0; padding: 0; }

/************************************************
* Products Page - Rows							*
************************************************/
.products_container { width: 100%; }

.products_left_col { float: left; width: 25%; }

.products_right_col { float: left; width: 74%; }

.product_price { color: #e71616; font-weight: bold; font-size: 1em; }

/************************************************
* Products Page - Columns						*
************************************************/
.products_cols{ float: left; }

.products_box{ float: left; width: 95%; text-align: center; }

.products_box_last{ float: left; width: 103%; text-align: center; }

.products_box_last_single{ float: left; width: 100%; text-align: center; }

.products_box_last_double{ float: left; width: 99%; text-align: center; }

.products_box h2 { text-decoration: none; margin: 0; padding: 0; }

/************************************************
* Manufacturers									*
************************************************/
.manuf_cols{ float: left; }

.manuf_box{ float: left; width: 95%; text-align: center; }

.manuf_box_last{ float: left; width: 103%; text-align: center; }

.manuf_box_last_single{ float: left; width: 100%; text-align: center; }

.manuf_box_last_double{ float: left; width: 99%; text-align: center; }

.manuf_box h2 { text-decoration: none; margin: 0; padding: 0; }

/************************************************
* Upselling Products							*
************************************************/
.upsell_cols{ float: left; }

.upsell_box{ float: left; width: 95%; text-align: center; }

.upsell_box_last{ float: left; width: 103%; text-align: center; }

.upsell_box_last_single{ float: left; width: 100%; text-align: center; }

.upsell_box_last_double{ float: left; width: 99%; text-align: center; }

.upsell_box h2 { text-decoration: none; margin: 0; padding: 0; }

/************************************************
* Recommended Products							*
************************************************/
.recom_cols{ float: left; }

.recom_box{ float: left; width: 95%; text-align: center; }

.recom_box_last{ float: left; width: 103%; text-align: center; }

.recom_box_last_single{ float: left; width: 100%; text-align: center; }

.recom_box_last_double{ float: left; width: 99%; text-align: center; }

.recom_box h2 { text-decoration: none; margin: 0; padding: 0; }

/************************************************
* Info Columns									*
************************************************/
label { float: left; width: 150px; font-weight: bold; margin-top: 2px; }

.right { float: left; margin-top: 2px; }

.submitbutton { margin-left: 150px; }

.form input,textarea,select { margin-top: 2px; }

/************************************************
* Fastlane Checkout								*
************************************************/
#fastlane_container { width: 80%; margin: 0 auto; background: #000; }

