@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;
}
input[type=submit] {
	border:solid 1px #7a7a7a;
	background:url(images/submit.gif) repeat-x #cbcbcb;
	color:#629b04;
	font-size: 10px;
	font-weight:bold;
}
input[type=reset] {
	border:solid 1px #7a7a7a;
	background:url(images/submit.gif) repeat-x #cbcbcb;
	color:#629b04;
	font-size: 10px;
}
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:#339900;
}

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

input { padding:2px; margin:2px; }

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

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

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

#pagewidth {
	width:980px;
	margin:auto;
	background-color:#ffffff;
}

#header {
	width:980px;
	background:#ffffff;
}

#leftcol {
	width:240px;
	float:left;
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
	background: #ddd;
}

#maincol {
	float: right; 
	width:740px;
	background:url(images/wrapper_back.png) repeat-x;
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
}

#footer {
	clear:both;
 	font-size:9px;
	background-color:#16192e;
	height:80px
}

.footer_left{
	width:400px;
	float:right;
}
.footer_left p{
	float:right;
	width:100px;
}


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

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

#mainmenu {
	height:68px;
	background:#393939 url(images/header_back.png) repeat-x;
}

#mainmenu ul {
	margin-left: 0;
	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:12px;
	font-weight:bold; 
	display:block;
	float:left;
	padding-top:20px;
	height:48px;
	width:140px;
	background: #fff url(images/menu_back.png) no-repeat;
}

#tableresult table{
	width:100%;
	border:solid 0px #006500;
	cursor:pointer;
}

#tableresult table th{
	background:#329800;
	color:#fff;
	text-align:left;
	font-weight:bold;
	padding:4px 2px 5px 4px;
	border-right:solid 1px #006500;
}

#tableresult table td{
	padding:5px 5px 5px 10px;
	background:#EFEFEF;
	border-top:solid 3px #fff;
	border-bottom:solid 3px #fff;
}

#tableresult .hot{
	color:#EF0E0E;
	font-weight:bold;
}

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

#new_off{
	font-size:8px;
	border-collapse:separate;
	border-top:dotted 1px #ddd;
	cursor:pointer;
}

#new_off td{
	border-bottom: dotted 1px #ddd;
}

.new_off_row_on{
	background:url(images/new_off_hover.gif);
}

.new_off_row_on a{
	color:#ff9900;
	font-size:14px;
	font-weight: bold;
	text-decoration:none;
}

.new_off_row_on span{
	color:#333399;
	font-size: 18px;
	font-weight:bold;	
}

.new_off_row_off{
}

.new_off_row_off a{
	color:#023c59;
	font-size:14px;
	font-weight: bold;
	text-decoration:none;
}

.new_off_row_off span{
	color:#444444;
	font-size: 18px;
	font-weight:bold;
}

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

#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:136px;
	height:40px;
	float:left;
	margin-left:5px;
	padding-top:3px;
	background:#ddd;
	border-bottom:3px solid #393939;
}

.infotabsactive {
	width:136px;
	height:40px;
	float:left;
	margin-left:5px;
	padding-top:3px;
	background:#FF9800;
	border-bottom:6px solid #393939;
}
.infotabsactive :hover{
	color:#329800;
}

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

#tabcontent1 a:hover, #tabcontent2 a:hover, #tabcontent3 a:hover, #tabcontent4 a:hover, #tabcontent5 a:hover, #tabcontent6 a:hover {
	color:#fff !important;
}

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



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

.tooltip{
	background:url(images/corner.png) top no-repeat;
	padding-top:13px;
	width:500px;
	float:left;
}

.tooltip .main{
	border:solid 3px #006500;
	float:left;
	background:#ccc;
	
}

.tooltip .left{
	float:left;
	width:200px;
}

.tooltip .right{
	width:280px;
	float:right;
}


#headerimg {
	position:absolute;
	display:block;
	z-index:98;
	top:72px;
	margin-left:560px;
}

#langs {
	float:right;
	margin:35px 10px 0 0;
	font-size:10px;
}

#leftcol div.header {
	color:#fff;
	background:url(images/left_h2_back.png) repeat-x;
	padding:20px 0 3px 15px;
}

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

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

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

#leftcol div.header p a{
	color:#ff9900;
}

#leftcol select {
	width:150px;
}

#quicksearch {
	background-color:#ddd;
	padding-left:20px;
}

#listcomplexes {
	background-color:#bbb;
	padding-left:20px;
}

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

#maincol h2 {
	margin:35px 0px 30px 15px;
	font-size:12px;
	font-weight:bold;
	color:#333399;
	text-transform: uppercase;
}

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

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

#content p {
	margin:5px;
}

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

#cont_right {
	float:right;
	width:290px;
	border-left:1px solid #f1cd00;
}

#cont_right table{
	margin-left:5px;
}

#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;
}

#top_offers table {
	border-collapse:separate;
	border-spacing:5px;
}

#top_offers table td {
	width:204px;
	border:1px solid #ddd;
	padding:2px;
}

#top_offers table td h4 {
	padding:12px 7px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	background:url(images/hot_off_bg.gif) top center no-repeat #ddd;
}

#top_offers table td h4 a {
	color:#393939;
	text-decoration:none;
}

#top_offers table td p {
	margin-left:10px;
	color:#393939;
	line-height:1.2em;
	text-align:left;
}

#top_offers table td p.topprice {
	padding:5px;
	font-weight:bold;
	text-align:right;
	background-color:#339900;
	border:1px solid #ddd;
	margin:5px 2px 5px 60px;
	color:#fff;
	line-height:1.2em;
}

#top_offers table td ul li {
	display:inline;
	list-style-type:circle;
}

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

#footer a {
	color:#666;
}

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

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

#wrapper{
		overflow: hidden;
		float: left;
}

.thumb {
	background-color:#fff;
	border:3px solid #ddd;
	margin:4px;
}
.linkpages {
	border-bottom: 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:#339900;
	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 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;
}

.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;
}
.aboutus{
	width:100%;
}

.aboutus td{
	vertical-align:top;
	padding:6px 2px 6px 2px;
}

#maincol .langlinks {
	font-size:10px;
	padding:3px;
	background-color:#eee;
}
.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;
}

 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#maincol{width:100%; float:none;}
}

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


