@charset "utf-8";
html, body{
	font: 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0;
	margin:0;
}
body {
	padding:0;
	margin:0;
	text-align:center;
	/*background-color:#2C318C; */
	background:#fff;
}
div, p, li, ul, ol, td, select, input {
	font-size:11px;
} 
a { color:#547196; }
a:hover { text-decoration:none; }
h1, h2, h3, h4, h5, h6 {
	margin-top:3px;
	margin-bottom:3px;
	padding-top:3px;
}

h1 {
	font-size:14px;
	color:#f90;
	padding-left:5px;
	margin-bottom:2px;
}

h2 {
	font-size:12px;
	color:#547196;
	padding-left:10px;
	margin-bottom:2px;
}
h3 {
	font-size:9px;
	color:#ccc;
	padding-left:15px;
	margin-top:0;
}

h3 a { color:#ccc; }

img { border:0; }

select {
	font-size:10px;
	width:100px;
}

input:focus { background-color:#F6ECC4; }

#pagewidth {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	text-align:left;
	background-image: url(images/all_back.png);
	background-repeat: repeat-y;
	border-left:solid 3px #6B9DD8;
	border-right:solid 3px #6B9DD8;
}
#header{
	padding:0;
	margin:0;
	width:100%;
	background:#fff;
	background-repeat:repeat;
	height:142px;

}
#headerleft {
	padding:0;
	margin:0;
	float:left;
	width:220px;
	height:142px;
}
#headerright {
	padding:3px 0 0 0;
	margin:0;
	height:120px;
	float:right;
	width:760px;
}
#headerright img, #headerright a {
	margin:0;
	padding:0;
}


#mainmenu{
 height:40px;  
 background-image:url(images/menu_back.png);
 background-repeat:repeat-x;
} 

.quicksearch{
	margin:0 0 0 0;
	padding:10px;
	background: #E8E8E8;
}

.quicksearch select{
	width:146px;	
}

.quicksearch table {
	width: 100%;
}


/*
#mainmenu ul{
	padding: 0;
	margin:0;
	float:right;
	list-style: none;	
}

#mainmenu ul li{
	margin-right:0px;
	float:left;
}

#mainmenu a {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	display:block;
	padding:10px 10px 0px 10px;
	border-right:1px dotted #ccc;
	float:left;	
	height:21px;
	color:#333;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}


#mainmenu a:hover {
	color:#f90;
	border-bottom:5px solid #006;
	background-image:url(images/menu_back_over.png);
	background-repeat:repeat-x;
}
*/
/* menu */
.menu{
	float:left;
	padding-left:12px;
	width:990px;
}
.menu ul {
   list-style-type: none;
   padding: 0;
   margin: 0px;
   
}

.menu li {
   float: left;
   position: relative;
   z-index: 100;
	
}

.menu table {
   position: absolute;
     z-index:2000;
   left: -1px;
   top: 25px;
}

.menu a, .menu :visited {
	display: block;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding:10px 19px 5px 19px;
	border-right:1px dotted #ccc;
	color:#333;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

.menu a:hover {
	color:#f90;
	border-bottom:5px solid #006;
	background-image:url(images/menu_back_over.png);
	background-repeat:repeat-x;}

.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0px;
}

.menu ul li:hover ul,
.menu ul a:hover ul {
   visibility: visible;
}
.menu ul li ul li{
	 background:#E9E9E9;
	 
}
.menu ul li ul li a{
	
	 font-size:10px;
}

#clock{
	width:170px;
	float:right;
	text-align:right;
	padding:3px 20px 0 0;
}


#leftcol {
	float:left;
	width:190px;
}
#twocols{
	width:810px; 
	float:right; 
}
#maincol {
	float: left;
	display:inline; 
	width:620px; 
}

#maincol p {
	margin:3px 5px;
	padding:2px 10px;
}

#maincol table {
	margin:5px;
	width:610px;
}

#rightcol {
	width:190px; 
	float:right; 
	text-align:center; 
}
#footer {
	width:100%;
	clear:both;
	text-align:center;
	padding:0;
	margin:0;
	background:#eee url(images/footer_back.png) repeat-x top;
}
 
#leftcol select {
	font-size:10px; 
	width:115px;
}
#leftcol input {
	font-size:10px; 
}

#complex_pic {
	width:290px;
	float:left;
	background-color:#CDDFF6;
}

#complex_pic h3{
	color:#1752A1;
	background-color:#74A6EA;
	margin:2px 0 3px 0;
	padding:3px 3px 3px 10px;
	border-bottom:2px solid #fff;
	font-size:12px;
}

#complex_tree {
	width:290px;
	float:right;
	margin-right:5px;
	background-color:#FFE5C8;
}
#complex_tree h3{
	color:#F57929;
	background-color:#FFB361;
	margin:2px 0 3px 0;
	padding:3px 3px 3px 10px;
	border-bottom:2px solid #fff;
	font-size:12px;
}

.thumb {
	padding:3px;
	background-color:#fff;
	margin:5px;
}
.linkpages {
	border: 1px solid #666;
	background-color:#F6ECC4;
	text-align:center;
	padding:3px;
	color:#F28505;
}
.tblsearch {
	margin-bottom:15px;
}

.tblsearch select {
	width: 160px;
}

.tblcontact {
	margin-bottom:15px;
}

.header_row {
	background-color:#E7E7E7;
	background-position:right;
	background-repeat:no-repeat;
	height:28px;
	padding-left:10px;
	border-bottom:1px solid #fff;
	font-weight:bold;
	color:#F28505;
}
.odd_row {
	background-color:#eee;
	padding:3px 3px 3px 10px;
	margin:0px;
	border-top:1px solid #fff;
}
.even_row {
	background-color:#E7E7E7;
	padding:3px 3px 3px 10px;
	margin:0px;
	border-top:1px solid #fff;
}
.desc_row {
	border-top:1px solid #666;
	padding:5px;
	background-color:#E7E7E7;
}
.pic_row {
	border-top:1px solid #666;
	padding:5px;
	background-color:#ddd;
}
.area_row {
	border-top:1px solid #666;
	padding:5px;
	background-color:#e7e7e7;
	color:#d40e00;
	font-weight:bold
}
.price_row {
	border-top:1px solid #666;
	padding:5px;
	background-color:#F6ECC4;
}
.topsell {
	background-color:#CDDFF6;
	border:1px solid #ccc;
	padding:3px;
	color:#d40e00;
}
.toprent {
	background-color:#F6ECC4;
	border:1px solid #ccc;
	padding:3px;
}
.newselloffers {
	background-color:#CDDFF6;
	border:1px solid #ccc;
	padding:3px;
}
.newrentoffers {
	background-color:#F6ECC4;
	border:1px solid #ccc;
	padding:3px;
}
.newtopdiv {
	margin:8px;
	border-bottom:1px solid #fff;
	font-size:10px;
}

#newtoplist {
	padding-right:10px;
}

.newoffers p {
	margin-right:10px;
}
.printtop {
	background-image: url(images/small_h_back.png);
	background-repeat:repeat-x;
	height:100px;
	width:auto;
}
.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;
}

.agentmsg{
	background:#c00;
	padding:3px;
	color:#fff;
	text-align:center;
	font-weight:bold;
}

.agentmsg a{
	color:#fff;
	text-decoration: none;
}
	
.msgtel{
	background:#fcfca1;
	padding:3px;
	color:#000;
	text-align:center;
	font-weight:bold;
	border:solid 1px #fcce73;
}
div#printmenu {
	background: #eee;
	border: 1px dotted #999;
	position: absolute;
	width: 140px;	
	padding:2px;
}
#printmenu a {
	display:block;
	float:left;
}
#printmenu a:hover {
	background-color:#F28505;
	float:left;
}
#leftcol .langlinks {
	font-size:10px;
	margin-left:15px;
}
#maincol .langlinks {
	font-size:10px;
	padding:3px;
	background-color:#eee;
	margin-right:5px;
	margin-left:5px;
}
.selectedvaluta {
	border-bottom:2px solid #666;
	background-color:#eee;
}
.newscat {
	margin:5px 5px 7px 15px;
	font-size:9px;
}
.segment {
	margin:5px 5px 7px 10px;
}
a.topsold {
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:15px;
	display:block;
}

ul#leftmenu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 189px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
}
	
ul#leftmenu li, ul#leftmenu li ul li {
	position: relative;
	margin:0;
	padding:0;
}
	
ul#leftmenu li ul {
	margin:0;
	padding:0;
	list-style: none;
	width:189px;
	position: absolute;
	left: 187px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}

/* Styles for Menu Items */
ul#leftmenu li a, ul#leftmenu li ul li a {
	margin:0;
	padding:4px 0;
	display: block;
	background-color:#eee;
	text-decoration: none;
	color: #547196; 
	border-top: 1px solid #ccc; /* IE6 Bug */
	width:100%;
}

ul#leftmenu li a:hover, ul#leftmenu li ul li a:hover {
	color: #F28505;
}

ul#offplan {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 189px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
}

ul#offplan li {
	position: relative;
	margin:0;
	padding:0;
}

ul#offplan li a {
	margin:0;
	display: block;
	text-decoration: none;
	color: #547196;
	background:#eee url(images/bulet_blue.gif) no-repeat left; 
	padding: 5px 5px 5px 20px;
	border-top: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
}

ul#offplan li a:hover {
	color: #F28505;
	background:#eee url(images/bulet_blue.gif) no-repeat left;
}

h2.bigoffers {
	text-transform:uppercase;
	text-align:center;
	color:#d40e00;
}

.bigthumb {
	border:3px solid #284463;
	padding:2px;
}

.bigprice {
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#547196; 
	text-align:right;
	font-weight:bold;
	border-bottom:1px solid #ddd;
}

td.topoffers {
	border-bottom:1px solid #ddd;
	color:#999;
}

td.topoffers a {
	text-decoration:none;
	
}

	
/* Holly Hack. IE Requirement \*/
* html ul#leftmenu li { float: left; height: 1%; }
* html ul#leftmenu li a { height: 1%; }
/* End */

ul#leftmenu li:hover ul, ul#leftmenu \li.over ul { display: block; } /* The magic */

/* *** 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;} 
#twocols, #maincol{width:100%; float:none;}
}/* CSS Document */


/* forma "izprati na agenta" */
.agentform{
	border:solid 1px #cccccc;
	background: #EEEEEE;
	margin: 5px auto 5px auto;
	font-weight:bold;
	font-size:10px;
	width:100%
}

.agentform  td{
	vertical-align: top;
	
}

.agentform tr td textarea{
	width:250px;
	height:105px;
}

.agentform input[type=text]{
	width:150px;
}

.agent_left{
	width:200px;
	float: left;
	text-align: center;
}

.agent_left img{
	border: solid 1px #f28505;
}

.agent_right{
	width:380px;
	float:right;
}

.agent_right table {
	width: auto !important;	
}

.agent_right h2{
	padding:0;
	margin:0;
}
.agent_right h3{
	padding:0;
	margin:0;	
}
.redc{
	color:#f57929;
}

.submit{
	background:#bfbfbf;
	border:solid 1px #999;
	width:125px;
	height:24px;
	font-weight:bold;
}

#top_rand{
	width:154px;
	text-align:center;
	/*border-left:solid 2px #ccc;
	border-right:solid 2px #ccc;*/
	border:solid 1px #ccc;
	background:#EFEFEF;
	margin:4px auto 0 auto;
	
}

#rand_img{
	height:135px;
	width:140px;
	border:solid 2px #ccc;
}

#rand_type{
	padding:0;
	margin:0;
	font-size:11px;
}

#rand_msg{
	font-size:10px;
}

.topofert td{
	
	border:solid 1px #999;
	text-align:center;
	vertical-align:top;
	background:#E8E8E8;
}

.topofert td div{
	height:100px;
	overflow:hidden;
}

.topofert td span{
	color:#D40E00;
}

.topfooter{
	background: url(images/totop.gif) no-repeat 0 50%;
	width:60px;
	height:31px;
	line-height:32px;
	display: block;
}

.randomoff{
	background:#bfbfbf;
	border:solid 1px #999;
	margin:10px;
	padding-bottom: 10px;
	height: 290px;
}	

#topbar{
	position:relative;
	width: 180px;
	visibility: hidden;
	z-index: 100;
	padding-bottom:0px;
}

.xpmenu{
	cursor:pointer;
	margin:0;
	border-bottom:1px solid #dfdfdf;
	width:174px;
	padding:5px 0 5px 15px;
	color:#666666;
	font-weight:bold;
	font-family:Tahoma;
	font-size:12px;
	text-transform:uppercase;
	text-decoration: none;
}

.xpmenu:hover, xpmenu .active{
	background: url(images/but_fon_drop.gif) no-repeat 172px 5px;
	cursor:pointer;
	margin:0;
	border-bottom:1px solid #dfdfdf;
	color:#f28505;
}

/* GALLERY CAROUSEL*/
.jcarousel-container {
    position: relative;
    background: #fff;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 180px;
    height: 200px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-container {
	margin-left:5px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 520x;
    padding: 0 32px 0 32px;
	float:left;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  520px;
    height: 220px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 165px;
    height: 220px;
	text-align:center;
	float:left;
	display:block;
	visibility:visible;
	padding:2px;
}


.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 6px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal p{
   height: 120px; 
   overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 32px;
    height: 206px;
    cursor: pointer;
    background: transparent url(images/next.png) no-repeat 0 42px; 
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 3px;
    left: 0px;
    width: 32px;
    height: 206px;
    cursor: pointer;
    background: transparent url(images/previous.png) no-repeat 0 42px ;
}
/* GALLERY END */


.qsearch {
	border:0;
	width: 100% !important;
	
}

.qsearch  tr  td{
	border: 0;
	text-align: left;
}
 
 
 #newCont {
	width: 605px;
	height:284px;
	margin:10px 0 10px 7px;
	float: left;
	position: relative;
 }
 
#newCont ul {
	float: right;
	width: 253px;
	position:absolute;
	z-index:100;
}

#newCont ul {
	float: left;
	width: 253px;
	list-style:none;
	margin:0;
	padding:0;
}

#newCont ul  li{
	background: url(images/h80.png) repeat-x;
	height: 59px;
	width: 210px;
	border-bottom:1px solid #717171;
	border-left:1px solid #B2B2B2;
	border-right:1px solid #B2B2B2;
	padding:5px 5px 5px 10px;
	cursor: pointer;
}

#newCont ul  li.selected{
	background: url(images/light.png) repeat-x;
	width: 238px;
	height:60px;
	border:0;
} 

#newCont ul  li a{
	font-size: 12pt;
	font-family: Arial;
	font-weight:bold;
	text-decoration:none;
}

#newCont ul  li span{
	color: #CC0101;
	font-weight:bold;
}

#newCont ul  li img{
	display: none;
}

#newCont div.img{
	position:absolute;
	width: 377px;
	height:279px;	
	float: right;
	top:0;
	right:0;
	border-top: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid #717171;
	z-index: 0;
	overflow: hidden;
	text-align:center;
}

#newCont div .info{
	
}

/*site vremeto styles*/
.bl_header { width: 365px; height: 22px; border-bottom: 1px solid #d2d4c0; }
.bl_header_vd { width: 600px; background: #e9eadf; border-bottom: 1px solid #d2d4c0;}
.black_text {  font-size:10px;float: left; margin-top: 5px; margin-left: 5px; font-weight: bold; color: #000; text-decoration: none; padding-left: 5px; }
.uunderheader { width: 600px; height: 20px; background: #f6f7f0; border-top: 1px solid #fff;  font-family: Tahoma; font-size: 11px; }
.city { width:140px; float: left; height: 20px;}
.city_caption {padding-left: 15px; padding-top: 3px;}
.today { width: 280px; float: left;  height: 20px;}
.today_caption {padding-top: 3px; color: #ff6e00;}
.tomorrow{ width: 298px; float: left;  height: 20px;}
.tomorrow_caption {padding-top: 3px; color: #000;}
.whether_container {width: 723px; background: #fff;  border-top: 1px solid #e9eadf; border-left: 1px solid #e5e5e5;  border-right: 1px solid #e5e5e5; border-bottom: none;}
.first_row {width: 723px; height: 38px; border-bottom: 1px solid #e5e5e5; font-family: Tahoma; font-size: 11px;}
.city_fr { width:140px; float:left; height: 20px; font-weight: bold;}
.city_caption_fr {padding-left: 15px; padding-top: 14px;}
.today_fr { width: 280px; float: left;  height: 20px;}
.today_caption_fr {padding-top:5px; color: #000;}
.tomorrow_fr{ width: 296px; float: left;  height: 20px;}
.tomorrow_caption_fr {padding-top: 5px; color: #000;}
/*site vremeto styles end*/

/*site valuti styles*/
#table_valuti_header td { background: #f6f7f0;   text-align:center; height:20px; font-family: Tahoma; font-size: 11px;}
#table_valuti td { background: #fff;   text-align:center; height:20px; font-family: Tahoma; font-size: 11px;}
#table_valuti .left { text-align:left; padding-left:5px;}
/*site valuti styles end*/

/*color styles*/
.red { color: #ff0000;}
.green { color: #19b000}
.blue {color: #002da6;}
.colord { background: #f7eeda;}
.colorc { background: #ffeed8;}
.colorb { background: #ececec;}
.colorwv { background: #e9eadf;}
.colord { background: #f7eeda;}
.white { color: #fff;}
/*color styles end*/

/*calculator styles*/

.bl_header_ca { width: 600px; background: #e9eadf; border-bottom: 1px solid #d2d4c0; margin-top: 10px;}
#calc_content {width:600px; background: #f1f1f1; border-top:1px solid #fff; height:60px;}
.calc_st{font-size:10px; font-weight: bold; color: #000; text-decoration: none;}
.grey {color: #828282; }
.calc_right { float:right; font-size:9px; margin:2px 1px 0px 0;  }
#calc_form  input,select{font-size:11px;  font-family: Tahoma;}
#result, #sub{font-size:11px;  font-family: Tahoma;}
#sub {font-weight:bold;}
/*calculator styles end*/
