@charset "utf-8";
/* ------ CSS RESET ------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font: 11px/1.5 Tahoma,Verdana, Arial, Helvetica, sans-serif;
}


table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
	padding:0;
	margin:0;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* ------ CSS RESET END ------ */



/* ------ CSS COMMON ELEMENTS ------ */

body {
	background-color:#2d343a;
	margin:0;
	padding:0;
}

a {
	color:#69A7F0;
		
}

a:hover {
	color:#69A7F0;
	text-decoration:underline;
}

input { 
	padding:2px; 
	margin:1px;
	font-size: 10px; 
}


select { margin:2px; font-size:10px;}

/* ------ CSS COMMON ELEMENTS END ------ */

/* ------ CSS MAIN DIVS START ------ */

#pagewidth {
	width:960px;
	margin:auto;
	border-top:solid 12px #42494f;
}


#logo_nav{
	width:100%;
	float:left;
	height:100px;
}

#logo_nav .left{
	width:400px;
	float:left;
}
#logo_nav .right{
	width:560px;
	float:right;
}

#logo_nav .right .partner{
	text-align:right;
	color:#758086;
	padding-right:20px;
}

#maincontainer{
	overflow:hidden;
	float:left;
	background:#fff;
}

#header{
	width:100%;
	float:left;
	height:187px;
	background: no-repeat top left;
}

#header .left{
	width:350px;
	padding:5px 30px 5px 20px;
	float:left;
}

#header .right{
	width:560px;
	float:right;
}

#sub_nav{
	height:26px;
	width:100%;
	float:left;
}

#quicksearch{
	color:#69A7F0;
}

#quicksearch table{
	margin:12px 0 0 10px;
}

#quicksearch p{
	text-align:right;
	padding-top:10px;
	font-weight:bold;
}

#quicksearch select{
	width:150px;
}

#quicksearch input{
	width:65px;
}

#leftcol {
	width:242px;
	border:solid 1px #fff;
	float:left;
	margin-bottom: -12000px; 
	padding-bottom: 12000px;
	background:#eee;
}

#leftcol h3{
	display:block;
	background:#2d343a;
	color:#fff;
	text-align:left;
	padding-left:20px;
	height:31px;
	border-bottom:solid 6px #41484e;
	font-size:14px;
	font-weight:bold;
	line-height:31px;
}

#leftcol .by{
	color:#000;
	height:auto;
	font-size:12px;
	background:#e2e2e2;
	padding-left:20px;
	line-height:24px;
	margin-bottom:1px;
}

#leftcol .types{
	padding:5px 5px 5px 30px;
}
#leftcol .types a{
	color:#42494f;
	text-decoration:none;
}

#maincol {
	float:right; 
	width:716px;
}

#maincol select{
	width:135px;
}

#rightcol{
	width:242px;
	border:solid 1px #fff;
	float:right;
}

#rightcol p.aboutbg {
	border-top:solid 1px #ed1b26;
	border-left:solid 1px #ed1b26;
	border-right:solid 1px #ed1b26;
	background:#c2070e;
}

#rightcol span.aboutbg{
	height:52px;
	display:block;
	border-bottom:solid 1px #ed1b26;
	border-left:solid 1px #ed1b26;
	border-right:solid 1px #ed1b26;
	background:url(images/about_bg_en.jpg) top left no-repeat #c2070e;
	padding:4px;
	font-size:12px;

}

#rightcol span.aboutbg a{
	color:#fff;
	text-decoration:none;
}

#rightcol p.support {
	margin-top:3px;
	background:#4b8028;
	height:31px;
	text-align:center;
}

#rightcol p.support img{
	margin-top:5px;
}

#rightcol table.support{
	height:52px;
	display:block;
	background:url(images/green_title_bg.jpg) top left;
	padding:4px;
	margin-bottom:3px;
}

#rightcol table.support a{
	color:#fff;
	text-decoration:none;
}

#rightcol h3{
	display:block;
	background:#2d343a;
	color:#fff;
	text-align:left;
	padding-left:20px;
	height:31px;
	border-bottom:solid 6px #41484e;
	font-size:14px;
	font-weight:bold;
	line-height:31px;
}

.choise{
	margin:3px 0px 3px 0;
}


.choise li a{
	display:block;
	padding:4px 4px 4px 20px;
	border-bottom:solid 1px #fff;
	background:#e2e2e2;
	min-height:18px;
	color:#2d343a;
	*height:18px;
	
}

.choise li a:hover{
	background:#CFCFCF;
}

div.email{
	background:#eeeeee;
	padding:10px 0px 10px 20px;
}

#index_page{
	width:472px;
	float:left;
	border-top:solid 1px #fff;
}

#index_page h3{
	padding:10px 0 0 0;
}

#index_page h4{
	font-weight:bold;
	font-size:12px;
	padding:10px 0 0 0;
}

#index_page h5{
	color:#3f8eff;
	font-weight:bold;
	padding:10px 0 0 0;
}

#index_page p{
	padding:5px 0 0 0;
}

#index_page h2 img{
	margin:14px 0 5px 16px;
}

#index_page h2.text{
	padding:10px 0 5px 10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#3f8eff;
	font-size:14px;
}

#footer {
	clear:both;
 	font-size:10px;
	height:58px;
	background:#fff;
	color:#777775;
	border-top:solid 1px #E2E2E2;
}

#footer .copy{
	width:216px;
	float:right;
}

#footer img{
	float:left;
}

/* ------ CSS MAIN DIVS END ------ */

/* ------ CSS MENUS START ------ */

#mainmenu {
	float:right;
	padding-top:30px;
	padding-right:20px;
	padding-bottom:0;
	height:40px;
	
}
#mainmenu ul {
	margin:0;
	padding:0;
	list-style:none;
}
#mainmenu ul li {
	padding:0;
	margin:0;
	float:left;
}
#mainmenu ul li a {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	display:block;
	padding:10px 15px 0px 15px;
	float:left;	
	color:#b3b8be;
	font-weight:bold;
	text-decoration:none;
	background:url(images/menu_bg.jpg) top right no-repeat;
}
#mainmenu ul li a:hover, #mainmenu ul li a.selected {
	color:#fff;
}

#infocontainer {
	float:left;
	width:100%;
}

.infocont_left{
	width: 447px;
	float:left;
}
.infocont_right{
	width: 247px;
	float:right;
}
#tabcontainer {
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	width:693px;
	color:#fff
}
#tab1 img, #tab2 img, #tab3 img, #tab4 img, #tab5 img, #tab6 img {
	margin:3px 6px 3px 3px;
}
#tab1 a, #tab2 a, #tab3 a, #tab4 a, #tab5 a, #tab6 a {
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	color:#000;
}
.infotabs {
	width:112px;
	*width:114px;
	height:50px;
	margin-left:4px;
	*margin-left:2px;
	float:left;
	padding-top:3px;
	background:#eee;
	border-bottom:1px solid #fff;
}
.infotabsactive {
	width:112px;
	*width:113px;
	height:50px;
	margin-left:4px;
	*margin-left:2px;
	float:left;
	background:#AFAFAF;
	color:#fff;
	border-bottom:6px solid #AFAFAF;
}
.infotabsactive a{
	color:#fff;
}
#tabcontent1, #tabcontent2, #tabcontent3, #tabcontent4, #tabcontent5, #tabcontent6 {
	background-color:#AFAFAF;
	color:#ffffff;
	float:right;
	padding:5px;
	width:683px;
}
#tabcontent1 a:hover, #tabcontent2 a:hover, #tabcontent3 a:hover, #tabcontent4 a:hover, #tabcontent5 a:hover, #tabcontent6 a:hover {
	color:#fff !important;
	text-decoration:none;
}
#tabcontent1 a, #tabcontent2 a, #tabcontent3 a, #tabcontent4 a, #tabcontent5 a, #tabcontent6 a{
	color:#fff !important;
}

#tabcontent4 table, #tabcontent5 table, #tabcontent6 table {
	margin:auto;
	border-collapse:separate;
	border-spacing:10px;
}
/* ------ CSS MENUS END ------ */

#langs {
	float:left;
	font-size:10px;
	width:200px;
	padding:6px 0 0 15px;
	text-align:left;
	color:#b7b7b7;
}
#langs a{
	color:#fff;
	font-weight:normal;
	text-decoration: none;
}

.btn_search{
	margin-left:44px;
	width:128px;
	height:23px;
	display:block;
	float:left;
}

.btn_moreinfo{
	margin-left:382px;
	width:128px;
	height:23px;
	display:block;
	float:left;
}

#listcomplexes {
	padding: 5px 5px 5px 10px
}
#listcomplexes li{
	color:#3a3a39;
	font-size:11px;
	padding-left: 10px;
}
#listcomplexes li a{
	color:#9d0a0e;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#emaillist {
	background-color:#ddd;
	padding-left:20px;
}
#content {
	padding:0 10px 0 10px;
}

#content h3{
	color:#2D343A;
	font-weight:bolder;
	font-size:14px;
}

#cont_left {
	float:left;
	width:314px;
}
#cont_right {
	float:right;
	width:314px;
	border-left:solid 1px #ddd;
}
.thumb {
	border:1px solid #ccc;
	margin:2px;
}
.linkpages {
	border-bottom: double #9f9f9f;
	text-align:center;
	padding:3px;
	color:#393939;
	
}
.tblresult {
	margin-top:10px;
	margin-bottom:5px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
}
.tblcontact {
	margin-bottom:15px;
}
.header_row {
	background-color:#BFBFBF;
	padding:3px 10px;
	font-weight:bold;
	color:#fff;
}

h3#header_row_details {
	color:#000;
	height:25px;
	padding:3px 3px 3px 10px;
	background:#E2E2E2;
	font-weight:bold;
	margin:1px 0 3px 0;
	border-bottom:6px solid #AFAFAF;
}

.header_row a {
	color:#9d0a0e;
	text-decoration: none;
}
.odd_row {
	background-color:#eee;
	padding:3px 3px 3px 10px;
	margin:1px 0 0 0;
}



.even_row {
	background-color:#fff;
	padding:3px 3px 3px 10px;
	margin:0px;
	border-top:1px solid #fff;
}
.desc_row {
	padding:5px;
	background-color:#fff;
}
.pic_row {
	padding:5px;
	background-color:#fff;
}
.area_row {
	padding:5px;
	background-color:#fff;
}
.price_row {
	padding:5px;
	background-color:#fff;
}
.empty_row {
	padding:6px 3px 0 10px;
	margin:0;
}
.hot {
	color:#c00;
}
.error {
	color:#c00;
	background-color:#fcc;
	padding:2px;
	margin-bottom:5px;
	text-align:center;
	font-weight:bold;
	border:1px solid #c00;
}
.success {
	color:#090;
	background-color:#cfc;
	padding:2px;
	margin-bottom:5px;
	text-align:center;
	font-weight:bold;
	border:1px solid #0c0;
}
.selectedvaluta {
	border-bottom:2px solid #097F9F;
	background-color:#eee;
}
a.topsold {
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:12px;
	display:block;
}
.submit{
	border:solid 1px #000;
	font-size: 10px;
	color:#000;
	background:#c8c8c8;
	padding:2px 6px 2px 6px;
}
#popheader {
	height:180px;
	width:100%;
	background:#2D343A;
	color:#fff;
	border-bottom:solid 6px #ccc;
	
}

#popheader p{
	padding:5px 5px 0 20px;
}

#results{
	float:left;
	width:100%;
}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 } 
.clearfix{display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#maincol{width:100%; float:none;}
}

.indexImot{
	width:154px;
	height:230px;
	float:left;
	border:solid 1px #e2e2e2;
	margin-left:1px;
	background:url(images/img_header.jpg) top left no-repeat #f9faf5;
}

.indexImot h4{
	padding:18px 0 14px 0;
	text-align:center;
}

.indexImot ul{
	padding-top:5px;
	padding-left:22px;
	list-style-image:url(images/black_bullet.gif) ;
}

.indexImot ul a{
	color:#000;
	text-decoration:none;
}

.indexImot ul a:hover{
	color:#c2070e;
}

.top_offers{
	float:left;
	width:100%;
}

.top_offers div{
	width:154px;
	height:180px;
	float:left;
	border:solid 1px #e2e2e2;
	margin:0 0 1px 1px;
	background:url(images/img_header.jpg) top left no-repeat #f9faf5;
	text-align:center;
}

.top_offers div p {
	padding-top:6px;
}

.top_offers .img{
	overflow:hidden;
	height:115px;
}

.top_offers div p a{
	color:#303437;
	font-weight:bold;
	text-decoration:none;
}

.top_offers div span{
	color:#c10818;
	font-size:14px;
	font-weight:bold;
}

#header_comp  h2{
	padding:12px 0px 10px 16px;
	width:300px;
	float:left;	
}

#header_comp p.links{
	width:180px;
	float:right;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:8px;
	color:#959aa0;
}

#header_comp p.links a{
	color:#959aa0;
}

#header_comp .a_left{
	width:190px;
	float:left;
	padding-left:20px;
}

#header_comp .a_right{
	float:right;
	width:324px;
	padding-right:18px;
}

.list_view{
	width:100%;
	padding:5px;
}


#view_offers{
	float:left;
	width:100%;
}

#view_offers div{
	margin-top:3px;
	width:154px;
	height:240px;
	float:left;
	border:solid 1px #e2e2e2;
	margin-left:1px;
	background:url(images/img_header.jpg) top left no-repeat #f9faf5;
	text-align:center;
}

#view_offers .img{
	overflow:hidden;
	height:115px;
}

#view_offers div .top {
	padding-top:6px;
}

#view_offers div p a{
	color:#303437;
	font-weight:bold;
	text-decoration:none;
}

#view_offers div span{
	color:#c10818;
	font-size:14px;
	font-weight:bold;
}

h4.news{
	color:#000;
	height:24px;
	font-size:12px;
	background:#e2e2e2;
	padding-left:20px;
	line-height:24px;
}

ul.news_index{
	padding:5px 5px 5px 34px;
	list-style-image:url(images/black_bullet.gif);
}

ul.news_index a{
	color:#000;
}

.opisanie{
	float:left;
	width:696px;
	margin-top:4px;
}

span.cena{
	font-size:14px;
	float:left;
	width:220px;
	border:solid 1px red;
}

span.valuti{
	float:right;
	border:solid 1px blue;
	width:80px;
}

#complex_tree ul{
	padding-left:10px
}

.cmpcena{
	color:#bc2a2b;
	font-size:13px;
	font-weight:bold;
}

.vreme tr td{
	text-align:center;
}

.dop_field{
	margin-bottom: 5px;
}