* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 14px/18px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
	color: #222;
	background:#f5f5f5;
}
a {
	color: #444444;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #4D93D8;
}

a.dotted {
	text-decoration: none;
	border-bottom: 1px dashed #444444;
}
span.dotted {
	text-decoration: none;
	border-bottom: 1px dashed #444444;
}
a.dotted:hover {
	color: #444444;
}
p {margin: 7px 0 11px}
img {
	border: none;
}
h1 {
	line-height: 28px;
	color: #1c1c1c;
	padding: 11px 10px 10px 0px;
}
h2 {
	padding: 25px 10px 10px 0px;
	line-height: 24px;
}
h3 {
	padding: 10px 2px 5px 0;
}
ol {
	margin: 0 0 0 30px;
}
ul {
	margin: 0 0 0 30px;
}
input {vertical-align: middle}
#wrapper {
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	max-width: 1133px;
	margin: 5px auto 40px;
	border: 1px solid #A6C9E2;
	padding: 3px;
	box-shadow: 0 0 5px 0px #aaa;
	-webkit-box-shadow: 0px 0px 5px 0px #aaa;
	-moz-box-shadow: 0px 0px 5px 0px #aaa;
	background: white;
}
.arts a:hover img:hover {
	border: 1px solid #A6C9E2;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 169px;
	background: #fff;
	position: relative;
	z-index: 100;
	max-width: 1133px;

}

.rightheader {
	padding: 15px 5px 5px;
	margin: 0;
	width: 278px;
	float: right;
	text-align: center;
	
}
.rightheadershort {
	width: 170px;
}

#logo { 
	  position: absolute; 
	  top: 0; 
	  left: 0; 
	  width: 666px; 
	  height: 149px; 
	  text-indent: -9999px; 
	  background: url(../images/logo.png) no-repeat; 
 }
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 40px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 10px 290px 0 25px;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-right: -3px;
	width: 260px;
	margin-left: -280px;
	background: #FFF;
	/*padding: 0 20px 167px 0;*/
	padding: 0 20px 5px 0;
	
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	padding: 20px 0px 0 25px;
	margin: -40px auto 0;
	min-width: 980px;
	max-width: 1133px;
	height: 40px;
	position: relative;
	color: #666;
}

#bottom-right-img {
	position: absolute; right: 0; bottom: 0;
}

.icon {
	display: block;
	float:left;
}

.icon-add {
	background: url(/images/icons/icons2.gif) 6px 10px no-repeat;
	padding: 6px 6px 6px 22px;
	background-position:4px -38px;
}



.icon-add:hover {
	background: url(/images/icons/icons2.gif) 6px 10px no-repeat;
	background-position:4px -73px;
}


.icon-article {
	background: url(/images/icons/icons2.gif) 6px 10px no-repeat;
	padding: 6px 6px 6px 22px;
	background-position:4px -105px;
}


.icon-article:hover {
	background: url(/images/icons/icons2.gif) 6px 10px no-repeat;
	background-position:4px -141px;
}


.icon-down {
	display: block;
	background: url(/images/icons/icons2.gif) 90% 10px no-repeat;
	padding: 4px 14px 4px 4px;
	text-decoration: none;
	text-align: left;
	background-position:117px -179px;
}

.icon-down:hover {
	background: url(/images/icons/icons2.gif) 90% 10px no-repeat;
	background-position:117px -203px;
}

#mapimg{
	 width:600px; 
	 background-repeat: no-repeat;
}
.districts {
	border: 1px solid #2694e8;
	background-color: #f8f8f8;
	padding: 5px;
	display: none;
	float: left;
	z-index: 3001;
	position: absolute;
	opacity: 0.85;
	top: 0;
	left: 0;
}

.districslinks li a, .districts a {
	color: #222;
}

.districslinks li a:hover, .districts a:hover {
	color: #297ED3;
}

#map {
	width: 600px;
	margin: 0 auto;

}

#regions {
	text-align: left;
	padding: 0 8px 8px 8px;
}
#regionsall:hover {
-webkit-box-shadow:  0px 0px 2px 2px #def;
-moz-box-shadow:  0px 0px 2px 2px #def;
box-shadow:  0px 0px 2px 2px #def;
}
input:focus, input:hover {
-webkit-box-shadow:  0px 0px 2px 1px #cef;
-moz-box-shadow:  0px 0px 2px 1px #cef;
box-shadow:  0px 0px 2px 1px #cef;
}

#regionsall {
	position: absolute;
	border: 1px solid #2694e8; 
	top: 15px; 
	right: 306px;
	width: 140px;
	z-index: 99;
	
}

.review {
	padding: 5px 0px 5px;
	font-size: 12px;
}
.review p {
padding-left: 10px;
margin: 0;
font-size: 12px;
line-height: 15px;
color: #333;
}   
.clear {
	clear: both;
}

.hidden {
	display: none;
}


#YandexMap {
	width: 95%;
	height: 540px;
	float: left;
	border: 3px solid #aaa;
	margin: 13px 25px 15px 5px;
}

#YandexMapSmall {
width: 90%;	height: 340px;
	border: 3px solid #aaa;
	margin: 13px 15px 15px 5px;
}

.cabinet {
	width: 210px;
	
	float: left;
	padding: 0;
	margin: 0px 5px;
	height: 92px;
}

.cabinet h3 {
	font-size: 14px;
	padding: 5px 2px 0 0;
}

.cabinet p {
	margin: 3px 0 0;
}

.cabs {
	
}
.cabpages {
	float: left;
	text-align: center;
	width: 100%;
}

.cabpages a.active {
	text-decoration: none;
}

.compcab {
	padding: 5px 0;
}


.photos {
float: right; 
width: 200px;
padding: 5px 10px;

}


.comment {
padding: 5px 10px 5px 10px;
}
.comment p {
	margin-left: 5px;
}


.article img {
	float: left;
	margin: 15px 10px 5px;
}
#lastarticles {
	text-align: center;
	overflow: auto;
}

#lastarticles .arts {
    height: 92px;
}

.arts {
    text-align: left;
    width: 399px;
    float: left;
    padding: 10px 0 0 10px;
}
.arts img {
    margin-top: 3px;
    border: 1px solid #CFCFCF;
    float: left;
    width: 80px;
    margin-right: 10px;

}
.arts div {
    padding-left:92px;
}
/** 			jQuery Tooltip    **/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #2694e8;
	background-color: #f5f5f5;
	padding: 3px;
	opacity: 0.85;
    
}
#tooltip h3, #tooltip div { 
	font: 14px Verdana, Arial, sans-serif; 
   	font-weight: normal;
   	margin: 0; 
   	padding: 0;
}

/**     REVIEW FORM **/

#reviewform {
	width: 520px;
}
#success {
	background-color: #E1FBDA;
	border: 1px solid #2FAD24;
	padding: 10px;
	margin: 10px;
	color: #363636;
	line-height: 20px;
}
#error {
	background-color: #FBF5D0;
	border: 1px solid #F9DD34;
	padding: 10px;
	margin: 10px;
	color: #363636;
	line-height: 20px;
}
/**** Inputs and Labels ****/
label {
}
label.description
{
	border:none;
	color:#222;
	display:block;
	font-size:95%;
	font-weight:700;
	line-height:150%;
	padding:7px 0 1px;
}

span.symbol
{
	font-size:115%;
	line-height:130%;
}

input.text
{
	background:#fff url(/images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
}
#search {
	float: left;
	text-align: left;
	font-size: 12px;
	color: #555;
	padding-top: 15px;
}
input.search {
	background:#ffffff url(../images/icons/icons2.gif) no-repeat;
	background-position:2px -5px; 
	margin-left:2px;
	padding-top:1px;
	padding-left:16px;
	width:170px;
	height:18px; 
	border:1px solid;
	border-color:#4D93D8
}

.enter { 
	background:#ffffff url(/images/icons/icons2.gif) no-repeat; 
	background-position:0px -238px; 
}



.enter:hover {
	background-position:0px -268px; 
}

input.submit
{
visibility:hidden;
margin-top:10px; 
margin-top:10px; 
width:60px; 
height:25px;
}

input.file
{
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
}

textarea.textarea
{
	background:#fff url(/images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	margin:0;
	width: 500px;
}

select.select
{
	color:#333;
	font-size:100%;
	margin:1px ;
	padding:1px;
	background:#fff url(/images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
}


input.currency
{
	text-align:right;
}

input.checkbox
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

input.radio
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

label.choice
{
	color:#444;
	display:block;
	font-size:100%;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px;
}

select.select[class]
{
	margin:0;
	padding:1px 0;
}

*:first-child+html select.select[class]
{
	margin:1px 0;
}

.safari select.select
{
	font-size:120% !important;
	margin-bottom:1px;
}

input.small
{
	width: 100px;
}

select.small
{
	width:100px;
}

input.medium
{
	width: 250px;
}

select.medium
{
	width:250px;
}

input.large
{
	width:500px;
}

select.large
{
	width:500px;
}

textarea.small
{
	height:5.5em;
}

textarea.medium
{
	height:10em;
}

textarea.large
{
	height:20em;
}

#cities {
	
}
#cities li{
	list-style: none;
	float: left;
	padding: 5px 15px;
}


/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(/images/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(/images/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */



#vk_comments {
	padding: 20px 0;
}
.artitem {
    height: 220px;
}
.artitem span {
    display: block;
    background: url('/images/20.png');
    width: 240px;
    height: 40px;
    margin: -45px 0 0;
    position: relative;
    padding: 0 5px 0 6px;
}
.artitem a:hover span {
    text-decoration: underline;
}
.artitem img {
    border: 1px solid #bbb;
}

.catitem h3 {
    height: 32px;
}
.catitem {
    padding: 10px 0 0 0;
    clear:both;
}
