body{
	margin: 0px;
	padding: 0px;
	background-color: #0b0b0b;
}
img{
	border: none;
}
h1{
	margin: 0px;
	font-size: 24px;
}
h2{
	margin: 3px;
	font-size: 22px;
}
#cont-bg{
	width: 1024px;
	height: 768px;
	background: url(../images/mushrooms/bg.jpg) no-repeat left top;
	margin: 0px auto;
	position: relative;
}
#cont-bg-details{
	width: 1024px;
	height: 768px;
	margin: 0px auto;
	position: relative;
}
.f_l{
	float: left;
}
.clear{
	clear: both;
}
#filter a.hoved, #filter a.hoved-sel{
	text-decoration: none;
	color: #762701;
	font-size: 16px;
	display: block;
	padding-left: 15px;
}
#filter a.hoved:hover, #filter a.hoved-sel{
	color: #f2db19;
	background: url(../images/mushrooms/tick.png) no-repeat left center;
}

#filter{
	background: url(../images/mushrooms/filter.png) no-repeat 30px 0px;
	float: right;
	padding-top: 30px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 315px;
	z-index: 100;
}
#filter-places, #filter-seasons, #filter-colors{
	margin: 5px;
	float: left;
}

#growth{
	display: block;
	background: url(../images/mushrooms/growth.png) no-repeat 20px;
	padding-top: 43px;
	cursor: pointer;
}
#season{
	display: block;
	background: url(../images/mushrooms/season.png) no-repeat 20px;
	padding-top: 43px;
	cursor: pointer;
}

#filter div.b-top, #mr-signs div.b-top{
	background: url(../images/mushrooms/top_box.png) no-repeat left top;
	width: 298px;
	padding-top: 8px;
}
#filter div.b-bottom, #mr-signs div.b-bottom{
	background: url(../images/mushrooms/bottom_box.png) no-repeat left bottom;
	width: 298px;
	padding-bottom: 8px;
}
#filter div.b-center, #mr-signs div.b-center{
	background: url(../images/mushrooms/center_box.png) repeat-y;
	width: 298px;
	padding: 5px;
}


#filter-colors a{
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #c3c3c3;
	margin: 5px;
}
#filter-colors a.f-all{
	width: 290px;
	border: 0px;
}

#filter-colors #color{
	display: block;
	background: url(../images/mushrooms/color.png) no-repeat 10px;
	padding-top: 43px;
	cursor: pointer;
	margin: 0px;
	height: 5px;
}

.pls{
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 22;
}
#place-1, #place-2, #place-3, #place-4, #place-5, #place-6{
	display: block;
}

#place-1{
	background: url(../images/mushrooms/1.png) no-repeat;
	left: 5px;
	top: 591px;
}
#place-2{
	background: url(../images/mushrooms/2.png) no-repeat;
	left: 96px;
	top: 471px;
}
#place-3{
	background: url(../images/mushrooms/3.png) no-repeat;
	left: 356px;
	top: 348px;
}
#place-4{
	display: block;
	background: url(../images/mushrooms/magnifier.png) no-repeat;
	position: absolute;
	left: 356px;
	top: 448px;
	z-index: 22;
	width: 312px;
	height: 310px;
}
#place-5{
	background: url(../images/mushrooms/4.png) no-repeat;
	left: 739px;
	top: 357px;
}
#place-6{
	background: url(../images/mushrooms/5.png) no-repeat;
	left: 886px;
	top: 387px;
}
#place-7{
	background: url(../images/mushrooms/6.png) no-repeat;
	left: 801px;
	top: 481px;
}

#mushrooms div{
	display: block;
	position: absolute;
	z-index: 21;
}
#mr-1{
	width: 100px;
	height: 100px;
	left: 5px;
	top: 591px;
}
#mr-2{
	width: 100px;
	height: 100px;
	left: 96px;
	top: 471px;
}
#mr-3{
	width: 100px;
	height: 100px;
	left: 356px;
	top: 348px;
}
#mr-4{
	width: 312px;
	height: 310px;
	left: 356px;
	top: 448px;
}
#mr-5{
	width: 100px;
	height: 100px;
	left: 739px;
	top: 357px;
}
#mr-6{
	width: 100px;
	height: 100px;
	left: 886px;
	top: 387px;
}
#mr-7{
	width: 100px;
	height: 100px;
	left: 801px;
	top: 481px;
}


.arrow-left-disabled{
	cursor: not-allowed;
	background: url(../images/mushrooms/ln_pointer.png) no-repeat;
}
.arrow-right-disabled{
	cursor: not-allowed;
	background: url(../images/mushrooms/rn_pointer.png) no-repeat;
}
.arrow-left-allowed{
	cursor: pointer;
	background: url(../images/mushrooms/l_pointer.png) no-repeat;
}
.arrow-right-allowed{
	cursor: pointer;
	background: url(../images/mushrooms/r_pointer.png) no-repeat;
}
.arrow-left-allowed:hover{
	background: url(../images/mushrooms/l_pointer_h.png) no-repeat;
}
.arrow-right-allowed:hover{
	background: url(../images/mushrooms/r_pointer_h.png) no-repeat;
}
#arrow-left{
	display: block;
	position: absolute;
	left: 279px;
	top: 446px;
	width: 100px;
	height: 87px;
}
#arrow-right{
	display: block;
	position: absolute;
	left: 649px;
	top: 446px;
	width: 100px;
	height: 87px;
}
#mr-filters{
	height: 26px;
	position: absolute;
	right: 13px;
	top: 594px;
	width: 300px;
}
#mr-filters a{
	display: block;
	height: 20px;
	float: left;
	background: url(../images/mushrooms/close.png) no-repeat right center;
	padding-right: 10px;
	min-width: 30px;
	margin-right: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
#mr-filters a:hover{
	background: url(../images/mushrooms/close_h.png) no-repeat right center;
}
#mr-filters a div{
	width: 30px;
	height: 14px;
	margin: 3px;
}
#mr-signs{
	position: absolute;
	top: 650px;
	right: 20px;
}
#mr-signs #signs-place{
	background: url(../images/mushrooms/note.png) no-repeat 50px 0px;
	padding-top: 30px;
	color: #762701;
	font-weight: bold;
	font-size: 16px;
}
.blue-border-box{
	border: 1px solid #d2e1f1;
	margin: 10px;
	padding: 10px;
}
.details-top{
	float: left;
	width: 678px;
}
.details-top div{
	margin-bottom: 10px;
}
.details-center img{
	margin-right: 14px;
}
.cl-gr{
	display: block;
	width: 15px;
	height: 15px;
	float: left;
	margin: 4px;
}
#mushrooms div.m-tip{
	background: url(../images/mushrooms/tip.png) no-repeat left top;
	width: 170px;
	height: 120px;
	color: #000;
	font-size: 12px;
	position: absolute;
	left: 119px;
	top: -126px;
	z-index: 1000;
}

#mushrooms #mr-4 div.m-tip{
	background: url(../images/mushrooms/tip_c.png) no-repeat left top;
}
#mushrooms #mr-6 div.m-tip{
	background: url(../images/mushrooms/tip_l.png) no-repeat left top;
}
#mushrooms #mr-7 div.m-tip{
	background: url(../images/mushrooms/tip_l2.png) no-repeat left top;
}
#mushrooms div.m-tip p{
	padding: 15px 30px;
}
div.m-tip .blue{
	background-color: #5166e1;
	color: #fff;
	font-size: bold;
	padding: 2px;
}
div.m-tip .green{
	background-color: #2dd231;
	color: #fff;
	font-size: bold;
	padding: 2px;
}
div.m-tip .yellow{
	background-color: #eef536;
	color: #fff;
	font-size: bold;
	padding: 2px;
}
div.m-tip .red{
	background-color: #f72f0e;
	color: #fff;
	font-size: bold;
	padding: 2px;
}
#mr-1 div.m-tip{
	top: -118px;
	left: -75px;
}
#mr-2 div.m-tip{
	top: -118px;
	left: -75px;
}
#mr-3 div.m-tip{
	top: -118px;
	left: -75px;
}
#mr-5 div.m-tip{
	top: -118px;
	left: -75px;
}
#mr-6 div.m-tip{
	top: -118px;
	left: 18px;
}
#mr-7 div.m-tip{
	top: 11px;
	left: 100px;
}
#mobile ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#mobile ul li{
	clear: both;
	height: 50px;
}
#mobile ul li div.img{
	width: 45px;
	float: left;
}

#mobile ul li div.descr{
	float: left;
}

#mobile{
	color: #fff;
	font-size: 12px;
}
#mobile h1{
	font-size: 140%;
}
#mobile h2{
	font-size: 120%;
}
#mobile h2{
	font-size: 110%;
}
#mobile ul{
	list-style-type: none;
	padding: 0px;
}
#mobile h3{
	margin: 0px;
	font-size: 100%;
}
#mobile p{
	margin: 0px;
	font-size: 80%;
}
#mobile img{
	margin-right: 3px;
}

.field{
	width: 100px;
	height: 20px;
	padding: 3px;
}
select.field{
	height: 25px;
	width: 108px;
}
#mobile table td{
	vertical-align: top;
}
#mobile .btn{
	font-size: 160%;
	padding: 4px;
	width: 100px;
}
.index-description{
	color:#FFFFFF;
	float:left;
	width:401px;
}
.f_r{
	float: right;
}
