@charset "utf-8";
.style3 {
	color: #AF271E
}
.style4 {
	font-size: 14px;
	font-weight: bold;
	color: #AF271E;
}
#popupwin {
	position:absolute;
	background-color:#FFFFFF;
	left:1px;
	top:1px;
	width:1px;
	height:1px;
	border: 1px solid #000000;
	z-index:1;
	visibility: hidden;
 filter:progid:DXImageTransform.Microsoft.dropShadow(color=#555555, direction=135, OffX=3, OffY=3);
}
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
}
p {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000BB;
	text-decoration: none;
	font-size:12px;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FF9900;
	font-size:12px;
}
/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #E5E5E5;
	background-color: #FFFFFF;
	font-size : 12px;/*	scrollbar-face-color: #69AAD6;
	scrollbar-highlight-color: #A8DCFF;
	scrollbar-shadow-color: #0068AE;
	scrollbar-3dlight-color: #D9EAF4;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #CAE1F0;
	scrollbar-darkshadow-color: #2D729F; */
}
/* General font families for common tags */
font, th, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif
}
hr {
	height: 0px;
	border-top: 1px dotted #0000CC;
}
/* This is the border line & background colour round the entire page */
.bodyline {
	background-color: #FFFFFF;
	border: 1px #98AAB1 solid;
}
/* This is the outline round the main forum tables */


.forumline {
	border: 1px #006699 solid;
	font-size : 12px;
}
/* Main table cell colours and backgrounds */
td.row1 {
	background-color: #FFFFFF;
}
td.row2 {
	background-color: #DEE3E7;
}
td.row3 {
	background-color: #D1D7DC;
}
/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
	background-color: #FFFFFF;
	background-image: url(images/cellpic2.jpg);
	background-repeat: repeat-y;
}
/* Header cells - the blue and silver gradient backgrounds */
th {
	color: #FFA34F;
	font-size: 11px;
	font-weight : bold;
	background-color: #006699;
	height: 27 px;
	background-image: url(/images/cellpic3.gif);
}
th.hit {
	color: #FFA34F;
	font-size: 10px;
	font-weight : bold;
	background-color: #006699;
	height: 28 px;
	background-image: url(/images/hitback.gif);
}
th.rasp {
	color: #FFA34F;
	font-size: 11px;
	font-weight : bold;
	background-color: #006699;
	height: 28 px;
	background-image: url(/images/raspback.gif);
}
td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom {
	background-image: url(images/cellpic1.gif);
	background-color:#D1D7DC;
	border: #FFFFFF;
	border-style: solid;
	height: 28px;
}
/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat, td.catHead, td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead, th.thSides, th.thTop, th.thLeft, th.thRight, th.thBottom, th.thCornerL, th.thCornerR {
	font-weight: bold;
	border: #FFFFFF;
	border-style: solid;
	height: 12px;
}
td.row3Right, td.spaceRow {
	background-color: #D1D7DC;
	border: #FFFFFF;
	border-style: solid;
}
th.thHead, td.catHead {
	font-size: 12px;
	border-width: 1px 1px 0px 1px;
}
th.thSides, td.catSides, td.spaceRow {
	border-width: 0px 1px 0px 1px;
}
th.thRight, td.catRight, td.row3Right {
	border-width: 0px 1px 0px 0px;
}
th.thLeft, td.catLeft {
	border-width: 0px 0px 0px 1px;
}
th.thBottom, td.catBottom {
	border-width: 0px 1px 1px 1px;
}
th.thTop {
	border-width: 1px 0px 0px 0px;
}
th.thCornerL {
	border-width: 1px 0px 0px 1px;
}
th.thCornerR {
	border-width: 1px 1px 0px 0px;
}
/* The largest text used in the index page title and toptic title etc. */

.main_headers {
	margin-bottom:0px;
	text-decoration:none;
	padding-bottom:3px;
	border:0;
	border-bottom:3px solid #AF271E;
	line-height : 150%;
}
.maintitle, h1 {
	font-weight: bold;
	font-size: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 150%;
	color : #AF271E;/*font-stretch: wider; */

}
h2 {
	font-weight: bold;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 120%;
	color : #AF271E;
	font-stretch: wider;
}
/* General text */
.gen {
	font-size : 12px;
}
.genmed {
	font-size : 11px;
}
.gensmall {
	font-size : 10px;
}
.gen, .genmed, .gensmall {
	color : #000000;
}
a.gen, a.genmed, a.gensmall {
	color: #006699;
	text-decoration: none;
}
a.gen:hover, a.genmed:hover, a.gensmall:hover {
	color: #DD6900;
	text-decoration: underline;
}
a.gen, a.genmed, a.gensmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000BB;
	text-decoration: none;
}
a.gen:hover, a.genmed:hover, a.gensmall:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FF9900;
}
/* The register, login, search etc links at the top of the page */
.mainmenu {
	font-size : 11px;
	color : #000000
}
a.mainmenu {
	text-decoration: none;
	color : #006699;
}
a.mainmenu:hover {
	text-decoration: underline;
	color : #DD6900;
}
.sape1 {
	color: #CCCCCC;
	text-decoration: none;
	font-weight:normal;
	font-size:10px;
}
a.sape1:link, a.sape1:visited {
	color: #0000BB;
	text-decoration: none;
	font-weight:normal;
	font-size:10px;
}
a.sape1:hover {
	text-decoration: none;
	color: #FF9900;
	font-weight:normal;
	font-size:10px;
}
/* Forum category titles */
.cattitle {
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	color : #006699
}
a.cattitle {
	text-decoration: none;
	color : #006699;
}
a.cattitle:hover {
	text-decoration: underline;
}
/* Forum title: Text and link to the forums used in: index.php */
.forumlink {
	font-weight: normal;
	font-size: 12px;
}
a.forumlink {
	text-decoration: none;
	color : #006699;
}
a.forumlink:hover {
	text-decoration: underline;
	color : #DD6900;
}
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav {
	font-weight: bold;
	font-size: 11px;
	color : #000000;
}
a.nav {
	text-decoration: none;
	color : #006699;
}
a.nav:hover {
	text-decoration: underline;
}
/* titles for the topics: could specify viewed link colour too */
.topictitle {
	font-weight: bold;
	font-size: 11px;
	color : #000000;
}
a.topictitle:link {
	text-decoration: none;
	color : #006699;
}
a.topictitle:visited {
	text-decoration: none;
	color : #5493B4;
}
a.topictitle:hover {
	text-decoration: underline;
	color : #DD6900;
}
/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name {
	font-size : 11px;
	color : #000000;
}
/* Location, number of posts, post date etc */
.postdetails {
	font-size : 10px;
	color : #000000;
}
/* The content of the posts (body of text) */
.postbody {
	font-size : 12px;
}
a.postlink:link {
	text-decoration: none;
	color : #006699
}
a.postlink:visited {
	text-decoration: none;
	color : #5493B4;
}
a.postlink:hover {
	text-decoration: underline;
	color : #DD6900
}
/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 12px;
	color: #006600;
	background-color: #FAFAFA;
	border: #D1D7DC;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	line-height: 125%;
	background-color: #FAFAFA;
	border: #D1D7DC;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px
}
/* Copyright and bottom info */
.copyright {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing: -1px;
}
a.copyright, a.copyright:visited {
	color: #003399;
	text-decoration: none;
}
a.copyright:hover {
	color: #FF9900;
	text-decoration: underline;
}
/* Form elements */
input, textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}
input {
	text-indent : 2px;
}
/* The buttons used for bbCode sinput.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}tyling in message post */


/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}
/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}
/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline {
	background-color: #DEE3E7;
	border-style: none;
}
a.mp3NB, a.mp3NB:visited {
	color: #003399;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration: none;
	font-style: normal;
}
a.mp3NB:hover {
	color: #FF9900;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style: normal;
	text-decoration: underline;
}
a.mp3NBsmall, a.mp3NBsmall:visited {
	color: #003399;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	text-decoration: none;
	font-style: normal;
}
a.mp3NBsmall:hover {
	color: #FF9900;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-style: normal;
	text-decoration: underline;
}
input.sms, textarea.sms, select.sms {
	color : #000000;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	width: 140px;
	height: auto;
}
.gensmallday {
	font-size : 9px;
	font-style: normal;
	font-weight: normal;
	color : #000000;
}
a.gensmallday, a.gensmallday:visited {
	color: #006699;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
a.gensmallday:hover {
	color: #DD6900;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}
.leftmenu {
	font-size : 11px;
	color: #FFFFFF;
}
a.leftmenu, a.leftmenu:link, a.leftmenu:visited {
	font-size : 11px;
	color: #0000BB;
	font-weight: normal;
}
a.leftmenu:hover {
	color: #DD6900;
	text-decoration: none;
	font-weight: normal;
}
.leftmenu_h {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.leftmenu_h h2 {
	padding:0 0 0 0;
	margin:0 0 0 0;
	line-height:normal;
}
.leftmenu_h h2 a, .leftmenu_h h2 a:visited, leftmenu_h h2 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.leftmenu_h h2 a:hover {
	color: #FF9900;
	text-decoration: none;
}
a.leftmenu_h, a.leftmenu_h:visited, a.leftmenu_h:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.leftmenu_h:hover {
	color: #FF9900;
	text-decoration: none;
}
.vypusk {
	font: bold 14pt Verdana, Arial, Helvetica, sans-serif;
}
a.rightmenu_h, a.rightmenu_h:visited, a.rightmenu_h:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #0000BB;
	text-decoration: none;
}
a.rightmenu_h:hover {
	color: #FF9900;
	text-decoration: none;
}
.ramka {
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	PADDING-TOP: 3px;
	PADDING-BOTTOM: 3px;
	BORDER: #E0E0E0 1px solid;
	background-color : #F0F0F0;
}
.one_border_table, td.one_border_table, tr.one_border_table {
	BORDER: #000000 1px solid;
}
td.one_border_table {
	BORDER: #000000 1px solid;
}
.novostr {
	font-size: 10px;
	color:#666666;
}
a.novostr, a.novostr:visited, a.novostr:link, a.novostr:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color:#666666;
}
.head2 {
	color: #000000
}
.ramka1px {
	border-width:0px;
	border-color:#000000;
	border-style:solid;
	background-color:#FFFFFF;
}
td.ramka1px {
	border-bottom-width:1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-left-width:1px;
	border-left-color:#000000;
	border-left-style:solid;
	background-color:#FFFFFF;
}
.title_price {
	height:35px;
	background-color: #4f6f83;
	color:#FFFFFF;
	font-weight:bold;
}
a.title_click, a.title_click:link, a.title_click:active, a.title_click:visited {
	color:#FFFFFF;
	font-weight:bold;
}
a.title_click:hover {
	color:#FFFFFF;
	font-weight:bold;
	TEXT-DECORATION: underline;
}
a.the_link, a.the_link:visited, a.the_link:hover {
	color:#F7F7F7;
	font-size:9px;
}
.adv111 {
	font-size:10px;
	font-weight:normal;
	text-align:center;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}
.adv111 a, .adv111 a:link, .adv111 a:visited, .adv111 a:hover {
	font-size:10px;
	font-weight:normal;
	text-align:center;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	color:#333333;
}
a.adv11 {
	font-size:10px;
	font-weight:normal;
}
a.adv11:hover a.adv11:visited {
	font-size:10px;
	font-weight:normal;
}
.hot_sales_table {
	font-size : 12px;
	text-align:left;
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
}
.realty_price {
	font-size:18px;
	font-weight:bold;
}
.hot_path {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-bottom:3px;
	padding-bottom:3px;
}
.hot_path a, .hot_path a:visited, .hot_path a:hover {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.hot_title {
	border-bottom:1px dotted #666666;
	margin-bottom:3px;
	padding-bottom:3px;
}
/* --- NEWS --- */
/* --- tmpl1 --- */
.news_tmpl1 {
	padding-left:10px;
	padding-right:10px;
}
.news_tmpl1_list {
	border:0px solid black;
	margin:0 0 0 0;
	padding:0 0 0 0;
	margin-bottom:25px;
	padding-left:10px;
	padding-right:10px;
	width:100%;
}
.news_tmpl1_list_item {
	text-align:left;
	border-bottom:1px solid #d5d5d5;
	padding-bottom:3px;
	margin-bottom:20px;
}
.news_tmpl1_list_item_header h4 {
	font-size:12px;
	font-weight:normal;
	padding-top:0px;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:0px;
}
.news_tmpl1_list_item_image {
	padding-top:0px;
	padding-right:5px;
	padding-bottom:0px;
	border:0px;
	text-align:left;
	float:left;
	width:auto;
	height:auto;
}
.news_tmpl1_list_item_text {
	font-size:12px;
	border:0px solid black;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.news_tmpl1_list_item_text p {
	padding: 0 0 0 0;
	margin:0 0 0 0;
}
.news_tmpl1_list_item_date {
	text-align:left;
	font-size:10px;
	font-style:italic;
	border-bottom:0px solid #efeae5;
	border:0px solid black;
	padding-bottom:5px;
}
.news_tmpl1_list_item_more {
	text-align:right;
	padding-top:5px;
	padding-bottom:10px;
	font-size:12px;
}
.news_tmpl1_list_item_more a, .news_tmpl1_list_item_more a:visited, .news_tmpl1_list_item_more a:hover {
	font-size:12px;
	font-weight:normal;
}
/* --- tmpl2 --- */
.news_tmpl2_header h4 {
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:0px;
}
.news_tmpl2_all_news_link {
	text-align:right;
	padding-top:15px;
	padding-bottom:0px;
	font-size:12px;
}
.news_tmpl2_all_news_link a, .news_tmpl2_all_news_link a:visited, .news_tmpl2_all_news_link a:hover {
	font-size:12px;
	font-weight:bold;
}
/* --- tmpl5 --- */


.news_tmpl5_list {
	border:0px solid black;
	margin:0 0 0 0;
	padding:0 0 0 0;
	margin-bottom:25px;
	padding-left:20px;
	padding-right:10px;
}
.news_tmpl5_list_item {
	text-align:left;
	border-bottom:1px solid #d5d5d5;
	padding-bottom:5px;
	margin-bottom:15px;
}
.news_tmpl5_list_item_header h4 {
	font-size:12px;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:0px;
}
.news_tmpl5_list_item_header {
	font-size:12px;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:0px;
}
.news_tmpl5_list_item_image {
	padding-top:0px;
	padding-right:5px;
	padding-bottom:0px;
	border:0px;
	text-align:left;
	float:left;
	width:auto;
	height:auto;
}
.news_tmpl5_list_item_text {
	font-size:11px;
	border:0px solid black;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.news_tmpl5_list_item_text p {
	padding: 0 0 0 0;
	margin:0 0 0 0;
}
.news_tmpl5_list_item_date {
	text-align:left;
	font-size:10px;
	font-style:italic;
	border-bottom:0px solid #efeae5;
	border:0px solid black;
	padding-bottom:5px;
}
.news_tmpl5_list_item_more {
	text-align:right;
	padding-top:5px;
	padding-bottom:10px;
	font-size:11px;
}
.news_tmpl5_list_item_more a, .news_tmpl5_list_item_more a:visited, .news_tmpl5_list_item_more a:hover {
	font-size:11px;
	font-weight:normal;
}
/* -------- NEWS END -------- */

.left_header {
	margin:0 0 0 0;
	padding:0 0 0 0;
	padding-left:10px;
	padding-bottom:4px;
	padding-top:3px;
	text-decoration:none;
	font-size:12px;
	color: FFFFFF;
	;
	font-weight:bold;
	text-align:left;
	background-color:#29156e;
}
.show_sale_menu {
	background-color:#CCCCCC;
	padding-top:3px;
	padding-bottom:3px;
}
.main_menu {
	list-style:none;
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:100%;
	border:0px solid black;
	height:27px;
	overflow:hidden;
	min-width:900px;
	padding-top:2px;
}
.main_menu li {
	float:left;
	width:12.5%;
	border:0px dotted gray;
	text-align:center;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.main_menu li span {
	background-image:url(/images/round_menu.gif);
	background-repeat:no-repeat;
	padding-left:14px;
	background-position:0 3;
}
#search_form {
	border: 1px solid #29156e;
	font-size: 12px;
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:20px;
}
#search_form p {
	font-weight: bold;
	background-color: #29156e;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
#search_form div {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#search_form div div {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
#search_form label {
	color: #333333;
	font-weight: bold;
	overflow: auto;
}
#search_form input {
	width: 74px;
}
#search_form select {
	width: 210px;
}
#rooms_from, #price_from {
	margin-right: 10px;
}
#search_button {
	width: 80px;
	font-weight: bold;
}
#search_button_container {
	text-align: center;
}
#search_form #property_num {
	width: 135px;
}
#google_input {
	width: 138px;
}

#popupwin2 {
	height:200px;
	width:150px;
	border:1px solid #666;
	background-color:#FFF;
	padding:3px 3px 3px 3px;
	position: absolute;
}

