a {
  font-family: Arial;
  font-size : 12px;
  font-weight : normal;
  color : #048CAE;
  text-decoration: underline;
}
a.size11 {
  font-family: Arial;
  font-size : 11px;
  font-weight : normal;
  color : #048CAE;
  text-decoration: underline;
}
a.gray11 {
  font-family: Arial;
  font-size : 11px;
  font-weight : normal;
  color : gray;
  text-decoration: underline;
}
a.a16green {
  font-family: Arial;
  font-size : 16px;
  font-weight : normal;
  color : #529520;
  text-decoration: underline;
}
a.green_dashed {
  font-family: Arial;
  font-size : 11px;
  font-weight : bold;
  color : #529520;
  text-decoration: none;
  border-bottom: 1px dashed #529520;
  cursor: pointer;
}
a.gray {
  font-family: Arial;
  font-size : 12px;
  font-weight : bold;
  color : #474747;
  text-decoration: underline;
}
a.orange {
  font-family: Arial;
  font-size : 12px;
  font-weight : bold;
  color : #fd6d3c;
  text-decoration: underline;
}
a.gray10 {
  font-family: Arial;
  font-size : 10px;
  font-weight : bold;
  color : #6A6A6A;
  text-decoration: underline;
}
a.h2 {
  font-family: Arial;
  font-size : 14px;
  font-weight : bold;
  color: #fd6d3c;
  text-decoration: underline;
}
a.left_menu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 12px;
  font-weight : bold;
  color : #048CAE;
  text-decoration: none;
}
a.left_menu:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 12px;
  font-weight : bold;
  color : #048CAE;
  text-decoration: underline;
}
a.left_menu_gray {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 12px;
  font-weight : bold;
  color : #474747;
  text-decoration: none;
}
a.left_menu_gray:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 12px;
  font-weight : bold;
  color : #474747;
  text-decoration: underline;
}
a.footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 12px;
  font-weight : normal;
  color : #474747;
  text-decoration: none;
}
a.footer11 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-weight : normal;
  color : #474747;
  text-decoration: none;
}
a.list_catalog {
  color: white;
  text-decoration: none;
}

body {
  background-color: #FFFFFF;
  padding: 0px 0px 0px 0px;
}

/* Общие шрифты */

td,font,body,div,span {
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  color: #474747;
}
h1{
  font-size: 20px;
  font-weight: normal;
  color: #4d4d4d;
}
h2{
  font-size: 14px;
  font-weight: bold;
  color: #fd6d3c;
}
h2.gray{
  font-size: 14px;
  font-weight: bold;
  color: #4d4d4d;
}
h3{
  font-size: 12px;
  font-weight: bold;
  color: #fd6d3c;
}
font.gray10 {
  font-size : 10px;
  color: #808080;
}
font.gray11 {
  font-size : 11px;
  color: #808080;
}
font.green11 {
  font-size : 11px;
  color: #529520;
}
font.orange11 {
  font-size : 11px;
  color: #FF6600;
}
font.error {
  font-size : 12px;
  color: #DD0000;
  font-weight: bold;
}

/* Стандартная кнопка */

input.submit {
  padding: 4px;
}

/* Горизонтальные линииы */

div.line3px {
  width: 100%;
  height: 3px;
  background-color: #ebebeb;
}
div.line2px {
  width: 100%;
  height: 2px;
  background-color: #ebebeb;
}

ul.nostyle {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.padding li,
ol.padding li{
    padding-bottom: 7px;
}

img.close_form {
  width: 11px;
  height: 11px;
  cursor: pointer;
  margin-left: 5px;
}

/* Шкала готовности строительства */
div.scale_build_ready {
  width: 200px;
  height: 14px;
  border: 1px solid #CACACA;
  padding: 1px;
}
div.scale_build_ready div.scale {
  height: 100%;
  background-color: #70AC0D;
  color: white;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;

}

/* DIV для спсика объектов если нет фото */
div.preview_nophoto {
  border: 3px solid #ebebeb;
  width: 150px;
  height: 112px;
  background-image: url('/nophoto.jpg');
  background-position: center;
}

input.butt_green {
  background-color: #529520;
  background-image: url(/green_butt_bg.gif);
  background-repeat: repeat-x;
  border-color: #e3e3e3;
  border-width: 3px;
  border-style: solid;
  color: white;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial;
  padding: 7px;
  margin-left: -7px;
}
input.butt_green:hover {
  text-decoration: underline;
  cursor: pointer;
}
input.butt_green .mr-5px {
  margin-left: -5px;
}

input.butt_orange {
  background-color: #ea7c2e;
  background-image: url(/orange_butt_bg.gif);
  background-repeat: repeat-x;
  border-color: #e3e3e3;
  border-width: 3px;
  border-style: solid;
  color: white;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial;
  padding: 7px;
  margin-left: -7px;
}
input.butt_orange:hover {
  text-decoration: underline;
  cursor: pointer;
}
input.butt_orange .mr-5px {
  margin-left: -5px;
}
div.left_menu_orange {
  background-color: #ea7c2e;
  background-image: url(/orange_butt_bg.gif);
  background-repeat: repeat-x;
  border-color: #e3e3e3;
  border-width: 3px;
  border-style: solid;
  padding: 7px;
  margin-left: -7px;
  width: 170px;
  text-align: center;
}
div.left_menu_orange a{
  color: white;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial;
}

/* Окно для fancybox */
div.fancybox_dialog {
  border: 2px solid #70AC0D;
}
div.fancybox_dialog div.header {
  background-color: #70AC0D;
  height: 16px;
  padding-left: 20px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}
div.fancybox_dialog div.header span.title {
  font-size: 11px;
  font-weight: bold;
  color: white;
}
div.fancybox_dialog div.header span.close {
  width: 16px;
  float:right;
  vertical-align: middle;
  padding-left: 20px; 
}
div.fancybox_dialog div.header span.close img {
  cursor: pointer;
}
div.fancybox_dialog div.content {
  padding: 20px;
}


table.body {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

table.body td.site_head {
  background-image: url(/head_bg.jpg);
  background-position: top;
  background-repeat: repeat-x;
  height: 164px;
  text-align: center;
  vertical-align: top;
}
table.body td.site_head span.tel {
  color: #fd6d3c;
  font-size: 26px;
  font-weight: normal;
  font-family: Arial;
}
table.body td.site_head span.title {
  color: #fd6d3c;
  font-size: 14px;
  font-weight: normal;
  font-family: Arial;
  font-weight: bold;
}
table.body td.site_head span.services {
  color: #4d4d4d;
  font-size: 22px;
  font-weight: bold;
}
table.body td.footer {
  background-image: url(/footer_bg.jpg);
  background-position: center;
  background-repeat: repeat-x;
  height: 205px;
  vertical-align: top;
  padding-top: 5px;
  text-align: center;
}

table.body td.footer td.counters {
  width: 210px;
  padding: 5px;
  vertical-align: top;
  text-align: left;
}
table.body td.footer td.copyright {
  width: 713px;
  padding: 5px;
  vertical-align: top;
  text-align: left;
}

table.content {
  margin-top: 20px;
}

table.content td.left {
  width: 180px;
  height: 700px;
  vertical-align: top;
  text-align: left;
  padding-left: 18px;
  padding-right: 25px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
table.content td.left a.add{
  color: #fd6d3c;
  font-size: 12px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.content td.left span.stat{
  color: #808080;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
table.content td.left span.stat a{
  color: #808080;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
}
table.content td.left span.stat a:hover{
  color: #808080;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: underline;
}
table.content td.left img.onmap {
  margin-top: 7px;
  border: 3px solid #ebebeb;
}

table.content td.right {
  width: 720px;
  vertical-align: top;
  text-align: left;
}
div.left_menu_block {
  padding-bottom: 5px;
  color: #808080;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
table.search_form {
  width: 100%;
}
table.search_form td.level1 {
  width: 100%;
  height: 50px;
  vertical-align: top;
}
table.search_form td.level1 td.selected {
  height: 6px;
  background-color: #ebebeb;
}
table.search_form td.level1 td.item {
  padding-bottom: 6px;
}
table.search_form td.item_space {
  width: 20px;
}
table.search_form td.level1 a.selected {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 22px;
  font-weight : normal;
  color : #529520;
  text-decoration: underline;
}
table.search_form td.level1 a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 22px;
  font-weight : normal;
  color : #474747;
  text-decoration: underline;
}
table.search_form td.level2 {
  vertical-align: top;
  width: 100%;
}
table.search_form td.level2 td.selected {
  height: 5px;
  background-color: #ebebeb;
}
table.search_form td.level2 td.item {
  padding-bottom: 6px;
}
table.search_form td.level2 a.selected {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 16px;
  font-weight : normal;
  color : #529520;
  text-decoration: underline;
}
table.search_form td.level2 a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 16px;
  font-weight : normal;
  color : #474747;
  text-decoration: underline;
}
table.search_form td.level2 a.gray {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 12px;
  font-weight : bold;
  color : #474747;
  text-decoration: underline;
}
table.search_form td.level3 {
  width: 100%;
  vertical-align: top;
  color: #808080;
  padding-top: 7px;
}
table.search_form td.level3 td.item {
  color: #808080;
  padding-right: 25px;
  padding-bottom: 5px;
}
table.search_form td.level3 div.offer_type {
  margin-bottom: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
}

input.distance {
  width: 30px;
}
input.price {
  width: 30px;
}
input.square {
  width: 30px;
}
input.area {
  width: 30px;
}
input.renta_min_people {
  width: 20px;
}
table.search_form td.level3 input.search_button {
  font-size: 16px;
  padding: 4px;
}
table.search_form td.level3 a {
  font-family: Arial;
  font-size : 12px;
  font-weight : normal;
  color : #048CAE;
  text-decoration: underline;
}
table.search_form td.level3 div.ext_params {
  display: none;
}
table.search_form td.level3 table.ext_params {
  margin-top: 15px;
}
table.search_form td.level3 table.ext_params td.item {
  padding-bottom: 9px;
}
table.search_form td.level3 table.ext_params td.sub_item {
  padding-bottom: 20px;
  vertical-align: middle;
}
table.search_form td.level3 table.ext_slider_table {
  margin-top: 15px;
}

/* Слайдеры */
div.slider_distance {
  width: 190px;
  margin-top: 7px;
}
div.slider_price {
  width: 190px;
  margin-top: 7px;
}
div.slider_square {
  width: 190px;
  margin-top: 7px;
}
div.slider_area {
  width: 190px;
  margin-top: 7px;
}
div.slider_renta_min_people {
  width: 110px;
  margin-top: 7px;
}
/* Для ипотеки */
div.slider_credit_time_period {
  width: 210px;
  margin-top: 7px;
}
div.slider_credit_percent {
  width: 210px;
  margin-top: 7px;
}
div.slider_credit_summ {
  width: 210px;
  margin-top: 7px;
}

/* Спец предложение на главной */
table.spec_big td.content {
  width: 420px;
  height: 275px;
  background-color: #EBEBEB;
  overflow: hidden;
}
table.spec_big td.content a.name {
  font-size: 16px;
  font-weight: bold;
  color: #ffe400;
  text-decoration: none;
}

/* Блок спец предложений */
a.spec_offer {
  color: white;
  text-decoration: none;
}
div.spec_offer {
  margin-right: 30px;
  margin-bottom: 25px;
  display: block;
  text-align: center;
}
div.spec_offer div.price {
  font-size: 14px;
  color: #fd6d3c;
  font-weight: bold;
  margin-top: 3px;
}
div.spec_offer img.preview {
  border: 3px solid #ebebeb;
}
div.spec_offer div.info {
  margin-top: 5px;
  text-align: center;
}
div.spec_offer div.info div.name {
  color: #048CAE;
  text-decoration: none;
}
div.spec_offer div.info div.distance {
  color: #474747;
  text-decoration: none;
}
div.spec_offer div.key {
  margin-top: 7px;
  margin-left: 128px;
  z-index: 2;
  width:23px;
  height: 48px;
  position: absolute;
}
div.spec_offer div.key img {
  width: 18px;
  height: 40px;
}

/* Блок для списка коттеджных посёлков */
a.village_offer {
  color: white;
  text-decoration: none;
}
div.village_offer {
  margin-right: 25px;
  margin-bottom: 25px;
  display: block;
  text-align: center;

}
div.village_offer img.preview {
  border: 3px solid #ebebeb;
}
div.village_offer div.info {
  margin-top: 5px;
  text-align: center;
}
div.village_offer div.info div.name {
  color: #048CAE;
  text-decoration: none;
}
div.village_offer div.info div.distance {
  color: #474747;
  text-decoration: none;
}

div.village_offer div.img {
  position: relative;
}

div.village_offer div.price {
  text-align: center;
  padding-top: 5px;
  position: absolute;
  z-index: 3;
  bottom: 3px;
  left: 3px;
  width: 180px;
  height: 20px;
  color: #FFF179;
  font-weight: bold;
}
div.village_offer div.bg {
  position: absolute;
  z-index: 2;
  background-color: black;
  bottom: 3px;
  left: 3px;
  width: 180px;
  height: 25px;
  filter: alpha(opacity=55);
  -moz-opacity: 0.55;
  -khtml-opacity: 0.55;
  opacity: 0.55;
}

/* Каталожный вид для списка по продаже коттеджей и участков */
div.realty_offer {
  margin-right: 30px;
  margin-bottom: 25px;
  display: block;
  text-align: center;
}
div.realty_offer div.price {
  font-size: 14px;
  color: #fd6d3c;
  font-weight: bold;
  margin-top: 3px;
}
div.realty_offer img.preview {
  border: 3px solid #ebebeb;
}
div.realty_offer div.info {
  margin-top: 5px;
  text-align: center;
}
div.realty_offer div.info div.name {
  color: #048CAE;
  text-decoration: none;
}
div.realty_offer div.info div.distance {
  color: #474747;
  text-decoration: none;
}
div.realty_offer div.key {
  margin-top: 7px;
  margin-left: 158px;
  z-index: 2;
  width:23px;
  height: 48px;
  position: absolute;
}
div.realty_offer div.key img {
  width: 18px;
  height: 40px;
}

/* Каталожный вид для списка по аренде домов */
div.list_catalog_renta {
  margin-right: 30px;
  margin-bottom: 25px;
  display: block;
  text-align: center;
}
div.list_catalog_renta div.price {
  font-size: 11px;
  color: #fd6d3c;
  font-weight: bold;
  margin-top: 3px;
}
div.list_catalog_renta img.preview {
  border: 3px solid #ebebeb;
}
div.list_catalog_renta div.info {
  margin-top: 5px;
  text-align: center;
}
div.list_catalog_renta div.info div.name {
  color: #048CAE;
  text-decoration: none;
}
div.list_catalog_renta div.info div.distance {
  color: #474747;
  text-decoration: none;
}
div.list_catalog_renta div.furniture {
  margin-top: 3px;
  margin-bottom: 3px;
  color: #529520;
  font-size: 11px;
  text-align: center;
}

/* Превью если нет фото */
div.offer_nophoto {
  width: 180px;
  height: 134px;
  background-color: #EBEBEB;
  font-size: 14px;
  font-weight: bold;
  color: #808080;
}
img.nophoto_preview {
  width: 180px;
  height: 134px;
  border: 3px solid #ebebeb;
}

/* Фотогалерея недвижимости */
table.realty_photo_gallery td {
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 6px;
}

/* Блок превью для галереи */
div.gallery_preview {
  text-align: center;
}

div.gallery_preview div {
  width: 150px;
  height: 95px;
  overflow: hidden;
  border: 3px solid #ebebeb;
  display: block;

  text-align: center;
}
div.gallery_preview div img {
  bottom: 0px;

  text-align: center;
}

/* Блок для списка проекта домов */
div.project_list {
  margin-right: 30px;
  margin-bottom: 25px;
  display: block;
  text-align: center;
}
div.project_list div.name {
  font-size: 14px;
  color: #fd6d3c;
  font-weight: bold;
  margin-top: 3px;
}
div.project_list img.preview {
  border: 3px solid #ebebeb;
}
div.project_list div.info {
  margin-top: 5px;
  text-align: center;
  font-size: 11px;
}

/* Страница просмотра проекта. Таблица планировок */
table.show_planes_gallery td {
  padding-left: 5px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: center;
  vertical-align: bottom;
}
table.show_planes_gallery td img {
  margin-bottom: 7px;
}

/* Табличный вид для посёлков */
table.villages_list td.head_list {
  height: 20px;
}
table.villages_list td.photo {
  padding-right: 7px;
  padding-bottom: 7px;
  padding-top: 7px;
  vertical-align: top;
}
table.villages_list td.village_name {
  width: 150px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-top: 7px;
  vertical-align: top;
}
table.villages_list td.area {
  width: 110px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-top: 7px;
  vertical-align: top;
}
table.villages_list td.cottage {
  width: 120px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-top: 7px;
  vertical-align: top;
}
table.villages_list td.price {
  width: 140px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-top: 7px;
  vertical-align: top;
}
table.villages_list tr.head {
  border-bottom: 2px solid #EBEBEB;
}
table.villages_list tr.content {
  background-color: none;
}
table.villages_list tr.content:hover {
  background-color: #F5F5F5;
}
table.villages_list tr.border {
  border-bottom: 1px solid #EBEBEB;
}
table.villages_list td.photo div.img {
  position: relative;
  text-align: center;
}
table.villages_list td.photo div.ready {
  margin-top: 5px;
  color: white;
  font-weight: bold;
  position: absolute;
  z-index: 3;
  text-align: center;
  width: 150px;
  bottom: 5px;
  text-decoration: none;
}
table.villages_list td.photo div.bg {
  position: absolute;
  z-index: 2;
  background-color: black;
  width: 150px;
  height: 25px;
  filter: alpha(opacity=55);
  -moz-opacity: 0.55;
  -khtml-opacity: 0.55;
  opacity: 0.55;
  bottom: 0px;
}

/* Табличный вид для коттеджей */
table.cottages_list td.head_list {
  height: 20px;
}
table.cottages_list td.photo {
  padding-right: 7px;
  padding-bottom: 7px;
  padding-top: 7px;
  vertical-align: top;
}
table.cottages_list td.geo {
  width: 180px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-top: 7px;
  vertical-align: top;
}
table.cottages_list td.area {
  width: 100px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-top: 7px;
  vertical-align: top;
}
table.cottages_list td.cottage {
  width: 100px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-top: 7px;
  vertical-align: top;
}
table.cottages_list td.price {
  width: 140px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-top: 7px;
  vertical-align: top;
}
table.cottages_list tr.head {
  border-bottom: 2px solid #EBEBEB;
}
table.cottages_list tr.content {
  background-color: none;
}
table.cottages_list tr.content:hover {
  background-color: #F5F5F5;
}
table.cottages_list tr.border {
  border-bottom: 1px solid #EBEBEB;
}
table.cottages_list td.photo div.img {
  position: relative;
  text-align: center;
}
table.cottages_list td.photo div.img div {
  margin-top: 3px;
}
table.cottages_list td.photo div.ready {
  margin-top: 5px;
  color: #FFF179;
  font-weight: bold;
  position: absolute;
  z-index: 3;
  text-align: center;
  width: 150px;
  bottom: 5px;
}
table.cottages_list td.photo div.bg {
  position: absolute;
  z-index: 2;
  background-color: black;
  width: 150px;
  height: 25px;
  filter: alpha(opacity=55);
  -moz-opacity: 0.55;
  -khtml-opacity: 0.55;
  opacity: 0.55;
  bottom: 0px;
}

/* Табличный вид для участков */
table.area_list td.head_list {
  height: 20px;
}
table.area_list td.photo {
  padding-right: 7px;
  padding-bottom: 7px;
  padding-top: 7px;
  vertical-align: top;
}
table.area_list td.geo {
  width: 200px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-top: 7px;
  vertical-align: top;
}
table.area_list td.area {
  width: 140px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-top: 7px;
  vertical-align: top;
}
table.area_list td.price {
  width: 140px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-top: 7px;
  vertical-align: top;
}
table.area_list tr.head {
  border-bottom: 2px solid #EBEBEB;
}
table.area_list tr.content {
  background-color: none;
}
table.area_list tr.content:hover {
  background-color: #F5F5F5;
}
table.area_list tr.border {
  border-bottom: 1px solid #EBEBEB;
}
table.area_list td.photo div.img {
  position: relative;
  text-align: center;
}
table.area_list td.photo div.img img.preview {
  margin-bottom: 3px;
}
table.area_list td.photo div.ready {
  margin-top: 5px;
  color: #FFF179;
  font-weight: bold;
  position: absolute;
  z-index: 3;
  text-align: center;
  width: 150px;
  bottom: 5px;
}
table.area_list td.photo div.bg {
  position: absolute;
  z-index: 2;
  background-color: black;
  width: 150px;
  height: 25px;
  filter: alpha(opacity=55);
  -moz-opacity: 0.55;
  -khtml-opacity: 0.55;
  opacity: 0.55;
  bottom: 0px;
}

/* Табличный вид для аренда */
table.renta_list td.head_list {
  height: 20px;
}
table.renta_list td.photo {
  padding-right: 7px;
  padding-bottom: 7px;
  padding-top: 7px;
  vertical-align: top;
}
table.renta_list td.geo {
  width: 180px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-top: 7px;
  vertical-align: top;
}
table.renta_list td.cottage {
  width: 100px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-top: 7px;
  vertical-align: top;
}
table.renta_list td.max_people {
  width: 100px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-top: 7px;
  vertical-align: top;
}
table.renta_list td.price {
  width: 140px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-top: 7px;
  vertical-align: top;
}
table.renta_list tr.head {
  border-bottom: 2px solid #EBEBEB;
}
table.renta_list tr.content {
  background-color: none;
}
table.renta_list tr.content:hover {
  background-color: #F5F5F5;
}
table.renta_list tr.border {
  border-bottom: 1px solid #EBEBEB;
}
table.renta_list td.photo div.img {
  text-align: center;
}
table.renta_list td.photo div.img img.preview {
  margin-bottom: 3px;
}


/* Листалка страниц */
span.pager_gray {
  color: #808080;
}

/* Страница просмотра информации об объекте */

/* Колонка 1 */
td.showtd1 {
  width: 190px;
  padding-right: 10px;
  vertical-align: top;
}
td.showtd250 {
  width: 250px;
  padding-right: 10px;
}
/* Ячейка основная колонка с фото и доп инф */

td.showmaintd {
  width: 100%;
  vertical-align: top;
}
td.showmaintd img.genplan{
  border: 3px solid #EBEBEB;
}
td.showline {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 13px;
  vertical-align: middle;
  border-bottom: 1px dashed #E3E3E3;
}
td.showline table {
  width: 100%;
}
td.showmaintd td.newprice {
  color: #fd6d3c;
  font-weight: bold;
}
h2.showtitle {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 2px;
}
div.showinfo {
  padding-left: 13px;
}
/* Ячейка основная колонка с фото и доп инф */
td.showphoto {
  padding-left: 20px;
  vertical-align: top;
}
td.showphoto img.photopre {
  border: 3px solid #ebebeb;
  margin-bottom: 7px;
}
img.village_photopre {
  border: 3px solid #ebebeb;
  margin-bottom: 7px;
}
table.show_realty_list {
  width: 280px;

}
table.show_realty_list .head1{
  width: 80px;
  text-align: center;
  color: #808080;
  padding-bottom: 5px;
}
table.show_realty_list .head2{
  width: 80px;
  text-align: center;
  color: #808080;
  padding-bottom: 5px;
}
table.show_realty_list .head3{
  width: 120px;
  text-align: center;
  color: #808080;
  padding-bottom: 5px;
}
table.show_realty_list tr.mouseover:hover{
  background-color: #E3EFF2;
  text-decoration: underline;
}
table.show_realty_list .td1{
  width: 80px;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px dotted #ebebeb;
  cursor: pointer;
}
table.show_realty_list .td1 div.link {
  position: absolute;
  z-index: 1;
  margin-top: -16px;
}
table.show_realty_list .td1 div.link div.inner {
  width: 280px;
  height: 18px;

}
table.show_realty_list .td1 div.preview {
  position: absolute;
  z-index: 2;
  visibility: hidden;
  margin-left: -155px;
  margin-top: -65px;
}
table.show_realty_list .td1 div.preview img {
  border: 3px solid #EBEBEB;
}
table.show_realty_list .td1 a {
  color: #474747;
  text-decoration: none;
}
table.show_realty_list .td2 a {
  color: #474747;
  text-decoration: none;
}
table.show_realty_list .td3 a {
  color: #474747;
  text-decoration: none;
}

table.show_realty_list .td2{
  width: 80px;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px dotted #ebebeb;
  cursor: pointer;
}
table.show_realty_list .td3{
  width: 120px;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px dotted #ebebeb;
  cursor: pointer;
}
div.show_realty_list_ext {
  display: none;
}

/* Форма заказа пропуска */
div.demand_form {
  width: 320px;
  height: 200px;
  border: 3px solid #D5D1C6;
  background-color: #EBEAD3;
  color: #565656;
  padding: 10px;
  position: absolute;
  z-index: 1;
  margin-top: -80px;
  visibility: hidden;
}

div.demand_form div.close {
  position: absolute;
  z-index: 2;
  margin-left: 315px;
  cursor: pointer;
}

div.demand_form div.title {
  color: black;
  font-size: 20px;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
}

div.demand_form td.td1 {
  color: black;
  width: 160px;
  height: 25px;
}

div.demand_form .button {
  background-color: #ff6600;
  background-image: url(/orange_butt_bg.gif);
  color: white;
  font-weight: bold;
  margin-top:10px;
  padding: 5px;
  border: 2px solid #EBEBEB;
  cursor: pointer;
}
div.demand_form .button:hover {
  border: 2px solid #474747;
}

div.demand {
  width: 320px;
  border: 3px solid #EBEBEB;
  padding: 8px;
  text-align: center;
}

div.demand_link {
  margin-bottom: 5px;
}
div.demand_link span.link {
  color: #529520;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px dashed #529520;
}

/* Новости, аналитика */

img.photo4text {
  border: 3px solid #EBEBEB;
  margin-left: 15px;
  margin-bottom: 15px;
}
img.news_preview {
  border: 3px solid #EBEBEB;
  margin: 7px 14px 7px 0px;
}

/* Форма задать вопрос */

table.question_form td.item {
  padding-bottom: 5px;
}
table.question_form td.form {
  padding-bottom: 10px;
}

/* Страница вопросов и ответов */

div.question_text {
  padding-left: 13px;
  padding-top: 5px;
}

/* Форма продать недвижимость, заявка на поиск недвижимости */

table.add_form td.item {
  padding-top: 7px;
  padding-bottom: 5px;
  font-weight: bold;
  color: #595959;
}
table.add_form td.form {
  padding-bottom: 10px;
}
div.add_ext_area {
  display: none;
}
div.add_ext_village {
  display: none;
}

div.map_canvas {
  width: 100%;
  height:400px;
  border: 3px solid #EBEBEB;
}

/* На карте */
div.map_realty_content {
  padding-right: 15px;
  width:380px;
  text-align: left;
}

div img.map_preview {
  border: 3px solid #ebebeb;
  margin-right: 7px;
  margin-bottom: 7px;
}
div div.map_price {
  font-size: 14px;
  color: #fd6d3c;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

div.search_on_map {
  width: 680px;
  height: 400px;
  position: absolute;
  z-index: 4;
  visibility: hidden;
  text-align: right;
  background-color: white;
}

/* Табличный вид для девелоперов */
table.developers_list td.head_list {
  height: 20px;
  color: #808080;
}
table.developers_list td.developer_name {
  width: 250px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-top: 7px;
  vertical-align: top;
}
table.developers_list td.projects_ready,
table.developers_list td.projects_process,
table.developers_list td.projects_total {
  width: 150px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-top: 7px;
  vertical-align: top;
}

table.developers_list tr.head {
  border-bottom: 2px solid #EBEBEB;
}
table.developers_list tr.content {
  background-color: none;
}
table.developers_list tr.content:hover {
  background-color: #F5F5F5;
}
table.developers_list tr.border {
  border-bottom: 1px solid #EBEBEB;
}

/* Страница информации о банке */
table.developer_info td.logo {
  width: 140px;
  padding-right: 10px;
  padding-top: 7px;
  vertical-align: top;
}
table.developer_info td.info {
  width: 560px;
}

/* Табличный вид для банков */
table.banks_list td.head_list {
  height: 20px;
  color: #808080;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-top: 7px;
  vertical-align: top;
}
table.banks_list tr.head {
  border-bottom: 2px solid #EBEBEB;
}
table.banks_list tr.content {
  background-color: none;
}
table.banks_list tr.content:hover {
  background-color: #F5F5F5;
}
table.banks_list tr.border {
  border-bottom: 1px solid #EBEBEB;
}
table.banks_list tr.content td {
  padding-right: 7px;
  padding-bottom: 7px;
  padding-top: 7px;
  vertical-align: top;
}
table.banks_list td.bank_name {
  width: 170px;
}
table.banks_list td.procents_usd {
  width: 110px;
}
table.banks_list td.procents_euro {
  width: 110px;
}
table.banks_list td.procents_rub {
  width: 120px;
}
table.banks_list td.first_pay {
  width: 110px;
}
table.banks_list td.credit_summ {
  width: 120px;
}

/* Страница информации о банке */
table.bank_info td.logo {
  width: 140px;
  padding-right: 10px;
  padding-top: 7px;
  vertical-align: top;
  font-size: 11px;
}
table.bank_info td.logo a {
  font-size: 11px;
}
table.bank_info td.info {
  width: 560px;
}
table.bank_info td.info td.credit_input_data table {
  width: 100%;
}
table.bank_info td.info td.credit_input_data table td.valute,
table.credit_search_form td.td1 {
  width: 150px;
}
table.bank_info td.info td.credit_input_data table td.slider,
table.credit_search_form td.slider {
  padding-bottom: 10px;
}
table.bank_info div.credit_valutes_list {
  display: none;
  position: absolute;
  z-index: 20;
  padding: 10px;
  background-color: white;
  line-height: 150%;
  margin-left: -10px;
  margin-top: -12px;
  width: 240px;
}
table.bank_info div.valute_block {
  display: none;
  margin-top: 7px;
}
table.bank_info div.calc_submit {
  cursor: pointer;
  font-weight: bold;
  font-size: 11px;
  margin-top: 5px;
  border: 1px solid #E3E3E3;
  background-color: #F5F5F5;
  padding: 3px;
  width: 190px;
  text-align: center;
}
table.bank_info div.calc_submit:hover {
  color: #FF6600;
}

input.credit_percent {
  width: 50px;
}
input.credit_time_period {
  width: 20px;
}
input.credit_summ {
  width: 70px;
}
input.credit_fp {
  width: 70px;
}
/* Всплывающий блок загрузки данных */
div.loader {
  position: fixed;
  width: 180px;
  padding: 15px;
  background-color: white;
  border: 3px solid #E3E3E3;
  text-align: center;
  z-index: 10;
  display: none;
  top: 45%;
  left: 45%;
}
/* Всплывающий блок успешной отправки данных */
div.ajax_complete_message {
  position: fixed;
  width: 230px;
  padding: 15px;
  background-color: white;
  border: 3px solid #E3E3E3;
  text-align: center;
  z-index: 11;
  display: none;
  top: 45%;
  left: 45%;
  color: #808080;
}
div.ajax_complete_message div.ajax_complete_message_content {
  padding-bottom: 10px;
  color: #474747;
}
div.ajax_complete_message span {
  font-size: 11px;
  color: #808080;
  text-decoration: underline;
  cursor: pointer;
}

/* "Окно" расчета графика платежей */
table.credit_pays_info tr {
  border-bottom: 1px dashed #EBEBEB;
}
table.credit_pays_info td {
  text-align: left;
}
table.credit_pays_info .td1 {
  width: 170px;
  padding-bottom: 3px;
}
table.credit_pays_list tr.head td {
  height: 30px;
  font-weight: bold;
  font-size: 11px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 2px solid #F5F5F5;
  text-align: center;
}
table.credit_pays_list td.space {
  height: 7px;
}

table.credit_pays_list tr.head td.year {
  width: 50px;
}
table.credit_pays_list tr.head td.pays {
  width: 110px;
}
table.credit_pays_list tr.pays td {
  border-bottom: 1px dashed #EBEBEB;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
table.credit_pays_list tr.pays_bg td {
  background-color: #EEF7EF;
}
table.credit_pays_list tr.pays:hover {
  border: 1px solid #B7B7B7;
}
table.credit_pays_list tr.pays:hover td {
  color: #FF6600;
}
table.credit_pays_list tr.footer td {
  font-weight: bold;
  font-size: 11px;
  border-top: 2px solid #F5F5F5;
  padding-top: 5px;
  font-weight: bold;
  font-size: 12px;
  color: #FF6600;
  text-align: center;
}

/* Форма на обратный звонок */

div.callback_link {
  margin-top: 5px;
  margin-bottom: 5px;
}
div.callback_link span {
  color: #048CAE;
  border-bottom:  1px solid #048CAE;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 5px;
}
div.callback_form {
  width: 300px;
}
div.callback_form table {
  width: 100%;
}
div.callback_form table td {
  font-size: 11px;
  padding-bottom: 3px;
}
div.callback_form table td.td1 {
  width: 140px;
  font-weight: bold;
}
div.callback_form table td input {
  width: 150px;
}

/* Форма в нижней части объекта недвижимости (Записаться на показ, запрос на актуальную инф., задать вопрос */
table.realty_footer_form {
  width: 100%;
}
table.realty_footer_form td.head {
  text-align: left;
}
table.realty_footer_form td.head table td.selected_tab,
table.realty_footer_form td.head table td.tab {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}
table.realty_footer_form td.head table td.selected_tab {
  background-color: #70ac0d;
  background-image: url('/bg_green33.gif');
  background-repeat: repeat-x;
}
table.realty_footer_form td.head table td.splitter {
  width: 1px;
  background-color: #cacaca;
}
table.realty_footer_form td.head table td.tab {
  background-color: #e3e4e4;
  background-image: url('/bg_silver33.gif');
  background-repeat: repeat-x;
}
table.realty_footer_form td.head table td.selected_tab div span {
  color: white;
  font-size: 12px;
  font-weight: bold;
}
table.realty_footer_form td.head table td.tab div {
  cursor: pointer;
}
table.realty_footer_form td.head table td.tab div span {
  color: #4E4E4E;
  font-size: 12px;
  text-decoration: underline;
}
table.realty_footer_form td.content div {
  border-left: 3px solid #E4E4E4;
  border-right: 3px solid #E4E4E4;
  border-bottom: 3px solid #E4E4E4;
  border-top: 3px solid #E4E4E4;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 13px;
  padding-bottom: 15px;
}

table.realty_footer_form td.content div.comment {
  display: none;
}
table.realty_footer_form td.content div.query_info {
  display: none;
}

table.realty_footer_form td.content div table.form td {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #d5d5d5;
}
table.realty_footer_form td.content div table td.comment_head {
  padding-bottom: 5px;
}
table.realty_footer_form td.content div table.form td.no_border {
  border-bottom: none;
}
table.realty_footer_form td.content div table.form td.right {
  width: 300px;
  padding-left: 25px;
  padding-top: 10px;
}
table.realty_footer_form td.content div table.form td.right textarea {
  margin-top: 10px;
}

table.realty_footer_form td.content div table.form table td.td1 {
  width: 170px;
}
table.realty_footer_form td.content div table.form table input.submit {
  padding: 3px;
}

/* Список отзывов к недвижимости */
div.comment_list_name_date {
  color: #808080;
  margin-bottom: 7px;
  margin-left: 13px;
}
div.comment_list_text {
  margin-bottom: 17px;
  padding-bottom: 5px;
  margin-left: 13px;
}

/* Социальные кнопки */
table.social_buttons td.td {
  padding-left: 10px;
}
table.social_buttons td.td15 {
  padding-left: 15px;
}
table.social_buttons td.td30 {
  padding-left: 30px;
}

/* Таблица для прайс-листа КП */
table.price_list td.head_list {
  height: 20px;
  color: #808080;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-top: 7px;
  vertical-align: top;
}
table.price_list tr.head {
  border-bottom: 2px solid #EBEBEB;
}
table.price_list tr.content {
  background-color: none;
}
table.price_list tr.sold {
  background-color: #FFE6E6;
}
table.price_list tr.sold td {
  padding-right: 7px;
  padding-bottom: 7px;
  padding-top: 7px;
  vertical-align: top;
}
table.price_list tr.content:hover {
  background-color: #F5F5F5;
}
table.price_list tr.border {
  border-bottom: 1px solid #EBEBEB;
}
table.price_list tr.content td {
  padding-right: 7px;
  padding-bottom: 7px;
  padding-top: 7px;
  vertical-align: top;
}
table.price_list td.area_num {
  width: 60px;
  padding-left: 5px;
}
table.price_list td.area_square {
  width: 80px;
}
table.price_list td.sotka_price {
  width: 80px;
}
table.price_list td.area_price {
  width: 80px;
}
table.price_list td.house_square {
  width: 90px;
}
table.price_list td.summ_price {
  width: 90px;
}
table.price_list td.house_prj {
  width: 170px;
}

/* Рекламные места */
div.advert_specials_offers {
  width: 100%;
  display: table;
  margin-top: 20px;
  margin-bottom: 20px;
}
div.advert_special_offer {
  float: left;
  padding-right: 10px;
}
div.advert_special_offer .title {
  margin-top: 6px;
  margin-bottom: 3px;
}
div.advert_special_offer .title a {
  color: #529520;
}
div.advert_special_offer .text a {
  color: #6A6A6A;
  font-size: 11px;
  text-decoration: none;
}

/* Пользовательская часть */
/* Форма регистрации пользователя */
table.users_register_form {
  width: 100%;
}
table.users_register_form td {
  padding-bottom: 6px;
}
table.users_register_form .td1 {
  width: 180px;
}




