*{
    margin:0;
    padding:0;
}
html, body{
    width:100%;
    height:100%;
}

/* Каркас */
body{
	background: #fff;
}
.main{
	min-width: 1000px;
	margin: 0px auto;
	position: relative;
	height: auto !important;
  	height: 100%;
  	min-height: 100%;
  	font: normal 12px 'Tahoma';
  	color: #000;
  	/*z-index: 3;*/
}
.main .outer{min-height:1100px}
*html .main{padding-left: 1000px;}
*html .main .outer{height: 100%;}
*html .main .inner{margin-left: -1000px; position: relative; height: 1100px;}
.spc4footer{
	margin-top: 20px;
	height: 299px;
}
img{
	border: 1px solid #d1d1d1;
	padding: 3px;
}
a{
	color: #006f9f;
	text-decoration: underline;
}
a:hover{
	color: #006f9f;
	text-decoration: none;
}

.like_a{
	color: #006f9f;
	text-decoration: underline;
	cursor: pointer;
}
.dashed{
	color: #006f9f;
	cursor: pointer;
	border-bottom: 1px dashed #006f9f;
}
h1{
	font: normal 12px 'Arial';
	color: #737373;
	margin-bottom: 10px;
}
h2{
	font: bold 16px 'Tahoma';
	color: #000;
	margin-bottom: 3px;
}
h3{
	font: bold 14px 'Tahoma';
	color: #737373;
	margin-bottom: 10px;
}
.navigate{
	font: normal 11px 'Tahoma';
	color: #737373;
	margin-bottom: 25px;
}
.navigate a{
	color: #737373 !important;
}
.navigate span{
	color: #c1c1c1;
	margin: 0px 5px;
}
.sect{
	background: url('../images/sect_t_line.gif') repeat-x;
	padding-top: 3px;
	height: 15px;
	margin-bottom: 10px;
}
.sect a.act{
	text-decoration: none;
	color: #686463;
}
.sect_l{
	background: url('../images/sect_l.gif');
	width: 13px;
	height: 15px;
	float: left;
}
.sect h1{
	float: left;
	margin-bottom: 0px;
	padding-right: 20px;
	background: #e3f1f9;
}
.sect_r{
	background: url('../images/sect_r.gif');
	width: 33px;
	height: 15px;
	float: left;
}
.sect_short{
	background: #e3f1f9 url('../images/sect_t_line.gif') repeat-x;
	padding-top: 3px;
	margin-bottom: 10px;
	position: relative;
}
.sect_lsb{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 2px;
	height: 2px;
	font-size: 0px;
	background: url('../images/sect_lsb.gif');
	z-index: 4;
}
*html .sect_lsb{top: 16px;}
*+html .sect_lsb{top: 16px;}
.sect_ls{
	position: absolute;
	top: 6px;
	left: 4px;
	width: 5px;
	height: 5px;
	font-size: 0px;
	background: url('../images/sect_ls.gif');
	z-index: 5;
}
.sect_short h1{
	margin-bottom: 0px;
	padding-left: 12px;
}
input{
	background: #fff;
	border: 1px solid #71b3cd;
	font: normal 12px 'Tahoma';
	color: #000;
	padding: 1px 3px;
}
*html input{padding: 2px 3px 0px 3px;}
*+html input{padding: 2px 3px 0px 3px;}
@-moz-document url-prefix() {input{padding: 2px 3px 0px 3px;}}
textarea{
	background: #fff;
	border: 1px solid #71b3cd;
	font: normal 12px 'Tahoma';
	color: #000;
	padding: 1px 3px;
}
select{
	background: #fff;
	border: 1px solid #71b3cd;
	font: normal 12px 'Tahoma';
	color: #000;
}
.cb{
	border: none;
	padding: 0px;
}
input.btn{
	/*behavior:url("hover.htc");*/
	background: url('../images/grad_fld.gif') repeat-x;
	/*height: 20px;*/
	border: 1px solid #c4c4c4;
	color: #737373;
	padding: 2px 5px 3px 5px;
	cursor: pointer;
	font-weight: normal;
}
*html input.btn{padding: 1px 0px;}
*+html input.btn{padding: 1px 0px;}
@-moz-document url-prefix() {input.btn{padding: 1px 5px 2px 5px;}}
/*
input.btn:hover{
	border-color: #000;
	color: #000;
}
input.hover{
	border-color: #000;
	color: #000;
}
*/
ul{
	list-style-type: none;
}
ul li{
	background: url('../images/li1.gif') no-repeat left 6px;
	position: relative;
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 5px 0px;
}
ul li ul{
	margin: 8px 0px 6px 10px;
}
ul li ul li{
	background: url('../images/li2.gif') no-repeat left 6px;
}

/*table{
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #f8c473;
	border-top: 1px solid #f8c473;
}
th{
	font: bold 12px 'Tahoma';
	padding: 10px 12px 7px 12px;
	border-top: none;
	border-right: none;
	border-left: 1px solid #f8c473;
	border-bottom: 1px solid #f8c473;
	color: #000;
	text-align: left;
}
td{
	padding: 2px 12px 6px 12px;
	border-top: none;
	border-right: none;
	border-left: 1px solid #f8c473;
	border-bottom: 1px solid #f8c473;
	color: #000;
}*/
table{
	border-color: #f8c473;
	border-collapse: collapse;
	border-style: solid;
	border-style: expression(this.border&&this.border!='0'?'solid':'none');
}
th{
	border-color: #f8c473;
	color: #000;
	font: bold 12px 'Tahoma';
	padding: 10px 12px 7px 12px;
	text-align: left;
}
td{
	border-color: #f8c473;
	color: #000;
	padding: 2px 12px 6px 12px;
}

p{
	margin-bottom: 10px;
}

.clear_l{
	clear: left;
}
.clear_r{
	clear: right;
}
.wrap{
	position: relative;
}
.nobtm{
	margin-bottom: 0px;
}
.al_right{
	text-align: right;
}
.al_center{
	text-align: center;
}
.bold{
	font-weight: bold;
}

/* Баннеры */
.bnrs_top{
	position: absolute;
	margin: 0px auto;
}

/* Шапка */
.header{
	background: url('../images/grad_header.gif') repeat-x;
	height: 300px;
	min-width: 990px;
	position: relative;
	z-index: 6;
	margin-top: -87px;
}
.header img{
	border: none;
	padding: 0px;
}
.logo{
	position: absolute;
	top: 143px;
	left: 21px;
	width: 266px;
	height: 99px;
	z-index: 3;
}
.mn_help{
	position: absolute;
	top: 240px;
	left: 38px;
	z-index: 4;
	padding: 0;
	margin: 0;
	font: normal 11px 'Tahoma';
	color: #f39400;
}
.mn_help a{
	font: normal 11px 'Tahoma';
	font-weight: bold;
}
.mn_help a.act,.mn_help a:hover{
	font: normal 11px 'Tahoma';
	text-decoration: none;
	color: #f39400;
	font-weight: bold;
}
.mn_pic{
	position: absolute;
	top: 143px;
	left: 170px;
	z-index: 4;
	padding: 0;
	margin: 0;
}
.mn_pic img{
	z-index: 4;
	margin-right: 20px;
}
.home_ico{
	position: absolute;
	top: 145px;
	left: 202px;
	width: 11px;
	height: 10px;
	z-index: 4;
}
.map_ico{
	position: absolute;
	top: 146px;
	left: 236px;
	width: 11px;
	height: 9px;
	z-index: 4;
}
.mail_ico{
	position: absolute;
	top: 146px;
	left: 271px;
	width: 13px;
	height: 9px;
	z-index: 4;
}
.woman{
	background: url('../images/woman.jpg') no-repeat center top;
	position: absolute;
	top: 97px;
	left: 0px;
	width: 100%;
	min-width: 1024px;
	height: 205px;
	z-index: 2;
}
.pdg4menu{
	height: 262px;
}
.h_line{
	background: url('../images/line_header.gif') repeat-x;
	width: 100%;
	height: 2px;
}

/* Модуль поиска */
.search_module{
	position: absolute;
	top: 145px;
	right: 20px;
	width: 256px;
	/*height: 221px;*/
	min-height: 70px;
	height: auto;
	z-index: 8;
	background: url('../images/loop.png') no-repeat 0px 0px;
	font: normal 11px 'Tahoma';
	color: #737373;
	padding-left: 55px;
}
*html .search_module{filter: expression(fixPng(this,'crop'));height:221px;}
.search_module .link{
	/*padding: 2px 0px 8px 0px;*/
	float: left;
	white-space: nowrap;
	padding: 2px 0px 0 0px;
	margin-bottom: 8px;
	text-decoration: none;
	border-bottom: 1px dashed;
	font-weight: bold;
}
.srch_fld{
	width: 157px;
	height: 18px;
	display: block;
	margin: 8px 9px 33px 0px;
	float: left;
	color: #b4b4b4;
}
.srch_btn{
	border: none;
	margin-top: 8px;
	width: 56px;
	height: 22px;
	padding: 0px;
	display: block;
	float: left;
}
.options{
	text-align: right;
	clear: left;
}
.options a{
	padding-right: 12px;
}
.search_module .sel{
	background: #fff;
	border: 1px solid #f8c473;
	float: left;
	padding: 1px 5px 7px 7px;
	white-space: nowrap;
}
.s_n{margin-right: 12px;}
.s_l{margin-right: 4px;}
.s_r{margin-left: 6px; margin-right: 12px;}
.first{
	margin-left: 8px;
	/*display: inline;*/
}
.last{
	margin-right: 0px;
}

.fld_line{
	text-align: right;
	color: #000;
	margin-bottom: 11px;
}

.fld_line input{
	margin-left: 4px;
	width: 141px;
	height: 18px;}
.btns_line{
	text-align: right;
	height: 22px;
}
.btns_line img{
	border: none;
	padding: 0px;
	cursor: pointer;
}
.btns_line input{
	border: none;
	padding: 0px;
	margin-left: 3px;
}

/* Поиск по сайту */
.srch_site{
	display: block;
	position: absolute;
	top: 22px;
	left: 55px;
	width: 230px;
	height: 55px;
	padding: 13px 9px 7px 6px;
	background: #fff;
	border: 1px solid #f8c473;
	z-index: 4;
}
.srch_site .matte{
	position: absolute;
	top: -16px;
	left: -6px;
	width: 88px;
	height: 5px;
	font-size: 0px;
	background: #fff;
	z-index: 4;
}

/* Поиск по ТЦ */
.srch_tc{
	display: none;
	position: absolute;
	top: 22px;
	left: 0px;
	width: 285px;
	height: 55px;
	padding: 13px 9px 7px 6px;
	background: #fff;
	border: 1px solid #f8c473;
	z-index: 4;
}
.srch_tc .matte{
	position: absolute;
	top: -16px;
	left: 137px;
	width: 73px;
	height: 5px;
	font-size: 0px;
	background: #fff;
	z-index: 4;
}

/* Поиск товаров */
.srch_gds{
	display: none;
	position: absolute;
	top: 22px;
	left: 0px;
	width: 285px;
	height: 157px;
	padding: 13px 8px 7px 9px;
	background: #fff;
	border: 1px solid #f8c473;
	color: #000;
	z-index: 4;
}
.srch_gds .matte{
	position: absolute;
	top: -16px;
	/*left: 207px;*/
	left: 144px;
	width: 86px;
	height: 5px;
	font-size: 0px;
	background: #fff;
	z-index: 4;
}
*html .srch_gds .matte{
	left: 152px;
}
.srch_gds .fld_line{
	margin-bottom: 5px;
	text-align: left;
}
.srch_gds input.srch_cost{
	width: 44px;
	height: 15px;
	margin: 0px 4px 0px 5px;
}
.srch_gds .from{
	color: #737373;
	margin-left: 15px;
}
.srch_gds .to{
	color: #737373;
	margin-left: 8px;
}
.srch_gds .rub{
	color: #b4b4b4;
}
.srch_gds select{
	width: 174px;
	height: 20px;
	font-size: 11px;
	color: #b4b4b4;
	margin-left: 51px;
}
*html .srch_gds select{width: 175px;height: 23px;}
*+html .srch_gds select{width: 175px;height: 23px;}
@-moz-document url-prefix() {.srch_gds select{width: 175px;height: 22px;margin-top: 2px;}}
.srch_gds .srch_keyword{
	width: 168px;
	height: 18px;
	margin-left: 23px;
}

/* Меню */
.menu{
	position: relative;
	width: 100%;
	height: 40px;
	margin: 0px auto;
	z-index: 5;
	background: url(../images/line_header.gif) repeat-x left bottom;
}
.menu .left_pdg{
	width: 3%;
	height: 40px;
	float: left;
}
.menu .tab_l{
	background: url('../images/mn_tab_l.png') no-repeat;
	width: 12px;
	height: 40px;
	float: left;
	margin-left: 4px;
}
*html .menu .tab_l{filter: expression(fixPng(this,'crop'));}
.menu .tab_r{
	background: url('../images/mn_tab_r.png') no-repeat;
	width: 12px;
	height: 40px;
	float: left;
	margin-right: 3px;
}
*html .menu .tab_r{filter: expression(fixPng(this,'crop'));}

.menu .tab_c{
	background: url('../images/mn_tab_c.gif') repeat-x;
	width: 16%;
	height: 40px;
	float: left;
	cursor: pointer;
}
.menu .sel_l{
	background: url('../images/mn_tab_sel_l.png');
}
.menu .sel_r{
	background: url('../images/mn_tab_sel_r.png');
}
.menu .sel_c{
	background: url('../images/mn_tab_sel_c.gif') repeat-x;
}
.menu .item{
	padding-top: 10px;
	text-align: center;
	font: normal 16px 'Tahoma';
	color: #006f9f;
	white-space: nowrap;
	/*cursor: default;*/
}
.menu .item a{
	font: normal 16px 'Tahoma';
	color: #006f9f;
	white-space: nowrap;
	text-decoration: none;
}

/* Контент */
.content{
	margin: 25px 0px 0px 0%;
	padding-left: 2%;
	width: 76%;
	float: left;
	display: inline;
	z-index: 3;
}
.scroll_l{
	background: url('../images/scroll_l.jpg');
	width: 12px;
	height: 58px;
	/*margin: 18px 14px 0px 7px;*/
	margin: 18px 5px 0px 2px;
	float: left;
	display: inline;
	cursor: pointer;
}
.scroll_r{
	background: url('../images/scroll_r.jpg');
	width: 12px;
	height: 58px;
	/*margin: 18px 0px 0px 10px;*/
	margin: 18px 0px 0px 5px;
	float: left;
	display: inline;
	cursor: pointer;
}
.sitem{
	/*height: 100px;
	width: 20%;
	margin: 0px 4% 23px 0px;
	float: left;
	display: table;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;*/
	height: 80px;
	width: 15%;
	margin: 0px 1% 15px 0px;
	float: left;
	display: table;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
*html .sitem{margin-right: 1%;overflow: hidden;display: block;position: relative;}
*+html .sitem{margin-right: 3%;overflow: hidden;display: block;position: relative;}
.sitem a{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: 100%;
	text-decoration: none;
}
*html .sitem a{display: block;top: 50%;left: 0px;}
*+html .sitem a{display: block;top: 50%;left: 0px;}
.sitem img{
	border: none;
}
*html .sitem img{position: relative;top: -50%;}
*+html .sitem img{position: relative;top: -50%;}
.sitem a span{
	text-decoration: underline;
}
.sitem a:hover span{
	text-decoration: none;
}
.last{
	margin-right: 0px;
}
*html .last{margin-right: 0px;}
*+html .last{margin-right: 0px;}


.services{
	float: left;
	/*margin: 9px 0px 39px 11px;*/
	margin: 0 0 15px 11px;
	width: 98%;
}
.services .item{
	margin: 0px 8px 8px 0px;
	height: 40px;
	width: 48%;
	float: left;
}
.services .left{
	background: url('../images/service_l.gif');
	width: 10px;
	height: 40px;
	float: left;
}
.services .right{
	background: url('../images/service_r.gif');
	width: 10px;
	height: 40px;
	float: left;
}
.services .title{
	background: url('../images/service_c.gif');
	width: 94%;
	height: 40px;
	float: left;
	font: normal 17px 'Tahoma';
	position: relative;
}
.services .title a{
	display: block;
	margin: 11px 0px 0px 43px;
	white-space: nowrap;
}
.services .title img{
	position: absolute;
	top: -3px;
	left: -3px;
	border: none;
}

.discount{
	float: left;
	width: 48%;
	margin: 4px 6px 13px 9px;
	display: inline;
}
.discount img{
	float: left;
	margin-right: 8px;
}
.discount .title a{
	color: #737373;
	/*text-decoration: none;*/
}
.discount .desc{
	font-size: 11px;
	line-height: 16px;
}

.left_sub_col{
	float: left;
	width: 48%;
	margin-right: 1.4%;
}

.forum{
	float: left;
	width: 100%;
}
.forum_theme{
	font-size: 13px;
	margin: 0px 0px 0px 7px;
	width: 70%;
	float: left;
	display: inline;
}
.forum_when{
	font-size: 11px;
	color: #737373;
	/*padding-left: 70%;*/
}

.right_sub_col{
	float: left;
	width: 50%;
	z-index: 3;
}

.subs_text{
	font-size: 13px;
	width: 82%;
	margin: 0px 0px 9px 7px;
}
.subs_fld{
	width: 61%;
	height: 18px;
	margin: 0px 3% 20px 7px;
	display: block;
	float: left;
	position: relative;
	font-size: 11px;
}
*html .subs_fld{margin-right: 1.3%; margin-left: 3.5px;}
*+html .subs_fld{margin-right: 1.3%; margin-left: 3.5px;}
.subs_btn{
	border: none;
	width: 96px;
	height: 22px;
	position: relative;
	top: -2px;
	display: block;
	float: left;
}
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
  .subs_btn {top: -1px;}
}
/* Расширенная подписка */
/*
.subs_box{
	float: left;
	width: 86%;
	position: relative;
	z-index: 3;
}
.subs_ex{
	display: none;
	width: 90%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
	border: 1px solid #f8c473;
	background: #fff;
	padding: 9px 6px 5px 6px;
}
.subs_ex .subs_ex_fld{
	width: 70%;
	height: 18px;
	display: block;
	font-size: 11px;
}
.subs_ex span{
	font-size: 11px;
	color: #737373;
	display: block;
	clear: left;
	margin: 7px 0px 2px 2px;
}
.subs_ex .ico{
	border: none;
	float: left;
	width: 11px;
	height: 11px;
	margin-top: 8px;
	margin-right: 5px;
}
.subs_ex select{
	width: 95%;
	display: block;
	margin-top: 8px;
	height: 22px;
	color: #b4b4b4;
}
.subs_ex .al_right{
	width: 95%;
	text-align: right;
}
.subs_ex .sb_cancel{
	border: none;
	width: 66px;
	height: 22px;
	cursor: pointer;
	margin-top: 6px;
}
.subs_ex .sb_subscribe{
	border: none;
	width: 96px;
	height: 22px;
	cursor: pointer;
	margin-top: 6px;
}
*/
.subs_box{
	float: left;
	width: 86%;
	position: relative;
	z-index: 3;
}
.subs_ex{
	display: none;
	width: 87%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
	border: 1px solid #f8c473;
	background: #fff;
	padding: 9px 6px 5px 6px;
}
.subs_ex .subs_ex_fld{
	width: 70%;
	height: 18px;
	display: block;
	font-size: 11px;
}
.subs_ex span{
	font-size: 11px;
	color: #737373;
	display: block;
	clear: left;
	margin: 7px 0px 2px 2px;
}
.subs_ex .ico{
	border: none;
	float: left;
	width: 11px;
	height: 11px;
	margin-top: 8px;
	margin-right: 5px;
}
.subs_ex select{
	width: 95%;
	display: block;
	margin-top: 8px;
	height: 22px;
	color: #b4b4b4;
}
.subs_ex .al_right{
	text-align: right;
}
.subs_ex .sb_cancel{
	border: none;
	width: 66px;
	height: 22px;
	cursor: pointer;
	margin-top: 6px;
}
.subs_ex .sb_subscribe{
	border: none;
	width: 96px;
	height: 22px;
	cursor: pointer;
	margin-top: 6px;
}


/* Левая колонка */
.left_col{
	margin: 0px 2% 0px 1%;
	width: 18%;
	float: left;
	display: inline;
}

/* Правая колонка */
.right_col{
	margin: 25px 1% 0px 0%;
	padding-left: 2%;
	width: 18%;
	float: left;
	display: inline;
}
.cal{
	width: 162px;
	height: 140px;
	margin: 0px 0px 27px 11px;
	z-index: 6;
}
.cal .prev{
	width: 11px;
	height: 11px;
	float: left;
	margin: 0px 43px 12px 2px;
	background: url('../images/prev.gif');
	font-size: 0px;
	display: inline;
	cursor: pointer;
}
.cal .next{
	width: 11px;
	height: 11px;
	float: left;
	margin: 0px 3px 12px 43px;
	background: url('../images/next.gif');
	font-size: 0px;
	display: inline;
	cursor: pointer;
}
.cal .month{
	float: left;
	font-size: 11px;
	color: #737373;
	width: 49px;
	text-align: center;
}
.cal .day{
	float: left;
	margin: 0px 1px 1px 0px;
	font-size: 10px;
	color: #24343c;
	width: 22px;
	height: 16px;
	text-align: center;
	vertical-align: middle;
}
.cal .pra{
	color: #ae0049;
}
.cal .numb{
	float: left;
	margin: 0px 1px 1px 0px;
	border: 1px solid #56baff;
	padding-top: 3px;
	text-align: center;
	vertical-align: middle;
	width: 20px;
	height: 15px;
	font-size: 10px;
	color: #24343c;
	cursor: pointer;
	position: relative;
	z-index: 6;
}
.cal .cempty{
	border: none;
	width: 22px;
	height: 17px;
}
.cal .csel{
	background: #f48d00;
	border: 1px solid #e26203;
	color: #fff;
	cursor: pointer;
	z-index: 8;
}
.cal .exist{
	border: 1px solid #e26203;
	cursor: pointer;
}
.cal .events{
	display: none;
	position: absolute;
	top: 20px;
	right: -1px;
	width: 317px;
	padding: 9px 6px 0px 6px;
	z-index: 8;
	background: #fff url('../images/x.gif') no-repeat right top;
	border: 1px solid #f8c87c;
	text-align: left;
	cursor: default;
}
.cal .events .htitle{
	font-size: 13px;
	color: #686463;
	margin-bottom: 11px;
	margin-left: 3px;
}
.cal .events .event{
	margin-bottom: 18px;
}
.cal .events img{
	/*float: left;*/
	display: block;
	margin-right: 6px;
}
.cal .events .title{
	line-height: 16px;
}
.cal .events .title a{
	font-size: 13px;
}
.cal .events .from{
	font-size: 11px;
	color: #686463;
	margin-bottom: 5px;
}
.cal .events .from a{
	color: #006f9f;
}
.cal .events .desc{
	font-size: 11px;
	color: #000;
}
.cal .reject{
	color: #f48e03;
	text-align: center;
	margin-bottom: 18px;
}

.meteo{
	width: 120px;
	height: 60px;
	margin: 1px 0px 26px 17px;
}

.course_item{
	margin: 3px 0px 0px 19px;
	font-size: 13px;
	color: #333333;
}
.course_item .value{
	font-weight: bold;
}
.course_item .offset{
	font-size: 11px;
	color: #737373;
}

.fuel_title{
	margin: 0px 0px 5px 19px;
	font-weight: bold;
}
.fuel_item{
	margin: 2px 0px 0px 19px;
	font-size: 13px;
	color: #333333;
}
.fuel_item .value{
	font-weight: bold;
}

.bnrs{
	margin-bottom: 20px;
}
.bnrs div{
	margin-bottom: 5px;
}
.bnrs div h4{
	margin-bottom: 3px;
}
.sms{
	/*width: 150px;*/
	margin: 2px 0px 12px 9px;
}
.sms img{
	border: none;
	vertical-align: middle;
	margin: 2px;
}
.other{
	text-align: right;
	font-size: 11px;
	margin-bottom: 24px;
}
.other a{
	margin-right: 28px;
}

.vote_title{
	font-size: 13px;
	margin: 0px 0px 9px 13px;
	color: #333333;
}
.vote_item{
	padding: 0px 0px 0px 13px;
	font-size: 11px;
	color: #333333;
}
@-moz-document url-prefix() {.vote_item{margin-bottom: 3px;}}
.vote_item input{
	border: none;
	margin-right: 2px;
	display: block;
	float: left;
}
@-moz-document url-prefix() {.vote_item input{margin-right: 6px;}}
.vote_item input.other_fld{
	border: 1px solid #71b3cd;
	margin-right: 0px;
	float: none;
}
.vote_item span{
	/*height: 20px;*/
	padding-bottom: 7px;
	display: block;
}
.vote_btn_line{
	margin: 4px 0px 20px 13px;
}
/*
.vote_btn_line input{
	width: 86px;
	height: 22px;
	border: none;
}
*/
.result_item{
	margin-bottom: 3px;
}
.result_item .answer{
	font-style: italic;
	color: #737373;
}
.result_item .percent_bar{
	border: 1px solid #6492C0;
	float: left;
	width: 120px;
}
.result_item .percent_bar div{
	background:#3d72a8;
	height: 16px;
}
.result_item .percent{
	font-style: italic;
	color: #737373;
}
.poll_block{
	margin-left: 13px;
}
.error{
	color: #ff3333;
}

/* Анонс новостей */
.an_new{
	margin: 0px 0px 16px 0px;
	font-size: 11px;
	color: #333333;
}
.an_new .date{
	color: #686463;
	padding-right: 5px;
}

/* Обратная связь */
.fback{
	margin: 1px 0px 20px 0px;
	font-size: 11px;
}
.fb_fld{
	height: 14px;
	width: 93%;
	display: block;
	margin: 0px 0px 5px 0px;
	background: url('../images/grad_fld.gif') repeat-x;
	border-color: #b8b8b8;
	font-size: 11px;
}
.fb_slct{
	height: 18px;
	width: 96%;
	display: block;
	margin: 0px 0px 5px 0px;
	border-color: #b8b8b8;
	font-size: 11px;
}
.fb_tar{
	height: 76px;
	width: 93%;
	margin: 1px 0px 0px 0px;
	background: url('../images/grad_tar.gif') repeat-x;
	border-color: #b8b8b8;
	font-size: 11px;
}
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
  .fb_fld,.fb_tar,.fb_slct {width:98%;}
}
.blue{
	color: #006f9f;
}
.fb_comment{
	color: #686463;
	display: block;
	width: 170px;
}
.fb_abort{
	display: inline;
	width: 66px;
	height: 22px;
	border: none;
	margin: 4px 0px 0px 0px;
	cursor: pointer;
}
.fb_send{
	display: inline;
	width: 105px;
	height: 22px;
	border: none;
	margin: 4px 0px 0px 0px;
	cursor: pointer;
}
.fb_error{
	font-size: 11px;
	margin-bottom: 10px;
	display: none;
	color: #ff3333;
}
.fb_ok{
	font-size: 11px;
	margin-bottom: 10px;
	display: none;
	color: #00cc00;
}
.fb_about{
	font-size: 11px;
	margin-bottom: 10px;
	display: none;
	color: #737373;
}
.fb_img{
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
/* Авторизация */
.aut{
	margin: 1px 0px 20px 0px;
	font-size: 12px;
}
.aut_fld{
	height: 18px;
	width: 55%;
	display: block;
	margin: 1px 0px 1px 0px;
	background: url('../images/grad_fld.gif') repeat-x;
	border-color: #b8b8b8;
	font-size: 12px;
}
.aut_enter{
	width: 56px;
	height: 22px;
	cursor: pointer;
	border: none;
}
input.aut_btn{
	height: 22px;
	margin-top: 1px;
	margin-left: 2px;
}
*html input.aut_btn{margin-left: 0px;}
*+html input.aut_btn{margin-left: 0px;}
.wfloat{
	float: left;
}
.reg_string{
	margin-top: 5px;
}
.reg_link{
	margin-top: 3px;
	margin-right: 5px;
}
.remember{
	color: #737373;
}
.forgot{
	margin: 1px 0px 20px 0px;
	font-size: 12px;	
}

/* Товар со скидкой (баннер) */
.disc_sm{
	margin-left: 12px;
	margin-bottom: 30px;
}
.disc_sm .title{
	font: bold 14px 'Tahoma';
	color: #000;
	margin-bottom: 10px;
}
.disc_sm img{
	margin-bottom: 5px;
}
.disc_sm .sailer{
	color: #686463;
	font-size: 12px;
	margin-bottom: 10px;
}
.disc_sm .cost_old{
	font: bold 14px 'Tahoma';
	text-decoration: line-through;
	color: #000;
	margin-bottom: 2px;
}
.disc_sm .cost{
	font: bold 16px 'Tahoma';
	color: #963253;
}
/* Постраничная навигация */
.nav{
	position: relative;
	margin-bottom: 20px;
}
.nav a{
	margin-right: 4px; 
	padding: 2px 5px 2px 4px;
}
.nav .curr{
	margin-right: 9px;
	color: #3e3e3e;
	padding: 1px 4px 1px 5px;
	border: 1px solid #f8c473;
	cursor: default;
}
.nav .last{
	margin-right: 0px;
}

/* Нижнее меню */
.mn_foot{
	font: normal 11px 'Tahoma';
	position: relative;
	width: 74%;
	padding-top: 12px;
	margin-left: 2%;
	margin-bottom: 10px;
	/*margin: 0 auto 10px auto;*/
	float: left;
	z-index: 5;
}
*html .mn_foot{margin-bottom: 0px;}
*+html .mn_foot{margin-bottom: 0px;}
/*Два подхода: либо задаем отступ слева в процентах и выравниваем родиетля по центру, либо задаем ширину в процентах*/
.mn_foot a{
	display: block;
	float: left;
/*	width: 13%; меняем ширину!*/
	margin: 0 2% 0 0;
	/*margin: 0 1% 0 3%;/*меняем отступ*/
	white-space: nowrap;
	text-align: center;
}
.mn_foot span{
	display: block;
	float: left;
/*	width: 13%; меняем ширину!*/
	margin: 0 2% 0 0;
	/*margin: 0 1% 0 3%;/*меняем отступ*/
	white-space: nowrap;
	text-align: center;
}

/* Баннеры */
.bnr_top{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
.bnr_top img{
	margin: 0 5px;
	border: none;
	padding: 0px;
}
.bnr_bottom{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 120px;
	left: 0px;
	z-index: 100;
}
*html .bnr_bottom{bottom: -110px;}
.bnr_bottom img{
	margin: 0 5px;
	border: none;
	padding: 0px;
}

/* Футер */
.footer{
	background: url('../images/grad_footer.gif') repeat-x;
	margin: -299px auto 0px auto;
	height: 299px;
	min-width: 1000px;
	position: relative;
	/*z-index: 4;*/
}
*html .footer {padding-left: 1000px;}
*html .footer .outer{height: 0px;}
*html .footer .inner{margin-left: -1000px; position: relative; height: 0px;}

.footer_text{
	font: normal 11px 'Tahoma';
	color: #737373;
	position: relative;
}
.footer_text a{
	font: normal 11px 'Tahoma';
	color: #737373;
	text-decoration: none;
}
.footer_text strong{
	font-weight: normal;
}
#footer_window{
	position: absolute;
	left: 0px;
	bottom: 20px;
	border: 1px solid #56baff;
	padding: 20px;
	background: #ffffff;
	display: none;
}

.copyright{
	position: absolute;
	top: 16px;
	left: 81%;
	width: 18%;
	font: normal 11px 'Tahoma';
	color: #737373;
	line-height: 15px;
}
.made_by{
	position: absolute;
	top: 81px;
	left: 81%;
	z-index: 3;
}
.made_by a{
	font: normal 11px 'Tahoma';
	text-decoration: none;
	color: #000;
}
.made_by img{
	margin: 0px 0px 0px 3px;
	border: none;
	vertical-align: middle;
}
.bag1{
	position: absolute;
	top: 25px;
	left: 24%;
	width: 148px;
	height: 188px;
	background: url('../images/bag1.jpg') no-repeat;
	z-index: 3;
}
.legs{
	background: url('../images/legs.jpg') no-repeat center top;
	position: absolute;
	top: 2px;
	left: 0px;
	width: 98%;
	height: 112px;
	z-index: 2;
}
.bag2{
	position: absolute;
	top: 49px;
	right: 21%;
	width: 176px;
	height: 150px;
	background: url('../images/bag2.jpg') no-repeat;
}
.ratings{
	display: none;
	width: 402px;
	height: 31px;
	margin: 0px auto;
	position: relative;
	z-index: 3;
}
.ratings img{
	border: none;
	position: absolute;
	top: 180px;
	height: 31px;
}
.array_foot{
	left: 0px;
	width: 30px;
}
.spylog{
	left: 66px;
	width: 88px;
}
.rating_foot{
	left: 190px;
	width: 88px;
}
.rambler{
	left: 314px;
	width: 88px;
}
.fuel{
	width: 95%;
	border: none;
}
.fuel td{
	padding: 0px 5px 20px 5px;
	border: none;
}
.text_block .text,.text_block_orange .text{
	margin: 0px 0px 16px 0px;
	font-size: 11px;
	color: #333333;
}
.text_block .text strong{
	font-weight: normal;
}
.text_block .sect_short{
	background: #e3f1f9 url('../images/sect_t_line.gif') repeat-x !important;
}
.text_block .sect_lsb{
	background: url('../images/sect_lsb.gif');
}
.text_block .sect_ls{
	background: url('../images/sect_ls.gif');
}
.text_block_orange .sect_short{
	background: #f8c473 url('../images/sect_t_line_orange.gif') repeat-x !important;
}
.text_block_orange .sect_lsb{
	background: url('../images/sect_lsb_orange.gif');
}
.text_block_orange .sect_ls{
	background: url('../images/sect_ls_orange.gif');
}


.block_basket .sect_short{
	background: #e3f1f9 url('../images/sect_t_line.gif') repeat-x !important;
	margin-bottom: 0;
}
.block_basket .sect_lsb{
	background: url('../images/sect_lsb.gif');
}
.block_basket .sect_ls{
	background: url('../images/sect_ls.gif');
}
.block_basket .text{
	text-align: center;
}
.block_basket img{
	border: none;
	margin: 10px;
}