﻿body{
	margin:0;
	background:#fff url("../images/body.gif") repeat-x;
	font:12px Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
}
form,
fieldset{
	margin:0;
	padding:0;
	display:inline;
	border:none;
}
img{border:none;}
a{
	color:#018aca;
	text-decoration:underline;
}
a:hover{text-decoration:none;}
/* main */
#main{
	width:100%;
	min-height:700px;
	background:url(../images/main.jpg) no-repeat 50% 0;
}
* html #main{height:700px;}
.main-holder{
	width:935px;
	margin:0 auto;
}
/* header */
#header{
	overflow:hidden;
	width:100%;
	background:url(../images/breadcrumbs.gif) no-repeat 0 100%;
	padding:0 0 12px;
}
.header-holder{
	overflow:hidden;
	padding:13px 0 20px 18px;
}
* html .header-holder{
	overflow:visible;
	height:1%;
}
/* logo */
.logo{
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/logo.gif);
	width:86px;
	height:91px;
	margin:17px 26px 0 0;
}
.logo a{
	display:block;
	height:100%;
}
/* user-section */
.user-section{
	float:left;
	width:460px;
}
.user-nav{
	margin:0 0 0 -4px;
	padding:0 0 18px 2px;
	list-style:none;
	overflow:hidden;
}
* html .user-nav{
	overflow:visible;
	height:1%;
}
.user-nav li{
	float:left;
	margin:0 10px 0 0;
}
.user-nav a{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:30px;
	height:26px;
}
.user-nav .home{background:url(../images/ico-home.gif) no-repeat;}
.user-nav .email{
	background:url(../images/ico-email.gif) no-repeat;
	margin-right:1px;
}
.user-nav .site-map{background:url(../images/ico-site-map.gif) no-repeat;}
.logo-text{
	font:bold 16px/19px Tahoma, Arial, Helvetica, sans-serif;
	color:#007db6;
	display:block;
	margin:0 0 10px;
}
.slogan{
	color:#aaa;
	font:13px/16px Tahoma, Arial, Helvetica, sans-serif;
}
/* search-section */
.search-section{
	float:right;
	width:315px;
}
.search,
.search fieldset{float:left;}
.search{padding:0 0 22px;}
.search label{
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/search-label.gif);
	width:30px;
	height:26px;
	margin:1px 5px 0 0;
}
.search .search-field{
	float:left;
	background:url(../images/search-field.gif) no-repeat;
	width:200px;
	height:26px;
	margin:0 6px 0 0;
}
.search .search-field input{
	border:0;
	background:none;
	float:left;
	font:12px Arial, Helvetica, sans-serif;
	margin:0;
	padding:5px 4px;
	width:192px;
	height:16px;
	outline:none;
}
.search .btn-search{
	float:left;
	border:0;
	margin:0;
	padding:0;
	cursor:pointer;
	background:url(../images/btn-search.gif) no-repeat;
	width:70px;
	height:26px;
}
.info{
	float:left;
	padding:0 0 0 36px;
	font:12px/16px Tahoma, Arial, Helvetica, sans-serif;
	color:#aaa;
}
.info address{font:12px/16px Tahoma, Arial, Helvetica, sans-serif;}
.info dl{
	margin:0;
	overflow:hidden;
}
* html .info dl{
	overflow:visible;
	height:1%;
}
.info dl dt{
	float:left;
	margin:0 4px 0 0;
}
* html .info dl dt{margin-right:1px;}
.info dl dd{margin:0;}
/* navigation */
#navigation{
	margin:0;
	padding:3px 9px 0;
	list-style:none;
	background:url(../images/navigation.gif) no-repeat;
	width:917px;
	height:34px;
	color:#fff;
	overflow:hidden;
}
#navigation li{
	float:left;
	display:inline;
}
#navigation li.sep {
    background: url("../images/sep-navigation.gif") no-repeat scroll 50% 0 transparent;
    margin-top: 11px !important;
    width: 3px;
}

#navigation li:first-child{background:none;}
#navigation a{
	color:#fff;
	float:left;
	height:34px;
	margin:0 -1px;
	font:15px/28px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#navigation a:hover,
#navigation .active a{
	color:#0067a4;
	position:relative;
	background:url(../images/navigation-hover.gif) no-repeat;
}
#navigation span{
	float:left;
	height:34px;
	padding:0 28px;
	cursor:pointer;
}
#navigation a:hover span,
#navigation .active span{background:url(../images/navigation-hover.gif) no-repeat 100% 100%;}
/* content */
#content{
	width:100%;
	padding:0 0 25px;
}
.content-holder{width:100%;}
#content:after,
.content-holder:after{
	content:"";
	display:block;
	clear:both;
}
/* breadcrumbs */
.breadcrumbs{
	overflow:hidden;
	margin:-10px 0 0;
/*	padding:6px 5px 9px;	*/
	padding:6px 19px 9px;
	list-style:none;
	background:url(../images/breadcrumbs.gif) no-repeat 0 100%;
	color:#666;
	line-height:14px;
	position:relative;
}
* html .breadcrumbs{
	height:1%;
	overflow:visible;
}
.breadcrumbs a{
	color:#666;
/*	text-decoration:none;	*/
	text-decoration:underline;
}
.breadcrumbs a:hover{
/*	text-decoration:underline;	*/
	text-decoration:none;
}
.breadcrumbs li{
/*	float:left;
	padding:0 9px 0 14px;
	background:url(../images/breadcrumbs-arrow.gif) no-repeat 0 5px;	*/
	display: inline;
	padding:0 14px 0 9px;
	background:url(../images/breadcrumbs-arrow.gif) no-repeat right 5px;
}

.breadcrumbs li:first-child, .breadcrumbs li.first_child{
/*	background:none;	*/
	padding:0 14px 0 0px;
}
.breadcrumbs li.last_child{
	background:none;
}
/* main-content */
#main-content{
	float:right;
	width:632px;
	padding:18px 19px 0 0;
	min-height:350px;
}
#main-content h1,
div.map-content h2{
	margin:0 -2px 16px;
	color:#333;
	font:25px/30px Tahoma, Arial, Helvetica, sans-serif;
}
div.map-content h2 {padding-top:18px;padding-left:18px}
#main-content h2{
	margin:0 -2px 9px;
	color:#333;
	font:22px/24px Tahoma, Arial, Helvetica, sans-serif;
}
#main-content h2{
	margin:0 -2px 9px;
	color:#333;
	font:17px/20px Tahoma, Arial, Helvetica, sans-serif;
}
#main-content p{
	margin:0 0 18px;
	color:#333;
	font:12px/15px Tahoma, Arial, Helvetica, sans-serif;
}
/* item-section */
.item-section{
	width:100%;
	padding:21px 0;
}
.item-section:after{
	content:"";
	display:block;
	clear:both;
}
/* list */
.list{
	margin:0;
	padding:0 0 22px;
	overflow:hidden;
	height:1%;
}
.list li{
	height:1%;
	overflow:hidden;
	vertical-align:top;
	list-style:none;
	line-height:18px;
}
/* item */
.item{
	margin:0 -20px 0 0;
	padding:0;
	overflow:hidden;
	width:654px;
	position:relative;
}
.item li{
	display:inline-block;
	width:198px;
	vertical-align:top;
	list-style:none;
	margin:0 16px 25px 0;
	text-align:center;
	line-height:15px;
}
* html .item li{
	display:inline;
	margin:0 19px 25px 0;
}
* +html .item li{
	display:inline;
	margin:0 19px 25px 0;
}
.item img{
	display:block;
	margin:0 auto;
}
.item .place{
	width:196px;
	height:101px;
	overflow:hidden;
	display:table;
}

.item .holder{
	display:table-cell;
	vertical-align:middle;
}
.item a{color:#555;}
/* sidebar */
#sidebar{
	float:left;
	width:259px;
	padding:18px 0 0 1px;
	overflow:hidden
}
/* attention */
.attention{
	overflow:hidden;
	background:#e1efa4 url(../images/attention.gif) no-repeat;
	width:259px;
	font:12px/15px Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
	text-align:left
/*	margin:0 0 25px;	*/
}
.attention-grey{
	overflow:hidden;
	background:#DFDFDF url(../images/attention-grey.gif) no-repeat;
	width:259px;
	font:12px/15px Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
	text-align:left
}

.attention .frame{
	background:url(../images/attention.gif) no-repeat 100% 100%;
	width:230px;
	padding:9px 10px 16px 19px;
}
.attention-grey .frame{
	background:url(../images/attention-grey.gif) no-repeat 100% 100%;
	width:230px;
	padding:9px 10px 16px 19px;
}

.attention h3{
	margin:0 -1px 10px;
	color:#555;
	font:bold 17px/20px Tahoma, Arial, Helvetica, sans-serif;
}
.attention p{margin:0 0 3px;}
.attention ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:100%;
}
.attention ul li{
	overflow:hidden;
	width:100%;
	padding:0 0 3px;
	vertical-align:top;
}
/* news */
.news{
	overflow:hidden;
	padding:5px 5px 15px 5px;
}
.news .img{
            margin: 10px 0 0;     
}
.img img {
            border: 1px solid #9B9B9B;
            width:245px;
}
* html .news{
	height:1%;
	overflow:visible;
}
.news h3{
	margin:0 0 6px;
	color:#333;
	font-size:22px;
	line-height:26px;
	font-weight:normal;
}
.news ul{
	margin:0 1px -5px;
	padding:0;
	overflow:hidden;
}
.news ul li{
	overflow:hidden;
	vertical-align:top;
	height:1%;
	line-height:14px;
	margin:0 0 20px;
}
.news ul p{margin:0;}
.news ul .date{
	color:#9b9b9b;
	font-size:11px;
	display:block;
	margin:0 0 4px;
}
/* item-list */
.item-list{
	margin:0;
	padding:6px 6px 22px;
	overflow:hidden;
	height:1%;
}
.item-list li{
	height:1%;
	overflow:hidden;
	vertical-align:top;
	list-style:none;
	padding:0 0 5px 11px;
	line-height:15px;
	background:url(../images/item-list-arrow.gif) no-repeat 0 6px;
}
.item-list li.active, .item-list li:hover{
	background:url(../images/item-list-arrow-green.gif) no-repeat 0 6px;
}
.item-list li.active a, .item-list li a:hover{
	color: #93b500;
}
/* calendar-section */
.calendar-section{
	overflow:hidden;
	width:259px;
	margin:-3px 0 20px;
	background:url(../images/calendar-section.gif) repeat-y -259px 100%;
}
.calendar-holder{
	overflow:hidden;
	width:100%;
	background:url(../images/calendar-section.gif) no-repeat;
}
.calendar-frame{
	overflow:hidden;
	width:215px;
	padding:12px 22px;
	background:url(../images/calendar-section.gif) no-repeat 100% 100%;
}
.calendar-frame .select-hold{
	overflow:hidden;
	width:103%;
	margin:0 -10px 0 0;
	padding:0 0 4px;
}
.calendar-frame .select-hold select{
	float:left;
	color:#000;
	height:19px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	margin:1px 5px 0 0;
	padding:0;
}
.calendar-frame .select-hold .month{width:91px}
.calendar-frame .select-hold .year{width:75px}
.calendar-frame .select-hold .btn{float:left;}
/* calendar */
.calendar{
	overflow:hidden;
	width:219px;
	margin:0 -2px;
}
.calendar table{
	width:100%;
	margin:0;
	padding:0;
	border-collapse:collapse;
}
.calendar table td{
	width:29px;
	height:21px;
	padding:0;
	color:#555;
	font-size:11px;
	line-height:20px;
	text-align:center;
	background:#f3f2f2;
	border:2px solid #fff;
}
.calendar table thead td{
	font-weight:bold;
	padding-bottom:2px;
	background:none !important;
}
.calendar table td a{
	display:block;
	width:29px;
	height:21px;
	overflow:hidden;
	color:#2b2c2c;
	text-decoration:underline;
}
.calendar table td.mark{background:#f9f9f9;}
.calendar table a.event{
	font-weight:bold !important;
	text-decoration:underline !important;
	color:#0093d0;
}
.calendar table .day-off{
	color:#93b500;
	background:#f1f5e1;
}
.calendar table .day-off a{
	color:#93b500 !important;
	font-weight:normal;
}
.calendar table a:hover,
.calendar table .active{
	font-weight:bold !important;
	background:#ccc !important;
	color:#2b2c2c !important;
}
.calendar table .day-off a:hover{background:none;}
/* pager */
.pager{
	margin:20px 0;
	padding:0;
	overflow:hidden;
}
* html .pager{
	height:1%;
	overflow:visible;
}
.pager li{
	float:left;
	list-style:none;
	padding:0 14px 0 0;
	font:bold 16px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}
.pager a{
	font-size:14px;
	font-weight:normal;
	color:#018aca;
}
.pager .first,
.pager .last,
.pager .prev,
.pager .next{
	font-weight:normal;
	padding:0 23px 0 0;
	color:#93b500;
	font-size:12px;
}
.pager .next{padding-left:9px;}
.pager .first a,
.pager .last a,
.pager .prev a,
.pager .next a{
	color:#93b500;
	font-size:12px;
}
/* footer */
#footer{
	overflow:hidden;
	width:100%;
}
.footer-navigation{
	margin:0 0 12px;
	padding:15px 0 0;
	list-style:none;
	background:url(../images/footer-navigation.gif) no-repeat;
	width:935px;
	height:31px;
	overflow:hidden;
	font:11px/14px Tahoma, Arial, Helvetica, sans-serif;
	text-align:center;
}
.footer-navigation li{
	display:inline;
	padding:0 30px;
	background:url(../images/sep-footer-navigation.gif) no-repeat 0 3px;
}
.footer-navigation li:first-child{background:none;}
.footer-navigation a{
	color:#666;
	text-decoration:none;
}
.footer-navigation a:hover{text-decoration:underline;}
.footer-holder{
	overflow:hidden;
/*	padding:10px 18px 20px 19px;	*/
	padding:10px 18px 0px 19px;
	font:11px/14px Tahoma, Arial, Helvetica, sans-serif;
	color:#666;
}
* html footer-holder{
	overflow:visible;
	height:1%;
}
.license{
	float:right;
/*	width:450px;	*/
	width:50%;
	text-align:right;
}
.license p{margin:0 0 14px;}
#footer address{font-style:normal;}
#footer dl{
	margin:0;
	overflow:hidden;
}
* html #footer dl{
	overflow:visible;
	height:1%;
}
#footer dl dt{
	float:left;
	margin:0 3px 0 0;
}
* html #footer dl dt{margin-right:0;}
#footer dl dd{margin:0;}
.text_image {
	float:left;
	margin:4px 15px 15px 0;
}

/* 
  map
*/

div.map-content {
	color: #333333;
	width: 100%;
	float: left;
}


.map-content div {
	width: 364px;	
	float: left;
}

div#map-content_left{
	margin: 0 115px 0 19px;
}

div.map-content ul {
	padding-left: 0px;
	list-style-image: url(images/item-list-arrow.gif);
	list-style-type: none;
	margin: 10px 0 0 0;
}

div.map-content ul li {
	margin: 0 0 54px 0;
	background: url(../images/item-list-arrow.gif) no-repeat 0 5px;
	padding-left: 10px;
}

div.map-content ul li a {
	color: #018aca;
}

div.map-content ul li ul{
	margin: 8px 0 0 0;
}

div.map-content ul li ul li {
	margin: 6px 0 4px 0;
	background: none;
	padding-left: 0;
}

div.map-content ul li ul li a {
	color: #555555;
}

div.map-content ul li ul li ul {
/*	padding-left: 30px;	*/
/*	margin: 8px 0 24px 0;	*/
	margin:8px 0;
	padding-left:30px;
}

div.map-content ul li ul li ul li {
	margin: 0 0 6px 0;
}

div.map-content ul li ul li ul li a {
	color: #888888;
}

/* 
  price
*/

#main-price {
	float: right;
	width: 651px;	
	padding: 18px 0 0 0;	
	
}

#main-price p {
	color: #777;
	margin-top: 16px;
}

#main-price h1 {
	font:22px/24px Tahoma,Arial,Helvetica,sans-serif;
	margin:3px -2px 9px;
}

#main-price h3 {
	margin: 21px 0 12px 0;
}


#main-price table {
	width: 100%;
	margin-bottom: 20px;
	font: 12px/15px Tahoma,Arial,Helvetica,sans-serif;	

}

#main-price table th {
	background-color: #eeeeed;
	height: 29px;
	color: #999999;
	text-align: left;
	font-weight: normal;
}

#main-price table td {
	padding-top: 14px;
	padding-bottom: 18px;
	vertical-align: top;
	border-bottom: 1px #e7e7e7 solid;	
}


.name {
	width: 166px;
	padding: 0 35px 0 7px;				
}

.description {
	width: 302px;	
	padding: 0 34px 0 0;		
}
.place-link {
	border:1px solid #dedbd5;
	display:block;
	cursor:pointer;
	margin-bottom:4px;
}
.place-link:hover {
	border: 1px solid #018ACA
}
.allCatLink {
	margin-bottom:25px;
	text-align:right;
}
.product-table {
	width: 100%;
}
.product-table td {
	vertical-align:top;
	padding:0 20px 0 0;
}
.product-table td h4 {
	margin:0 0 10px;
	font-size:17px;
	font-weight:normal
}
.product-table td img {
	max-width:300px
}
.product-abil {margin-top:15px}
.product-price {margin:15px 0}
.category-text {margin:0 0 15px}

.banner {
	margin:0 0 20px;
	text-align:center
}

/*advert & logo*/
.advert {
	border-top:1px solid #ECECEC;
	padding:15px 0;
	position:relative;
	color:#777;
	font-size:11px;
	width:98%;
	margin:0 1%
	
}
.adv-link {
	position:absolute;
	top:-5px;left:0
}
.advert a {
	text-decoration:underline;
	color:#777;
}
.advert a:hover {
	text-decoration:none
}
.product-descr {
	margin-top:-4px
}
#main-content h3 {
	font-size:17px;
	font-weight:normal;
	padding-top: 7px;
}

#footer .inform{
	float:right;
	text-align:right;
	margin: 10px 0;
}
#footer .inform div{
	overflow:hidden;
/*	padding:10px 0 0;	*/
	line-height:14px;
}
#footer .framework{
	background:url(../images/ico11.gif) no-repeat 100% 0;
	overflow:hidden;
	display:inline-block;
	padding:0 31px 0 0;
}

#footer .address {
	float: left;
	width: 50%;
}
#footer .copyright {
	float: left;
	width: 50%;
	margin: 10px 0;
}
/* ====================== NEW SEARCH =================================== */
/* search-section */
#main-content .search-section{
	overflow:hidden;
	width:100%;
	height:32px;
	position:relative;
/*	margin:-8px 0px 20px 0px;	*/
	padding:10px 5px 0 15px;
	background:url(../images/search-section_2.gif) no-repeat;

	float:left;
	margin:0 0 20px -10px;
}
#main-content .search-section label{
	float:left;
	color:#888;
	font-size:14px;
	line-height:20px;
	margin:0 15px 0 0;
}
#main-content .search-section .search-field{
	float:left;
	width:400px;
	height:20px;
	margin:0 6px 0 0;
	padding:2px 7px;
	background:url(../images/search-field_2.gif) no-repeat;
}
#main-content .search-section .search-field input{
	float:left;
	width:395px;
	padding:0;
	margin:0;
	border:0;
	color:#888;
	font:14px Tahoma, Arial, Helvetica, sans-serif;
}
#main-content .search-section .btn{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	float:left;
		width:70px;
		height:26px;
		color:#fff;
		cursor:pointer;
		padding:0 0 4px;
		text-align:center;
		vertical-align:top;
		font:bold 12px/22px Tahoma, Arial, Helvetica, sans-serif;
	background:url(../images/btn-search.gif) no-repeat;
}

/* result */
.result{
	width:100%;
	padding:0 0 35px;
}
#content .result h2,
#content h2.search-error{
	margin:0 0 28px;
	color:#010101;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	line-height:18px;
	text-transform:none;
}
#content h2.search-error {color:#018ACA;}
#content .result h2 strong{color:#018ACA;}

/* i-list */
.i-list{
	margin:0;
	padding:0 0 0 4px;
	overflow:hidden;
}
.i-list li{
	overflow:hidden;
	width:100%;
	vertical-align:top;
	padding:0 0 19px;
	list-style:none;
}
.forum-box .i-list li, .forum-box .i-list {zoom:1}

.i-list li .img-area {
	width:55px;height:55px;
	overflow:hidden;
	float:left;
	margin:3px 12px 0 0;
}
.i-list li .img-area img {max-width:55px;text-align:left}
* html .i-list img{margin-right:9px;}
.i-list .i-list-hold{overflow:hidden;}
* html .i-list .i-list-hold {
	overflow:visible;
	height:1%;
}
.i-list .time{
	overflow:hidden;
	color:#000;
	font-size:10px;
	line-height:14px;
	padding:0 0 2px;
}
.i-list .time span{margin-right:3px;}
.i-list p{
	margin:0 0 6px;
	font-size:12px;
	line-height:16px;
}
.i-list p a{
	font-size:14px;
	font-weight:bold;
}
.video-list dl,
.i-list dl{
	margin:0;
	padding:0;
	color:#000;
	font-size:10px;
	line-height:14px;
	overflow:hidden;
}
.video-list dl dt,
.i-list dl dt{display:inline;}
.video-list dl dd,
.i-list dl dd{
	display:inline;
	margin:0 9px 0 0;
	color:#c30;
}

.all-search li {
  padding-top:10px
}
.all-search li .category {
  margin-top:-10px
}

body .i-list .mark,
body .gallery-list .mark,
.result .mark,
c0,c1,c2,c3,c4,c5,c6,c7,c8,c9,c10{
	background:#fff69e;
	display:inline
}

 #yafheader #navigation {
    width: 100%;
}

#yafheader #navigation span {
    padding: 0 20px;
}

#forum .breadcrumbs {
	overflow:hidden;
	margin:-10px 0 0;
/*	padding:6px 5px 9px;	*/
	padding:6px 25px 9px;
	list-style:none;
	background: none;
	color:#666;
	line-height:14px;
	position:relative;
}
