/* ------------------------------GLOBAlS--------------------------------- */

*	{
	margin: 0;
	padding: 0;
}
html, body	{
	height: 100%;
}
body, th, td, div, select, optgroup, input, textarea, h1, h2, h3, p	{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	line-height: 15px;
	font-size: 11px;
	color: #000000;
}
body	{
	margin: 0;
	padding: 0;
	text-align: center;
}
form, h1, h2, h3	{
	display: inline;
}
p, h1, h2, h3	{
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1	{
	display: block;
	padding: 9px 0 9px 0;
	line-height: 24px;
	font-size: 24px;
}
ul, ol	{
	margin: 0;
	padding: 0 0 0 17px;
	%padding-left: 21px;
}
li	{
	margin: 0;
	padding: 0;
}
ul	{
	list-style-type: square;
}
img	{
	border: 0px solid black;
}
a	{
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
input	{
	height: 15px;
	line-height: 15px;
	padding-top: 2px;
	%height: 17px;
	%line-height: 17px;
	%padding-top: 0;
}
select	{
	height: 19px;
}
sup	{
	font-size: 80%;
	line-height: 80%;
}

/* ------------------------------BASIC LAYOUT----------------------------- */

div#whole	{
	_width: expression( document.body.clientWidth > 1142 ? "1142px" : "auto" );
	margin: 0 auto;
	max-width: 1142px;
	min-height: 100%;
	_height: 100%;
	text-align: left;
	background: url('../img/bg-whole.gif') right top repeat-y;
}
div#whole_padd	{
	padding-right: 18px;
}
div#whole_inner	{
	_width: expression( document.body.clientWidth < 940 ? "920px" : "auto" );
	min-width: 940px;
	background-color: #ffffff;
}
div#head	{
	position: relative;
	height: 239px;
}
div#head_inner	{
	position: relative;
	height: 182px;
}
div#head_inner div.top_line	{
	position: relative;
	padding: 11px 12px 0 0;
	text-align: right;
	z-index: 10;
}
div#head_inner div.top_line a	{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
div#head_inner div.user_line	{
	position: relative;
	padding: 21px 270px 0 0;
	text-align: right;
	z-index: 10;
}
div#head_inner div.user_line a	{
	color: #c4c4c4;
}
div#head_inner div.user_line a.login	{
	font-weight: normal;
	color: #ffffff;
}
div#head_inner div.user_line a:hover	{
	color: #ffffff;
}
div#login_box	{
	position: absolute;
	top: 72px;
	right: 296px;
	background: url('../img/bg-login-box.gif') left top repeat-x;
	background-color: #dbdbdb;
	border: 1px solid #3a3a3a;
	border-top: 1px solid #989898;
	display: none;
	z-index: 200;
}
div#login_box_padd	{
	padding: 6px 10px 9px 10px;
}
div#login_box_inner	{
	width: 310px;
}
div#login_box_inner input.textbox2	{
	width: 185px;
}
img#subtitle	{
	position: absolute;
	display: block;
	top: 73px;
	font-size: 14px;
}
a#logo	{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	font-size: 20px;
	z-index: 1;
}
a#logo img	{
	width: 250px;
	height: 182px;
}
div#cart_box	{
	position: absolute;
	top: 182px;
	right: 0;
	width: 197px;
	height: 33px;
	background: url('../img/bg-cart-box.gif') left top no-repeat;
	background-color: #4b4b4b;
	z-index: 100;
}
div#cart_box_padd	{
	padding: 9px 0 0 40px;
}
div#cart_box_padd a	{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
div#cart_box a:hover	{
	text-decoration: underline;
}
div#search_box	{
	position: relative;
	height: 33px;
}
div#search_box input.search_textbox	{
	position: absolute;
	left: 17px;
	top: 8px;
	width: 111px;
	height: 16px;
	%height: 18px;
	line-height: 18px;
	padding-left: 9px;
	border: 0px solid black;
	background: url('../img/bg-search-textbox.gif') left top no-repeat;
	background-color: #bfbfbf;
}
div#search_box input.search_button	{
	position: absolute;
	left: 143px;
	top: 8px;
	width: 18px;
	height: 18px;
	border: 0px solid black;
	cursor: pointer;
	_cursor: hand;
}
div#search_box div.advanced	{
	position: absolute;
	left: 175px;
	top: 9px;
}
div#search_box div.advanced a, div#search_box div.advanced span	{
	color: #3e3e3e;
}
div#content_wrap	{
	padding-bottom: 98px;
}
div#left_col	{
	float: left;
	width: 197px;
}
div#right_col	{
	float: right;
	width: 197px;
}
div#main_col	{
	margin: 0 218px;
	_margin-right: 207px;
}
div#main_col_wide	{
	margin: 0 21px 0 218px;
	_margin-right: 6px;
}
div#main_col_inner	{
	overflow: auto;
	width: 100%;
	_width: 98%;
}
div.section_header, div.section_header_menu	{
	padding: 11px 0 7px 17px;
	border-bottom: 2px solid #ffffff;
	line-height: 16px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
div.section_header_menu	{
	border-bottom: 1px solid #ffffff;
}
div#main_menu a	{
	display: block;
	text-decoration: none;
	color: #000000;
}
div#main_menu a.l2, div#main_menu a.l2_active	{
	padding: 4px 0 3px 47px;
}
div#main_menu a.l2_active	{
	font-weight: bold;
	color: #ffffff;
}
div#main_menu a.l3, div#main_menu a.l3_active	{
	padding: 4px 0 3px 57px;
	font-weight: bold;
}
div#apek_member	{
	padding-top: 20px;
	text-align: center;
}
div#our_transport	{
	margin-top: 20px;
	border: 1px solid #c7c7c7;
}
div#apek_member a img	{
	width: 86px;
	height: 91px;
}
div#foot	{
	position: relative;
	_width: expression( document.body.clientWidth > 1142 ? "1142px" : "auto" );
	max-width: 1142px;
	margin: -73px auto 0 auto;
	text-align: left;
	z-index: 10;
}
div#foot_padd	{
	padding: 0 18px 0 0;
}
div#foot_inner	{
	_width: expression( document.body.clientWidth < 940 ? "920px" : "auto" );
	min-width: 940px;
	height: 73px;
}
div#foot_inner a	{
	text-decoration: none;
	color: #ffffff;
}
div#foot_inner a.logo	{
	padding-top: 22px;
	float: left;
}
div#foot_inner div.copy	{
	padding: 30px 0 0 63px;
	font-weight: bold;
	color: #ffffff;
}
div#foot_inner div.copy a	{
	text-decoration: none;
	color: #ffffff;
}
div#foot_inner div.links	{
	float: right;
	padding: 30px 22px 0 0;
	font-family: Verdana;
	font-size: 10px;
}
div#foot_inner div.links a	{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

/* ------------------------------CONTENT---------------------------------- */

div.section_hot_box	{
	position: relative;
	border: 1px solid #c7c7c7;
	padding: 12px 9px 12px 14px;
}
div.section_hot_box div.title	{
	padding-bottom: 10px;
}
div.section_hot_box div.title a	{
	font-weight: bold;
	color: #000000;
}
div.section_hot_box div.img	{
	float: left;
	padding-right: 10px;
}
div.section_hot_box div.price	{
	clear: left;
	padding-top: 6px;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	color: #606060;
}
div.section_hot_box div.detail	{
	padding: 10px 10px 0 0;
	text-align: right;
}
div.section_hot_box div.detail a img	{
	width: 78px;
	height: 23px;
	cursor: pointer;
	_cursor: hand;
}
ol.most_sold li a	{
	font-weight: bold;
	color: #000000;
}
div.actual_position	{
	padding-bottom: 11px;
}
div.actual_position a	{
	white-space: nowrap;
}
div.actual_position strong	{
	font-weight: normal;
}
div.actual_position img	{
	width: 13px;
	height: 7px;
}
div#center_menu	{
	padding: 10px;
	line-height: 17px;
	font-size: 12px;
	background-color: #eeeeee;
}
div#center_menu a	{
	font-weight: bold;
	white-space: nowrap;
}
div.article	{
	padding-top: 13px;
}
div.article p	{
	color: #222222;
}
div.article *	{
	font-size: 11px;
}
div.subheader, div.subheader2, div.subheader_l	{
	padding-top: 21px;
	padding-bottom: 3px;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
}
div.subheader h2	{
	font-size: 12px;
	font-weight: bold;
}
div.subheader_l	{
	line-height: 18px;
	font-size: 14px;
}
div.subbox	{
	padding: 8px 15px;
	background-color: #eeeeee;
}
div.subbox_photo	{
	padding: 0 15px 8px 7px;
	background-color: #eeeeee;
}
div.hp_info	{
	padding: 8px 10px 9px 81px;
	background: url('../img/bg-hp-info.gif') left top no-repeat;
}
div.hp_info_inner	{
	height: 55px;
	display: table;
	%position: relative;
	overflow: hidden;
}
div.hp_info_inner2	{
	%position: absolute;
	%top: 50%;
	display: table-cell;
	vertical-align: middle;
}
div.hp_info_inner3	{
	%position: relative;
	%top: -50%;
	line-height: 16px;
	font-weight: bold;
	color: #ffffff;
}
div.hp_banner, div.hp_banner_r	{
	width: 47%;
	padding-top: 20px;
	float: left;
}
div.hp_banner_r	{
	float: right;
}
div.hp_banner div.toptext, div.hp_banner_r div.toptext	{
	width: 88px;
	padding-top: 2px;
	padding-bottom: 1px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
div.hp_banner a, div.hp_banner_r a	{
	text-decoration: none;
}
div.hp_banner a:hover span.title, div.hp_banner_r a:hover span.title	{
	text-decoration: underline;
}
span.hp_banner_inner	{
	display: block;
	padding: 1px;
	background-color: #ffffff;
}
span.hp_banner_inner2	{
	display: block;
	padding: 12px;
	%padding-bottom: 8px;
	background: url('../img/bg-hp-banner.gif') left top repeat;
	background-color: #383838;
}
span.hp_banner_inner3	{
	display: block;
	min-height: 67px;
	_height: 67px;
}
span.hp_banner_inner3 span.img	{
	display: block;
	float: left;
}
span.hp_banner_inner3 span.img img	{
	border: 1px solid #ffffff;
}
span.hp_banner_inner3 span.desc	{
	display: block;
}
span.hp_banner_inner3 span.desc span.title	{
	display: block;
	line-height: 19px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}
span.hp_banner_inner3 span.desc span.price	{
	display: block;
	padding-top: 8px;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
	color: #989898;
}
span.hp_banner_inner3 span.desc span.price span.ded	{
	font-size: 12px;
	font-weight: bold;
}
div#hp_news div.title	{
	padding-top: 15px;
	font-size: 12px;
	font-weight: bold;
}
div#hp_news div.img	{
	float: right;
	padding: 15px 0 0 10px;
}
div#hp_news div.title span.date	{
	font-size: 11px;
	font-weight: normal;
}
div#hp_news div.text	{
	line-height: 16px;
}
div#hp_brand_list	{
	padding-top: 10px;
	line-height: 18px;
}
div#hp_brand_list a	{
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
}
div#filter_brand_box	{
	padding: 4px 18px;
}
div#filter_brand_box .brands	{
	padding-top: 3px;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	color: #606060;
}
div#filter_brand_box .brands label	{
	text-decoration: underline;
	white-space: nowrap;
	cursor: pointer;
	_cursor: hand;
}
div#filter_brand_box .brands input	{
	vertical-align: bottom;
}
div#filter_brand_box .brands a	{
	color: #606060;
	text-decoration: underline;
}
div#filter_brand_box .button	{
	float: right;
}
div#search_brand_box .brands	{
	line-height: 16px;
	font-weight: bold;
}
div#search_brand_box .brands input	{
	vertical-align: bottom;
}
div#search_brand_box .brands label	{
	text-decoration: underline;
	white-space: nowrap;
	cursor: pointer;
	_cursor: hand;
}
table.paging_box	{
	width: 100%;
	background-color: #727272;
}
table.paging_box td.selects	{
	padding: 4px 0 4px 13px;
	color: #d1d1d1;
}
table.paging_box td.pages	{
	padding: 6px 13px 4px 13px;
	text-align: right;
	color: #d1d1d1;
}
table.paging_box td.pages a	{
	color: #ffffff;
}
table.paging_box td.pages .b	{
	color: #ffffff;
}
div#product_list	{
	padding: 3px 0 15px 0;
}
div#product_list div.list_box, div#product_list div.list_box_r	{
	width: 49%;
	padding-top: 15px;
	float: left;
}
div#product_list div.list_box_r	{
	float: right;
}
div.list_box_padd	{
	border-left: 7px solid #eeeeee;
	padding: 0 0 16px 14px;
	_height: 1px;
}
div.list_box_padd h2	{
	display: block;
}
div.list_box_padd h2 a	{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
div.list_box_padd div.img	{
	float: left;
	padding: 14px 14px 0 0;
}
div.list_box_padd div.description	{
	padding-top: 7px;
}
div.list_box_padd div.description img.new	{
	width: 86px;
	height: 29px;
}
div.list_box_padd div.description img.hot	{
	width: 80px;
	height: 29px;
}
div.list_box_padd div.prices	{
	margin-top: 13px;
}
div.list_box_padd div.prices div.start	{
	line-height: 14px;
	font-size: 10px;
}
div.list_box_padd div.prices div.start span.basic	{
	color: #606060;
}
div.list_box_padd div.prices div.final	{
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	color: #606060;
}
div.list_box div.detail, div.list_box_r div.detail	{
	padding-right: 18px;
	text-align: right;
	background-color: #eeeeee;
}
div.list_box div.detail a img, div.list_box_r div.detail a img	{
	width: 78px;
	height: 23px;
	cursor: pointer;
	_cursor: hand;
}
div.detail_main_photo	{
	float: right;
	padding-top: 15px;
}
div.detail_main_photo span	{
	display: block;
	text-decoration: underline;
}
div.detail_photo	{
	float: left;
	padding-top: 8px;
	padding-left: 8px;
}
table.list	{
	width: 100%;
}
table.list th, table.list td	{
	padding: 6px 5px 7px 5px;
	text-align: left;
	background-color: #e2e2e2;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
table.list th, table.list td.th	{
	font-weight: bold;
	color: #ffffff;
	background-color: #727272;
}
table.list tr.odd td	{
	background-color: #d1d1d1;
}
table.list td.ded	{
	font-weight: bold;
}
table.list td img.new, table.list td img.hot	{
	margin-left: 5px;
	width: 21px;
	height: 21px;
}
table.list td.more_cell	{
	padding: 3px 5px 3px 5px;
	white-space: nowrap;
}
table.list td.more_cell a img	{
	width: 45px;
	height: 22px;
}
table.list td.cart_cell	{
	width: 105px;
	padding: 3px 0 3px 0;
	white-space: nowrap;
}
table.list td.cart_cell div	{
	position: relative;
	padding: 3px 36px 3px 53px;
}
table.list td.cart_cell div input.amount	{
	position: absolute;
	top: 1px;
	left: 5px;
	_top: 0;
	_left: -48px;
	width: 40px;
	padding-left: 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #ffffff;
}
table.list td.cart_cell a	{
	position: absolute;
	top: 0;
	%top: -1px;
	right: 5px;
}
table.list td.cart_cell a img	{
	width: 26px;
	height: 22px;
	cursor: pointer;
	_cursor: hand;
}
table.list tr.thin td	{
	padding-top: 4px;
	padding-bottom: 4px;
}
table.list2	{
	width: 100%;
}
table.list2 td	{
	padding: 2px 5px 4px 5px;
}
table.list2 tr.noborder td	{
	background: none;
}
#reg_form_box .reg_type	{
	padding-bottom: 5px;
}
#reg_form_box .reg_type div	{
	line-height: 17px;
}
#reg_form_box .form_section	{
	padding: 8px 15px 15px 15px;
	background-color: #eeeeee;
}
#reg_form_box .form_section table td	{
	padding-top: 7px;
	%padding-top: 5px;
}
#reg_form_box .form_section table td.t	{
	padding-right: 4px;
	text-align: right;
	vertical-align: middle;
}
#reg_form_box .form_section table td.t span	{
	font-weight: bold;
}
#reg_form_box .form_section table td.i	{
	width: 200px;
}
#reg_form_box .form_section table td.i input, #reg_form_box .form_section table td.i select	{
	width: 180px;
}
#reg_form_box .search_form_section	{
	padding: 0 15px 15px 15px;
	background-color: #eeeeee;
}
#reg_form_box .search_form_section table td	{
	padding-top: 7px;
}
#reg_form_box .search_form_section table td.t	{
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
}
#reg_form_box .search_form_section table td.i input.textbox2, #reg_form_box .search_form_section table td.i select	{
	width: 230px;
}
div.contact_folder	{
	margin-top: 15px;
	border: 1px solid #aaaaaa;
}
div.contact_folder_inner	{
	border: 2px solid #ffffff;
}
div.contact_folder_inner div.title	{
	padding: 6px 10px 8px 8px;
	font-size: 14px;
	font-weight: bold;
	background-color: #eeeeee;
}
div.contact_folder_inner div.content	{
	padding: 10px 0 12px 10px;
	background-color: #ffffff;
}
div.contact_folder_inner div.content div.r_wrap	{
	width: 100%;
	overflow: hidden;
	clear: left;
}
div.contact_folder_inner div.content div.name	{
	float: left;
	width: 50px;
	line-height: 19px;
	font-size: 12px;
	font-weight: bold;
}
div.contact_folder_inner div.content div.value	{
	float: left;
	line-height: 19px;
	font-size: 12px;
}
table.bussiness_cards	{
	width: 100%;
}
table.bussiness_cards td	{
	width: 50%;
	border: 1px solid #aaaaaa;
	margin-top: 15px;
	padding: 10px 10px 20px 10px;
	background-color: #ffffff;
}
table.bussiness_cards td div.foto	{
	float: left;
}
table.bussiness_cards td div.text	{
	padding: 10px 0 0 101px;
	line-height: 16px;
	font-size: 12px;
}
img.cz_product	{
	width: 87px;
	height: 29px;
}
.alert, .alert_main	{
	margin-top: 15px;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}
.alert_main	{
	margin-top: 0;
	margin-bottom: 15px;
	padding: 6px;
}
.highlight	{
	padding: 10px;
	text-align: center;
	background-color: #eeeeee;
}
.textbox, .textbox2	{
	padding-left: 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #ffffff;
}
.textbox2, .textbox3	{
	border: 1px solid #727272;
}
.textbox3	{
	width: 100%;
}
a.question_mark	{
	font-weight: bold;
	padding: 0 3px 0 4px;
	color:#ffffff;
	text-decoration: none;
}
a.question_mark:hover	{
	background-color: #727272;
}
input.button, input.button2	{
	height: 22px;
	_height: 14px;
	_line-height: 14px;
	padding: 0 12px 2px 12px;
	width: auto;
	overflow:visible;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #000000;
	cursor: pointer;
	_cursor: hand;
}
input.button2	{
	background-color: #727272;
}
input.btn_filter	{
	width: 78px;
	height: 23px;
	border: 0px solid black;
	cursor: pointer;
	_cursor: hand;
}
input.checkbox	{
	width: 15px;
	%height: 15px;
}
div.hr, div.hr2, div.hr3	{
	line-height: 3px;
	background: url('../img/bg-hr.gif') left top repeat-x;
}
div.hr2	{
	line-height: 5px;
}
div.hr3	{
	border-bottom: 1px solid #ffffff;
}

/* ------------------------------COMMON CLASSES--------------------------- */

.larger	{
	font-size: 12px;
	line-height: 17px;
}
.w49p	{
	width: 49%;
}
.w28	{
	width: 28px;
}
.w40	{
	width: 40px;
}
.w67	{
	width: 67px;
}
.w105	{
	width: 105px;
}
.w184	{
	width: 184px;
}
.w250	{
	width: 250px !important;
}
.wauto	{
	width: auto !important;
}
.w100p	{
	width: 100%;
}
.lh8	{
	line-height: 8px;
	font-size: 8px;
}
.mt2	{
	margin-top: 2px;
}
.mt6	{
	margin-top: 6px;
}
.mt10	{
	margin-top: 10px;
}
.mt20	{
	margin-top: 20px !important;
}
.mr6	{
	margin-right: 6px;
}
.ml20	{
	margin-left: 20px;
}
.ml40	{
	margin-left: 40px;
}
.ml60	{
	margin-left: 60px;
}
.pt2	{
	padding-top: 2px;
}
.pt3_ie	{
	padding-top: 3px;
	%padding-top: 1px;
}
.pt3	{
	padding-top: 3px;
}
.pt5	{
	padding-top: 5px;
}
.pt22	{
	padding-top: 22px;
}
.pr10	{
	padding-right: 10px;
}
.pr20	{
	padding-right: 20px;
}
.pb5	{
	padding-bottom: 5px;
}
.pl15	{
	padding-left: 15px;
}
.pl100	{
	padding-left: 100px;
}
.nowrap	{
	white-space: nowrap;
}
.half	{
	float: left;
	width: 48%;
}
.half_r	{
	float: right;
	width: 48%;
}
.fleft	{
	float: left;
}
.fright	{
	float: right;
}
.aleft	{
	text-align: left;
}
.aright	{
	text-align: right;
}
.acenter	{
	text-align: center;
}
.justify	{
	text-align: justify;
}
.vtop	{
	vertical-align: top !important;
}
.n	{
	font-weight: normal;
}
.b	{
	font-weight: bold;
}
.c	{
	text-transform: uppercase;
}
.l	{
	text-transform: lowercase;
}
.u	{
	text-decoration: underline;
}
.lt	{
	text-decoration: line-through;
}
.nod	{
	text-decoration: none;
}
.clearing_wrap	{
	overflow: hidden;
	width: 100%;
}
.clearer	{
	position: relative;
	line-height: 0px;
	clear: both;
}
.sclear_left	{
	display: block;
	line-height: 0px;
	clear: left;
}
.sclear_right	{
	display: block;
	line-height: 0px;
	clear: right;
}
.cleft	{
	clear: left;
}
.cright	{
	clear: right;
}
.pointer	{
	cursor: pointer;
	_cursor: hand;
}
.hidden	{
	display: none;
}

/* ------------------------------COLORS----------------------------------- */

.c_white	{
	color: #ffffff !important;
}
.c_black	{
	color: #000000 !important;
}
.c_inverse	{
	color: #ffffff !important;
}