/**
 * default.css
 *
 * CSS-файл со стилями по умолчанию
 *
 * @author Denis Barushev <denis@zveno.com.ua>
 * @since 22.05.2006
 */

/**
 * Custom declarations
 */

* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff1bf;
    color: #000;
    font-family: Arial, Tahoma, Verdana, serif;
    font-size: 12px;
    text-align: center;
}

img {
    border: 0;
}

a {
    color: #000;
}

.clear {
    clear: both;
}

option {
/*    padding: 0 3px !important;*/
}

table {
    border-collapse: collapse;
}

/**
 * Header
 */
#header {
    height: 100px;
    padding: 15px 0;
    background: url(/media/images/header/header-gradient.gif) repeat-x;
}

#header table {
    margin: 0 auto;
    text-align: left;
}

#header img {
    display: block;
}

#header .logo {
    vertical-align: top;
    padding-top: 20px;
}

#header .sub-logo {
    vertical-align: top;
    padding: 12px 20px 0 9px;
}

#header .sub-logo p.lang {
    font-size: 10px;
    padding-bottom: 8px;
}

#header .sub-logo p.lang span.active {
    background: #ffeab5;
    color: #a84a24;
}

#header .sub-logo p.note {
    font-size: 9px;
    padding-top: 12px;
}

/**
 * Navbar
 */
#navbar {
    padding-top: 8px;
    background: url(/media/images/navbar/navbar-bg.jpg) repeat-x top;
}

/**
 * Navbar :: Menu
 */
#menu {
    background: #ff6400 url(/media/images/navbar/menu-bg.gif) repeat-x top;
}

#menu-eng {
    background: #ff6400 url(/media/images/navbar/menu-bg.gif) repeat-x top;
    padding: 3px 0 0 0;
}

#menu ul {
    list-style-type: none;
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    padding: 12px 0 13px 0;
    text-align: left;
}

#menu ul li {
    float: left;
    padding: 0 8px;
    border-right: 1px solid #fff7d9;
    font-size: 12px;
    line-height: 12px;
    color: #fff7d9;
}

#menu ul li.first-child {
    padding-left: 0;
}

#menu ul li.last-child {
    padding-right: 0;
    border-right: none;
}

#menu ul li a {
    color: #fff7d9;
}

#menu ul li.active,
#menu ul li.active a {
    font-weight: bold;
}

/**
 *  Navbar :: Tools
 */
#tools {
    background: #ff6400 url(/media/images/navbar/tools-bg.gif) repeat-x top;
    height: 53px;
}

#search_results {
    position: absolute;
    top: 35px;
    left: 200px;
    width: 372px;
    border: 1px solid #c7bc93;
    border-top: 0;
    background: #fff5d1;
    padding: 8px 10px;
    text-align: left;
    list-style-type: none;
}

#search_results li {
    padding: 1px 0;
    background: url(/media/images/search-dots.gif) repeat-x left 13px;
    overflow: hidden;
    zoom: 1;
}

#search_results li img {
    float: right;
    vertical-align: top;
    padding: 3px 0 0 0;
}

#search_results a {
    color: #9b3214;
    background: #fff5d1;
}

#tools .tools_inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

#tools table {
    background: url(/media/images/navbar/bottom-bg.gif) no-repeat bottom left;
    text-align: left;
    width: 100%;
}

#tools table td {
    height: 53px;
}

#tools table td.map-link,
#tools table td.search-link,
#tools table td.add-link {
    font-size: 11px;
    vertical-align: top;
    line-height: 12px;
    padding-top: 11px;
    padding-left: 10px;
    height: 42px;
}

#tools table td.map-link a {
    background: url(/media/images/navbar/map-icon.gif) no-repeat top left;
    padding-left: 20px;
    display: block;
    text-decoration: underline;
}

#tools table td.search-link {
    padding-right: 35px;
    padding-left: 0;
}

#tools table td.search-link a {
    display: block;
    text-decoration: underline;
}

#tools table td.add-link a {
    background: url(/media/images/navbar/add-icon.gif) no-repeat top left;
    padding-left: 17px;
    display: block;
    text-decoration: underline;
}

#tools form {
    display: inline;
}

#tools form * {
    vertical-align: middle;
    font-family: Arial, Tahoma, Verdana, serif;
    font-size: 13px;
}

#tools select {
    width: 185px;
}

/**
 *  Main
 */
#main {
    margin: 20px auto 0 auto;
    text-align: left;
}

/**
 *  Main :: Sidebar
 */
#sidebar {
    vertical-align: top;
}

#sidebar p {
    padding: 0 0 7px 5px;
    line-height: 15px;
}

#sidebar p a.active {
    font-weight: bold;
}

#sidebar ul {
    padding: 14px 0 10px 0;
    list-style-type: none;
}

#sidebar ul.active {
    background: #fff5d1;
}

#sidebar ul li {
    padding: 0 0 4px 10px;
    margin: 0 0 0 12px;
    background: url(/media/images/sidebar/li-marker.gif) no-repeat left top;
}

#sidebar ul li.active {
    background: url(/media/images/sidebar/li-marker-active.gif) no-repeat left top;
}

#sidebar ul li.empty {
    color: #807754;
}

#sidebar ul li.active a,
#sidebar ul li.active span {
    font-weight: bold;
}

#sidebar ul.items {

}

#sidebar ul.items li {
    background: none;
    padding: 0 0 8px 0;
    margin: 0;
}

/**
 *  Main :: Content
 */

#content {
    vertical-align: top;
}

h1,
h1 a {
    color: #9b3214;
}

#title {
    overflow: hidden;
    margin-bottom: 20px;
    zoom: 1;
}

#title h1 {
    font-weight: normal;
    font-size: 19px;
    margin-right: 200px;
}

#title p {
    float: right;
    background: #ffa03c;
    color: #fff;
    margin-right: 5px;
    line-height: 19px;
    padding: 0 6px;
    font-size: 13px;
    white-space: nowrap;
}

#content .see-also {
    padding-bottom: 22px;
}

#content .see-also,
#content .see-also a {
    color: #9b3214;
    font-size: 15px;
}

/**
  * Top filter
  */
div.filter {
    background: #ebe1bf url(/media/images/filter/bg.gif) repeat-x top;
}

div.filter ul {
    list-style-type: none;
    padding: 14px 0 10px 8px;
}

div.filter ul li {
    margin-bottom: 4px;
    padding-left: 15px;
    background: url(/media/images/filter/li-bg.gif) no-repeat left top;
}

div.filter ul li.empty {
    color: #807754;
}

div.filter ul li.active a,
div.filter ul li.active span {
    font-weight: bold;
}

/**
 * Paginator
 */
div.paginator {
    height: 50px;
    line-height: 50px !important;
}

div.paginator,
div.paginator * {
    color: #9b3214;
    font-size: 13px;
}

div.paginator .pages {
    float: left;
    line-height: 50px;
}

div.paginator .pages .active,
div.paginator .sort .active {
    font-weight: bold;
}

div.paginator .sort {
    float: right;
    padding-right: 3px;
}

/**
 * List of houses
 */
ul.houses {
    list-style-type: none;
    background: url(/media/images/dashed.gif) repeat-x top;
    padding-top: 1px;
}

ul.houses li {
    background: url(/media/images/dashed.gif) repeat-x bottom;
    padding: 18px 10px 18px 10px;
}

ul.houses li.elit {
    background: #fff5d1 url(/media/images/dashed-elit.gif) repeat-x bottom;
    padding: 18px 10px 22px 10px;
}

.image-main {
    display: table-row;
    _width: 1%;
}


.image-right {
    background: #dbcd9b url(/media/images/image-bg.gif) no-repeat right top;
    padding-right: 3px;
    float: left;
}

.image-bottom {
    background: #dbcd9b url(/media/images/image-bg.gif) no-repeat left bottom;
    padding-bottom: 3px;
}

.image-right .image-bottom img {
    border-right: 1px solid #fff1bf;
    border-bottom: 1px solid #fff1bf;
    vertical-align: top;
}

ul.houses li.elit .image-right {
    background: url(/media/images/image-bg-elit.gif) no-repeat right top;
}

ul.houses li.elit .image-bottom {
    background: url(/media/images/image-bg-elit.gif) no-repeat left bottom;
}

ul.houses li.elit .image-right .image-bottom img {
    border-right: 1px solid #fff5d1;
    border-bottom: 1px solid #fff5d1;
}

ul.houses .if-image-exist {
    margin-left: 100px;
}

ul.houses h2,
ul.houses h2 a {
    color: #ff6400;
    font-size: 15px;
}

ul.houses h2 {
    padding-bottom: 12px;
}

ul.houses p.note {
    font-style: italic;
    padding-bottom: 6px;
    font-size: 11px;
}

ul.houses p.children {
    font-style: italic;
    padding-top: 10px;
}

ul.houses p.address {
    padding-top: 7px;
    float: none;
}

ul.houses li table.launch {
    width: 100%;
    border-collapse: collapse;
}

ul.houses li table.launch td.price {
    white-space: nowrap;
    width: 130px;
    padding-left: 10px;
}

ul.houses li table.launch p.launch-price {
    font-weight: bold;
    font-size: 18px;
    color: #9b3214;
}



ul.icons {
    list-style-type: none;
    overflow: hidden;
    zoom: 1;
}

ul.icons li {
    float: left;
    background: url(/media/images/house_icons/separator.gif) no-repeat left bottom;
    padding: 0;
}

ul.icons li.first-child {
    background: none;
}

ul.icons li img {
    vertical-align: bottom;
}

/**
 * Footer
 */
#footer {
    width: 960px;
    margin: 0 auto;
    font-size: 12px;
    text-align: left;
}

#footer * {
    color: #4c4c4c;
}

#footer table {
    border-collapse: collapse;
    width: 100%;
}

#footer table td {
    white-space: nowrap;
    height: 70px;
}

#footer table tr {
    background: url(/media/images/dashed.gif) repeat-x top;
}

#links {
    background: url(/media/images/dashed.gif) repeat-x bottom;
    overflow: hidden;
    clear: both;
}

#footer ul {
    float: left;
    list-style-type: none;
    overflow: hidden;
}

#footer ul li {
    float: left;
    padding: 0 8px;
    border-right: 1px solid #000;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
}

#footer ul li a {
    font-weight: normal;
}

#footer ul li.first-child {
    padding-left: 0;
}

#footer form input {
    font-family: Arial, Tahoma, Verdana, serif;
    font-size: 13px;
}

#footer ul li.last-child {
    padding-right: 0;
    border-right: none;
}

#footer span.map {
    vertical-align: 20%;
}

img.captcha {
    border: 1px solid #bab193;
}


.links * {
    color: #9b3214;
}

.links {
    clear: both;
    overflow: hidden;
    padding: 20px 0 10px 0;
    border-top: 1px solid #9b3214;
    margin-top: 10px;
    zoom: 1;
}

.links .path {
    float: left;
    width: 100%;
}

.links .prev-next {
    float: right;
    width: 65%;
    text-align: right;
}

#calLeer {
    position: absolute;
    top: 200;
    left: 10;
    z-index: 666;
    visibility: hidden;
    background: #e8dbae;
}

#calLeer * {
    font-size: 12px;
}

#calLeer a {
    color: #9b3214;
    font-weight: normal;
}

#calLeer .cal-title {
    text-align: center;
    padding: 6px 0;
    font-weight: bold;
    background: #e8dbae;
}

table.calendarDays {
    border-collapse: collapse;
    width: 100%;
}

table.calendarDays td {
    width: 14.28%;
    text-align: right;
    border: 1px solid #bfb284;
    padding: 3px 3px 3px 0;
    background: #fff8de;
}

tr.days td {
    font-weight: bold;
    color: black;
    background: #e8dbae;
}

#calLeer table.calendarDays td.empty {
    background: #e6e2d4;
    color: #999;
}

#calLeer table.calendarDays td.today {
    background: #e8dbae;
    color: black;
    font-weight: bold;
}
.reading {
	background:url(/media/images/sidebar/li-marker.gif) no-repeat left top;
	margin-left:12px;
	padding-left:10px;
	margin-bottom:4px;
	padding-bottom:4px;
}
.reading_active {
	background:url(/media/images/sidebar/li-marker.gif) no-repeat left top;
	margin-left:12px;
	padding-left:10px;
	margin-bottom:4px;
	padding-bottom:4px;
	font-weight:bold;
}

.reading_empty {
	color: #807754;	
	background:url(/media/images/sidebar/li-marker.gif) no-repeat left top;
	margin-left:12px;
	padding-left:10px;
	margin-bottom:4px;
	padding-bottom:4px;
}

.links_reading {
    clear: both;
    color:#9B3214;
    overflow: hidden;
    padding: 20px 0 0px 0;
    border-top: 1px solid #9b3214;
    margin-top: 10px;
    zoom: 1;
}

.links_reading .path_reading {
    float: left;
    width: 100%;
}