/*////////////////////catalog3//////////////*/
.catalog3 {
	position:relative;
	width:170px;
	height:170px;
	border:#E8E8E8 solid 2px;
	background: #FFFFFF;
	/*overflow:hidden;*/
	margin:10px 3px;
	
	border-radius:4px;
	-webkit-border-radius:4px; 
	-moz-border-radius:4px; 
	-khtml-border-radius:6px;
	
	display:-moz-inline-stack;/*Firefox 2*/
	display:inline-block; /*??????? ????????*/
	_overflow:hidden;/*IE6, IE7*/
	*zoom:1;/*???????? hasLayout ??? IE6, IE7*/
	*display:inline;/*??? hasLayout true display:inline ? IE6, IE7 ???? ???? ??? display:inline-block*/
	
	color:#000000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-family: verdana;
	font-size:9px;
}
.catalog3:hover {
	background: #F6FCFF;
}
.catalog3 .c_name{
	position:absolute;
	left:3px;
	top:5px;
	width:164px;
	height:28px;
	line-height:13px;
	
	color:#4C91B3;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
	font-family: verdana;
	text-align:center;
	font-size:10px;
}
.catalog3 a:hover .c_name{
	color:#315A6D;
}
.catalog3 .c_img{
	position:absolute;
	left:0px;
	top:49px;
	width:170px;
	height:111px;
	text-align:center;
}

.catalog3 .c_img img{
	width:165px;
	height:111px;
	border:0px;
}
.catalog3 .c_cena{
	position:absolute;
	right:5px;
	top:140px;
	width:160px;
	height:17px;
	text-align:right;

	font-weight: bold;
	font-size:14px;
	font-family: 'Arial Black', Gadget, sans-serif;
	background: url(/images/bel50.png) repeat;
}
.catalog3 .c_cena span{
	font-size:10px;
	font-weight: bold;
	font-family: Tahoma;
}

/************catalog_stroka*/
.catalog_stroka {
	position:relative;
	width:360px;
	height:50px;
	margin:6px 5px;
}
.catalog_stroka  .c_img{
	top:8px;
	width:60px;
	height:34px;
}

.catalog_stroka  .c_img img{
	width:50px;
	height:34px;
}
.catalog_stroka .c_name{
	left:65px;
	top:4px;
	width:130px;
	height:42px;
	text-align:left;
}
.catalog_stroka .c_art{
	left:202px;
	top:5px;
	width:80px;
	height:14px;
}
.catalog_stroka .c_cena{
	left:202px;
	top:25px;
	width:80px;
	height:17px;
	text-align:left;
}
.catalog_stroka .c_korzina{
	position:absolute;
	left:290px;
	top:6px;
	width:53px;
	height:37px;
	background: url(/images/korz_1.jpg) center center no-repeat;
	cursor: pointer;
	border-radius: 3px;
}
.catalog_stroka .c_korzina:hover{
	opacity: 0.8;
}

/******************************************************stranica*/

.stranica {	
	display:-moz-inline-stack;/*Firefox 2*/
	display:inline-block; /*??????? ????????*/
	_overflow:hidden;/*IE6, IE7*/
	*zoom:1;/*???????? hasLayout ??? IE6, IE7*/
	*display:inline;/*??? hasLayout true display:inline ? IE6, IE7 ???? ???? ??? display:inline-block*/

	height:30px;
	line-height:30px;

	color:#000000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-family: verdana;
	font-size:12px;	
	
	margin:0px 0px 0px 5px;
}
.stranica_nom {
	list-style: none outside none;
	margin:0px 0px 0px 40px;
	padding:0px;
	
	display:-moz-inline-stack;/*Firefox 2*/
	display:inline-block; /*??????? ????????*/
	_overflow:hidden;/*IE6, IE7*/
	*zoom:1;/*???????? hasLayout ??? IE6, IE7*/
	*display:inline;/*??? hasLayout true display:inline ? IE6, IE7 ???? ???? ??? display:inline-block*/
}
.stranica_nom  li{
	list-style-type: none;
	padding:0px 7px;
	
	display:-moz-inline-stack;/*Firefox 2*/
	display:inline-block; /*??????? ????????*/
	_overflow:hidden;/*IE6, IE7*/
	*zoom:1;/*???????? hasLayout ??? IE6, IE7*/
	*display:inline;/*??? hasLayout true display:inline ? IE6, IE7 ???? ???? ??? display:inline-block*/
	
	height:30px;
	line-height:30px;

	color:#000000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-family: verdana;
	font-size:12px;	
}

.stranica_nom  li:hover{
	text-decoration: underline;	
	cursor: pointer;
}

.stranica_nom  #tut{
	font-weight: bold;
	border-bottom: 2px solid #3E6C90;
	background:#E1EAF1;
}
.stranica_nom  #tut:hover{
	text-decoration: none;
	cursor: default;
}
/******************************************************stranica_more*/
.stranica_more {	
	height:60px;
	line-height:60px;

	color:#ED413D;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-family: verdana;
	font-size:21px;	
	text-align:center;
	
	margin:8px 0px 33px 0px;
	padding:0px;
	background:#FEF5F5;
	cursor: pointer;
}
.stranica_more span {	
	color:#BCBCBC;
}
.stranica_more:hover {
	background:#FFEEEE;
	text-decoration:underline;
}
/******************************************************sort*/
.sort {
	height:25px;
	background-color: #E6E6E6;
	border: 1px solid #BDBDBD;
	border-radius: 3px;
	box-shadow: 0px 0px 9px #BDBDBD;
	margin:20px 20px 5px 5px;
	
	overflow:hidden;
}
.sort li{
	list-style-type: none;
	cursor: pointer;
	height:25px;
	line-height:25px;
	margin: 0px 20px 0px 0px;
	padding:0 0 0 25px;
	width: 100px;
	opacity: 0.5;
	
	display:-moz-inline-stack;/*Firefox 2*/
	display:inline-block; /*??????? ????????*/
	_overflow:hidden;/*IE6, IE7*/
	*zoom:1;/*???????? hasLayout ??? IE6, IE7*/
	*display:inline;/*??? hasLayout true display:inline ? IE6, IE7 ???? ???? ??? display:inline-block*/
}
.sort #text{
	cursor: default;
	margin: 0px 45px 0px 0px;
	padding: 0px 0px 0px 10px;
	width: 100px;
}
.sort #sort_pop{
	background:url(/images/sort_rating.png) left center no-repeat;
}
.sort #sort_price{
	background:url(/images/sort_price.png) left center no-repeat;
}
.sort #sort_name{
	background:url(/images/sort_name.png) left center no-repeat;
}


/****************************glav_left**/
/****************************?????? ? style**/

.glav_left .name{
	display:inline-block;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 12px;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 14px;
	background: url(/images/open_1.jpg) left center no-repeat;
}
.glav_left .name:hover{
	background: url(/images/open_2.jpg) left center no-repeat;
}
.glav_left .name_open{
	background: url(/images/open_3.jpg) left center no-repeat;
}
.glav_left .name_open:hover{
	background: url(/images/open_4.jpg) left center no-repeat;
}
.glav_left .name font{
	border-bottom: #000000 dashed 1px;
	cursor: pointer;
}
.glav_left .name_two {
	display:inline-block;
	color:#0078FF;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-family: Tahoma;
	font-size:11px;
	border-bottom: #000000 dashed 1px;
	cursor: pointer;
	margin: 0px 0px 0px 14px;
}
.glav_left input {
	margin:0px 0px 0px 10px;
	padding:0px;
}
.glav_left label {
	color:#454545;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-family: Tahoma;
	font-size:12px;
	margin:0px 0px 0px 5px;
	padding:2px;
	cursor:pointer;
}
.glav_left label:hover{
	color:#000000;
}
.glav_left label span {
	font-size:10px;
	color:#81A3B3;
}
.glav_left .vopros {
	width:13px;
	height:13px;
	background:url(/images/vopros.jpg) center center no-repeat;
	
	display:-moz-inline-stack;/*Firefox 2*/
	display:inline-block; /*??????? ????????*/
	_overflow:hidden;/*IE6, IE7*/
	*zoom:1;/*???????? hasLayout ??? IE6, IE7*/
	*display:inline;/*??? hasLayout true display:inline ? IE6, IE7 ???? ???? ??? display:inline-block*/
	
	vertical-align: top;
	margin: 1px 0 0 6px;
}
.glav_left .podobrat {
	margin:0 auto;
	width:110px;
	height:22px;
	line-height:22px;
	text-align:center;
	background: #5499BC;

	color:#FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-family: Tahoma;
	font-size:13px;

	cursor:pointer;
}
.glav_left .podobrat:hover{
	text-shadow: 1px 1px 1px #000;
}

.glav_left #cena_1 {
	text-align:left;
	color:#8F8F8F;
	font-size:11px;
}
.glav_left #cena_2 {
	text-align:right;
	color:#8F8F8F;
	font-size:11px;
}

.glav_left .slider_cena {
	width:200px;
	text-align:center;
}
.glav_left .slider_cena input{
	width:45px;
}
.glav_left hr{
	opacity: 0.5;
}

/****************************?????????**/

.glav_left .param_min {
	text-align:left;
	color:#8F8F8F;
	font-size:11px;
}
.glav_left .param_max {
	text-align:right;
	color:#8F8F8F;
	font-size:11px;
}
.glav_left .param_slider {
	width:200px;
	text-align:center;
}

.glav_left .slider_info {
	width:200px;
	text-align:center;
}
.glav_left .slider_info input{
	width:45px;
}

/******************************************************blok_podobr*/
.blok_udobs_0{
	position:relative;
	width:220px;
	height:1px;	
}
.blok_udobs_0 .blok_udobs{
	position:absolute;
	width:142px;
	height:43px;
	line-height:43px;
	top:100px;
	left:220px;
	background:url(/images/blok_udobs.png) left center no-repeat;
	z-index: 600;
	
	display: none;
	
	text-align:center;
	color:#000000;
}
.blok_udobs_0 .blok_udobs:hover{
	text-shadow: 1px 1px 1px #fff;
	color:#747474;
}

/******************************************************map*/
.map {
	padding:30px 0 0 0;
}
.map_fixed {
	position: fixed;
	top: 50px;
}
.map .line {
	position: relative;
	display: block;
	border: 1px dashed #8A8A8A;
	height: 25px;
	line-height: 25px;
	width:200px;
	
	padding:0 0 0 7px;
	margin:4px 0;
	
	color:#5C8194;
	font-weight: bold;
	cursor: pointer;
	
	background: #EEF4F7;
    background: -moz-linear-gradient(right, #EEF4F7 0%, #FFFFFF 100%);
    background: -webkit-linear-gradient(right, #EEF4F7 0%, #FFFFFF 100%);
    background: -o-linear-gradient(right, #EEF4F7 0%, #FFFFFF 100%);
    background: linear-gradient(right, #EEF4F7 0%, #FFFFFF 100%);
}
.map .line:hover {
	background: #D6E9F2;
    background: -moz-linear-gradient(right, #EEF4F7 0%, #D6E9F2 100%);
    background: -webkit-linear-gradient(right, #EEF4F7 0%, #D6E9F2 100%);
    background: -o-linear-gradient(right, #EEF4F7 0%, #D6E9F2 100%);
    background: linear-gradient(right, #EEF4F7 0%, #D6E9F2 100%);
}
.map .line_tut {
	background: #EBC2C2;
    background: -moz-linear-gradient(right, #EBC2C2 0%, #EC9C9C 100%);
    background: -webkit-linear-gradient(right, #EBC2C2 0%, #EC9C9C 100%);
    background: -o-linear-gradient(right, #EBC2C2 0%, #EC9C9C 100%);
    background: linear-gradient(right, #EBC2C2 0%, #EC9C9C 100%);
}
.map .line_tut:hover {
	background: #EBC2C2;
    background: -moz-linear-gradient(right, #EBC2C2 0%, #EC9C9C 100%);
    background: -webkit-linear-gradient(right, #EBC2C2 0%, #EC9C9C 100%);
    background: -o-linear-gradient(right, #EBC2C2 0%, #EC9C9C 100%);
    background: linear-gradient(right, #EBC2C2 0%, #EC9C9C 100%);
}


.map .line i{
	padding: 0px;
	position: absolute;
	bottom: 50%; 
	margin-bottom: -7px;
	right:-9px;
	width: 9px;
	height: 15px;
	background: url(/images/map_str1.gif) no-repeat;
}
.map .line i.i_tut{
	background: url(/images/map_str2.gif) no-repeat;
}

.infotext_map {
	position:relative;
	padding: 10px;
	width: 725px;
	border-top: solid 9px #5C8194;
	height:230px;
	overflow:hidden;
}
.infotext_map .map_pol{
	position:absolute;
	bottom:0px;
	left:0px;
	width: 735px;
	height:25px;
	background: url(/images/map_pol.png);
	padding: 50px 10px 0 0;
	text-align:right;
	
	cursor: s-resize;
	color:#4F88A5;
	text-decoration:underline;
	font-weight: bold;
	font-size:12px;
	
	display: none;
}
.infotext_map img.map_100_100 {
	width:100px;
	height:100px;
	border:solid 1px #264C57;
	display:block; /*??????? ????????*/
	float:left;
	padding: 2px;
	margin:0 10px 10px 0;
}
.div_map_100_100 {
	clear: both;
}
.infotext_map div.map_50_50 {
	width:80px;
	height:90px;
	display:inline-block;
	text-align:center;
	margin:0 5px 0 0;
	vertical-align:top;
}
.infotext_map div.map_50_50 img{
	width:50px;
	height:50px;
	border:solid 1px #264C57;
	padding: 2px;
	margin:0;
}
.infotext_map div.map_100_100 {
	width:140px;
	height:150px;
	display:inline-block;
	text-align:center;
	margin:0 5px 0 0;
	vertical-align:top;
}
.infotext_map div.map_100_100 img{
	width:100px;
	height:100px;
	border:solid 1px #264C57;
	padding: 2px;
	margin:0;
}

.infotext_map div.map_100_100_half {
	width:340px;
	height:110px;
	display:inline-block;
	text-align:left;
	margin:0 20px 5px 0;
	vertical-align:top;
	overflow:hidden;
}
.infotext_map div.map_100_100_half img{
	width:100px;
	height:100px;
	border:solid 1px #264C57;
	display:block; /*??????? ????????*/
	float:left;
	padding: 2px;
	margin:0 10px 10px 0;
}
.infotext_map h3{
	/*color: #323232;*/
	color: #E41D1A;
	font-size: 15px;
	padding: 0px;
	margin: 10px 0;
	text-decoration: underline;
}
.infotext_map h2{
	color: #E41D1A;
}
.div_podbor {
	color: #323232;
	font-size: 15px;
	padding: 0px;
	margin: 10px 0;
	text-decoration: underline;
	font-weight: bold;
}

/************************************************bestway*/
.bestway{
	position:relative;
	width:1000px;
	height:216px;
	margin:0px 0px 10px 0px;
}
.bestway .for_h1{
	position:absolute;
	top:31px;
	left:0px;
	width: 480px;
	text-align:left;
}
.bestway .for_h1 h1{
	background-color: rgba(255, 255, 255, 0.5);
	padding:0 0 0 20px;
}
.bestway .bestway_event {
	position:absolute;
	bottom:20px;
	right:0px;
	width: 530px;
	height:184px;
}
.bestway .bestway_event .bestway_event_one{
	position:relative;
	width:110px;
	height:71px;
	text-align:center;
	
	border-radius:3px;
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	-khtml-border-radius:5px;
	
	border:#E8E8E8 solid 2px;
	margin:7px 3px 0px 3px;
	padding:4px;
	overflow: hidden;
	white-space: nowrap; /*????????? ???*/
	
	vertical-align:top;
		
	display:-moz-inline-stack;/*Firefox 2*/
	display:inline-block; /*??????? ????????*/
	_overflow:hidden;/*IE6, IE7*/
	*zoom:1;/*???????? hasLayout ??? IE6, IE7*/
	*display:inline;/*??? hasLayout true display:inline ? IE6, IE7 ???? ???? ??? display:inline-block*/
	
	color:#50618A;
	font-weight: bold;
	font-size: 9px;
}
.bestway .bestway_event .bestway_event_one:hover{
	text-decoration:underline;
}
.bestway .bestway_event .bestway_event_one .bestway_koll{
	position:absolute;
	bottom:6px;
	right:10px;
	width:100px;
	height:12px;
	line-height:12px;
	
	font-size: 9px;
	color:#8E0003;
	font-weight: bold;
	text-align:right;
}
.bestway .bestway_event .bestway_event_one .bestway_koll span{
	background-color: rgba(255, 255, 255, 0.8);
	/*background-color:#FFFFFF;*/
}
.bestway .bestway_event .bestway_event_one img {
	width:100px;
	height:54px;
	margin:3px 0 0 0;
	padding:0px;
	border-radius:3px;
	border: solid 1px #545456;
}
.bestway .bestway_event .bestway_event_one:hover img {
	opacity: 0.7;
}
.bestway .bestway_say{
	position:absolute;
	top:18px;
	left:0px;
	width:460px;
	height:198px;
	text-align:left;
	background:url(/images/bestway_grey.jpg) left top no-repeat;
	display: none;
	padding:0 0 0 10px;
}
.bestway .bestway_say .bestway_say_one{
	width:150px;
	height:140px;
	text-align:left;

	margin:20px 0px 0px 5px;
	padding:0px;
	overflow: hidden;
	white-space: nowrap; /*????????? ???*/
	
	vertical-align:top;
		
	display:-moz-inline-stack;/*Firefox 2*/
	display:inline-block; /*??????? ????????*/
	_overflow:hidden;/*IE6, IE7*/
	*zoom:1;/*???????? hasLayout ??? IE6, IE7*/
	*display:inline;/*??? hasLayout true display:inline ? IE6, IE7 ???? ???? ??? display:inline-block*/
	
	color:#50618A;
	font-weight: bold;
	font-size: 11px;
}
.bestway .bestway_say .bestway_say_one img {
	width:140px;
	height:75px;
	margin:3px 0 0 0;
	padding:0px;
	border-radius:5px;
	border: solid 1px #545456;
}
.bestway .bestway_say .bestway_say_one .bestway_need_h1 {
	width:134px;
	height:69px;
	margin:3px 0 0 0;
	padding:3px;
	border-radius:5px;
	white-space: normal;
	overflow: hidden;
	border: solid 1px #545456;
	background: #FFFFFF;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
    background: linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);

	color:#464646;
	/*font-weight: normal;*/
	font-weight: bold;
	font-size: 11px;
	text-align:left;
}
.bestway .bestway_say .bestway_say_one .h{
	color:#000000;
	font-weight: bold;
	font-size: 15px;
	line-height:20px;
	text-align:left;
	margin:0 0 11px 0;
}
.bestway .bestway_say .bestway_say_rovno{
	width:70px;
}
.bestway .bestway_say .bestway_say_rovno .b_kol{
	width:65px;
	height:75px;
	line-height:75px;
	margin:3px 0 0 0;
	overflow: hidden;
	padding:0px;
	border-radius:5px;
	border: solid 1px #545456;
	background: #FFFFFF;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
    background: linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
	
	color:#8E0003;
	font-weight: bold;
	font-size: 16px;
	text-align:center;
}

.bestway .bestway_say .bestway_say_plus{
	width:20px;
	height:120px;
	text-align:center;

	margin:90px 0px 0px 0px;
	padding:2px;
	overflow: hidden;
	white-space: nowrap; /*????????? ???*/
	
	vertical-align:top;
		
	display:-moz-inline-stack;/*Firefox 2*/
	display:inline-block; /*??????? ????????*/
	_overflow:hidden;/*IE6, IE7*/
	*zoom:1;/*???????? hasLayout ??? IE6, IE7*/
	*display:inline;/*??? hasLayout true display:inline ? IE6, IE7 ???? ???? ??? display:inline-block*/
	
	color:#000000;
	font-weight: bold;
	font-size: 16px;
}

/************************************************favorite*/
.favorite {
	background-color: #E6E6E6;
	border: 1px solid #BDBDBD;
	border-radius: 3px;
	box-shadow: 0px 0px 9px #BDBDBD;
	margin:20px 20px 0px 5px;
	overflow:hidden;	
}
.favorite_new_podborka {
	text-align:center;
	margin:10px 0 400px 0;
	display: none;
}
.favorite_new_podborka span{
	text-align:center;
	line-height:40px;
	padding:10px 30px;
	
	background: #DA4945;
    background: -moz-linear-gradient(top, #E46F6C 0%, #C83430 100%);
    background: -webkit-linear-gradient(top, #E46F6C 0%, #C83430 100%);
    background: -o-linear-gradient(top, #E46F6C 0%, #C83430 100%);
    background: linear-gradient(top, #E46F6C 0%, #C83430 100%);
	
	color:#FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-family: Tahoma;
	font-size:13px;
}
.favorite_new_podborka span:hover{
	cursor: pointer;
	text-shadow: 1px 1px 1px #000;
}