.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 0px 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;
}
.sort .nalichie{
	background:url(/images/v_nalich_1.png) left center no-repeat;
	margin: 0px 0px 0px 0px;
	padding:0 0 0 25px;
	width: 200px;
	float:right;
	opacity: 1;
}
.sort .nalichie2{
	background:url(/images/v_nalich_2.png) left center no-repeat;
}

/******************************************************map*/

.infotext_map {
	position:relative;
	padding: 10px;
	width: 725px;
	border-top: solid 9px #5C8194;
	height:230px;
	overflow:hidden;
	margin-left:60px;
}
.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;
}

.bestway_after_text{
	font-size: 11px;
}
/************************************************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;
}

/************************************************first_select*/
.first_select {
	background-color: #E6E6E6;
	border: 1px solid #BDBDBD;
	border-radius: 3px;
	box-shadow: 0px 0px 9px #BDBDBD;
	margin:20px 0px 0px 0px;
	/*overflow:hidden;*/
}
.first_select_new_podborka {
	text-align:center;
	margin:10px 0 400px 0;
	display: none;
}
.first_select_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;
}
.first_select_new_podborka span:hover{
	cursor: pointer;
	text-shadow: 1px 1px 1px #000;
}

.first_select .first_select_loadin {
	height:358px;
}
.first_select .first_select_loadin2 {
	height:328px;
}

/****************************catalog_left**/
.catalog_left {
	float:left;
	width:100px;
	text-align:left;
	padding:20px 0px;
}
.catalog_left ul.catalog_ul_left{
	list-style: none outside none;
	margin:0px;
	padding:0px;
	border-bottom: solid 1px #5B5B5B;
}
.catalog_left ul.catalog_ul_left li{
	width:100px;
	height:32px;
	list-style-type: none;
	margin:0px;
	padding:0px;
	cursor: pointer;
	border-top: solid 1px #5B5B5B;
	
	font-size:11px;
}
.catalog_left ul.catalog_ul_left li a{
	font-size:11px;
	text-decoration: none;
	color: #000000;
}
.catalog_left ul.catalog_ul_left li a:hover{
	color: #000000;
}
.catalog_left ul.catalog_ul_left .li2{
	width:93px;
	height:32px;
	padding:0px 0px 0px 3px;
	display:table-cell;
	vertical-align:middle;
}
.catalog_left ul.catalog_ul_left .li2:hover{
    background: -moz-linear-gradient(to right, #E7EFF3 80%, #FFFFFF 100%);
    background: -webkit-linear-gradient(to right, #E7EFF3 80%, #FFFFFF 100%);
    background: -o-linear-gradient(to right, #E7EFF3 80%, #FFFFFF 100%);
    background: linear-gradient(to right, #E7EFF3 80%, #FFFFFF 100%);
}
.catalog_left ul.catalog_ul_left .li_here{
    background: -moz-linear-gradient(to right, #D1DFE6 80%, #FFFFFF 100%);
    background: -webkit-linear-gradient(to right, #D1DFE6 80%, #FFFFFF 100%);
    background: -o-linear-gradient(to right, #D1DFE6 80%, #FFFFFF 100%);
    background: linear-gradient(to right, #D1DFE6 80%, #FFFFFF 100%);
}

.catalog_blok_vkontakte {
	border-bottom: solid 1px #5B5B5B;
	padding:10px 0px 10px 0px;
}
.catalog_blok_share2{
	padding:2px 0px;
}

/****************************catalog_right**/
.catalog_right {
	float:right;
	width:900px;
	text-align:left;
	
	font-size:11px;
}
.catalog_right a{
	font-size:11px;
}

.catalog_end {
	clear: both;
}