
* {
	padding: 0; margin: 0;
}

html, body {
	height: 100%;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	min-width: 996px;
	font-size: 0.8em;
}

h1, #main_logo .logo_title{
	font-family: Georgia, Sylfaen, Times, "Times New Roman", serif;
	font-size: 2em;
	font-style: italic;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
h1{
	margin-bottom: 0.3em;
	line-height: 1.2em;
}
h2{
	font-size: 1.3em;
	font-weight: normal;
	color: #999;
	padding: 0;
	margin: 0;
	margin-top: 1.3em;
	margin-bottom: .5em;
	font-family:"Trebuchet MS", Arial;
	font-style:italic;
}

h3{
	font-size: 1.1em;
	color: #444;
	padding: 0;
	margin: 0;
	margin-top: 1.3em;
	margin-bottom: .5em;
	font-family: Arial;
}

p {
	margin: 0.7em 0;
	text-indent: 0em;
}

#reviews p, .review p, .comment p{
	text-indent: 0em;
	margin: 0.8em 0;
}



a img{
	border: none;
}
span.ajax,
a.ajax{
	color: blue;
	text-decoration: none;
	border-bottom: 1px dashed blue;
	cursor: pointer;
}
.small{
	font-size: 0.8em;
}
.gray{
	color: #777;
}


input.button,
input.bigbutton{
	background: url('/spics/buttons.gif') repeat-x 0 0;
	height: 37px;
	border: 1px solid #cbcbcb;
	font-size: 19px;
	line-height: 19px;
	text-shadow: 1px 1px #fff;
	padding: 3px 1.5em;
	cursor: pointer;
	color: #333333;
}

input[disabled]{
	color: #cbcbcb;
	cursor: auto;
}

input.button{
	background-position: ;
}


a.button{
	color: #333333;
	text-shadow: 1px 1px #fff;
	text-decoration: none;
	border: 1px solid #cbcbcb;
	height: 15px;
	line-height: 15px;
	padding: 4px 0;
}
a.button b{
	font-size:1px;
	margin:0 0px 0 0px;
	overflow:hidden;
	background-color: #cbcbcb;
	height:1px;
	width:100%;
}
a.button span{
	background: url('/spics/buttons.gif') repeat-x 0 -35px;
	font-size: 12px;
	line-height: 15px;
	padding: 3px 1.5em;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	
	height: 15px;
	overflow: hidden;
}

a.button:hover{
	color: #ff0000;
}

#layout{
	min-height: 100%;
}
#header{
	border-bottom: 1px solid #f3f3f3;
	width: 100%;
	clear: both;
	
	-background: url('/spics/hbg.gif') repeat-x left bottom;
	
	background-color: #f5f5f5;
}

.header, #main, .head_stripe{
	padding: 0 7%;
	padding-left: 8.6%;
	padding-right: 5.4%;
	min-width: 870px;
	min-width: 857px;
}
.header{
	border-bottom: 1px solid #ccc;
}
#main, .head_stripe{
	max-width: 1400px;
	line-height: 1.5em;
	
	
}
#main_logo{
	
	float: left;
	
	margin-bottom: .4em;
	
	text-shadow: 1px 1px 0 #fff;
}

#main_logo .logo_title{
	color: #ff9000;
	width: 7em;
	margin-top: .3em;
}

#main_logo .logo_descript{
	font-style: italic;
	text-align: justify;
	color: #B7A087;
	font-size: 0.8em;
	letter-spacing: 0.25em;
}

#main_logo a{
	color: #ff9000;
	text-decoration: none;
}

#righttop{
	font-size: .9em;
	margin-top: 1.5em;
	float: right;
}
#righttop img{
	margin-left: 1em;
}
#head_menu{
	margin: 0;
	padding: 0;
	float: left;
	margin-top: 1.5em;
}
#head_menu li{
	list-style-type: none;
	margin-right: 1.5em;
	padding: 0;
	float: left;
}
#head_menu li a{
	text-decoration: none;
}
#head_menu li a:hover{
	text-decoration: underline;
}

.head_stripe{
	border-top: 1px solid #f3f3f3;
	height: 2.7em;
	line-height: 2.7em;
	font-size: .9em;
	color: #777;
	position: relative;
	overflow: hidden;
	
	
	border-bottom: 1px solid #ccc;
	
	text-shadow:0px 1px 0 #fff;
}

.search form{
	margin: 0;
	padding: 0;
	font-size: 1em;
}

/*
.search input {
	background:#FFFFFF url(../spics/search.gif) no-repeat scroll 100% 50%;
	border:1px solid #CCCCCC;
	color:#777777;
	font-size:1em;
	height:1.2em;
	padding:0.3em 27px 0.3em 0.3em;
	width:90%;
}
*/
/* Фон элементов шапрки */
.head_stripe .search,
#head_search_subm {
	background-image:url('../spics/header_stripes.gif');
}

/* Поиск в шапке */
.head_stripe .search{
	position: absolute;
	margin-top: 0.35em;
	//margin-top: -0.3em;
	right: 5.4%;
	text-align: right;
	width: 25.2%;
	overflow: hidden;
	padding-left: 5px;
	height:23px;
	background-position:0 0;
	background-repeat:no-repeat;
}

#head_search {
	border:0 none;
	display:block;
	float:left;
	font-size:11px;
	height:15px;
	line-height:15px;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	color:#777777;
	width: 90%;
	margin-top: 4px;
}

#head_search_subm {
	background-position: 0px -23px;
	background-repeat:no-repeat;
	border:0 none;
	cursor:pointer;
	display:block;
	float:right;
	height:23px;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:0;
	width:25px;
	-margin-top: -19px;
}
/*конец*/

#blue_field{
	background-color: #e8eff7;
	clear: both;
	padding-left: 7%;
	border-bottom: 1px solid #CCC;
}
#main{
	margin-top: 4em;
	margin-bottom: 3em;
}
.cols .rcol{
	float: left;
	width: 29.2%;
}
.cols .lcol{
	float: left;
	width: 61.8%;
	padding-right: 9%;
}

#right{
	padding-top:2em;
	
	min-height: 350px;
}


#footer, .footer_padding{
	clear: both;
	height: 11em;
}
#footer{
	margin-top: -9em;
	background: #a0a3a9;
	color: #fff;
	padding: 0 7%;
	overflow: hidden;
	position: relative;
}
#foot_menu{
	margin-top: 1em;
}
#foot_menu a{
	color: #ccc;
}
.copyright{
	font-size: .9em;
	
	//margin-top: -1.3em;
}
#footer .ura-iskra{
	position: absolute;
	top: 0%;
	left: 91.5%;
	font-size: 0.7em;
	text-align: center;
	width: 17em;
	margin-left: -8.5em;
	margin-top: 1.7em;
	color: #ccc;
}
#footer a{
	color: #ccc;
}

.cb{
	clear: both;
}
.mesto .tags{
	font-size: .7em;
	margin-bottom: 0.5em;
}
.mesto .info{
	margin-top: 1.7em;
}
.mesto .l_mark{
	font-size: 3.3em;
	float: left;
}
.mesto .mng_tls{
	float: right;
	padding-top: 2em;
}

.mesto h1{
	margin-bottom: 0;
}
.mesto a{
	text-decoration: none;
	color: blue;
}
.mesto i.small.gray{
	line-height: 1.3em;
	padding-left: 0.3em;
}

.more{
	text-align: right;
	font-size: .8em;
	margin-right: 3%;
	margin-top: 1em;
}
#photos{
	clear: both;
	width: 100%;
	overflow: hidden;
	zoom: 1;
	min-width: 530px;
}

#photos.inline{
	
}

.rcol #photos{
	min-width: 250px;
	height: auto;
}

#photos .container {
	zoom: 1;
	word-spacing: -0.25em;
}
#photos .photo{
	width: 25%;
	display: -moz-inline-box; display: inline-block; *zoom: 1; *display: inline;
	word-spacing: normal;
	vertical-align: top;
	padding: 1em 0;
	margin: 0;
	vertical-align:middle;
	text-align: center;
	line-height:130px;
	margin-right: -0.25em;
	
}
.rcol #photos .photo {
	line-height:87px;
}
#photos .photo img{
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #fff;
}
.rcol #photos .photo img{
	padding: 3px;
}

#photos .photo img.curr{
	background: #FFF7C9;
}

.review{
	clear: both;
	margin-bottom: 2em;
	border-bottom: 1px solid #CCC;
}

#post_review.review, .rightblock .short, .rightblock .short .cb{
	border: none;
}
.rightblock .short{
	padding:0
}
.rightblock{
	margin-bottom: 3em;
}
.rightblock .short, .place.short{
	font-size: 0.9em;
	margin-bottom: 1em;
}
.comment .short{
	
}

#comments .comment .user,
.review .user{
	width: 17%;
	float: left;
	font-size: .8em;
	padding-top: 1em;
	margin-bottom: 2em;
	margin-right: 2%;
}
.comment .user a,
.review .user a{
	text-decoration: none;
}
.comment .user a:hover,
.review .user a:hover{
	text-decoration: underline;
}
.comment .uspic,
.review .uspic{
	margin-bottom: .7em;
}

.short .user,
.short.user{
	margin: 0.5em 0;
}
.short .user img{
	margin-right: 1em;
	vertical-align: middle;
}
.short.comment .date{
	float: right;
	text-align: right;
	margin-top: 0.7em;
}



.review .stars{
	margin-bottom: .7em;
}
.review .stars img{
	margin-right: 3px;
}
#comments .comment .msg,
.review .msg{
	float: left;
	width: 81%;
	margin-right: -1px;
	padding-bottom: 1em;
}
.user .place .info,
.comment .info,
.review .info{
	margin: 0;
	float: right;
	top: -0.2em;
	position: relative;
	z-index: 10;
	clear: none;
}
.place .info,
.comment .info,
.review .info{
	font-size: 0.9em;
}

.review.short .msg{
	padding-bottom: 0em;
	width: 100%;
	float: none;
}




.pages{
	text-align: center;
	font-family: Georgia, Sylfaen, "Times New Roman",  serif;
	margin-bottom: 1em;
}
.pages a, .pages span{
	color: #999;
	padding: 0em 0.2em;
	margin: 0 0.3em;
	text-decoration: none;
}
.pages span{
	color: #FFF;
	background: #999;
}


.pages.with_slider{
	height: 1em;
	overflow: hidden;
	white-space: nowrap;
	height: 1.3em;
}
.pages_slider{
	line-height: 1em;
	height: 1em;
	border-top: 1px solid #999;
	overflow: hidden;
}
.pages_slider .knob{
	height: 1em;
	width: 1em;
	cursor: pointer;
	text-align: center;
	color: #ff0000;
}

.breadcrumbs{
	margin-top: -2.4em;
	padding-bottom: 1em;
	font-size: .8em;
}

.item_column,
.menu_column
{
	margin-top: .5em;
	list-style-type: none;
	float: left;
}
.menu_column{
	max-width: 29%;
	padding: 0 2%;
}
.item_column{
	padding-right: 4%;
	max-width: 29%;
}
.item_column li,
.menu_column li{
	margin-bottom: 0.6em;
	list-style-type: none;
	line-height: 1.3em;
}
.menu_column li{
	font-size: .9em;
}
.menu_column li small{
	color: #777;
}
.menu_column li a{
	vertical-align: middle;
}

.cols_wrapper{
	overflow: hidden;
	zoom: 1;
	min-width: 15em;
}
.cols_container{
	zoom: 1;
	word-spacing: -0.25em;
}



#menu_tags{
	width: 100%;
}

#menu_tags.tags_wrapper {
	overflow: hidden;
	zoom: 1;
	min-width: 186px;
}
#menu_tags.tags_container {
	zoom: 1;
	word-spacing: -0.25em;
}

#menu_tags li.tag_block {
	display: -moz-inline-box; display: inline-block; *zoom: 1; *display: inline; 
	word-spacing: normal;
	vertical-align: top;
	width: 29%;
	padding: 0 2%;
	margin-top: .5em;
	
	
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
	
	*text-align: left;
}



.divine_proportion{
	
}
.divine_proportion .ab{
	width: 61.8%;
	float: left;
}
.divine_proportion .bc{
	width: 38.2%;
	float: left;
	//margin-right: -1px;
}

#places {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #CCC;
}
.place {
	padding: 1em 0em;
	border-bottom: 1px solid #CCC;
	margin-bottom: 1em;
}
.place.short{
	border: none;
	padding: 0;
}
.place .info{
	
	clear: both;
}

.place .bestreview{
	padding-top: 1em;
	clear: both;
}
.place .bestreview .uspic, .short .uspic{
	float: left;
	margin-right: 0.5em;
	margin-top: 0.3em;
}
#mark{
	padding-top: 0.4em;
}
.l_mark{
	font-size: 3em;
	line-height: 0.4em;
	margin-bottom: 0.1em;
}
.l_mark .mark_fon, .l_mark .mark_stars{
	padding-top: .2em;
	height: 0.2em;
	line-height: 0.4em;
}
.l_mark .mark_fon{
	color: #ccc;
	z-index: -1;
}
.l_mark .mark_stars{
	color: red;
	overflow: hidden;
	
	position: absolute;
}

/*комменты*/
.comment {
	padding-top: 2em;
}
.comment .comment{
	margin-left: 7%;
}
.comment .cb{
	border-top: 1px solid #ccc;
}

.review .l_mark, #reviews .l_mark{
	float: left;
	margin-right: .5em;
}
.comment .date,
.review .date, #reviews .date{
	color: #777;
}
#comments .comment .date,
.review .date, #reviews .date{
	top: -0.2em;
	position: relative;
}

.place .title, .short .title{
	font-family: Georgia, Sylfaen, "Times New Roman",  serif;
	font-style: italic;
	font-size: 1.3em;
	padding-right: 1em;
}
.review.short .title{
	padding-bottom: 0.5em;
}
.place .title a, .short .title a{
	text-decoration: none;
}
.place .addr{
	font-size: 0.9em;
	color: #777;
	text-align: left;
}
.place .tags{
	font-size: 0.8em;
	padding-top: 0.3em;
	padding-right: 1em;
	line-height: 1.3em;
}
.tags a{
	text-decoration: none;
}
.tags a:hover{
	text-decoration: underline;
}
.place.short .tags{
	font-size: 0.9em;
	color: #777;
}

.place .loc_info{
	width: 27%;
	float: left;
}
.place .msg{
	width: 70%;
	float: left;
	margin-left: 3%;
	margin-right: -1px;
}

.error{
	font-style: italic;
	color: #ff0000;
	margin-bottom: 1em;
}
input.empty{
	color: #aaa !important;
}

/*
.ssel, .ssel.unsel{
	background: url('../spics/star_sel.gif') no-repeat 0px -17px;
}
.ssel.unsel{
	background-position: 0px -17px !important;
}
.ssel:hover{
	background-position: 0px 0px;
}
.ssel.sel{
	background-position: 0px 0px;
}
.ssel.curr{
	background-position: 0px 0px;
}
*/

.ssel, .ssel.unsel{
	color: #ccc;
	cursor: pointer;
}
.ssel.unsel{
	color: #ccc !important;
}
.ssel:hover{
	color: red;
}
.ssel.sel{
	color: red;
}
.ssel.curr{
	color: red;
}

.align_c
{
position: relative;
width: 100%;
}
.align_c:after
{
content: '';
display: block;
clear: both;
}
.align_cl
{
position: relative;
right: 50%;
float: right;
}
.align_cr
{
position: relative;
z-index: 1;
right: -50%;
}


#additional_info{
	margin-top: 1em;
	color: #777;
	font-size: 0.9em;
}
#additional_info b{
	color: #333;
	font-weight: normal;
}
#additional_info .week_time{
	margin-bottom: 0.3em;
}

#additional_info .week_time b{
	color: #777 !important;
	font-weight: bolder;
}
.additional_item{
	margin-top: 0.3em;
}

.timed{
	margin-top: 1em;
	
}
.info_msg{
	background: #e9f5bb;
	border: 1px solid #aaa;
	padding: 0.7em;
}

.tip_msg,
.hint_msg{
	background: #F5F5EA;
	padding: 0.3em 0.7em;
	color: #777777;
	
	text-shadow:0px 1px 0 #fff;
}
.hint_msg{
	padding: 1em 2em;
	
}
.hint_msg h2{
	margin-top: 0;
}
.moder_msg{
	color: #777777;
}


.rating{
	color: #ccc;
}
.rating .sum{
	font-weight: bolder;
	margin-right: 1em;
	
	font-size: 1.1em !important;
}
.rating a.plus,
.rating a.minus,
.rating span.plus,
.rating span.minus,
.rating span.na{
	text-decoration: none;
	font-size: 1.4em;
	
	font-weight: bolder;
}

.rating.yesno .plus,
.rating.yesno .minus,
.rating.yesno span.na{
	font-size: 1.2em;
	font-weight: normal;
}


.rating .plus{
	color: green;
}
.rating .minus{
	color: red;
}


.rounded{

	-moz-border-radius: 0.4em;  
	-webkit-border-radius: 0.4em;
}

.rounded .r1, .rounded .r2{
	height: 1px;
	overflow: hidden;
	clear: both;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.rounded .r2{
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
.rounded .r3{
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}
.rounded .arrow{
	width: 0;
	height: 0;
	position: absolute;
}
.rounded .arrow.top{
	border: none 0;
	border-left: 1em solid transparent;
	border-bottom: 1.2em solid ;
	margin-top: -1.1em;
}

.tip_msg .arrow.top{
	border-bottom: 1.2em solid #F5F5EA;
}
#another_city{
	float: left;
	margin-left: 8.6%;
	margin-bottom: -2em;
	margin-top: 1em;
}
#another_city .arrow{
	margin-left: 5em;
}

/*сообщения для неавторизованных*/
.notauth_msg{
	margin-top: 3em;
}

.formtip{
	font-size: .8em;
	color: #999;
}
form .txtinput{
	padding: .3em;
}


#search_form{
	padding-bottom: 1em;
}
input.search {
	font-size: 0.9em;
	padding: 0.1em 0.3em;
}
#search_form .search{
	width: 100%;
}
#search_form .search_subm{
	margin-left: 1.7em;
}



.mngstuff{
	float: right;
	text-align: left;
	background: #fffccc;
	padding: 0.2em 0.5em;
	margin-top: 2em;
	
	-moz-border-radius: 0.5em;  
	-webkit-border-radius: 0.5em;
}
.mngstuff a{
	color: red;
	text-decoration: none;
}
.mngstuff a:hover{
	text-decoration: underline;
}

.rcol .list_arws{
	text-align: right;
}
.list_arws .larr, .list_arws .rarr{
	width: 17px;
	height: 17px;
	background-image: url('../spics/list_arws.gif');
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 2px;
}
.list_arws .rarr{
	background-position: -17px 0px;
}

.list_arws .larr:hover{
	background-position: 0px -17px;
}
.list_arws .rarr:hover{
	background-position: -17px -17px;
}
.list_arws .larr.dis, .list_arws .larr.dis:hover{
	background-position: 0px -34px;
	cursor: auto;
}
.list_arws .rarr.dis, .list_arws .rarr.dis:hover{
	background-position: -17px -34px;
	cursor: auto;
}



/*
	меню в виде закладок
*/
.bkmrk_menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 5%;
	font-size: 1.4em;
	color: #999;
	font-family:"Trebuchet MS", Arial;
	font-style:italic;
	
}
.bkmrk_menu li{
	float: left;
	padding: 0.5em 1em;
	background: #fff;
	
	margin-bottom: -1px;
}
.bkmrk_menu li.curr{
	color: #000;
	border: 1px solid #ccc;
	border-bottom: 0 none;
}
.bkmrk_border{
	clear: both;
	border: 1px solid #ccc;
	padding: 2em 0;
}


.wndw{
	left: 0;
	top: 0;
	position: absolute;
	padding: 15px;
	height: auto;
	display: block;
	overflow: hidden;
	width: 30em;
}
.wndw .border{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #001b32;
	margin-top: 10px;
	-margin-top: 0;
}
.wndw .arr, .wndw .arr_bord{
	height: 0;
	width: 0;
	left: 0;
	top: 0;
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	margin-left: 3em;
	margin-top: 17px;
	-display: none;
}
.wndw .arr{
	
}
.wndw .arr_bord{
	border-bottom: 10px solid #001b32;
	margin-top: 0px;
}
.wndw .cntnt{
	background: #fff;
	position: relative;
	padding: 0.5em;
	margin-top: 10px;
	-margin-top: 0;
	padding-top: 23px;
}
.wndw .close{
	width: 11px;
	height: 11px;
	position: absolute;
	margin-left: -31px;
	margin-top: 30px;
	background: url('../spics/cls.gif') no-repeat 50% 50%;
	cursor: pointer;
	z-index: 9100;
	left: 100%;
	top: 0%;
}


#nodebrowser{
	width: 410px;
}

#nodebrowser table{
	height: 200px;
	border: none;
	padding: 0;
	margin: 0;
}

#nodebrowser .level{
	width: 200px;
	height: 200px;
	border-right: 1px solid #ccc;
	overflow: auto;
}
#nodebrowser .level.loading{
	background: url('../spics/ajax-loader.gif') no-repeat 50% 50%;
}

#nodebrowser .level .node{
	font-size: .8em;
	padding: .3em 10px;
	margin-bottom: 1px;
	cursor: pointer;
}
#nodebrowser .level .node:hover{
	background-color: #EAEAE1; 
}
#nodebrowser .level .node.sel{
	background-color: #e7faa0; 
}
#nodebrowser .level .node.sel:hover{
	background-color: #e9f5bb; 
}

#nodebrowser .level .node.added{
	background-color: #d8e6d0; 
}
#nodebrowser .level .node.added:hover{
	background-color: #c7dcbc; 
}

.add_node, .del_node{
	background: url('../spics/add_rub.png') no-repeat 50% 50%;
	padding-top: 97px;
	margin-top: 5em;
	font-size: .8em;
	width: 100px;
	margin-left: 50px;
	cursor: pointer;
}

.del_node{
	background: url('../spics/del_rub.png') no-repeat 50% 50%;
}


.banner{
	padding-bottom: 1em;
}
.banner img{
	border: 1px solid #e7e7e7;
}



.hidden{
	display: none;
}
.hidden.shown{
	display: block !important;
}




#review{
	margin-top: 2em;
}
#review .read_all_reviews{
	margin-bottom: 1em;
}

.metro_icon{
	float: left;
}