/*	Desc: *design for open-realty* 
    Screen Style Sheet: *screen.css*
	Author: *Removed for compertison*
	Date: *27-Oct-2007*
	+ Colours
	- *colour hex* *colour name* (*purpose*)

Colours	+ CV
		- #4a4339 light brown (bg)
		- #fa0 ornage (links)
		- #fff white (text)

		+ PORTFOLIO
		- #000 black (bg)
		- #f0a magenta (links)
		- #fff white (text)


=== === === === === === === === === === */

/* MAIN TYPOGRAPHY */

strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }

code, kbd, samp, pre, tt, var, textarea { 
      font-size: 92%; font-family: monaco, "Lucida Console", courier, mono-space; 
}

del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }


/* FORMS */

fieldset { border: 1px solid #695F4C; }
legend { background: #504634; color: #FFF;}
textarea, input[type='text'], select { border: 1px solid #695F4C; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #504634; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #504634; outline: 2px solid #ffffaa; }
input, select { cursor: pointer; }
input[type='text'] { cursor: text; }


/* MARGINS & PADDINGS */

.content blockquote *:first-child { margin: .8em 0; }
/*
.content hr, .content p, .content ul, .content ol, .content dl, .content pre, .content blockquote, .content address, 
.content table, .content form { margin-bottom: 1.6em; }
.content p+p { margin-top: -.8em; }
 NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 
*/

.content h1 { margin: 0 0 .5em;  }
.content h2 { margin: 1.07em 0 .535em; }
.content h3 { margin: 1.14em 0 .57em; }
.content h4 { margin: 1.23em 0 .615em; }
.content h5 { margin: 1.33em 0 .67em; }
.content h6 { margin: 1.6em 0 .8em; }

.content th, .content td { padding: .8em; }
.content caption { padding-bottom: .8em; } /* padding instead of margin for IE */
.content blockquote { padding: 0 1em; margin: 1.6em 0; }
.content fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
.content legend { padding-left: .8em; padding-right: .8em; }
.content legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
.content textarea, .content input { padding: .3em .4em .15em .4em; }
.content select { padding: .1em .2em 0 .2em; }
.content option { padding: 0 .4em; }
.content a { font-weight: bold; position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
.content dt { margin-top: .8em; margin-bottom: .4em; }
.content ul { margin-left: 1.5em; }
.content ol { margin-left: 2.35em; }
.content ol ol, .content ul ol { margin-left: 2.5em; }
.content form div { margin-bottom: .8em; }




/* STRUCTURE */

* { padding: 0; margin: 0; }          /* вот здесь проблемы с верхним поле рекламы margin: 0; */


body {
   font-family: Verdana, "Arial", Helvetica, sans-serif;
   font-size: 13px;
   /* background: #504634; */
   background: #063E5B url('img/kodinhaku-background-3000.gif') top left repeat-x;

}

#lev1-container { 
        text-align: center;
	width: 1024px;
	margin: 0 auto;

}


#lev2-container
{
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 30px;

}

#lev2-container #container
{
	margin: 0 auto;
	width: 900px;
	height: 80px;
	background: #fff;
}

#lev2-container #header
{
	background: #ccc url('img/kodinhaku-header-1.gif');
        height: 40px;
	padding: 20px;
}

#lev2-container #header h1 { margin: 0; }

#lev2-container #navigation
{
	float: left;
	width: 900px;
	/* background: #023C82; */
        background: #0B6E9E;
}

#lev2-container #navigation ul
{
	margin: 0;
	padding: 0;
}

#lev2-container #navigation ul li
{
	list-style-type: none;
	display: inline;
}

#lev2-container #navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#lev2-container #navigation li a:hover { 
   background: #FFC875;   /* #E8C574; */   /* #C98D4C; */ 
   
}

#lev2-container #content-container
{
	float: left;
	width: 900px;
	background: #fff url(img/kodinhaku-w174-e6e6e6.gif) repeat-y 100% 0;
}

#lev2-container #rightcolumn
{
	clear: left;
	float: left;
	width: 705px;
	padding: 10px;
	margin: 0;
	display: inline;
        text-align: left;
}

#lev2-container #rightcolumn h2 { margin: 0; }

#lev2-container #left-ad
{
	float: right;
	width: 164px;
	padding: 10px 0;
	margin: 0 5px 0 5px;
	display: inline;
        vertical-align: top;
}

#lev2-container #left-ad h3 { margin: 0; }

#lev2-container #footer {
	clear: left;
	background: #0B6E9E; /* #023C82; */
	text-align: center;
        margin: 0px 0px 0px 0px;
	padding: 5px;
	height: 1%;
        color: #fff;
}




/* меню с типами недвижимости */
#lev2-container #navigation2
{
	float: left;
	width: 249px;
	/* background: #023C82; */
        background: #0B6E9E;
}

#lev2-container #navigation2 ul
{
	margin: 0;
	padding: 0;
}

#lev2-container #navigation2 ul li
{
	list-style-type: none;
	display: inline;
}

#lev2-container #navigation2 li a
{
	display: block;
	float: left;
	padding: 3px 26px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#lev2-container #navigation2 li a:hover { 
   background: #FFC875;   /* #E8C574; */   /* #C98D4C; */ 
   
}


/* меню с под-типами недвижимости */
#lev2-container #navigation3
{
	float: left;
	width: 688px;
	/* background: #023C82; */
        background: #0B6E9E;
        margin-top: 3px;
        margin-bottom: 3px; 
}

#lev2-container #navigation3 ul
{
	margin: 0;
	padding: 0;
}

#lev2-container #navigation3 ul li
{
	list-style-type: none;
	display: inline;
}

#lev2-container #navigation3 li a
{
	display: block;
	float: left;
	padding: 3px 16px;
	color: #fff;
	text-decoration: none;
	/* border-right: 1px solid #fff; */
}

#lev2-container #navigation3 li a:hover { 
   background: #FFC875;   /* #E8C574; */   /* #C98D4C; */ 
   
}














/*=TYPOGRAPHY
=== === === === === === === === === === */
h1 {

}
h2 {

}
h3,
h4 {

}
p {

}

/* ceo headers */
h1 { font-size: xx-large; }
h2 { font-size: x-large; }
h3 { font-size: large; }
h1, h2, h4, h6 { font-weight: bold; }
h5, h6 { margin-top: 1em; }

hr { border:1px solid #695F4C; }

.copyright {
text-align: center;
font-size: 9px;
padding: 3px;
color: #cccccc;
}

input , textarea {
border:1px solid #695F4C;
}



/*= COMMON === === === === === === === === === === */

img {
border: 0;
}

img {
	border: 2px solid #847A67;
}
img.float-right {
  padding: 5px;
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  padding: 5px;
  margin: 5px 15px 5px 0px;
}

a img {  
  border: 1px solid #847A67;   /* рамка картинки, изменить? */
  padding: 5px;
  margin: 5px 15px 5px 0px;
  background-color: #fff;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #eee;    
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
	margin: 15px; 	padding: 0 0 0 5px;  	
  	background: #FAFAFA; 
	border: 1px solid #eee; 
	font: bold 1.2em/1.5em 'Trebuchet MS', Tahoma, sans-serif; 
	color: #504634;	
}

a {
/* color: #464544; */
color: #06336A;
text-decoration: underline;
}

a:hover {
text-decoration: none;
/* color: #504634; */
color: #FFAA00;
}



/*= MASTHEAD === === === === === === === === === === */

#masthead-m {

}


#logo {
position: relative;
text-align: left;
margin:  0px 0px 0px 50px; 
padding: 0px 0 0 0px; 
color: #FFFFFF;
}

#logo h1 {
font: bold 24px "arial narrow", arial, sans-serif;
margin: 0;
padding: 0;
}

#logo p {
margin: 0;
padding: 0;
font-weight: bold;
}



.featurebox {
/* color:#504634;*/
color: #06336A;     /* Шрифт заголовков */

border-top:1px solid #d7d7d7;
/* background:#D4CAB6; */
background: #a0b5c0;
margin:0 0 1.5em;
padding:15px 20px 20px;
}

.featurebox p,.featurebox h1,.featurebox h2,.featurebox h3,.featurebox h4,.featurebox h5,.featurebox h6 {
border-bottom:1px solid #504634;
color:#504634;
margin:0 0 .3em;
}

.featurebox p {
border:none;
/* color:#444; */
color: #06336A;    /* Цвет обычного параграфа */
margin:0 0 1em;
}

.featurebox a {
font-weight:700;
font-size:90%;
}

hr {
background:#f2f2f2;
height:1px;
color:#f2f2f2;
border:none;
margin:1em 0;
}

hr.sb  {
background: #F4EFDF; 
height:1px;
color: #F4EFDF;
border:none;
margin:1em 0;
}


/*= CONTENT === === === === === === === === === === */

.content h1, h2, h3, h4, h5, h6 {
/* color: #695F4C; различные заголовки в основном поле страницы */   
color: #2B6F93;
font-weight: bold;
}

.content{ 
width: 675px;
}


/*= FOOTER === === === === === === === === === === */
#footer-m {

}

#footer a {
color: #fff;
text-decoration: underline;
}

#footer a:hover {
text-decoration: none;
/* color: #504634; */
color: #FFAA00;
}



/*= PRINTER === === === === === === === === === === */

@media print{
/*hide the left column when printing*/
#leftcolumn{display:none;}
#rightcolumn{border-left:0;}
}

/*= OTHER === === === === === === === === === === */

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center {	text-align: center; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }



/* THIS IS SECTION IS FOR OPEN REALTY */

td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

td a, a:hover{
text-decoration: none;

}

input, select, form {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}


input[type="text"], input[type="text"]:focus {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
}



/* кнопки в форме поиска */
.search_placeholder input[type="button"] { 
   padding: 0.3em 0.8em 0.15em; 
   border: 0px solid #ee812c;
   background-color: transparent; 
   background-image: url('img/search-button-1.gif'); 

}

/* поля ввода */
.search_placeholder select, input[type="text"] { border-color: #ccc; }



.search_results {
width:100%;
}



/* страница - Результат поиска */

#result_table {
   border-collapse: collapse;
   border: 1px solid #ccc;
}


.result_row_0, .result_row_1 {
}


.result_row_0 td, .result_row_1 td {
   font-size: 11px;
   /* border: 1px solid #444; */
   padding: 5px;
   margin: 3px;
}

.result_row_0 td+td, .result_row_1 td+td {
   border: none;
}




.result_row_0	{ background-color: #e6e6e6; }

.result_row_1	{ background-color: #FFFFFF; }

.result_row_0 a img, .result_row_1 a img {
  border: none; 
  padding: 0;
  margin: 2px;
  background-color: #fff;
}

.result_row_0 .sres_pict_td,
.result_row_1 .sres_pict_td  {
  width: 120px;
}







.view_users { width:100%; }




/* рамочка на карте Google */
div.gmap {
   border: 2px solid #847A67;
}




/* чтобы убрать рамочки на картинках в featured_listings */
.featured_listings img {
  border: none;
  padding: 0px;
  margin: 0px 0px 10px 0px;  /* сверху справа снизу слева */
  background-color: #FFFfff;

}

.featured_listings td {
  font-size: 11.4px;
  font: normal;
  padding: 5px;        /* убрали внутреннию поля в клетках таблицы */
}



.featured_listings img {
  border: none;
  padding: 0px;
  margin: 0px 0px 10px 0px;  /* сверху справа снизу слева */
  background-color: #FFFfff;

}


/* поля select для пары MIN-MAX длина 100 px */
.select100px {
  width: 100px;
}

/* таблица с полями для ввода данных поиска */
.search_placeholder {
 background: none;   /* #ccc */
 width: 370px;             /* обе таблички нужно сделать одинаковой длины */
 border: 1px solid #EAD194;       /* #D8CF27; */   /* #063E5B; */
}

/* сделаем табличку с полями более компактной */
.search_placeholder td {
  padding: .5em; 
}





.hide {display:none;}

#logo {
  margin-bottom: 7px;
  }

#password_button {
   background-color: transparent; 
   background-image: url('img/login-button-lblue.gif'); 
   width: 90px; 
   height: 20px; 
   padding:0; 
   border: 0; 
   cursor:pointer; 
   margin-left:5px;
}

#remember_id { cursor: default; }


#login_fieldset {
   position: relative;
   display: inline;
   left: 127px;
   top: 0;

   width: 645px;

   /* line-height: 27px; */
   /* height: 27px; */
   border: 0;

   /* background:  #007dbf;  все-таки без всякой цветной планки красивее! */
   /* background:  #02458b;  но вот с этой тоже пойдет! */
   background: #0B6E9E;
}


#login_fieldset_header {
   float: left;
   display: inline;
   width: 100px;
}

#login_div_id  {
   display: inline;
   font-family: "Arial",Helvetica,sans-serif;
   height: 24px;
}



/* поля ввода пароля в заголовке: подробный выбор */
#login_div_id input[type="text"], 
#login_div_id input[type="password"],
#login_div_id input[type="text"]:focus,
#login_div_id input[type="password"]:focus
 { 
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   outline: none;
 } 


/* поля ввода пароля в заголовке: или все сразу, более компактно?
#login_div_id input
 { 
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   outline: none;
 } 
*/


#remember_id {
   font-size:11px; 
   padding-left: 3px;
   border: none;
}

#new_user_a {
   }

.divider_field {
  font-size: 13px;  
  font-weight: bold;
  color: #014D92; 
}

#pdf_to_print a {
  background: url("../../files/pdf.png") no-repeat scroll right center transparent;
  display: block;
  float: right;
  height: 16px;
  line-height: 16px;
  padding-right: 20px;
  margin: 5px 0 5px;
  font-weight: bold;
}

.result_row_0 .td_pdf, .result_row_1 .td_pdf {
  padding: 0 5px 0 0;
}

/*  .td_pdf #pdf_to_print a { float: left; }  */


.gray-box-1 {
  border: 3px solid #e6e6e6;
  padding: 15px;
  float: left;
  background: url("img/grey_grad_1_500_300.gif") no-repeat left top white;   
}

.gray-box-1 strong { color: #2b6f93; }


.gray-box-2 {
  border: 3px solid #e6e6e6;
  padding: 10px;
  float: left;
  background: url("img/grey_grad_1_500_300.gif") no-repeat left top white;   
}

.gray-box-2 p {
  padding-left: 4px;
  padding-bottom: 8px;
  color: #1F4B6B;
}

#grey {
  /*  background: none repeat scroll 0% 0% #e6e6e6;  */
  background: url("img/grey_grad_1_500_300.gif") no-repeat left top white;
  border: 0px solid #fff;  /* #e6e6e6 */
  padding: 20px;
}

.img_a img { margin: 0px; padding: 0px; }



/* AddThis service */

/* END_OF AddThis service */

