* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100.01%;
}

body {
	font: 62.5%/1.4 Arial, Tahoma, sans-serif;
	color: #2d2d2d;
	background: #1c4963;
}

a img { border: 0; }

/* Clear */
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

/* Hyperlinks */
a {
	color: #1c4963;
}

a:hover {
	color: #1c4963;
}

/* Typography */
h1 {
	font: italic 2.4em Georgia, sans-serif;
	color: #000;
	margin: 0 0 20px 0;
	padding: 0;
}

h2 {
	font: italic 1.9em Georgia, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}

p {
	font-size: 1.4em;
	margin: 0 0 20px 0;
}

li {
	font-size: 1.4em;
	margin: 0 0 10px 0;
}

#content ul, #content ol {
	padding: 0 0 0 40px;
}

/* Columns */
.columns {
	width: 100%;
	border-collapse: collapse;
}

.columns .left,
.columns .right {
	width: 50%;
	vertical-align: top;
}

.columns .left {
	padding: 0 5px 0 0;
}

.columns .right {
	padding: 0;
}

/* Form */
form {
	font-size: 1.2em;
}

form fieldset {
	padding: 10px;
	border: 1px solid #999;
}

form legend {
	color: #999;
}

form dt {
	float: left;
	width: 160px;
	font-weight: bold;
	padding: 5px 0;
}

form dd {
	margin: 0 0 0 160px;
	padding: 5px 0;
}

form dd .text {
	font: normal 1.1em Arial, sans-serif;
	margin: 0 1px 0 0;
}

form dd small {
	display: block;
	font: normal .9em Tahoma, sans-serif;
	color: #999;
}

form dl.buttons dd {
	padding: 15px 0 0 10px;
}

/* Wrapper */
#wrapper {
	max-width: 1230px;
	width: expression((document.documentElement.clientWidth || document.body.clientWidth) > 1230? "1230px": "auto");
}

/* Userbar */
#userbar {
	height: 40px;
}

/* Container */
#container {
	width: 100%;
	border-collapse: collapse;
}

/* Sidebars */
#sidebar-left {
	width: 220px;
	vertical-align: top;
	padding: 10px;
}

#sidebar-right {
	width: 235px;
	vertical-align: top;
	padding: 5px 5px 5px 0;
}

/* Sidebar Left */
#sidebar-left h2 {
	color: #829ba9;
}

#sidebar-left ul {
	margin: 0 0 20px 0;
	padding: 0;
}

#sidebar-left li {
	font-size: 1.2em;
	color: #fff;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

#sidebar-left a,
#sidebar-left a:hover {
	color: #fff;
	text-decoration: none;
}

/* Sidebar Right */
#sidebar-right {
	background: #fff;
}

/* Ad */
.ad {
	margin: 0 0 5px 0;
}

.ad img { display: block; }

/* Logo */
#logo {
	text-align: center;
	margin: 0 0 30px 0;
}

/* Content */
#content {
	vertical-align: top;
	background: #fff;
	padding: 10px 20px;
}

/* Homepage */
#homepage #content {
	vertical-align: top;
	background: #fff;
	padding: 5px 5px 0 5px;
}

#homepage #sidebar-left {
	width: 220px;
	vertical-align: top;
	padding: 10px;
}

/* Teasers */
#content .teaser {
	background: url("../i/bg-teaser-content.jpg") no-repeat;
	margin: 0 0 5px 0;
}

a.teaser span {
	display: block;
	font: 2.7em/.8 Impact,sans-serif;
	color: #fff;
	padding: 20px 0 0 10px;
}

a.teaser span small {
	font: normal 0.7em Arial, sans-serif;
}

a.teaser,
a.teaser:hover {
	display: block;
	height: 270px;
	text-decoration:none;
}

#sidebar-right .teaser {
	background: url("../i/bg-teaser-sidebar-right.jpg") no-repeat;
	margin: 0 0 5px 0;
}

/* Articles Group */
#group-type-1 {
	position: relative;
	z-index: 1;
	margin: 0 0 5px 0;
	border: 1px solid #b6d087;
}

#group-type-1 h3 {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 10px;
	font: normal 11px Tahoma, sans-serif;
	color: #fff;
	background: #73ab0f;
	padding: 2px 3px;
}

#group-type-1 .teaser-article {
	background: #f3f8ea;
}

#group-type-2 {
	position: relative;
	z-index: 2;
	/*float: left;
	width: 100%;*/
	margin: 0 0 5px 0;
	border: 1px solid #d2cdaf;
}

#group-type-2 h3 {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 10px;
	font: normal 11px Tahoma, sans-serif;
	color: #fff;
	background: #f9b53f;
	padding: 2px 3px;
}

#group-type-2 .teaser-article {
	background: #f2f0e4;
}

#group-type-3 {
	position: relative;
	z-index: 3;
	/*float: left;
	width: 100%;*/
	margin: 0 0 5px 0;
	border: 1px solid #d2cdaf;
}

#group-type-3 h3 {
	position: absolute;
	z-index: 6;
	top: 0;
	left: 10px;
	font: normal 11px Tahoma, sans-serif;
	color: #fff;
	background: #f85b1d;
	padding: 2px 3px;
}

#group-type-3 .teaser-gold {
	background: #f2f0e4;
}

#group-type-3 .teaser-gold .overflow img {
	float: left;
}

#group-type-1 .teaser-article .padding,
#group-type-2 .teaser-article .padding,
#group-type-3 .teaser-gold .padding {
	padding: 25px 10px 10px 10px;
}

/* Tags Gallery */
.tags-gallery .overflow {
	overflow: hidden;
	width: 100%;
	height: 200px;
	margin: 0 0 5px 0;
}

.tags-gallery .overflow a img {
	float: left;
}

/* Teaser Article */
.teaser-article {
	/*float: left;*/
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 1;
}

.teaser-article h2 {
	margin: 0 0 10px 0;
}

.teaser-article h2 a,
.teaser-article h2 a:hover {
	color: #000;
	text-decoration: none;
}

#group-type-1 .overflow,
#group-type-2 .overflow {
	overflow: hidden;
	float: left;
	position: relative;
	width: 100%;
	margin: 0 0 3px 0;
}

#group-type-1 .overflow img,
#group-type-2 .overflow img {
	float: left;
	left: 50%;
	margin: 0 0 0 -171px;
	position: relative;
	width: 343px;
}

.teaser-article p {
	font-size: 1.1em;
	margin: 0;
}

/* Teaser Gold */
.teaser-gold {
	overflow: hidden;
       width: 100%;
}

.teaser-gold .overflow {
	overflow: hidden;
	height: 75px;
	margin: 0 0 5px 0;
}

.teaser-gold h2 {
	margin: 0 0 10px 0;
}

.teaser-gold h2 a,
.teaser-gold h2 a:hover {
	color: #000;
	text-decoration: none;
}

.teaser-gold p {
	font-size: 1.1em;
	margin: 0;
}

.teaser-gold p.phone {
	font-size: 1.8em;
	margin: 0;
}

/* Breadcrumbs */
#breadcrumbs {
	font-size: 1.1em;
	color: #999;
}

#breadcrumbs a,
#breadcrumbs a:hover {
	color: #999;
}

/* Gold */
.gold {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #e4c10d;
	margin: 0 0 5px 0;
}

.gold th {
	font: bold 1.1em Tahoma, sans-serif;
	text-align: left;
	vertical-align: top;
	padding: .2em;
	background: #fff;
}

.gold td {
	font-size: 1.4em;
	text-align: left;
	vertical-align: top;
	background: #f4f1e9;
	padding: .3em;
	border-bottom: 1px dashed #ddd;
}

/* Silver */
.silver {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #bbb;
	margin: 0 0 5px 0;
}

.silver th {
	font: bold 1.1em Tahoma, sans-serif;
	text-align: left;
	vertical-align: top;
	padding: .2em;
	background: #efefef;
}

.silver td {
	font-size: 1.4em;
	text-align: left;
	vertical-align: top;
	background: #efefef;
	padding: .3em;
	border-bottom: 1px dashed #ddd;
}

/* Free */
.free {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #bbb;
	margin: 0 0 5px 0;
}

.free th {
	font: bold 1.1em Tahoma, sans-serif;
	text-align: left;
	vertical-align: top;
	padding: .2em;
	background: #fff;
}

.free td {
	font-size: 1.4em;
	text-align: left;
	vertical-align: top;
	background: #fff;
	padding: .3em;
	border-bottom: 1px dashed #ddd;
}

.gold td big,
.silver td big,
.free td big {
	font-size: 1.5em;
}

.gold td a,
.gold td a:hover,
.silver td a,
.silver td a:hover,
.free td a,
.free td a:hover {
	text-decoration: none;
}

.gold th.align-right,
.gold td.align-right,
.silver th.align-right,
.silver td.align-right,
.free th.align-right,
.free td.align-right {
	text-align: right;
}

.gold td.description,
.silver td.description,
.free td.description {
	font-size: 1.1em;
	padding: .5em;
}

.gold td.description h2,
.silver td.description h2,
.free td.description h2 {
	font: italic 18px Georgia, sans-serif;
	margin: 0;
	padding: 0;
}

.gold td.phone,
.silver td.phone,
.free td.phone {
	text-align: right;
}

.gold td.description big,
.silver td.description big,
.free td.description big {
	font-size: 1.4em;
	font-weight: bold;
	color: #314254;
}

.gold td.description img,
.silver td.description img,
.free td.description img {
	float: left;
	margin: 0 5px 5px 0;
	border: 2px solid #eee;
}

.gold td.description img.icon,
.silver td.description img.icon,
.free td.description img.icon {
	float: left;
	margin: 0 5px 0 0;
}

.gold th.done,
.gold th.distance,
.gold th.price,
.silver th.done,
.silver th.distance,
.silver th.price,
.free th.done,
.free th.distance,
.free th.price {
	white-space: nowrap;
	font-weight: bold;
	text-align: right;
	padding: 5px 10px;
	white-space: nowrap;
}

.gold td.done,
.gold td.distance,
.gold td.price,
.silver td.done,
.silver td.distance,
.silver td.price,
.free td.done,
.free td.distance,
.free td.price {
	font-size: 1.3em;
	font-weight: bold;
	text-align: right;
	padding: 5px 10px;
	vertical-align: middle;
	white-space: nowrap;
}

.gold td.done,
.silver td.done,
.free td.done {
	width: 75px;
}

.gold td.distance,
.silver td.distance,
.free td.distance {
	width: 65px;
}

.free td.price,
.gold td.price,
.silver td.price {
	width: 90px;
}

/* Pagination */
.pagination {
	font-size: 1.3em;
	font-weight: bold;
}

.pagination a,
.pagination a:hover {
	padding: 0 6px;
	border: 1px solid #ddd;
	text-decoration: none;
}

.pagination strong {
	color: #fff;
	background: #314254;
	padding: 0 6px;
	border: 1px solid #314254;
}

/* Splash */
#splash {
	overflow: hidden;
	position: relative;
	width: 100%;
}

#splash img {
	left: 50%;
	margin: 0 0 0 -352px;
	position: relative;
	width: 705px;
}

/* Card */
.card {
	width: 100%;
	border-top: 1px solid #eee;
}

.card th {
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	padding: .1em 1em .2em 0;
	white-space: nowrap;
	border-bottom: 1px solid #eee;
}

.card td {
	vertical-align: top;
	text-align: left;
	font-size: 1.4em;
	padding: .3em 0 .5em 0;
	border-bottom: 1px solid #eee;
}

.card h2 {
	font: italic 18px Georgia, sans-serif;
}

.card td p,
.card td li {
	font-size: 1em;
}

.office li {
	font-size: 1.1em;
	background: none;
	padding: 0 0 0 1.5em;
	background: url(../i/icon-map.png) no-repeat 0 .2em;
	list-style: none;
}

.office li a,
.office li a:hover {
	color: #000;
	text-decoration: none;
}

.certificates li {
	font-size: 1.1em;
	background: none;
	padding: 0 0 0 1.5em;
	background: url(../i/icon-cert.png) no-repeat 0 .2em;
	list-style: none;
}

.certificates li a,
.certificates li a:hover {
	color: #000;
	text-decoration: none;
}

.awards li {
	font-size: 1.1em;
	background: none;
	padding: 0 0 0 1.5em;
	background: url(../i/icon-award.gif) no-repeat 0 .5em;
	list-style: none;
}

.awards li a,
.awards li a:hover {
	color: #000;
	text-decoration: none;
}

.community li {
	font-size: 1.1em;
	background: none;
	padding: 0 0 0 1.5em;
	background: url(../i/icon-comm.gif) no-repeat 0 .2em;
	list-style: none;
}

.community li a,
.community li a:hover {
	color: #000;
	text-decoration: none;
}

.clients li {
	font-size: 1.1em;
	background: none;
	padding: 0 0 0 1.5em;
	background: url(../i/icon-clients.gif) no-repeat 0 .2em;
	list-style: none;
}

.clients li a,
.clients li a:hover {
	color: #000;
	text-decoration: none;
}

/* Article */
.article {
	float: left;
	margin: 0 0 20px 0;
}

.article h2 {
	margin: 0;
	padding: 0;
}

.article img {
	float: left;
	margin: 4px 10px 0 0;
}

.article p {
	font-size: 1.2em;
}

.source {
	font-size: 1.1em;
	color: #777;
}

.source a,
.source a:hover {
	color: #777;
}

/* Photo in content */
.img {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.img img {
	width: 705px;
	position: relative;
	left: 50%;
	margin: 0 0 0 -352px;
}

.img.left img {
	left: 0;
	margin: 0;
}

.img.right img {
	float: right;
	left: 0;
	margin: 0;
}

/* Compare */
.compare {
	width: 100%;
	border-collapse: collapse;
	background: #f5f5f5;
}

.compare th {
	width: 10%;
	font: bold 1em Tahoma, sans-serif;
	background: #f4f3eb;
	padding: .5em;
	border: 1px solid #eee;
	vertical-align: bottom;
	text-align: left;
}

.compare td {
	font-size: 1.2em;
	background: #fff;
	padding: .5em;
	border: 1px solid #eee;
	text-align: left;
}

.compare .center {
	text-align: center;
}

.compare .right {
	float: none;
	text-align: right;
}

/* Cat Headers */
.cat-headers {
	width: 100%;
	border-collapse: collapse;
}

.cat-headers th {
	font: bold 1.1em Tahoma, sans-serif;
	text-align: left;
	vertical-align: top;
	padding: .2em;
}

.cat-headers th.price {
	width: 90px;
	padding: .2em;
	text-align: right;
}

.cat-headers th.distance {
	width: 65px;
	padding: .2em;
	text-align: right;
}

.cat-headers th.done {
	width: 75px;
	padding: .2em;
	text-align: right;
}

/* Data */
.data {
	width: 100%;
	border-collapse: collapse;
}

.data th {
	font: bold 1.1em Tahoma, sans-serif;
	text-align: left;
	vertical-align: top;
	padding: .2em;
}

.data td {
	font-size: 1.4em;
	text-align: left;
	vertical-align: top;
	background: #fff;
	padding: .3em;
	border-bottom: 1px dashed #ddd;
}

.data td big {
	font-size: 1.5em;
}

.data td a,
.data td a:hover {
	text-decoration: none;
}

.data th.align-right,
.data td.align-right {
	text-align: right;
}

.data td.description {
	font-size: 1.1em;
	padding: .5em;
}

.data td.description h2 {
	font: italic 18px Georgia, sans-serif;
	margin: 0;
	padding: 0;
}

.data td.phone {
	text-align: right;
}

.data td.description big {
	font-size: 1.4em;
	font-weight: bold;
	color: #314254;
}

.data td.description img {
	float: left;
	margin: 0 5px 5px 0;
	border: 2px solid #eee;
}

.data td.description img.icon {
	float: left;
	margin: 0 5px 0 0;
}

.data th.done,
.data th.distance,
.data th.price {
	white-space: nowrap;
	font-weight: bold;
	text-align: right;
	padding: .1em .5em;
	white-space: nowrap;
}

.data td.done,
.data td.distance,
.data td.price {
	font-size: 1.3em;
	font-weight: bold;
	text-align: right;
	padding: .1em .5em;
	vertical-align: middle;
	white-space: nowrap;
}

.data td.done {
	width: 75px;
}

.data td.distance {
	width: 65px;
}

.data td.price {
	width: 90px;
}

/* Rubricator */
.rubricator {
	margin: 10px 0 20px 0;
	padding: 10px 0;
	border: 1px solid #dcdcdc;
}

#content .rubricator ul {
	margin: 0;
	padding: 0 0 0 16px;
}

#content .rubricator ul ul {
	margin: 10px 0 0 0;
}

.rubricator li {
	list-style: none;
	background: url(../i/bg-rubricator-li.gif) no-repeat 0 .5em;
	padding: 0 0 0 10px;
}

.rubricator a,
.rubricator a:hover {
	font-size: .9em;
	color: #555f6a;
}

.rubricator li li {
	font-size: 1em;
}

/* Catalogue */
.catalogue {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 20px 0;
}

.catalogue .silver {border: none;}

.catalogue th {
	font-size: 1.4em;
	text-align: left;
	color: #555f6a;
	padding: .4em .5em .3em 2em;
	border-bottom: 1px solid #f4f1e9;
}

.catalogue tr.silver th {
	font-size: 1.8em;
	text-align: left;
	color: #1a82c1;
	padding: .4em .5em .3em .5em;
	border-bottom: 1px solid #fff;
}

.catalogue tr.silver td {
	border-bottom: 1px solid #fff;
	vertical-align: middle;
}

.catalogue tr.silver th img {
	float: left;
	margin: 4px 6px 0 0;
}

.catalogue tr.silver th a img,
.catalogue tr.silver th a:hover img {

}

.catalogue th a,
.catalogue th a:hover {
	font: bold .9em Tahoma, sans-serif;
	color: #555f6a;
	text-decoration: none;
}

.catalogue td {
	font-size: 1.3em;
	text-align: right;
	padding: .3em .5em;
	border-bottom: 1px solid #f4f1e9;
}

.catalogue tr.silver th,
.catalogue tr.silver td {
	background: #f4f1e9;
}

/* Map */
.map {
	float: left;
	width: 100%;
	color: #ddd;
	margin: 20px 0 0 0;
}

.map.top{
    margin: 0 0 20px 0;
}

.map a,
.map a:hover {
	color: #ddd !important;
}
.map #map_canvas .gmnoprint{
    color: #000;
}
.mapdescription{
    width: 200px;
    font-size: 10px;
}
.card th .mapdescription{
    white-space: normal;
}
.map #map_canvas .mapdescription a{
    font-weight: bold;
    color: #000 !important;
    font-size: 14px;
}

/* Footer */
#footer {
	padding: 20px 0 20px 260px;
}

#footer p {
	font-size: 1.1em;
	color: #829ba9;
	margin: 0 0 10px 0;
}

#footer a,
#footer a:hover {
	color: #829ba9;
}


/* Устаревшая конструкция для вывода фотографий в статье. Должна быть уничтожена на новой версии сайта */
div.photo-in-content {
	position: relative;
	display: block;
	margin: 0 0 50px 0;
	background-position: left top !important;
}

div.photo-in-content p {
	display: block;
	position: absolute;
	bottom: -20px;
	left: 0;
	font-size: 1.1em;
	color: #808080;
	margin: 0;
	padding: 0;
}




/* Cottage Card */
.cottage-card {
	width: 100%;
	border-top: 1px solid #eee;
}

.cottage-card th {
	vertical-align: top;
	text-align: left;
	font-size: 1.2em;
	padding: .05em 1em .1em 0;
	white-space: nowrap;
	border-bottom: 1px solid #eee;
}

.cottage-card td {
	vertical-align: top;
	text-align: left;
	font-size: 1.2em;
	padding: .05em 0 .1em 0;
	border-bottom: 1px solid #eee;
}

.cottage-photo {
	margin: 0 auto 10px auto;
}

.cottage-photo img {
	margin: 0 auto;
}

.compare-ads {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0 0 0;
}

.compare-ads th {
	font: bold 1.1em Tahoma, sans-serif;
	text-align: left;
	border: 1px solid #eee;
	padding: 0 .5em;
	text-align: left;
}

/* Compare Ads */
.compare-ads td {
	width: 90px;
	height: 30px;
	font-size: 1.1em;
	text-align: left;
	border: 1px solid #eee;
	padding: 0 .5em;
	text-align: center;
	vertical-align: middle;
}

.compare-ads td.free-price {
	font: bold 1.1em Tahoma, sans-serif;
	color: #fff;
	background: #757575;
}

.compare-ads td.ad-price {
	font: bold 1.1em Tahoma, sans-serif;
	color: #fff;
	background: #59b631;
}

.bonus {
	font-size: 1.2em;
	font-style: italic;
}

.jcarousel-skin-tango {
	width: 306px;
	margin: 0 auto;
}

#content #mycarousel {
	margin: 0;
	padding: 0;
}

