/*	general
----------------------------------------------------------------------
*/

body, html {
	text-align: center;
	background: #FFFFFF url(../images/bg_body.png) 0 0 repeat-x;
	font-size: 100%;
	padding: 0;
	margin: 0;
}

body, html, input, select, option, .box .caption, .specification h2, .product_list h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.cleaner {
	clear: both;
	line-height: 0;
	font-size: 0;
	border: 0;
}

.hidden { visibility: hidden; }
.hide { display: none; }
.inline { display: inline; }
a img { border: none; }

a {	text-decoration: none; color: #56595c; }

a:hover { text-decoration: underline; }
.a-active {
	color: black;
	text-decoration: underline;
}

.static_page, h1, h2, h3, h4, h5, .basketwrapper, table.basket_summary, .checkoutpage   {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color: #333333;
}

h1 {
	font-size: 130%;
	margin: 0px 0 0px 0px;
	color: #333333;
}
h2 { font-size: 105%; }
h3 { font-size: 100%; }
h4 { font-size: 100%; font-style: italic; }

.center { text-align: center; margin: auto; }
.acenter { text-align: center; }
.aright { text-align: right; }
.aleft { text-align: left; }
.atop { vertical-align: top; }
.amiddle { vertical-align: middle; }
.full {	width: 100%; }
.right { float: right; }
.left { float: left; }

form { display: inline; }
.doblock { display: block; }
/* width */

.w65 { width: 65px; }
.w85 { width: 85px; }
.w90 { width: 90px; }
.w110 { width: 110px; }
.w130 { width: 130px; }
.w135 { width: 135px; }
.w140 { width: 140px; }
.w180 { width: 180px; }
.w185 { width: 185px; }
.w200 { width: 200px; }
.w220 { width: 220px; }
.w390 { width: 390px; }
.w450 { width: 420px; }
.w460 { width: 460px; }
.w470 { width: 470px; }
.w550 { width: 550px; }
.w555 { width: 555px; }
.h80 { height: 80px; }
.mb5 { margin-bottom: 5px; }

.backto {
	font-size: 85%;
	font-weight: bold;
	margin: 10px 0 10px 5px;
}

.backto a {
	padding-left: 16px;
	background: url(../images/ico_backto.gif) 0 3px no-repeat;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*	layout
----------------------------------------------------------------------
*/

#logo {
	padding: 0;
	margin: 0;
	display: block;
}

#header_shadow, #footer_shadow {
	width: 1005px;
	height: 20px;
	margin: auto;
	background: url(../images/bg_header.png) 0 0 no-repeat;
}


#footer_shadow {
	background: url(../images/bg_footer.png) 0 0 no-repeat;
}

.footer {
	font-size: 70%;
	border-top: 1px solid #EEEEEE;
	color: #FD000D;
	height: 40px;
	margin: 40px 0 0 0;
}

.footer p {
	float: right;
	padding: 5px 0 0 0;
	margin: 0;
}

#wrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 965px;
	background: #FFFFFF url(../images/bg_wrapper.png) 0 0 repeat-y;
	padding: 0 20px 0 20px;

}

#wrapper .ieshadow_left, #wrapper .ieshadow_right {
	display: none;
}


#wrapper .ieshadow_left {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 270px;
	background: url(../images/bg_ieshadow_left.png) 0 0 no-repeat;
}

#wrapper .ieshadow_right {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 270px;
	background: url(../images/bg_ieshadow_right.png) 0 0 no-repeat;
}

* html #wrapper .ieshadow_right {
	right: -1px;
}

#header_cont {
	position: relative;
	text-align:left;
	z-index: 100;
	/*background: #FFFFFF url(../images/bg_header_operator.png) 100% 0 no-repeat;*/
	/*height: 124px;*/
	height: 90px;
	margin: 0;
	padding: 0;
}

#header_cont .callus {
	display: none;
	position: absolute;
    left: 642px;
    top: 3px;
}

#header_cont .features
{
    position: absolute;
    left: 280px;
    top: 18px;
}

.prd_leftcol .imgholder { float: left; width: 400px; height: 400px; }
.prd_leftcol .features { float: left; width: 350px; }
.prd_leftcol .features ul {  }

#container
{
    background: #FFFFFF;
	text-align: left;
	margin: 0 auto;
	width: 965px;
	z-index: 0;
	position: relative;
	clear: both;
}

#subcontainer {
	float: right;
	width: 788px;
}
#content, #content_2col {
	position: relative;
	font-size: 80%;
	padding: 0;
	float: left;
	background: #FFFFFF;
	width: 750px;
	z-index: 10;
}

#content_2col {
	width: 764px;
}

#leftnav
{
	margin: 10px 0 0 0;
	overflow: hidden;
	width: 168px;
	float: left;
}

#rightnav {
	margin: 10px 0 0 0;
	overflow: hidden;
	width: 168px;
	float: right;
	z-index: 50;

	list-style: none;
	text-decoration: none;
}

#search {
 	height: 35px;
	background-color: #0099ff;
	color:#fff;
}

.block {
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	text-align: left;
	font-size: 100%;
}

span.req {
	color: #FD000D;
}

#content .details
{
    font-weight: normal;
    background: url(../images/arr_detail.gif) 0 0.45em no-repeat;
    padding: 0 0 0 8px;
    font-size: 90%;
    }

/*	module =headings
----------------------------------------------------------------------
*/
div.h2c {
	margin: 10px 0 0 0;
	border-bottom: 1px solid #808385;
	height: 20px;
}

div.h2c h2 {
	line-height: 14px;
	color: white;
	font-size: 95%;
	background: #808385 url(../images/bg_h2gradient.gif) 0 0 repeat-x;
	margin: 0;
	float: left;
}

div.h2c h2 span {
	display: block;
	padding: 3px 10px 3px 10px;
	background: url(../images/bg_h2c.gif) 100% 0 no-repeat;
}
div.h2c.red h2 {
	background: #808385 url(../images/bg_h2gradient_red.gif) 0 0 repeat-x;	
}

div.h2c.red h2 span {	
	background: url(../images/bg_h2c_grad_red.gif) 100% 0 no-repeat;
}

div.h2c.topdeals h2 {
	background: #721C17 url(../images/bg_h2gradient_topdeals.gif) 0 0 repeat-x;
}
div.h2c.topdeals h2 span {
	background: url(../images/bg_h2c_topdeals.gif) 100% 0 no-repeat;
}
div.h2c.topdeals {
	border-bottom: 1px solid #721C17;
}


/*	box
----------------------------------------------------------------------
*/

.boxtext {
	padding: 10px;
	text-align: left;
}

.box {
	position: relative;
	margin-bottom: 5px;
}

.box .content {
	font-size: 70%;
	z-index: 1;
	position: relative;
}
* html .box .content {
	height: 1%;
}
.box .content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
* html #leftnav .box .content ul {
	height: 1%;
}
.box .content ul li {
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #EAEAEA;
}
.box .content ul li.bt_cat {
	padding: 0;
	border-bottom: 0;
	background: url(../images/bg_bt_cat.gif) 0 0 no-repeat;
}
.box .content ul li.bt_cat a {
	background: url(../images/bg_leftnav_li2.gif) 8px 4px no-repeat;
	padding: 0 0 0 18px;
}
.box .content ul li h6.category {
	padding: 4px 0 4px 0;
}
.box .content ul li.catlino {
	border-bottom: 0;
}
.box .content ul li h5.category {
	background: #56595C url(../images/bg_leftnav.gif) 0 0 no-repeat;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:3px 0 4px 8px;
}
.box .content ul.brand li {
	padding: 4px 0 4px 0;
	background: url(../images/bg_bt_cat.gif) 0 0 no-repeat;
}
.box .content ul.brand li a {
	background: url(../images/bg_leftnav_li2.gif) 8px 4px no-repeat;
	padding: 0 0 0 18px;
}

.box .content ul li.shopbt {
	padding: 4px 0 4px 0;
	background: url(../images/bg_bt_cat.gif) 0 0 no-repeat;
}
.box .content ul li.shopbt a {
	background: url(../images/bg_leftnav_li2.gif) 8px 4px no-repeat;
	padding: 0 0 0 18px;
}

.box .content ul li ul {
	border-top: 1px solid #EAEAEA;
}
.box .content ul li ul li {
	background: #D3D2C4;
}
.box .content ul li.bt_cat ul li a {
	background: url(../images/bg_leftnav_li3.gif) 8px 4px no-repeat;
}
.box .content ul li.last_node {
	border-bottom: none;
}

.box .content ul li a {
	margin: 0;
	height: 1%;
	background: url(../images/bg_leftnav_li.gif) 0 4px no-repeat;
	padding: 0 0 0 10px;
}

.box .content ul li a:hover {
	text-decoration: underline;
}
.box .content ul li a.a-active {
	color: #000;
	text-decoration: underline;
}

.box .caption {
	background: #56595C url(../images/bg_leftnav.gif) 0 0 no-repeat;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0 4px 8px;
	margin: 0;
}

/* navigation background
*/

.box .category {
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.box .content ul#browse_tree {
	margin-bottom: 10px;
}

#rightnav .box .caption {
	line-height: 14px;
	background: #808385;
}

.box .caption br {
	display: none;
}

.recommend_wrapper { width: 187px; float: left; margin-bottom: 10px; }
