@import url("../js/jquery.fancybox/jquery.fancybox.css");

BODY
{
	font-family: Tahoma;
	background: #FFEFC5;
	font-size: 12px;
    color: #7D573E;
    margin: 0;
    padding: 0;
}

table {
    font-size: 12px;
}

A {
	color: #7D573E;
	text-decoration: underline;
	font-weight: normal;
}
A:hover {
	color: #7D573E;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
}

input[type='text'], input[type='password'], select, fieldset, textarea {
    border: #DDC27A 1px solid;
}

input[disabled] {
    background: #F4E097;
}

/* для ИЕ, пока отключено
input {
    //border: #DDC27A 1px solid;
}*/

input image {
    border: 0;
}

img {
    border: 0;
}

fieldset {

}

br#br  {
	line-height: 15px;
}

/* TOP */
#top-top
{
    height: 40px;
    width: 100%;
    position: absolute;
    background: #734C35;
    top: 0;
}

#top-top A
{
	color: #DDC27A;
	text-decoration: underline
}
#top-top A:hover {
	color: #DDC27A;
	text-decoration: none;
}

#top-top-text
{
    font-weight: normal;
    font-size: 11px;
    color: #DDC27A;
}

#top-search
{
    background: #FFF;
    font-weight: normal;
    font-size: 11px;
    border: 1px solid #DDC27A;
}

#top-center
{
    height: 187px;
    width: 100%;
    position: absolute;
    background: url(../images/top/bg.png) repeat-x left top;
    top: 40px;
    z-index: 1;
}

#top-link
{
    height: 187px;
    width: 100%;
    z-index: 3;
}

#top-logo
{
    height: 170px;
    width: 195px;
    position: absolute;
    background: url(../images/top/logo.png) no-repeat left top;
    top: 48px;
    left: 15px;
    z-index: 2;
}

#top-name
{
    height: 168px;
    width: 100%;
    position: absolute;
    background: url(../images/top/name.png) no-repeat center top;
    top: 80px;
    z-index: 2;
}

#top-right
{
    height: 206px;
    width: 100%;
    position: absolute;
    background: url(../images/top/ship.png) no-repeat right top;
    top: 40px;
    right: 10px;
    z-index: 2;
}

#top-bottom
{
    height: 20px;
    width: 100%;
    position: absolute;
    background: #734C35;
    font-weight: bold;
    color: #F4E097;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    top: 227px;
    z-index: 1;
}

/* CENTER */
#center
{
    width: 100%;
    position: absolute;
    top: 247px;
    z-index: 3;
}

#center-bg-left
{
    width: 512px;
    height: 276px;
    background: #FFEFC5 url(../images/top/center-bg-left.png) no-repeat left top;
    position: absolute;
    top: 247px;
    left:0;
    z-index: 2;
}

#center-bg-right
{
    width: 512px;
    height: 276px;
    background: #FFEFC5 url(../images/top/center-bg-right.png) no-repeat right top;
    position: absolute;
    top: 247px;
    right: 0px;
    z-index: 2;
}

#center-bg
{
    width: 100%;
    height: 276px;
    background: url(../images/top/center-bg.png) repeat-x left top;
    position: absolute;
    top: 247px;
    z-index: 1;
}

#center-admin
{
    width: 100%;
    position: absolute;
    top: 280px;
    z-index: 3;
}

#center-bg-left-admin
{
    width: 512px;
    height: 200px;
    background: #FFEFC5 url(../images/top/center-bg-left.png) no-repeat left bottom;
    position: absolute;
    top: 247px;
    left:0;
    z-index: 2;
}

#center-bg-right-admin
{
    width: 512px;
    height: 200px;
    background: #FFEFC5 url(../images/top/center-bg-right.png) no-repeat right bottom;
    position: absolute;
    top: 247px;
    right: 0px;
    z-index: 2;
}

#center-bg-admin
{
    width: 100%;
    height: 200px;
    background: url(../images/top/center-bg.png) repeat-x left bottom;
    position: absolute;
    top: 247px;
    z-index: 1;
}

/* BLOCK */
.block
{
    border: 2px solid #F4E097;
    font-size: 11px;
    color: #7D573E;
    padding-bottom: 15px;
}

.block#left {
    background: #FFEFC5 url(../images/block/top_left.png) no-repeat left top;
}
.block#right {
    background: #FFEFC5 url(../images/block/top_right.png) no-repeat right top;
}
.block#hot {
    background: #FFEFC5 url(../images/block/top_hot.png) no-repeat left top;
    border: 2px solid #7D573E;
}

.block th
{
    text-align: center;
    font-size: 15px;
    color: #7D573E;
    height: 24px;
    background: #F4E097;
    padding: 0;
    margin: 0;
}
.block#hot th
{
    color: #F4E097;
    background: #7D573E;
}

.block A {
	color: #7D573E;
	text-decoration: underline
}
.block A:hover {
	color: #7D573E;
	text-decoration: none;
}

.block-content
{
    font-size: 11px;
    color: #7D573E;
}

.block-content A {
	color: #7D573E;
	text-decoration: underline;
	font-weight: bold;
}
.block-content A:hover {
	color: #7D573E;
	text-decoration: none;
	font-weight: bold;
}

/* Horizontal Line */
hr {
    color: #DDC27A;
	background-color: #DDC27A;
	height: 1px;
	border-width: 0px;
}

hr#top {
	margin-top: 10px;
}

.content
{
    font-size: 12px;
    color: #7D573E;
}
.content#obj-db
{
    width: 70%;
}

.content#obj-db td, .content#obj-db th 
{
    border: 1px solid #F4E097;
    padding: 2px 6px;
}
.content#obj-db td table td 
{
    border: 0;
    padding: 2px 6px;
}

.content tr#selected
{
    background: #F4E097;
}
.content tr#selected-x
{
    background: #F6D380;
}

.content table
{
    font-size: 12px;
    color: #7D573E;
}
.content .header {
	display: inline-table; 
	width: 100%;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    color: #7D573E;
    font-weight: bold;
    margin-top: 15px;
    border-bottom: 2px solid #7D573E;
}
.content .header .left {
	display: inline-table;
	width: 50%;
	float: left;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    color: #7D573E;
    font-weight: bold;
}
.content .header .right {
	display: inline-table;
	width: 45%;
	float: right;
    text-align: right;
    vertical-align: middle;
    font-size: 16px;
    color: #7D573E;
    font-weight: normal;
}
.content .header#admin {
    margin-top: -20px;
}
.content .header_nav {
    text-align: left;
    vertical-align: top;
    font-size: 12px;
    color: #7D573E;
    padding-top: 2px;
    padding-bottom: 30px;
}
.content th
{
    background: #DDC27A;
    padding: 2px 4px;
}
.content td
{
    padding: 2px 4px;
}
.content A {
	color: #7D573E;
	text-decoration: underline
}
.content A:hover {
	color: #7D573E;
	text-decoration: none;
}

.bottom
{
    font-size: 11px;
    color: #7D573E;
    padding-top: 20px;
    padding-bottom: 15px;
}

.bottom A {
	color: #7D573E;
	text-decoration: underline
}
.bottom A:hover {
	color: #7D573E;
	text-decoration: none;
}

.news-img {
	display: inline-table;
    text-align: right;
    float: right;
    vertical-align: middle;
    font-size: 10px;
    color: #7D573E;
}

.news-img img {
    margin: 5px 10px;
    border: 1px solid #7D573E;
}

.news-img-list img {
    border: 1px solid #7D573E;
}

.news-img-list-not {
	width: 123px;
	height: 93px;
    border: 1px solid #7D573E;
    background: #F4E097;
}

.news-img-edit img {
    margin: 5px 10px;
    border: 1px solid #7D573E;
}

.obj-img {
    width: 130px;
    height: 130px;
    text-align: center;
    vertical-align: middle;
    background: #DDC27A;
}

.obj-img-fade {
    width: 130px;
    height: 130px;
    background: #DDC27A;
}
.fade
{
    background: #DDC27A;
}
#fade-link
{
    text-decoration: none;
}
#fade-image
{
    position:absolute;
    width: 130px;
    height: 130px;
    z-index: 10;
}

.polls {
    width: 104px;
    line-height: 14px;
    background: #F4E097;
}
.polls div {
    margin: 2px;
    position:absolute;
    line-height: 10px;
    background: #7D573E;
}

.inputbox {
	border: #DDC27A 1px solid; 
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	background: #FFF; 
}

.inputbox#login {
	width: 100%; 
}

.input-margin {
    margin-left: 10px;
}

.input-standart {
    margin-left: 10px;
    width: 400px;
}

.input-bs {
    width: 300px;
}

.input-ss {
    width: 150px;
}

.inputcheckbox {
	border: #DDC27A 1px solid; 
	padding: 0px;
	margin: 0px;
	font-size: 30px;
	background: #FFF; 
}

.button {
	border: #7D573E 1px solid;
	font-weight: normal;
	font-size: 11px;
	vertical-align: middle;
	cursor: hand;
	color: #7D573E;
	background: #F4E097; 
	text-decoration: none;
	margin-top: 5px;
}
.button:hover
{
	text-decoration: underline;
}

/* MENU */
#menu {
	PADDING: 0px;
	MARGIN: 0px;
	WIDTH: 960px;
	HEIGHT: 90px;
	LIST-STYLE-TYPE: none;
}
#menu-img {
    border: 0;
    margin: 10px !important;
}
#menu-selected {
    COLOR: #FFF;
}
#menu UL {
	PADDING: 0px;
	MARGIN: 0px;
	FLOAT: none;
	LINE-HEIGHT: 1;
	LIST-STYLE-TYPE: none
}
#menu A {
	DISPLAY: block; PADDING-BOTTOM: 0.5em; COLOR: #6B4435; PADDING-TOP: 0.3em; WHITE-SPACE: nowrap; TEXT-DECORATION: none; WIDTH: 120px;
}
#menu A:hover {
	COLOR: #FFF;
}
#menu A.hot:hover {
	COLOR: #F4E097;
}
#menu A.exclusive:hover {
	COLOR: #F6D380;
}
#menu A.hot, #menu A.exclusive {
    COLOR: #FFF;
}
#menu LI UL.exclusive {
    BACKGROUND: #734C35;
    BORDER: #FFF 1px solid;
}
#menu LI {
	FLOAT: left;
}
#menu UL LI {
	FLOAT: left;
	FONT-SIZE: 12px;
}
#menu LI UL {
	BORDER: #734C35 1px solid; DISPLAY: none; BACKGROUND: #FFF; WIDTH: 12.5em; POSITION: absolute; TEXT-ALIGN:left; FONT-SIZE: 11px; z-index: 999; PADDING: 0 1em;
}
#menu LI UL A:hover {
	text-decoration: underline;
	COLOR: #734C35;
}
#menu LI UL LI {
	FONT-SIZE: 11px;
}
#menu LI LI {
	MARGIN: 0px; WIDTH: 100%; HEIGHT: 150%;
}
#menu LI UL UL {
	MARGIN: -1.65em 0px 0px 12.3em
}
#menu LI:hover UL UL {
	DISPLAY: none
}
#menu LI:hover UL UL UL {
	DISPLAY: none
}
#menu LI.sfhover UL UL {
	DISPLAY: none
}
#menu LI.sfhover UL UL UL {
	DISPLAY: none
}
#menu LI:hover UL {
	DISPLAY: block
}
#menu LI LI:hover UL {
	DISPLAY: block
}
#menu LI LI LI:hover UL {
	DISPLAY: block
}
#menu LI.sfhover UL {
	DISPLAY: block
}
#menu LI LI.sfhover UL {
	DISPLAY: block
}
#menu LI LI LI.sfhover UL {
	DISPLAY: block
}
#menu LI:hover {
	/*BACKGROUND: #B2D1E7*/
}
#menu LI.sfhover {
	/*BACKGROUND: #B2D1E7*/
}
/* END MENU */


.nav
{
    FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #7D573E; FONT-FAMILY: Tahoma
}

A.price:link {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #7D573E; border-bottom:#7D573E 1px dotted; text-decoration: none; FONT-FAMILY: Tahoma
}
A.price:visited {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #7D573E; border-bottom:#7D573E 1px dotted; text-decoration: none; FONT-FAMILY: Tahoma
}
A.price:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #7D573E; border-bottom:#7D573E 1px dotted; text-decoration: none; FONT-FAMILY: Tahoma
}

/* Информация - География */
.geo-div {
  display: none;
  margin: 5 10 3 20;
}
.geo-span {
  text-decoration: underline;
  cursor: pointer;
}
.geo-str {
  font-size: 3px;
  height: 3px;
  line-height: 3px;
}
/* Информация - Адреса и телефоны */
.addr-div {
  display: none;
  margin: 5 10 0 20;
}
.addr-span {
  text-decoration: underline;
  cursor: pointer;
}
.addr-str {
  font-size: 3px;
  height: 3px;
  line-height: 3px;
}
/* Информация - Планировка квартир */
.lf-div {
  display: none;
  margin: 5 10 0 20;
}
.lf-span {
  text-decoration: underline;
  cursor: pointer;
}
.lf-str {
  font-size: 3px;
  height: 3px;
  line-height: 3px;
}
.lf-tbl 
{
    border: 1px solid #F4E097;
    padding: 2px 6px;
}
.lf-tbl td 
{
    border: 1px solid #F4E097;
    padding: 2px 6px;
}