* {
    margin: 0;
}

p img{
	border-style: solid;
	border-width: 7px;
	border-color: #ffffff;
}

a img{
	border: none;
}

html, body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    background: #0096ac none;
    font-size: 12px;
    height: 100%;
    color: #2d2d2d;
}

/* main page */
.out_top_main {    
    background: url(../images/top_bg.png) repeat-x;
    top: 0px;
    height: 288px;
}

.out_top {
    background: url(../images/top_bg.png) repeat-x;
    top: 0px;
    height: 200px;
}

/* main page */
.top_main {
    background: url(../images/top_main.png) no-repeat;
    text-align: left;
    width: 982px;
    height: 288px;
    margin: 0 auto;
}

.top {
    background: url(../images/top.png) no-repeat;
    text-align: left;
    width: 982px;
    height: 200px;
    margin: 0 auto;
}

#logo {
    position: relative;
    background: url(../images/logo.png) no-repeat;
    left: 34px;
    top: 50px;
    height: 89px;
    width: 132px;
}

#top_menu {
    position: relative;
    left: 180px;
    top: -45px;
    width: 454px;
    height: 80px;
    text-align: left;
    line-height: 30px;
}

#top_menu a.selected {
    font-size: 19px;
    color: #ed7601;
    text-decoration: underline;
    cursor: pointer;
}

#top_menu a {
    font-size: 15px;
    color: #0096ac;
    text-decoration: none;
    cursor: pointer;
    padding-right: 9px;
}

/* top panel_main */
#top_panel_main {
    position: relative;
/*    background: url(../images/panel_search.png) no-repeat;*/
    left: 31px;
    top: -14px;
    width: 920px;
    height: 140px;
    font-size: 12px;
    color: white;
    text-align: right;
}

/* main page */
#top_panel_main {
/*    position: relative;
    left: 31px;
    top: -14px;
    width: 920px;
    height: 29px;
    font-size: 12px;
    color: white;
    text-align: right;*/
}

#top_panel_main #city {    
    padding-top: 70px;
    padding-left: 20px;
    width: 200px;
    text-align: left;
    position: absolute;
    left: 0;
}

#top_panel_main #estate_type {
    position: absolute;
    top: 5px;
    left: 250px;
    width: 200px;
    text-align: left;
}

#top_panel_main #estate_subtype {
    position: absolute;
    top: 70px;
    left: 250px;
    width: 200px;
    text-align: left;
}

#top_panel_main #price {
    position: absolute;
    top: 5px;
    left: 500px;
    width: 300px;
    text-align: left;
}

#top_panel_main #category {
    position: absolute;
    top: 70px;
    left: 515px;
    width: 150px;
    text-align: left;
}

#top_panel_main #currency {
    position: absolute;
    top: 70px;
    left: 645px;
    width: 150px;
    text-align: left;
}

#top_panel_main #search_id {
    position: absolute;
    top: 5px;
    left: 810px;
    width: 20px;
    text-align: left;
}


/* top panel */
#top_panel {
    position: relative;
    background: url(../images/top_panel.png) no-repeat;
    left: 31px;
    top: -14px;
    width: 920px;
    height: 29px;
    font-size: 12px;
    color: white;
    text-align: right;
}

#top_panel #text {
    padding-top: 6px;
    padding-right: 10px;
}

#top_panel .info {
    color: yellow;
    font-weight: bold;
}
/* end of out_top */

#ordering {
    padding-top: 10px;
    text-align: center;
}

#ordering a {
    cursor: pointer;
    text-decoration: underline;
    color: #ed7601;
}

#ordering a.selected {
    color: white;
    cursor: default;
    background-color: #ed7601;
    text-decoration: none;
    padding: 0 5px;
}

.pagging {
    clear: both;
    padding: 10px;
    text-align: center;
}

.pagging a {
    color: #2d2d2d;
    font-size: 12px;
    cursor: pointer;
}

.pagging a.selected {
    color: #ed7601;
    font-size: 18px;
    text-decoration: underline;
    cursor: pointer;
}

#wrap_main {
    background: white url(../images/main_bg_main.png) repeat-y scroll 0 0;
    margin:0 auto;
    width: 980px;
}

#wrap {
    background: white url(../images/main_bg2.png) repeat-y scroll 252px 0;
/*    background-image: url(../images/main_bg1.png);*/
    margin:0 auto;
    width: 980px;
    
/*
    background: url(../images/main_bg1.png) repeat-y;
    background-position-x: center;
    position: relative;
    height: auto !important;
    background: #9999CC none repeat scroll 0 0;
    */
}

.left_column {
    background-color:white;
    float:left;
    height:auto !important;
    left:1px;
    padding-bottom:0;
    padding: 0 10px 0 30px;
    padding-top: 0;
    width: 212px;
    margin-bottom: -26px; 
    margin-right: 2px;
}


.sidebar_main {
/*    background: url(../images/main_bg2.png) repeat-y scroll 1px 0;*/
    padding-left: 10px;
    padding-right: 10px;
    /*position: relative;*/
}

.sidebar {
/*    background: url(../images/main_bg2.png) repeat-y scroll 1px 0;*/
    float:right;
    width: 678px;
    /*top: -26px;*/
    padding-left: 15px;
    padding-right: 30px;
    /*position: relative;*/
}

.sidebar .header {
    color: #0196ac;
    font-size: 12px;
    padding-bottom: 4px;
}

.sidebar .subheader {
    color: #0196ac;
    font-size: 16px;
    font-style: italic;
    padding-bottom: 4px;
}

.sidebar ul li {
    list-style-image: url(../images/point.png);
}

.sidebar .inner {
    line-height: 14.4px;
    padding-bottom: 18px;
    color: #2D2D2D;
}

.sidebar .subsection {
    font-size: 12px;
    font-weight: bold;
    color: #0096ac;
    margin-bottom: 8px;
}


.left_column a {
    cursor: pointer;
    text-decoration: underline;
    color: #ed7601;
}

.left_column .section {
    font-size: 19px; 
    color: #0196ac;    
}

.left_column .subsection {
    font-size: 12px;
    font-weight: bold;
    color: #0096ac;
    margin-top: 14px;
    margin-bottom: 18px;
}

.left_column .subsection .inner {
    font-size: 10px;
    font-weight: bold;
    color: #2d2d2d;
    line-height: 13px;
}

.left_column .inner img {
    /*margin: 5px 0px 2px 0px;*/
}


.left_column .header {
    color: #0096ac;
}

.left_column .inner {
    color: #2d2d2d;
    line-height: 15px;
    margin-bottom: 7px;
}

.left_column input[type=text] {
    border: #7f9db9 1px solid;
}

.left_sub_column a.selected {
    font-size: 19px;
    color: #ed7601;
    text-decoration: underline;
    cursor: pointer;
}

.left_sub_column a {
    font-size: 15px;
    color: #0096ac;
    text-decoration: none;
    cursor: pointer;
}

.estate_elements {
}

.estate_img_outer {
    display:table-cell;
    height:146px;
    overflow:hidden;
    position:relative;
    text-align:center;
    vertical-align:middle;
    width:146px;
    padding-left: 2px; 
    padding-top: 2px;
}

.estate_element {
    background: transparent url(../images/estate_element.png) no-repeat scroll 0 0;
    border: 6px solid white;
    float: left;
    height: 255px;
    margin: 15px;
    position: relative;/* fyrer*/
    text-align: center;
    width: 150px;
}

.estate_element_ads {
    background: transparent url(../images/estate_element.png) no-repeat scroll 0 0;
    border: 6px solid white;
    float: left;
    height: 255px;
    margin: 0px;
    position: relative;
    text-align: center;
    width: 150px;
}

/*
.estate_element img {
    position: absolute; 
    left: 2px; 
    top: 1px;
}*/

.estate_element .estate_id {
    font-size: 14px; 
    font-weight: bold; 
    color: #ed7601;
}

.estate_price {
    font-size: 14px; 
    font-weight: bold; 
    color: #e60004;
}

.estate_photos {
    float: left;
    position: relative;
    width: 330px;
    min-height: 600px;
}

.description {
    width: 340px;
    float: right;
    margin-top: 15px;
    line-height: 15px;
}

.left_header {
    text-align: right;
    font-size: 16px;
    font-style: italic;
    width: 190px;
    margin-left: 15px;
    margin-top: 6px;
}

.left_header a {
    color: #0196ac;
    text-decoration: none;
}

.left_header a.active {
    color: #ed7601;
    text-decoration: underline;
    text-align: right;
}

#wrapper {
    height: auto !important;
    margin-left: 2px;
    text-align: left;
    width: 726px;
    background-color: yellow;
    float: left;
}

.footer {
    clear:both;
    color:white;
    height:90px;
    margin:0 auto;
    text-align:center;
    width:980px;    
    background-color: #0096ac;
}

.partner_logo_inner {
  position: relative;
  left: 0;
  right: 0; 
  top: 0;
  bottom: 0; 
   text-align: center;
   margin:auto;
   vertical-align:middle;  
   
	/*bottom:0;
	left:0;
	margin:auto;
	position:absolute;
	right:0;
	top:0;*/
}

.feedback_field {
  width: 200px; 
  border: 1px #7f9db9 solid;
}

.feedback_field1 {
  width: 450px; 
  border: 1px #7f9db9 solid;
}

.mainimg_div {
/*  border: 1px #ed7601 solid; width: 314px; height: 314px; margin: 10px 5px 0 0; 
  
display:table-cell;
overflow:hidden;
text-align:center;
vertical-align:middle;
padding-left: 0px; 
padding-top: 0px;
*
margin: auto;
border: 1px #ed7601 solid;
display:table-cell;
height:314px;
overflow:hidden;
padding-left:2px;
padding-top:2px;
position:relative;
text-align:center;
vertical-align:middle;
width:314px;
*/
border: 1px #ed7601 solid;
display: table-cell; width: 314px; height: 314px; overflow: hidden; position:relative; text-align: center; vertical-align: middle;
}

.add_img_div {
  border: 1px #ed7601 solid; 
/*  width: 150px; 
  height: 150px; 
  margin: 10px 5px 0 0; 
  display: table-cell; 
  position: relative;
  float: left;

overflow:hidden;
text-align:center;
vertical-align:middle;
*/  
display: table-cell; width: 150px; height: 150px; overflow: hidden; position:relative; text-align: center; vertical-align: middle;
  /*float: left;*/
}

.description  a {
color:#ED7601;
cursor:pointer;
text-decoration:underline;
}

.desc {
color:#424242;
font-size:12px;
height:50px;
line-height:98%;
overflow:hidden;
padding:14px 3px 0 7px;
position:relative;
}

.div4ie7 {
}

/* wrimp -- is special for fucking IE 7 */
.wrimp { display: block; width: auto; height: auto; position:relative; }
.wrimp span { vertical-align: middle; height: 120px; zoom: 1; }

.wrimp_details { display: block; width: auto; height: auto; }
.wrimp_details span { vertical-align: middle; height: 314px; zoom: 1; }

.wrimp_details_thumbs { display: block; width: auto; height: auto; }
.wrimp_details_thumbs span { vertical-align: middle; height: 150px; zoom: 1; }


.img_outer {
display: table-cell; width: 120px; height: 120px; overflow: hidden; position:relative; text-align: center; vertical-align: middle;
}

.project_img {
  position: relative;
  left: 0px;
  right: 0px; 
  top: 1px;
  bottom: 0px; 
   text-align: center;
   margin:auto;
   vertical-align:middle;  
}


._h1 {
    font-size: 19px;
    color: #0196ac;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; 
}

._h2 {
    font-size: 16px;
    color: #0196ac;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-style:italic;
	padding-top: 10px;
}

.sidebar a {
  color: #ED7601;/* !important;*/
  cursor: pointer;
  text-decoration: underline;
}

.required {
color:#FF0000;
display:inline;
margin:0;
}

.img_style {
/*left:5px;
position:absolute;
top:5px;
z-index:2;*/
}
.sold{
display:block;
right:2px;
position:absolute;
/* top:25px; */
bottom:-4px;
z-index:2;
}
.mainimg_div .sold{
bottom:none;
top: 208px;
right:18px;
}
.left_menu_news {
  line-height: 24px;
  background: url("/images/dot.png") no-repeat scroll right 10px transparent;
  padding-right: 12px;
}

.description .label {
  color: #0196ac;
}
