/* ------------------------------GLOBAlS--------------------------------- */

body, th, td, div, select, optgroup, input, textarea, h1, h2, h3, p	{
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	line-height: 15px;
	font-size: 11px;
	color: #000000;
}
body	{
	margin: 0;
	padding: 0;
	background: url('../img/bg-body.gif') left top repeat-x;
	background-color: #000000;
}
form, h1, h2, h3	{
	display: inline;
}
p, h1, h2, h3	{
	font-weight: normal;
	margin: 0;
	padding: 0;
}
ul, ol	{
	margin: 0 0 15px 0;
	padding: 0 0 0 22px;
}
ul	{
	list-style-type: square;
}
img	{
	border: 0px solid black;
}
a	{
	color: #f2af1d;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
select	{
	height: 18px;
	line-height: 16px;
	%height: 20px;
	%line-height: 18px;
	color: #2c2c2c;
}

/* ------------------------------BASIC LAYOUT----------------------------- */

div#whole	{
	position: relative;
	left: 50%;
	margin-left: -400px;
	width: 801px;
	min-height: 568px;
	_height: 568px;
	background: url('../img/bg-whole.gif') 0px 72px no-repeat;
}
div#top_menu_wrap	{
	padding: 52px 13px 0 13px;
}
div#top_menu	{
	height: 34px;
	text-align: center;
	background: url('../img/bg-top-menu.gif') left top no-repeat;
}
div#top_menu_inner	{
	padding-top: 8px;
	%padding-top: 7px;
}
div#top_menu_inner a	{
	color: #ffffff;
	text-transform: lowercase;
	text-decoration: none;
}
div#top_menu_inner a:hover	{
	color: #f2af1d;
}
div#top_menu_inner span.separator	{
	color: #beaa7b;
}
div#head_wrap	{
	padding: 0 4px 0 5px;
}
div#head	{
	width: 792px;
	height: 252px;
	background: url('../img/bg-head.jpg') left top no-repeat;
}
div#logo	{
	padding: 22px 0 0 17px;
}
div#tools_wrap	{
	padding: 45px 0 0 349px;
}
div#tools	{
	position: relative;
	width: 433px;
	height: 139px;
	background: url('../img/bg-tools.jpg') left top no-repeat;
}
div#tools div.left	{
	position: absolute;
	top: 20px;
	left: 128px;
	width: 68px;
}
div#tools div.left div.price	{
	padding: 13px 0 12px 0;
}
div#tools div.left div.price div.inner	{
	overflow: hidden;
	height: 15px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}
div#tools div.left a.buy	{
	display: block;
	margin: 0 5px 0 5px;
	padding: 2px 0 3px 0;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #ffb411;
}
div#tools div.left div.txt	{
	padding-top: 13px;
	%padding-top: 12px;
	color: #f2af1d;
}
div#tools div.right	{
	position: absolute;
	top: 7px;
	left: 230px;
	width: 191px;
	height: 125px;
	background-color: #030303;
}
div#tools div.right div.navimg	{
	position: absolute;
	top: 0;
	left: 0;
}
div#tools div.right a.mtb, div#tools div.right a.trek, div#tools div.right a.road	{
	position: absolute;
	display: block;
	bottom: 0;
	_bottom: -1px;
	left: 0;
	width: 30px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background-color: #ffb411;
}
div#tools div.right a.road	{
	left: 30px;
	width: 35px;
	background-color: #08aee8;
}
div#tools div.right a.trek	{
	left: 65px;
	width: 38px;
	background-color: #8b7969;
}
div#tools div.right a.mtb:hover, div#tools div.right a.trek:hover, div#tools div.right a.road:hover	{
	color: #000000;
	background-color: #cccccc;
}
div#tools div.right div.navigator	{
	position: absolute;
	bottom: 2px;
	%bottom: 3px;
	_bottom: 2px;
	left: 110px;
	width: 88px;
	color: #ffb411;
}

div#main_cont_wrap	{
	padding: 10px 13px 0 13px;
}
div#main_cont	{
	width: 775px;
	background: url('../img/bg-main-cont.gif') left top repeat-y;
	background-color: #f4f4f4;
}
div#main_cont_top	{
	position: relative;
	height: 102px;
	background: url('../img/bg-main-cont-top.jpg') left top no-repeat;
}
div#login_box_wrap, div#search_box_wrap	{
	position: absolute;
	top: 20px;
	left: 183px;
	padding: 1px;
	background-color: #91764a;
}
div#search_box_wrap	{
	left: 559px;
}
div#login_box	{
	position: relative;
	width: 371px;
	height: 60px;
	background-color: #d0b59c;
}
div#login_box div.logged_lines	{
	position: absolute;
	top: 3px;
	left: 10px;
}
div#login_box div.logged_ln	{
	padding-top: 10px;
	line-height: 14px;
	color: #2a2a2d;
}
div#login_box div.logged_ln a	{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
div#login_box div.logged_ln a:hover	{
	text-decoration: underline;
}
div#login_box div.name_ln	{
	position: absolute;
	top: 10px;
	%top: 9px;
	left: 10px;
}
div#login_box div.pass_ln	{
	position: absolute;
	top: 34px;
	%top: 33px;
	left: 10px;
}
div#login_box div.pass_ln input	{
	vertical-align: top;
	%vertical-align: auto;
}
div#login_box div.txt_lines	{
	position: absolute;
	top: 3px;
	left: 195px;
}
div#login_box div.txt_ln	{
	padding-top: 10px;
	line-height: 14px;
	color: #2a2a2d;
}
div#login_box div.txt_ln a	{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
div#login_box div.txt_ln a:hover	{
	text-decoration: underline;
}
div#search_box	{
	width: 200px;
	height: 60px;
	background-color: #d0b59c;
}
div#search_box div.search_ln	{
	padding: 10px 0 0 11px;
	%padding: 9px 0 0 11px;
}
div#search_box div.search_ln input	{
	vertical-align: top;
	%vertical-align: auto;
}
div#search_box div.cat_ln	{
	padding: 5px 0 0 11px;
	%padding: 4px 0 0 11px;
}
div#search_box div.cat_ln select	{
	width: 147px;
}
div#search_box div.txt_ln	{
	padding: 8px 0 0 18px;
	%padding: 6px 0 0 18px;
}
div#search_box div.txt_ln a	{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
div#search_box div.txt_ln a:hover	{
	text-decoration: underline;
}

div#main_col_r	{
	float: right;
	width: 592px;
}
div#main_col_r_padd	{
	padding: 0 14px 0 10px;
}
div#main_col_r_inner_w	{
	width: 568px;
}
div#main_col_l	{
	float: left;
	width: 183px;
}
div#main_menu_wrap	{
	padding: 6px 0 8px 3px;
}
div#main_menu	{
	width: 171px;
}
div#main_menu a	{
	display: block;
	line-height: 16px;
	margin-top: 2px;
	color: #000000;
	text-decoration: none;
}
div#main_menu a.l1	{
	width: 145px;
	padding-left: 26px;
	font-weight: bold;
	background: url('../img/bg-menu-item-l1.gif') left top no-repeat;
	background-color: #ffb411;
}
div#main_menu a.l2	{
	width: 131px;
	padding-left: 40px;
	background: url('../img/bg-menu-item-l2.gif') left top no-repeat;
	background-color: #e1cebc;
}
div#main_menu a.l3	{
	width: 119px;
	padding-left: 52px;
	background: url('../img/bg-menu-item-l3.gif') left top no-repeat;
	background-color: #ffffff;
}
div#main_menu a.l1:hover, div#main_menu a.l2:hover	{
	color: #ffffff;
}
div#main_menu a.l3:hover	{
	color: #f2af1d;
}

div#foot	{
	clear: both;
	height: 38px;
	text-align: center;
	background: url('../img/bg-foot.gif') left top no-repeat;
}
div#foot_inner	{
	padding-top: 17px;
	%padding-top: 16px;
}
div#foot_inner a	{
	color: #ffffff;
	text-transform: lowercase;
	text-decoration: none;
}
div#foot_inner a:hover	{
	color: #f2af1d;
}
div#foot_inner span.separator	{
	color: #beaa7b;
}
div#created_by	{
	padding: 15px 0 30px 0;
	text-align: center;
	color: #565656;
}
div#created_by a	{
	color: #565656;
}
div#created_by a:hover	{
	text-decoration: underline;
}

div#print_icon	{
	position: absolute;
	top: 0;
	right: 0;
}
div#print_icon a	{
	display: block;
	padding: 0 23px 0 1px;
	line-height: 20px;
	background: url('../img/print.gif') right top no-repeat;
	color: #867667;
}
div#print_icon a:hover	{
	text-decoration: none;
}

/* ------------------------------CONTENT---------------------------------- */

div.main_box_brown	{
	margin-top: 8px;
	padding: 20px;
	background-color: #e6d7c8;
}
div.main_box_orange	{
	margin-top: 8px;
	padding: 10px 20px 20px 20px;
	background-color: #f0f0f0;
	border-bottom: 6px solid #ffb411;
}
div.main_box_orange_wide	{
	margin-top: 8px;
	padding: 10px;
	background-color: #f0f0f0;
	border-bottom: 6px solid #ffb411;
}
div.main_box_blue	{
	margin-top: 8px;
	padding: 10px 20px 20px 20px;
	background-color: #f0f0f0;
	border-bottom: 6px solid #00aeef;
}
div.main_box_blue_wide	{
	margin-top: 8px;
	padding: 10px;
	background-color: #f0f0f0;
	border-bottom: 6px solid #00aeef;
}
div.main_box_brown div.main_box_inner, div.main_box_orange div.main_box_inner, div.main_box_blue div.main_box_inner	{
	position: relative;
	width: 528px;
	overflow: auto;
}
div.main_box_orange_wide div.main_box_inner, div.main_box_blue_wide div.main_box_inner	{
	position: relative;
	width: 548px;
}
div.main_box_inner h1, div.main_box_inner h2	{
	display: block;
	line-height: 16px;
	font-size: 14px;
	font-weight: bold;
}
div.main_box_inner h1	{
	color: #01aeee;
}
div.main_box_inner h1.padded	{
	padding: 0 0 7px 10px;
}
div.gray_box	{
	padding: 10px 10px 20px 10px;
	background-color: #e1e1e1;
}
div.gray_box_inner	{
	width: 528px;
}
div.gray_box_inner div.detail_img	{
	float: left;
	margin-right: 13px;
	width: 230px;
}
div.gray_box_inner div.detail_info	{
	float: left;
	width: 270px;
}
div.gray_box_inner div.detail_info div.title	{
	float: left;
	padding-left: 4px;
	width: 108px;
	font-weight: bold;
}
div.gray_box_inner div.detail_info div.val	{
	float: left;
}
div.gray_box_inner div.detail_info div.new, div.gray_box_inner div.detail_info div.hot	{
	padding: 9px 0 7px 4px;
	text-transform: uppercase;
	font-weight: bold;
	color: #f2af1d;
}
div.gray_box_inner div.detail_info div.hot	{
	color: #01aeee;
}
div.gray_box_inner div.detail_info div.prices	{
	width: 165px;
	height: 34px;
	background-color: #ffb411;
}
div.gray_box_inner div.detail_info div.prices div.inner	{
	padding: 4px 0 0 4px;
	line-height: 12px;
}
div.gray_box_inner div.detail_info a.zoom	{
	display: block;
	padding: 10px 0 0 4px;
}
div.gray_box_inner div.detail_desc	{
	clear: left;
	padding-top: 13px;
}
div.gray_box_inner table.detail_btm	{
	width: 528px;
	border-top: 18px solid #e1e1e1;
}
div.gray_box_inner table.detail_btm td.detail_params	{
	width: 232px;
	line-height: 16px;
}
div.gray_box_inner table.detail_btm td.detail_variants	{
	padding: 0 0 20px 15px;
}
div.gray_box_inner table.detail_btm td.detail_variants div	{
	padding-top: 5px;
}
div.gray_box_inner table.detail_btm td.detail_variants input	{
	vertical-align: middle;
}
div.gray_box_inner table.detail_btm td.cart_add_ln	{
	padding-left: 15px;
}
div.gray_box_inner table.detail_btm td.cart_add_ln a	{
	font-weight: bold;
}
div.gray_box_inner table.detail_btm td.cart_add_ln a.add_to_cart	{
	font-weight: bold;
}
div.gray_box_inner table.detail_btm td.cart_add_ln a.add_to_cart img	{
	vertical-align: middle;
}
div.gray_box_inner table.detail_btm td.cart_add_ln input.textbox	{
	width: 25px;
	vertical-align: middle;
}
div.gray_box_inner div.other_photos	{
	padding-top: 30px;
}
div.gray_box_inner div.other_photos div.other_photos_box	{
	padding: 0 5px 5px 0;
	background-color: #f4f4f4;
}
div.gray_box_inner div.other_photos div.other_photos_box a	{
	display: block;
	float: left;
	padding: 5px 0 0 5px;
}
div.main_box_inner div.listbox	{
	float: left;
	margin-top: 9px;
	width: 170px;
	background-color: #e1e1e1;
}
div.main_box_inner div.listbox_padd	{
	padding: 10px 10px 7px 10px;
}
div.main_box_inner div.listbox_inner_w	{
	width: 150px;
}
div.listbox_inner_w h2	{
	padding-left: 4px;
	line-height: 15px;
	font-size: 11px;
}
div.listbox_inner_w a	{
	color: #000000;
	text-decoration: none;
}
div.listbox_inner_w a.zoom	{
	display: block;
	padding-top: 5px;
	float: right;
	width: 12px;
}
div.listbox_inner_w a.zoom2	{
	display: block;
	padding: 10px 0 0 2px;
	width: 12px;
}
div.listbox_inner_w a.cart	{
	display: block;
	padding-top: 10px;
	float: right;
	width: 18px;
}
div.listbox_inner_w a:hover	{
	color: #f2af1d;
}
div.listbox_inner_w img.pic	{
	display: block;
}
div.listbox_inner_w div.hspace	{
	line-height: 10px;
	_height: 10px;
}
div.listbox_inner_w div.prices	{
	height: 34px;
	background-color: #ffb411;
}
div.listbox_inner_w div.prices div.inner	{
	padding: 4px 0 0 4px;
	line-height: 12px;
}
div.listbox_inner_w div.desc	{
	padding-left: 4px;
}
div.listbox_inner_w div.new, div.listbox_inner_w div.hot	{
	padding: 9px 0 7px 4px;
	text-transform: uppercase;
	font-weight: bold;
	color: #f2af1d;
}
div.listbox_inner_w div.hot	{
	color: #01aeee;
}
div.listbox_inner_w h2, div.main_box_inner div.listbox_inner_w h3	{
	display: block;
	padding-top: 5px;
	font-weight: bold;
}
div#actual_position, div#actual_position_padded	{
	font-weight: bold;
	color: #f2af1d;
}
div#actual_position_padded	{
	padding: 0 0 11px 10px;
}
div#filter_box	{
	margin: 10px 0 20px 0;
}
div#filter_box .brands	{
	margin-bottom: 8px;
}
div#filter_box .brands input	{
	margin: 2px 0 4px 0;
	vertical-align: middle;
}
div#paging	{
	clear: left;
	padding-top: 16px;
	text-align: center;
}
#reg_form_box	{
	padding-bottom: 20px;
}
#reg_form_box .reg_type	{
	padding: 4px 0 15px 10px;
}
#reg_form_box .reg_type div	{
	line-height: 17px;
}
#reg_form_box .form_section	{
	padding: 10px 10px 20px 10px;
	background-color: #e1e1e1;
}
#reg_form_box .form_section table td	{
	padding-top: 7px;
	%padding-top: 5px;
}
#reg_form_box .form_section table td.t	{
	padding-right: 3px;
	text-align: right;
}
#reg_form_box .form_section table td.t span	{
	font-weight: bold;
	font-family: Tahoma;
	color: #f2af1d;
}
#reg_form_box .form_section table td.i	{
	width: 177px;
}
#reg_form_box .form_section table td.i input, #reg_form_box .form_section table td.i select	{
	width: 156px;
}
#reg_form_box .form_section table td.b	{
	padding-right: 18px;
	text-align: right;
}
table.list	{
	width: 548px;
	border-top: 1px solid #91764a;
	border-left: 1px solid #91764a;
}
table.list th, table.list td	{
	padding: 4px 5px 2px 5px;
	text-align: left;
	background-color: #ffffff;
	border-right: 1px solid #91764a;
	border-bottom: 1px solid #91764a;
}
table.list th	{
	background-color: #ffb411;
}
table.list td a	{
	font-weight: bold;
}
.alert	{
	margin-bottom: 10px;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff6511;
}
input.btn_blue, input.btn_orange	{
	width: 19px;
	height: 19px;
	border: 0px solid black;
	background: url('../img/bg-btn-blue.gif') left top no-repeat;
	cursor: pointer;
	_cursor: hand;
}
input.btn_orange	{
	background: url('../img/bg-btn-orange.gif') left top no-repeat;
}
input.btn_blue2, input.btn_orange2	{
	width: 120px;
	height: 19px;
	border: 0px solid black;
	font-weight: bold;
	color: #ffffff;
	background-color: #01aeee;
}
input.btn_orange2	{
	background-color: #ffb411;
}
.textbox, .textbox2, .textbox3	{
	height: 17px;
	padding-left: 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #ffffff;
}
.textbox2	{
	width: 138px;
	height: 17px;
	padding-left: 6px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
}
.textbox3	{
	border: 1px solid #91764a;
}
.star	{
	font-weight: bold;
	font-family: Tahoma;
	color: #f2af1d;
}
input.checkbox	{
	width: 15px;
	height: 15px;
}

/* ------------------------------COMMON CLASSES--------------------------- */

.lh17_all div	{
	line-height: 17px;
}
.w35	{
	width: 35px;
}
.w85	{
	width: 85px;
}
.wauto	{
	width: auto !important;
}
.mr6	{
	margin-right: 6px;
}
.ml9	{
	margin-left: 9px;
}
.pt10	{
	padding-top: 10px;
}
.pb0	{
	padding-bottom: 0 !important;
}
.pb5	{
	padding-bottom: 5px !important;
}
.pb10	{
	padding-bottom: 10px !important;
}
.pl10	{
	padding-left: 10px;
}
.fs11	{
	font-size: 11px;
}
.pic	{
	border: 0px solid #000000;
}
.fleft	{
	float: left;
}
.fright	{
	float: right;
}
.aleft	{
	text-align: left;
}
.aright	{
	text-align: right !important;
}
.acenter	{
	text-align: center;
}
.justify	{
	text-align: justify;
}
.n	{
	font-weight: normal !important;
}
.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;
}
.clearer	{
	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----------------------------------- */

.orange	{
	color: #f2af1d;
}
.blue	{
	color: #01aeee;
}
.brown	{
	color: #91764a;
}
.red	{
	color: #ff6511;
}
.white	{
	color: #ffffff;
}
