@charset "utf-8";
/* CSS Document */

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color:#cccccc;
}
.thrColFixHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	padding-top: 0;
	padding-bottom: 0;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	padding-left: 10px;
}
.agentMenu {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	width: 49px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #mainContent {
	float: left;
	width: 745px;
	text-align: justify;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
} 

.mainForum {
	float: left;
	text-align: justify;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
} 

.mainAgency {
	float: left;
	width: 750px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
} 

.thrColFixHdr #footer {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	clear: both;
	margin-top: 10px;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 16px;
	padding-left: 10px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	line-height: 0px;
}

a:link {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #0053b3;
	text-decoration:none;
}     /* unvisited link */
a:visited {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #0053b3;
	text-decoration:none;
}  /* visited link */
a:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #0099FF;
	text-decoration: underline;
} 
a:active {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #0099FF;
	text-decoration:none;
}

.moto {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	color: #4b4b4b;
	width: 200px;
	text-align: right;
	padding-left: 160px;
	padding-top: 60px;
	font-style: italic;
}
.contacts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align: right;
	height: 40px;
}
.contacts a {
	color: #333333;
	text-decoration: underline;
}
.contacts a:hover {
	color: #000000;
	text-decoration: none;
}
.contacts a.selected {
	color: #000000;
	text-decoration: none;
}

.advertise {
	height: 10px;
}
.advertise a {
	color: #CCCCCC;
	text-decoration: underline;
}
.advertise a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.menu {
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
}
.button_div {
	float: left;
	margin-left: 14px;
}
.button_div a {
	display: block;
	background-image: url(../img/light_button.png);
	background-repeat:no-repeat;
	text-align: center;
	font-weight: bold;
	color: #a26666;
	text-decoration: none;
	width: 150px;
	padding-top:7px;
	padding-bottom:5px;
	font-family:"Trebuchet MS", sans-serif;
}
.button_div a:hover {
	background-image: url(../img/light_button.png);
	background-repeat:no-repeat;
	font-weight: bold;
	color: #a26666;
	text-decoration: underline;
	width: 150px;
	padding-top:7px;
	padding-bottom:5px;
	font-family:"Trebuchet MS", sans-serif;
}
.button_div a.selected {
	background-image: url(../img/butonqk-hover.png);
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.FastSearch {
	background-color: #FFFFFF;
	padding-left: 12px;
	padding-top: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../img/graphite_tops.png);
	background-repeat: no-repeat;
	height: 23px;
}
.welcome {
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
	padding: 4px;
	font-weight: bold;
}
.SearchDiv {
	background-color: #f8f8f8;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 16px;
	background-image: url(../img/left_gray.png);
	background-repeat: repeat-y;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
}
.SearchFor {
	background-color: #f8f8f8;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 16px;
	background-image: url(../img/left_gray.png);
	background-repeat: repeat-y;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
	line-height:24px;
}
.imot_rect {
	float: left;
	height: 260px;
	width: 206px;
	padding-right: 16px;
	padding-bottom: 14px;
	padding-left: 8px;
}
.last_offers {
	text-align: center;
	padding-bottom: 8px;
	line-height: 18px;
}
.offer_pic {
	padding: 3px;
	border: 1px solid #ddeaf7;
}

.offer_pic:hover {
	border: 1px solid #999999;
}

.text_head {
	padding-bottom: 8px;
	line-height: 18px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom: 12px;
	clear: both;
}
.offer_title {
	font-size: 14px;
	font-weight: bold;
	color: #0000ff;
	text-align: left;
	height: 50px;
	line-height: 18px;
}
.offer_subtitle {
	padding-bottom: 6px;
	text-align: left;
}
.offer_title a {
	color: #0000ff;
	text-decoration: none;
}
.offer_title a:hover {
	color: #0000ff;
	text-decoration: underline;
}

.offer_s_title {
	text-align: left;
	background-color: #ddeaf7;
}

.offer_s_title a {
	color: #0000ff;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
.offer_s_title a:hover {
	color: #0000ff;
	text-decoration: none;
}

.offer_s_title_more {
	text-align: left;
	background-color: #ddeaf7;
}

.offer_s_title_more a {
	color: #0000ff;
	text-decoration: underline;
}

.offer_s_title_more a:hover {
	color: #0000ff;
	text-decoration: none;
}


.offer_img {
	border: 0px;
}
.offer_price {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
	color: #0000ff;
	background-color: #F4FBFF;
	border:solid 1px #ddeaf7;
	margin-top: 8px;
	font-size:14px;
}
.offer_price a {
	color: #0000ff;
	text-decoration: none;
}
.offer_price a:hover {
	color: #0000ff;
	text-decoration: underline;
}

form {
	padding:0;
	margin:0;
}
.list_head {
	font-size: 18px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.list_pic {
	border: 1px solid #EFEFEF;
	padding: 2px;
	width: 340px;
}
.list_info {
	background-color: #F4FBFF;
	padding: 10px;
}
.list {
	border: 1px solid #cccccc;
	background-color: #fbfaf9;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 14px;
	padding-left: 2px;
}
.list_row {
	float: left;
	width: 200px;
	border-bottom: 1px solid #CCCCCC;
	margin:0;
	padding-top: 20px;
}

.under_list_row {
	border-top: 1px solid #CCCCCC;
}.under_pic {
	padding: 10px;
	text-align: left;
}
.listing_img_right {
	padding-left: 22px;
}
.contact_head {
	font-weight: bold;
	padding: 10px;
}
.contact_text {
	text-align:left;
	line-height: 18px;
	padding:10px;
}
.form_div {
	padding: 20px;
}
.table_contacts {
	border: 1px solid #cccccc;
	background-color: #fdf0d2;
	text-align: left;
}
.th_contacts {
	background-color: #efebe0;
	border: 1px solid #CCCCCC;
}
.vid_offer {
	padding: 10px;
	text-align: justify;
	line-height: 20px;	
}
.vid_td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.opis_wrap {
	padding: 10px;
}
.opisanie {
	border: 1px solid #CCCCCC;
	background-color: #fdf0d2;
	padding: 4px;
}
.opis_head {
	font-weight: bold;
	padding-bottom: 10px;
}
.gray {
	color: #4b4b4b;
}
.bold {
	font-weight: bold;
}
.searchlist_td {
	padding-left: 1px;
}
.delimeter {
	height: 14px;
}
.searchlistTable {
	background-color: #f4f4f4;
	border: 1px solid #cccccc;
}

.InfoRow {
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	height: 25px;
	padding-left: 20px;
	padding-top: 6px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #89aee0;
	background-color: #d8e3ef;
}

.FormText {
	height: 25px;
	width: 30%;
	text-align: left;
	vertical-align: middle;
	padding-left: 12px;
	border-bottom: solid 1px #d8e3ef;
}
.FormTxt1 {
	height: 25px;
	width: 21%;
	text-align: left;
	vertical-align: middle;
	padding-left: 12px;
	border-bottom: solid 1px #d8e3ef;
}
.FormSer {
	height: 25px;
	width: 12%;
	text-align: left;
	vertical-align: middle;
	padding-left: 12px;
	border-bottom: solid 1px #d8e3ef;
}
.FormInput {
	text-align: left;
	vertical-align: middle;
	border-bottom: solid 1px #d8e3ef;
	padding-left: 20px;
}
.FormInput2 {
	text-align: left;
	vertical-align: middle;
	border-bottom: solid 1px #d8e3ef;
}
.regse {
	font-weight: bold;
	background-color: #ff8409;
	color:#FFFFFF;
	border:solid 1px #ffffff;
	cursor:pointer;
}
.Message {
	padding:6px;
	color:#FF0000;
	font-size:11px;
	font-style:italic;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}

.regTable {
	background-color: #fdf0d2;
	border: solid 1px #89aee0;
}
.serTable {
	font-size: 11px;
}
.redfont {
	color:#ff6600;
	font-size:10px;
}
.loginform {
	margin: 0 auto;
	width: 500px;
}
.userpass {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: right;
	width: 40%;
}
.login_td {
	text-align: left;
	padding-left: 10px;
}
.logininput {
	font-size: 16px;
	height: 22px;
	width: 80%;
}
.btnvlez {
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	width: 80px;
	cursor: pointer;
}
.loginmessage {
	font-weight: bold;
	color: #FF0000;
	padding: 10px;
}
.AgentButton a {
	display: block;
	color: #333333;
	padding: 10px;
	text-decoration: underline;
	font-weight:bold;
}
.AgentButton a:hover {
	display: block;
	color: #ff6600;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	text-decoration: none;
	font-weight:bold;
}
.AgentButton a.selected {
	display: block;
	color: #ff6600;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	text-decoration: none;
	font-weight:bold;
}

.InfoTD {
	background-color: #E5E5E5;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
.listing {
	border-bottom:1px solid #CCCCCC;
}
.listing:hover {
	border-bottom:1px solid #CCCCCC;
	background-color: #ececec;
}
.listTable {
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
}
.borderbottom {
	border: 1px solid #CCCCCC;
}
.SellRentHead {
	background-color: #ddeaf7;
	padding-top: 4px;
	padding-right: 1px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
}
.reqFormField {
	font-size: 11px;
	width: 95%;
}
.reqFormField1 {
	font-size: 11px;
	width: 90%;
}
.reqFrmTxt {
	font-size: 11px;
}
.reqContTxt {
	font-size: 11px;
}
.reqContact {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top:dotted 1px #c8c5c4;
	border-bottom:dotted 1px #c8c5c4;
	background-color:#fdf0d2;
	width: 340px;
}
.requestForm {
	margin-top: 10px;
	padding-top: 10px;
}
.SubInfoRow {
	font-size: 10px;
	padding-left: 10px;
}
.opis_body {
	text-align: justify;
	border-bottom:dotted 1px #c8c5c4;
	padding-bottom:10px;
}
.SearchPrice {
	font-size: 16px;
	font-weight: bold;
}
.SearchType {
	font-weight: bold;
	color: #800000;
}
.SearchObl {
	font-weight: bolder;
}
.SearchTxt {
	font-size: 11px;
}

.serTown {
	width: 200px;
}
.pagings {
	margin-bottom: 10px;
	font-size: 11px;
}
.header_top {
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #ebebeb;
}
.header_left {
	float: left;
	padding-left: 26px;
	background-image: url(../img/left_top_head.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width: 500px;
}
.top_menu_button {
	float: left;
}
.top_menu_button a {
	display: block;
	padding: 7px 14px 7px 14px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#0053b3;
	text-decoration:none;
	font-size:11px;
}
.top_menu_button a:hover {
	display: block;
	padding: 7px 14px 7px 14px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#0099FF;
	text-decoration:none;
	font-size:11px;
}
.top_menu_button a.selected {
	display: block;
	padding: 7px 14px 7px 14px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#0099FF;
	text-decoration:none;
	font-size:11px;
	background-color:#d7e2eb;
}

.header_right {
	float: right;
	background-image: url(../img/right_top_head.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 300px;
	padding-right: 26px;
}
.forum_button {
	float: right;
	background-image: url(../img/forum.png);
	background-repeat: no-repeat;
	background-position: right;
}
.forum_button a {
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 14px;
	display: block;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 11px;
}
.logo_super_imot {
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
}
.advert_top_right {
	float: right;
	height: 30px;
	width: 300px;
	padding-top: 16px;
	padding-right: 10px;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ff7d0a;
}
.button_home {
	float: left;
}
.button_home a {
	font-family: Arial, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	display:block;
	padding-top:7px;
	padding-bottom:5px;
	text-align:center;
	width:140px;
	background-image:url(../img/grey_button.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-decoration:none;
}
.button_home a:hover {
	font-family: Arial, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	display:block;
	padding-top:7px;
	padding-bottom:5px;
	text-align:center;
	width:140px;
	background-image:url(../img/grey_button.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-decoration: underline;
}
.button_serch {
	float: left;
}
.button_serch a {
	font-family: Arial, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	display:block;
	padding: 6px 0px;
	text-align:center;
	width:140px;
	width:128px;
	background-image:url(../img/orange_button.png);
	color:#FFFFFF;
	text-decoration:none;
}
.button_serch a:hover {
	font-family: Arial, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	display:block;
	padding: 6px 0px;
	text-align:center;
	width:128px;
	background-image:url(../img/orange_button.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-decoration: underline;
}
.buttons_margin {
	float: left;
	width: 30px;
	height: 20px;
}
.blue_head_line {
	background-color: #4378ca;
	background-image:url(../img/blue_corner.png);
	height: 24px;
	margin-right: 11px;
	margin-left: 1px;
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-top: 6px;
	padding-left: 40px;
}
.clear_header {
	clear: both;
	height: 16px;
}

/* rounded corners */
.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; overflow:hidden; display:block;}
.b1h {height:1px; background:#d6d6d6; margin:0 5px;}
.b2h, .b2bh {
	height:1px;
	border-right:2px solid #d6d6d6;
	border-left:2px solid #d6d6d6;
	margin:0 3px;
	background-color:#f8f8f8;
}
.b3h, .b3bh {
	height:1px;
	border-right:1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	margin:0 2px;
	background-color:#f8f8f8;
}
.b4h, .b4bh {
	height:2px;
	border-right:1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	margin:0 1px;
	background-color:#f8f8f8;
}
.b2bh {
	background-color:#f8f8f8;
}
.headh {
	border-right:1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	background-color:#f8f8f8;
}
/* rounded corners */
.footer_logo {
	text-align: center;
	padding: 10px;
}
.oblasti_search {
	float: left;
	width: 230px;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 12px;
}
.ser_for {
	padding-bottom: 6px;
	font-weight: bold;
}
