@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 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;
}
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:#272C30; }

a {	color:#73bb13; }

a:hover { color:#393939; text-decoration:none; }

input { margin:2px; padding:2px 1px; color:#0095d9; font-size:10px; }

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

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

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

#pagewidth {
	width:960px;
	margin:auto;
	background:#fff url(images/header_back.png) no-repeat top center;
	border-left:5px solid #ccc;
	border-right:5px solid #ccc;
	
}

#header {
	width:730px;
	float: left; 
}

#leftcol {
	top:100px;
	width:208px;
	margin-right:15px;
	*margin-right:0px;
	float:right;
}

#maincol {
	float: left; 
	width:730px;
	background-color:#fff;
}

#footer {
	clear:both;
 	font-size:9px;
	background-color:#ccc;
	width:100%;
}

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

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

#mainmenu {
	height:33px;
}

#mainmenu ul {
	margin-left: 26px;
	padding-left: 0;
	white-space: nowrap;
	list-style:none;
}

#mainmenu ul li {
	display: inline;
}

#mainmenu ul li a {
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	font-size:10px;
	font-weight:bold; 
	display:block;
	float:left;
	padding-top:7px;
	height:18px;
	width:140px;
	background: url(images/menu_back.png) no-repeat;
}

#mainmenu ul li a:hover, #mainmenu ul li a.selected {
	color: #333;
	background: url(images/menu_sel_back.png) no-repeat;
	text-decoration: none;
}

#infocontainer {
	float:left;
	width:320px;
}

#tabcontainer {
	float:right;
	padding-top:5px;
	padding-bottom:5px;
}

#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:9px;
	text-transform:uppercase;
	font-weight:bold;
}

.infotabs {
	width:120px;
	height:40px;
	float:left;
	margin-left:5px;
	padding-top:3px;
	background:#ddd;
	border-bottom:3px solid #393939;
}

.infotabsactive {
	width:120px;
	height:40px;
	float:left;
	margin-left:5px;
	padding-top:3px;
	background:#F1CD00;
	border-bottom:6px solid #393939;
}

#tabcontent1, #tabcontent2, #tabcontent3, #tabcontent4, #tabcontent5, #tabcontent6 {
	background-color:#393939;
	width:370px;
	margin:0 5px 5px 5px;
	color:#fff;
}

#tabcontent4 table, #tabcontent5 table, #tabcontent6 table {
	margin:auto;
	border-collapse:separate;
	border-spacing:10px;
}

/* ------ CSS MENUS END ------ */

#logo {
	padding:30px 0 21px 50px;
	
}

#langs {
	font-size:10px;
	padding:72px 3px 5px 3px;
}

#leftcol div.header {
	color:#fff;
	background:url(images/h2_right_back.gif) no-repeat;
	padding:7px 0 3px 20px;
}

#leftcol div.header h2{
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom:3px;
}

#leftcol div.header h2 span{
	font-size:10px;
	text-transform:none;
	font-weight:normal;
}

#leftcol div.header p{
	color:#ffd900;
	font-size:10px;
	padding-bottom:10px;
}

#leftcol select {
	width:193px;
}

#leftcol .inputtext{
	width:48px;
}

#leftcol .inputtext_terms{
	width:165px;
}

#quicksearch {
	background-color:#e6e6e6;
	padding-left:6px;
}

#search_terms {
	background-color:#e6e6e6;
	padding:5px 5px 5px 20px;
}

#codesearch {
	background-color:#e6e6e6;
	padding:5px 5px 5px 20px;
}

#partner_sites {
	background-color:#e6e6e6;
	padding:5px 5px 5px 20px;
	text-align:center;
}

#listinfo {
	background-color:#e6e6e6;
}

#listinfo ul{
	white-space: nowrap;
}

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

#listinfo ul li a{
	margin:0;
	display:block;
	padding:4px 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	width:100%;
	color:#393939;
}

#listinfo ul li a:hover{
	color:#75BF12;
}

#emaillist {
	background-color:#e6e6e6;
	padding-left:20px;
}

#maincol h2 {
	margin:15px 5px 10px 15px;
	font-size:12px;
	font-weight:bold;
	color:#393939;
}

#maincol select {
	width:150px;
	font-size:10px;
}

#content {
	padding:5px 0px 10px 5px;
}

#content h3 {
	margin:5px 0 5px 0;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

#content p {
	margin:5px;
}

#cont_left {
	float:left;
	width:190px;
}

#cont_left h3 {
	color:#0095d9;
	border-bottom:3px solid #0095d9;
}

#cont_right {
	float:right;
	width:510px;
}

#cont_right h3 {
	color:#ff5a00;
	border-bottom:3px solid #ffba00;
}

#content ul {
	list-style:url(images/bullet.gif);
	margin:5px 10px 5px 20px;
}

#content ol {
	margin:5px 10px 5px 20px;
}

#content ul li {
	list-style:url(images/bullet.gif);
	padding:3px;
}

#propertyindex {
	background-color:#e1f4fd;
}

#propertyindex h4 {
	margin:10px 0 0 10px;
	padding:5px 0 0 0;
	color:#0095d9;
	font-weight:bold;
	text-transform:uppercase;
}

#propertyindex ul {
	padding-left:10px;
	color:#666;
}

#propertyindex ul li {
	padding:0;
	margin:0;
}


#propertyindex ul li a {
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

#top_offers{
	padding-bottom:8px;
	float:left;
}

#top_offers .a_offert {
	width:164px;
	float:left;
	border:1px solid #ccc;
	height:280px;
	overflow:hidden;
	margin-bottom:6px;
}

#top_offers .a_offert h4 {
	margin:2px !important;
	padding:7px !important;
	background-color:#ddd;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	text-indent:0 !important;
}

#top_offers .a_offert a {
	color:#393939;
	text-decoration:none;
}

#top_offers .a_offert a:hover {
	color:#FF5A00;
	text-decoration:none;
}

#top_offers .a_offert p {
	margin-left:10px;
	color:#393939;
	line-height:1.2em;
}

#top_offers .a_offert p.topprice {
	padding:5px;
	font-weight:bold;
	text-align:right;
	background-color:#ffba00;
	border:1px solid #ccc;
	color:#fff;
	margin:2px;
	line-height:1.2em;
}

#top_offers .a_offert ul li {
	display:inline;
	list-style-type:circle;
}

#new_offers ul li a {
	color:#666;
	font-size:10px;
}

#contactdetails {
	background-color:#e1f4fd;
}

#footer p {
	font-size:9px;
	color:#666;
	padding:5px 5px 0 0;
}

#footer a {
	color:#666;
}

#footer a:hover {
	color:#000;
}

#gmap {
	width:360px;
	height:360px;
	margin:5px; !important
}

.thumb {
	padding:3px;
	background-color:#fff;
	border:1px solid #ccc;
	margin:5px;
}
.linkpages {
	/* border-bottom: 1px solid #ccc; /*double #ccc;*/
	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;
}
.tblsearch {
	margin-bottom:15px;
}
.tblcontact {
	margin-bottom:15px;
}
.header_row {
	background-color:#73bb13;
	padding:3px 10px;
	font-weight:bold;
	color:#fff;
}

.header_row_details {
	height:40px;
	margin-left:5px;
	padding:3px 3px 3px 10px;
	background:#ddd;
	border-bottom:3px solid #393939;
}

.header_row a {
	color:#fff;
}

.odd_row {
	background-color:#ddd;
	padding:3px 3px 3px 10px;
	margin:0px;
	border-top:1px solid #fff;
}
.even_row {
	background-color:#eee;
	padding:3px 10px 3px 10px;
	margin:0px;
	border-top:1px solid #fff;
	text-align:justify;
}
.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;
}

.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;
}
.selectedvaluta {
	border-bottom:2px solid #666;
	background-color:#eee;
}
.newscat {
	margin:5px 5px 7px 15px;
}
.tblodd {
	border:1px solid #999;
	margin-bottom:10px;
	background-color:#eee;
}
.tbleven {
	border:1px solid #888;
	margin-bottom:10px;
	background-color:#ddd;
}
.malovajno {
	font-style:italic;
	color:#666;
}
a.topsold {
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:12px;
	display:block;
}

#popheader {
	height:90px;
	/* background:#eee url(images/poptop_back.jpg) repeat-x; */
}

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

#flashcontent {
	width:400px;
	margin:auto;
	margin-top:50px;
}
#paramheader {
	padding:6px 3px 0 10px;
	margin:0;
	text-align:left;
	background-color:#ddd;
}

.headimg{
	display:block;
	width:720px;
	height:130px;
}

.info_con{
	margin-left:20px;
	width: 700px;
}

.td_bg1{
	
}

.td_bg2{
	background:#efefef;
}

.weather{
	width: 100%;
}

.weather span{
	font-size:14px;
	font-weight: bold;
}

 /* *** 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;}
}

/*site vremeto styles*/
.bl_header { width: 365px; height: 22px; border-bottom: 1px solid #d2d4c0; }
.bl_header_vd { width: 725px; 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: 725px; 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: 723px; background: #e9eadf; border-bottom: 1px solid #d2d4c0; margin-top: 10px;}
#calc_content {width:723px; 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*/

