@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: 10px/1.4  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:#eee;
	
	margin:0;
	padding:0;
}

a {
	color: #4687B6;
}
a:hover {
	color: #393;
	text-decoration: none;
}

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


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

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

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

#pagewidth {
	width:980px;
	border-left:solid 4px #DDDDDD;
	margin:0 auto 0 auto;
	background:url(images/topbar_back.png) top left repeat-x  #ffffff;;
	padding-top:4px;
	overflow:hidden;
}

#leftcol {
	width:215px;
	float:left;
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
	background:#ffffff;
	border-right:1px solid #ccc;
}

#leftcol select{
	width:130px;
}

#leftcol h3{
	font-size:10px;
	font-weight:bold;
	padding-left:15px
}

#maincol {
	float:right; 
	width:763px;
	margin-bottom: -2000px; 
	padding:0 0 2000px 0;
	background:url(images/maincoll_bg.gif) repeat-y right top
}

#maincol h2 span{
	display:none;
}
#content {
	padding:10px;
	width:740px;
	float:right;
}

#content h3{
	font-size:12px;
	font-weight:bold;
	color:#79B935;
}

#content h5{
	font-weight:bold;
	text-transform:uppercase;
}

#footer {
	clear:both;
 	font-size:10px;
	height:50px;
	text-align:center;
	background:#fff url(images/footer.gif) right bottom no-repeat;
	width:980px;
	border-left:solid 4px #ddd;
	margin:0 auto 0 auto;
	color:#777775;
	border-bottom:solid 5px #ddd;
	border-top:solid 1px #ddd;
	
}

#header{
	float:left;
}

#langs {
	background:none;
	font-size:10px;
	padding:12px 5px 0px 0px;
	text-align:center;
	width:70px;
	height:40px;
	float:right;
	background:url(images/langs_back.png) top right no-repeat;

}
/*763/*/


#content ul li{
	padding-left:24px;
	background:url(images/bullet.gif) 10px 5px no-repeat;
}
#cont_left {
	float:left;
	width:525px;
	padding:10px;
}
#cont_left h3{
	font-size:11px;
	font-weight:bold;
}
#cont_right {
	float:right;
	width:210px;
	border-left:solid 1px #ddd;
	padding-right:5px;
}

#cont_right h3{
	color:#92C75A;
	font-size:10px;
	font-weight:bold;
}

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

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

#mainmenu{
	height:52px;
	float:left;
	width:680px;
	background:url(images/menubg.gif) top left repeat-x;
}

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

#mainmenu ul li{
	float:left;
	background:none;
}

#mainmenu ul li a{
	padding:10px 18px 9px 18px;
	display:block;
	float:left;
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	background:url(images/menubg_buton.gif) no-repeat right;
	border-left:solid 1px #fff;
}
#mainmenu ul li a:hover{
	color:#4687B6;
	text-decoration:none;
}

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

.infocont_left{
	width: 365px;
	float:left;
}
.infocont_right{
	width: 365px;
	float:right;
}
#tabcontainer {
	float:right;
	padding-top:5px;
	padding-bottom:5px;
	width:735px;
	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:118px;
	*width:119px;
	height:40px;
	margin-left:4px;
	*margin-left:2px;
	float:left;
	padding-top:3px;
	background:#DFDFDF;
	border-bottom:1px solid #fff;
}

.infotabsactive {
	width:118px;
	*width:119px;
	height:40px;
	margin-left:4px;
	*margin-left:2px;
	float:left;
	background:#93C75B;
	border-bottom:6px solid #93C75B;
}
.infotabsactive a{
	color:#fff;
}
#tabcontent1, #tabcontent2, #tabcontent3, #tabcontent4, #tabcontent5, #tabcontent6 {
	background-color:#93C75B;
	width:735px;
	color:#ffffff;
	float:right;
}
#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;
}

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

.thumb {
	border:2px solid #93C75B;
	margin:2px;
}
.linkpages {
	border:1px solid #ccc;
	text-align:center;
	padding:3px;
	color:#393939;
	margin-bottom:4px;
	
}
.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:#93C75B;
	padding:6px 10px;
	font-weight:bold;
	color:#fff;
}

h3#header_row_details {
	color:#fff;
	
	padding:3px 3px 3px 10px;
	background:#FD9D00;
	font-weight:bold;
	border-bottom:3px solid #D16F1A;
}

.header_row a {
	color:#9d0a0e;
	text-decoration: none;
}
.odd_row {
	background-color:#EFEFEF;
	padding:3px 3px 3px 10px;
	margin:0px;
	border-top:1px solid #fff;
}
.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{
	height:20px;
	background: url(images/submit_bg.gif);
	border:solid 1px #6c6c6a;
	font-size: 10px;
	color:#273793;
	}
#popheader {
	height:100px;
	width:1000px;
	background:#fff;
	border-bottom:solid 6px #0BB0E0;
}

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

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

.atributi {
	padding:0px 0px 10px 8px;
}

.atributi li{
	padding:0;
	margin:0;
	display:block;
	background:url(images/bulet_blue.png) left center no-repeat;
	padding-left:16px;
}

/* list imoti v viewestate.php */
.list_view{
	width:355px;
	padding:5px 5px 0px 4px;
	display:block;
	height:130px;	
	overflow:hidden;
}
.list_view h3{
	display:block;
	background:none;
}
.list_view .divimg{
	padding:0;
	margin:0;
	width:120px;
	float:left;
	background:none;
}
.llist_view img{
	border:solid 2px #ccc;
	margin-right:5px;
	float:left;
}
.list_view  .cena{
	color:#cc0000;
	font-size:18px;
	text-align:left;
	padding:0 4px 0 0;
}
.list_view .cena sup{
	font-size:14px;
}
.list_view a{
	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;}
}


/* LIST TOP */
.list_top{
	margin:0;
	padding:0;
	float:left;
	border-left:solid 1px #ccc;
	padding-right:5px;
}
.list_top li{
	width:244px;
	background:#EEEEEE;
	border-bottom:solid 1px #ccc;
	padding:5px 5px 0px 10px;
	display:block;
	height:110px;	
	overflow:hidden;
}
.list_top li img{
	margin-right:5px;
	float:left;
}

.list_top h3{
	background:none;
}


.list_top li  .cena{
	color:#cc0000;
	font-size:18px;
	text-align:left;
	padding:0;
}

.list_top li  .cena span{
	font-size:10px;
	color:#000;
}

.list_top li .cena sup{
	font-size:14px;
}

.list_top li a{
	font-size:14px;
	font-weight:bold;
}

.headerwhite {
	background: url(images/header_white.png) no-repeat;	
	color:#fff;
	padding:7px 0px 0px 15px;
	height:30px;
	margin:0px;
	font-weight:bold;
}
.headergray {
	background: url(images/header_gray.png) no-repeat;	
	color:#fff;
	padding:7px 0px 0px 15px;
	height:30px;
	margin:0px;
	font-weight:bold;
}
.grayheader {
	background: url(images/gray_header.png) no-repeat;	
	color:#fff;
	padding:7px 0px 0px 15px;
	height:30px;
	margin:0px;
	font-weight:bold;
}
.grayblock {
	background-color:#eee;
	padding:5px 5px 5px 10px;
}
.whiteblock {
	background-color:#fff;
	padding:5px 5px 5px 10px;
}


