/*  RESET  */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code, small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;} caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";} blockquote, q {quotes: "" "";}
{margin:0;padding:0;}

/*  RESET  END */

/*  HTML  */

html 	{ overflow-x: hidden; overflow-y: scroll; }

body 	{
background-color: #FFF;
color:#444;
font-family: 'Lucida Grande','Trebuchet MS', Verdana, sans-serif;
font-size:65%;
line-height:1.7em;
}

a 		{ color:#4e526d; text-decoration:none;}
a:hover { color:#d91b1b; }
a img 	{ border: none; }

h1 		{ font-family: 'Nobile', 'Lucida Grande', sans-serif; font-size: 1.8em; padding-bottom: 4px; }
h2 		{ font-size: 1.4em; }

li 		{ list-style: none; padding-left: 8px; }
p		{ margin-bottom: 12px; }
strong 	{ font-weight: bold;}

/*  HTML END */


/*  COMMON  */

.aleft			{ float: left; }
.aright			{ float: right; }
.error 			{ color: red; display: block; }
.featured		{ margin-bottom: 3px; }
.holder			{ overflow: hidden; }
.latest			{ margin: 3px 0 6px 0; }
.light			{ color: #BBB; font-size: 0.9em; }
.module_left	{ float: left; }
.module_right	{ float: right; width: 110px; }
.no_border img	{ border:0; }
.required 		{ color: red; font-weight: bold; }
.review_success { background-color: green; }
.review_wait 	{ background-color: #EFEFEF; color: #333; }
.review_warning { background-color: red; }
.separator_5px	{ clear: both; height: 5px; }
.underline		{ border-top: 1px solid #EEE; border-bottom: 1px solid #EFEFEF; height: 1px; margin-bottom: 3px; }

/*  COMMON  END */

/*  BLOCKS  */

#container {
margin:0 auto;
padding: 7px 10px 10px 10px;
width: 980px;
}

#header	{
color:#FFF;
margin: 0 0 1px 0;
}

#header li { margin: 0; padding: 0; display: inline; }
#header ul { margin: 10px 0 0 0; padding: 0; }

#header li a {
background-color: #EFEFEF;
font-size: 1.2em;
float: left;
margin-left: 10px;
padding:25px 15px 6px 15px;
text-transform: uppercase;
}

#header li a:hover {
background-color: #d51b1c;
color: #FFF;
font-size: 1.2em;
float: left;
margin-left: 10px;
padding:25px 15px 6px 15px;
text-transform: uppercase;
}

.header_active {
background-color: #000000;
color: #FFF;
}

#welcome {
color: #666;
}

.welcome_message {
background-color: #4e526d;
color: #FFF;
font-size: 1.1em;
margin-bottom: 7px;
margin-top: -6px;
padding: 4px 10px 5px 10px;
text-align: right;
}

#header_path {
background: url('../images/top_bar_bg.jpg');
background-repeat: no-repeat;
color: #AAA;
height: 30px;
overflow: hidden;
padding: 8px 56px 0 50px;
}

#header_path a {
color: #666;
}

#header_path a:hover {
color: #d91b1b;
}

.header_home {
margin:-2px 0 0 -38px;
position:absolute;
}

.header_cart {
margin:-2px 0 0 892px;
position:absolute;
}

#header_search {
background: url('../images/tools_bg.jpg');
background-repeat: no-repeat;
color: #AAA;
height: 36px;
overflow: hidden;
padding: 6px 6px 0 10px;
}

#header_search a {
color: #666;
}

#header_search a:hover {
color: #d91b1b;
}

#column_left {
	clear: left;
	float: left;
	width: 180px;
}

#column_right {
	clear: right;
	float: right;
	width: 180px;
}

#content {
background-image: url(../images/module_bg.png);
border-bottom: 2px solid #4e526d;
border-top: 2px solid #4e526d;
margin: 0 190px 10px 190px;
}

#content a, #content_cart a				{ color:#4e526d; text-decoration:none;}
#content a:hover, #content_cart a:hover	{ color:#333; }

#content_cart {
background-color: #FFF;
background-repeat: no-repeat;
border-bottom: 1px solid #CCC;
border-top: 1px solid #CCC;
margin: 0 0 10px 190px;
}
/*  BLOCKS END */

/*  PAGES  */

.page_title {
background-color: #EFEFEF;
border-bottom: 1px solid #DDD;
border-top: 1px solid #FFF;
margin-bottom: 6px;
overflow: hidden;
padding: 14px 30px 10px 30px;
}

.page_content {
border: 1px solid #DDD;
font-size: 1.1em;
margin:0px 0px 6px 0px;
overflow: hidden;
padding: 12px;
}

.page_buttons {
background-color: #EFEFEF;
border-top: 1px solid #DDD;
overflow: hidden;
padding:12px 30px 12px 30px;
text-align: right;
}

.product_image {
background-color: #EFEFEF;
float:left;
padding-bottom: 5px;
text-align: center;
width: 242px;
}

.product_image img {
background-color: #FFF;
border: 1px solid #EFEFEF;
width: 240px;
}

.product_thumb {
margin: 3px 0 0 4px;
text-align: left;
}

.product_thumb img {
width: 44px;
}

.product_info {
float:right;
width: 310px;
}

.product_info_col1 {
float:left;
font-weight: bold;
width: 145px;
}

.product_info_col2 {
float:right;
width: 145px;
}

.product_options {
background: #FFFFCC;
border: 1px solid #FFCC33;
margin-bottom: 10px;
overflow: hidden;
padding: 5px 10px 5px 10px;
}

.product_options_col1 {
float:left;
font-weight: bold;
width: 125px;
}

.product_options_col2 {
float:right;
width: 135px;
}

.product_addtocart {
background-color: #EFEFEF;
border: 1px solid #DDD;
padding: 5px 10px 5px 10px;
}

.product_description {
margin-bottom: 5px;
}

#review_holder, #review_buttons {
display: none;
}

.review {
border: 1px solid #EFEFEF;
margin: 5px 0 5px 0;
padding: 5px;
}

.review_success, .review_wait, .review_warning {
color: #FFF;
margin-top: 10px;
padding: 5px 0px;
text-align: center;
}

.cart_block {
float: left;
padding-top: 15px;
text-align: center;
width: 12%;
}

.cart_block_img {
float: left;
margin-bottom: 5px;
text-align: center;
width: 12%;
}

.cart_block_img img {
width: 50px;
}

.cart_block_name {
float: left;
padding-top: 15px;
width: 28%;
}

.cart_block_title {
float: left;
text-align: center;
width: 12%;
}

.cart_block_title_name {
float: left;
width: 28%;
}

.cart_holder {
border: 1px solid #EFEFEF;
clear: left;
}

.cart_item_even, .cart_item_odd {
border: 1px solid #EFEFEF;
overflow: hidden;
padding-top: 5px;
}

.cart_nav {
clear:both;
padding-top:5px;
text-align:center;
}

.cart_subtotal {
background-color: #EFEFEF;
color: #333;
float: right;
padding: 3px 10px 3px 10px;
text-align: right;
}

.cart_title {
background-color: #EFEFEF;
overflow: hidden;
padding: 3px 0 3px 0;
}

.cart_weight {
background-color: #EFEFEF;
color: #333;
float: left;
padding: 3px 10px 3px 10px;
}

.home_block {
float: left;
height: 250px;
line-height: 1.2em;
padding-top: 2px;
text-align: center;
width: 180px;
}

.home_block img {
width: 160px;
}

.contact_box {
background-color: #EFEFEF;
overflow: hidden;
padding: 10px;
}

.contact_box_left {
float: left;
width: 46%;
}

.contact_box_right {
float: right;
width: 46%;
}

.login_box {
background-color: #EFEFEF;
border: 1px solid #CCC;
overflow: hidden;
margin: 3px 0 30px 0;
padding: 10px;
}

.login_error {
color: red;
font-weight: bold;
margin-bottom: 10px;
}

.login_success {
color: green;
font-weight: bold;
margin-bottom: 10px;
}

.account_edit_info {
color: green;
font-weight: bold;
margin-bottom: 10px;
}

.account_address {
background-color: #FFF;
border: 1px solid #DDD;
margin-top: 8px;
padding: 10px;
overflow: hidden;
}

.account_create_block_left {
float:left;
padding-right: 1%;
padding-top: 2px;
text-align: right;
width: 29%;
}

.account_create_block_right {
float:left;
width: 70%;
}

.account_invoice_block_3 {
float:left;
padding-right: 3%;
width: 30%;
}

.account_invoice_block_5 {
float:left;
font-size: 0.9em;
margin-bottom: 3px;
padding-right: 2%;
text-align: center;
width: 17%;
}

.account_invoice_block_5_first {
float:left;
font-size: 0.9em;
padding-right: 2%;
width: 22%;
}

.account_invoice_total {
border-top: 1px solid #EFEFEF;
clear: both;
font-size: 0.9em;
padding: 3px 10px 0 0;
text-align: right;
}

#footer_divider {
clear: both;
height: 10px;
}

#footer {
background: url('../images/bottom_bar_bg.jpg');
background-repeat: no-repeat;
clear: both;
height: 31px;
overflow: hidden;
padding: 8px 56px 0 50px;
}

#copyright {
text-align: right;
}

/*  BLOCKS END  */


/*  MODULES  */

.module {
margin: 0 0 10px 0;
}

.module_title {
background: url('../images/module_top_bg.jpg');
color: #333;
font-size: 1.2em;
font-weight: bold;
height: 17px;
padding: 4px 8px 3px 12px;
}

.module_content {
background: url(../images/module_bg.png);
border: 1px solid #CCC;
color: #333;
font-size: 1.1em;
padding: 8px;
}

.module_content img {
padding: 1px;
}

.module_centered { color: #444; text-align: center; }

/*  MODULES END  */

/*  SITEMAP  */

#sitemap_left {
border-left: 1px dotted #EFEFEF;
padding-left: 8px;
width: 45%;
}

#sitemap_right {
border-left: 1px dotted #EFEFEF;
padding-left: 8px;
width: 40%;
}

/*  SITEMAP END  */


/*  TEXT  */

.cart_empty				{ color: #333; text-align: center;}
.cart_item				{ color: #333; }
.cart_option			{ color: #999; padding-left: 20px; }
.cart_total				{ color: #333; text-align: right; padding-top: 10px;}

.price 					{ color: red; }
.price_option			{ color: #CCC; }
.price_crossed 			{ color: #999; text-decoration: line-through; }
.price_special			{ color: red; font-weight: bold; }

/*  TEXT  END*/


/* HOMEPAGE SLIDER */

#slider {
border-bottom: 2px solid #4e526d;
border-top: 2px solid #4e526d;
display: none;
margin: 0 0 7px 0;
width: 980px;
}

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider, #slider li { 
	width:980px;
	height:247px;
	overflow:hidden; 
}			

.slider_numeric		{
background: url('../images/slider_button_bg.png');
background-repeat: no-repeat;
clear: left;
height: 24px;
margin-top: -247px;
padding: 4px 0 0 9px;
position: absolute;
width: 24px;
}

.slider_numeric	a	{ color: #FFF; padding: 0; }

#slider_numeric_1 	{ margin-left: 10px; }
#slider_numeric_2 	{ margin-left: 40px; }
#slider_numeric_3 	{ margin-left: 70px; }
#slider_numeric_4 	{ margin-left: 100px; }
#slider_numeric_5 	{ margin-left: 130px; }
#slider_numeric_6 	{ margin-left: 160px; }
#slider_numeric_7 	{ margin-left: 190px; }
#slider_numeric_8 	{ margin-left: 220px; }
#slider_numeric_9 	{ margin-left: 250px; }
#slider_numeric_10 	{ margin-left: 280px; }

/* HOMEPAGE SLIDER END  */

/* FORMS */

input {
border:1px solid #CCC;
font-size: 1.1em;
padding: 3px;
}

select {
border:1px solid #CCC;
font-size: 1.1em;
padding: 2px;
}

textarea {
border:1px solid #CCC;
font-size: 1.3em;
padding: 5px;
width: 528px;
}

.input_button {
border: 0;
background-color: #4e526d;
color: #FFF;
cursor: pointer;
padding: 3px 6px 3px 6px;
}

.input_radio { border-width: 0; margin: 0; padding: 0; }

/* FORMS END */

/* PAGINATION */

#products_order { display: none; }

.pagination {
background-color: #EFEFEF;
border-top: 1px solid #CCC;
margin: 3px 0 0 0;
overflow: hidden;
padding: 6px 30px 6px 30px;
}

.pagination .links, .pagination .results { font-size: 0.9em; }

.pagination a {
background-color: #FFF;
border: 1px solid #CCC;
color: #FFF;
padding: 4px 6px;
text-decoration: none;
}

.pagination b {
background-color: #4e526d;
border: 1px solid #FFF;
color: #FFF;
padding: 4px 6px;
text-decoration: none;
}

.pagination .links 	 { float: left; }
.pagination .results { float: right; }

/* PAGINATION END */

/* MAINTAINED FROM DEFAULT CSS FOR COMPATIBILITY */

.buttons { float: right; }
.button  { }
.button span {
background-color: #4e526d;
color: #FFF;
cursor: pointer;
margin-left: 5px;
padding: 5px 10px 5px 10px;
}

.button_add_small, a.button_add_small:visited {
	margin-top: 3px;
	background: url('../image/button_add_small.png') no-repeat left center transparent;
	padding:5px;
	text-decoration: none;
	cursor:pointer;
}

/* MAINTAINED FROM DEFAULT CSS FOR COMPATIBILITY END */

/* manufacturer info addon */
.brand-info{
margin-bottom:15px;
min-height:80px;
}
.brand-info img{
margin-right: 15px;
margin-bottom: 10px;
}
/* end manufacturer info addon */
