/**** 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}
table{border-collapse:collapse;margin:0;padding:0}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400}
ol,ul{list-style:none}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400; font-family: verdana, arial, sans-serif;}
q:before,q:after{content:''}
a{text-decoration:none;border:none;outline:none;}
a img{border:none;}
a:hover{text-decoration:none;outline:none}
*{margin:0}
html,body{height:100%}
form{display:inline;margin:0;padding:0}
form input,form textarea{font:14px Arial, Helvetica, sans-serif; padding:3px;}
form select{font:14px Arial, Helvetica, sans-serif; padding:2px;}
form textarea{width:100%;line-height:1.25}
form label{cursor:pointer}
.clear{clear:both}
.float-right{float:right}
.text-right{text-align:right}
.text-center{text-align:center}
.text-justify{text-align:justify}
.underline{border-bottom:1px solid}



/* layout */

.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}

#maincontent {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 50;
	width: 100%;
	}

#wrapper{
width:1010px; 
margin:0 auto;

}


#header{
width:1010px; 
background:url(../../templates/img/navbg.png) no-repeat center bottom;
height:150px;
margin:0px 0 0 0;
}



/* header --------------------------------------- */


.logo{float:left;}
.jezici{width:368px; float:right;margin:55px 0 0 4px;}
.jezici2{width:368px; float:right;margin:27px 0 0 4px;}

.zastavica{float:left; margin:6px 2px 0 6px;}




/* NAVIGACIJA --------------------------------------- */

.menu {width:980px; margin:17px 10px 0 19px;position:relative; z-index:99999;}
.menu li, .menu ul a {position:relative;}
.menu > li {float:left;}
.menu > li.floatr {float:left;}
.menu li > a {display:block;}

.menu ul {
	position:absolute;
	display:none;
	width:187px;
	z-index:99999;
}

.menu > li.floatr > ul {right:0;}
.menu > li.floatr > ul ul {left:-125px;}
.menu li:hover > ul {display:block;}


.mblack {
	font-family: arial, helvetica, sans-serif;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;

	
}

.mblack a {text-decoration:none;}

.mblack > li > a {
	color:#cccccc;
	padding:9px 33px 12px 33px;
	border-left:1px solid #858585;
	border-left:1px solid rgba(255, 255, 255, .20);
    font: bold 14px/24px Arial,Helvetica,sans-serif;
    text-shadow: 0 1px 0 #400947;
}

.mblack > li > a.aktivno {
	color:#fff;
}

.mblack > li > a.zeleno {
	color:#b9e722;
}

.mblack > li:hover > a {
	color:#fff;
	
	padding-left:33px;
}

.mblack > li {border-right:1px solid #343434;border-right:1px solid rgba(0, 0, 0, .33);}

.mblack > li.floatr {
	border-right:none;
	border-left:1px solid #343434;
	border-left:1px solid rgba(0, 0, 0, .33);
}

.mblack > li.zadnji_link{
	border-right:none;

}



.mblack > li > a img, .mblack li > ul > li > a img {
	border:0;
	margin-right:7px;
}




/* sub menu ------------------------------ */


.mblack ul {
	background:url(../../templates/img/dropbg_transp.png) repeat;
	border:1px solid #5b6268;
	border-top:none;
}


.mblack > li.floatr > ul {right:-13px;left:auto;}
.mblack > li.floatr > ul ul {left:-127px;}

.mblack ul li {
	background:url(../../templates/img/dropbg.png) no-repeat center;
      border-bottom: 1px solid #414952;
}
.mblack ul a {
	color:#fff;
	font-weight:bold;
	font-size:13px;
	line-height:18px;
	padding:7px 11px;
}

.mblack ul li:hover {
	background-color:#515f6d;
	
}

/* efekti ------------------------------ */

.slide_nav ul, .slide_nav li > div {
	display:block !important;
	visibility:hidden;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
	opacity:0;
	
	-webkit-transform:translate3d(0, 50px, 0);
	-moz-transform:translateY(50px);
	-o-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);

	-webkit-transition:visibility 0s linear .2s, -webkit-transform .2s linear, opacity .2s linear;
	-moz-transition:visibility 0s linear .2s, -moz-transform .2s linear, opacity .2s linear;
	-o-transition:visibility 0s linear .2s, -o-transform .2s linear, opacity .2s linear;
	-ms-transition:visibility 0s linear .2s, -ms-transform .2s linear, opacity .2s linear;
	transition:visibility 0s linear .2s, transform .2s linear, opacity .2s linear;
}

.slide_nav li:hover > ul, .slide_nav li:hover > div {
	visibility:visible;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	opacity:1;
	
	-webkit-transform:translate3d(0, 0, 0);
	-moz-transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	
	-webkit-transition-delay:0s;
	-moz-transition-delay:0s;
	-o-transition-delay:0s;
	-ms-transition-delay:0s;
	transition-delay:0s;
}

.slide_nav > li > a .bubble-top {
	-webkit-transition:-webkit-transform .3s;
	-moz-transition:-moz-transform .3s;
	-o-transition:-o-transform .3s;
	-ms-transition:-ms-transform .3s;
	 transition:transform .3s;
}

.slide_nav > li > a:hover .bubble-top {
	-webkit-transform:translate3d(0, -3px, 0);
	-moz-transform:translateY(-3px);
	-o-transform:translateY(-3px);
	-ms-transform:translateY(-3px);
	transform:translateY(-3px);
}



/* ROTATOR I PRETRAGA ------------------------------ */

#rotator_pretraga_okvir{
width:1010px; 
/*background:url(../../templates/img/rotator_bg.png) no-repeat center;*/
height:376px;

}


/* **************************rotator izdvojeno********************************** */

.okvir_rotator_izdvojeno{
width:620px; 
float:left; 
padding:20px 10px 10px 10px; 
margin: 17px 0 10px 20px; 
}


/* **************************forma pretraživanje********************************** */


.okvir_pretraga{
width:315px; 
float:left;
margin:13px 0 0 11px;
background:url(../../templates/img/pretragabg.png) no-repeat;
height:348px;
}

.okvir_pretraga ul li{
float:left; 
width:140px;
font-size:12px; 
font-family: arial, helvetica, sans-serif; 
margin:7px 10px 0 10px;
}

.okvir_pretraga ul li.desno{margin:7px 0 0 10px;}
.okvir_pretraga ul li a{line-height:32px; color:#a0c726;}
.okvir_pretraga ul li a:hover{color:#d4edff;}



h2.naslov_desno {
border-bottom:1px dotted #ccc; 
color:#b9e722;
line-height:25px;
padding: 5px; 
margin:0 14px 0 10px;
}

h2.naslov_desno img{
float:left; 
margin:0 5px 0 0;
}




.forma_zatrazite_info h4{
color:#b9e722;
line-height:59px;
padding:0 0 0 10px;
font-size:18px;
background:url(../../templates/img/zatrazite_forma_bg_top.png) no-repeat;
width:315px; 
height:59px;
}

.forma_zatrazite_info .forma_info{
background:url(../../templates/img/zatrazite_forma_bg_sredina.png) repeat;
width:305px; 
padding:10px;
}

.forma_zatrazite_info .forma_info_dno{
background:url(../../templates/img/zatrazite_forma_bg_dno.png) no-repeat;
width:305px; 
padding:10px;
}


label {
	    color:#fff;
        font-size: 11px;
        font-weight: bold;
        font-family:arial, helvetica, sans-serif;
        display: block;
        margin: 3px;
        clear: both;
		line-height:20px;
}
label.smaller {
	color:#fff;
        	font-size: 11px;
        	font-weight: bold;
        	font-family:arial, helvetica, sans-serif;
        	display: block;
        	margin: 1px;
        	clear: both;
	line-height:16px;
}



/* INPUT & TEXTAREA */

input.text,
input.email, 
input.password,
textarea.uniform {
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 6px;
  color: #777;
  background:#fff url('/templates/images/bg-input-focus.png') repeat-x 0px 0px;
  background:#fff url('/templates/images/bg-input.png') repeat-x 0px 0px;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  border-color: #999;
  background:#fff  url('/templates/images/bg-input-focus.png') repeat-x 0px 0px;
}


/* Select */
div.selector {
  width: 140px;
  font-size: 12px;
}

div.selector select {
  min-width: 140px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: solid 1px #fff;
padding:2px;

}

.trazi_button{width:135px; height:45px; background:url(../../templates/img/trazi_button.png) no-repeat; float:left; cursor:pointer;border:none;font:bold 14px arial, helvetica, sans-serif; color:#fff;text-transform:uppercase;padding:0 0 5px 12px;margin:5px 0 0 0;text-shadow: 1px 1px 2px #000;}

.predaj_button{width:135px; height:45px; background:url(../../templates/img/predaj_button.png) no-repeat; float:left; cursor:pointer;border:none;font:bold 14px arial, helvetica, sans-serif; color:#fff;text-transform:uppercase;margin:20px 0 0 0;text-shadow: 1px 1px 2px #000;padding:0 0 5px 0px;}
.bigger_button{width:135px; height:45px; background:url(../../templates/img/predaj_button.png) no-repeat; cursor:pointer;border:none;font:bold 12px arial, helvetica, sans-serif; color:#fff;text-transform:uppercase;margin:20px 0 0 0;text-shadow: 1px 1px 2px #000;padding:0 0 5px 0px;}
.small_button{width:90px; height:30px; background:url(../../templates/img/small_button.png) no-repeat; cursor:pointer;border:none;font:bold 12px arial, helvetica, sans-serif; color:#fff;text-transform:uppercase;margin:20px 0 0 0;text-shadow: 1px 1px 2px #000;padding:0 0 5px 0px;}
.okvir_oglas_left{float:left;width:480px;}
.small_bttn{width:88px; height:26px; margin:5px 7px 0 0; padding:3px 0 0 0; background:url(../../templates/img/obrisi_bttn.png) no-repeat top left; text-align:center; float:left; color:#fff; font:bold 13px/16px arial, helvetica, sans-serif;text-shadow: 1px 1px 2px #000; }
.big_bttn{width:130px; height:26px; margin:5px 7px 0 0; padding:3px 0 0 0; background:url(../../templates/img/deaktiviraj_pregledaj_bttn.png) no-repeat top left; text-align:center; float:left; color:#fff; font:bold 13px/16px arial, helvetica, sans-serif;text-shadow: 1px 1px 2px #000; }
.middle_bttn{width:103px; height:26px; margin:5px 7px 0 0; padding:3px 0 0 0; background:url(../../templates/img/izmjeni_bttn.png) no-repeat top left; text-align:center; float:left; color:#fff; font:bold 13px/16px arial, helvetica, sans-serif;text-shadow: 1px 1px 2px #000; }
.extra_small_button{width:50px; height:30px; background:url(../../templates/img/small_button.png) no-repeat; cursor:pointer;border:none;font:bold 12px arial, helvetica, sans-serif; color:#fff;text-transform:uppercase;margin:20px 0 0 0;text-shadow: 1px 1px 2px #000;padding:0 0 5px 0px;}

.small_bttn_clear{width:88px; height:26px; margin:5px 7px 0 0; padding:3px 0 0 0; background:url(../../templates/img/obrisi_bttn.png) no-repeat top left; text-align:center; float:right; color:#fff; font:bold 13px/16px arial, helvetica, sans-serif;text-shadow: 1px 1px 2px #000; }

/* SADRŽAJ ------------------------------ */

#content{
width:1010px; 
background:url(../../templates/img/contbg.png) repeat-y;

}

.dno{width:1010px; height:28px; background:url(../../templates/img/dno.png) no-repeat;}


.okvir_banner_small{float:left; margin:10px 1px 0px 3px;}
.prvi{margin:10px 1px 0px 15px;}

.okvir_osam_bannera{float:left;margin-left: 15px; min-width: 995px; m_in-width: 649px;}



/* NOVOSTI ------------------------------ */

.novosti{width:325px;height:300px;float:left;margin:11px 11px 11px 4px;}
.novosti h2{font:22px/28px arial, helvetica, sans-serif; color:#B9E722;}
.novosti p{color:#fff; font:12px/19px arial, helvetica, sans-serif; padding:5px 20px 0 0;}

a.detaljnije{color:#ccc; font:12px/22px arial, helvetica, sans-serif;text-transform:uppercase;margin:10px 0;float:left;}
a.detaljnije:hover{color:#a0c726;}
a.linkDef{color:#ccc; font:12px/22px arial, helvetica, sans-serif;}
a.linkDef:hover{color:#a0c726;}

.ikona_naslov{float:left;margin:0 5px 0 0;}

.novosti h3{padding:10px 0 0 0; width:195px;float:left; }
.novosti h3 a{color:#fff;font:16px/22px arial, helvetica, sans-serif;; }
.novosti h3 a:hover{color:#a0c726;}

.thumb_novost{padding:3px; background:#fff; border:1px solid #b6bcc1;margin:10px 5px 0 0;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
float:left;

}

.okvir_soc_mreze{float:right; margin:10px 0 0 0;}
.datum_novost{background:url(../../templates/img/novost_datum.png) no-repeat;width:126px; height:36px;float:right;position:relative; right:-10px;  text-align:center;top:14px;}
.datum_novost p{font:bold 12px/18px arial, helvetica, sans-serif; color:#fff;text-shadow: 1px 1px 2px #000; }


.rss{width:24px; height:24px; float:left; margin:0px 5px 0 0;background:url(../../templates/img/rss_ikona.png) no-repeat top left;text-indent:-9999px;}
.rss:hover{background-position:0 -25px;}

.facebook{width:24px; height:24px; float:left; margin:0px 5px 0 0;background:url(../../templates/img/facebook_ikona.png) no-repeat top left;text-indent:-9999px;}
.facebook:hover{background-position:0 -25px;}

.google{width:24px; height:24px; float:left; margin:0px 5px 0 0;background:url(../../templates/img/g_ikona.png) no-repeat top left;text-indent:-9999px;}
.google:hover{background-position:0 -25px;}






/* FOOTER ------------------------------ */


#footer{width:100%;background:url(../../templates/img/footer-bg.png) repeat;padding:20px 0;margin:40px 0 0 0;}

.footer_okvir{width:940px; padding:0 10px;margin:0 auto;}
.column{width:220px; float:left;margin:0 20px 0 0;}
.last{margin:0;}

.column h3{border-bottom:1px solid #a6a5a5;line-height:36px; font-size:24px; color:#fff;}
.column ul{margin:10px 0;}
.column ul li{line-height:32px;}
.column ul li a{font:13px/32px 'lucida sans unicode'; color:#a8adb2; }
.column ul li a:hover{ color:#fff; }


.last p{font:12px/22px 'lucida sans unicode'; color:#a8adb2; margin:10px 0 0 0;}

.copyright_traka{width:100%;  text-align:center;}
.copyright_traka p{font:11px/18px 'lucida sans unicode'; color:#8b8a8a;}


/* PODSTRANICE ------------------------------ */

.podstranica_left {width:640px; float:left;  padding:10px;margin:0 0 10px 10px; overflow: hidden;}
.podstranica_left h1{font:24px/40px arial, helvetica, sans-serif; color:#fff; border-bottom: 1px solid #74777b;padding:0 0 10px 0;}
.podstranica_left h2{line-height:30px;padding:8px 0;margin:0;}
.podstranica_left h2 a{color:#b9e722;}
.podstranica_left h2 a:hover{color:#ccc;}
.podstranica_left p,.podstranica_left ul,.podstranica_left li,.podstranica_left div{color:#fff;font-family:arial, helvetica, sans-serif;font-size: 13px;}

.podstranica_right {width:330px; float:right;  margin:0 10px 10px 0;}

.okvir_banner_desno{margin:20px 0;float:left; }
.okvir_banner_desno2{margin:0 0 20px 0;float:left; }
.okvir_banner_small_podstranica{float:left; margin:2px 1px 0px 2px;}
.okvir_banner_desnoImg{margin:10px 0 0 11px; clear: both;}

.okvir_pretraga_podstranica{width:325px; float:left;margin:13px 0 0 1px;background:url(../../templates/img/pretragabg_podstranica.png) no-repeat;height:348px;}
.okvir_pretraga_podstranica ul li{float:left; width:140px;font-size:12px; font-family: arial, helvetica, sans-serif; margin:7px 20px 0 10px;}
.okvir_pretraga_podstranica ul li.desno{margin:7px 0 0 10px;}
.okvir_pretraga_podstranica ul li a{line-height:32px; color:#a0c726;}
.okvir_pretraga_podstranica ul li a:hover{color:#d4edff;}



/* OGLASI LISTA ------------------------------ */

.okvir_oglas{
  width:640px; 
  min-height:195px;
  height:auto !important;
  height:195px;
  background:url(../../templates/img/oglas_bg2.png) no-repeat center top; 
  padding:0 0 20px 0;
}


.okvir_thumb_oglas{
position:relative; 
float:left; 
width: 170px;
margin:10px 0 0 0;
}
.okvir_thumb_oglasUnos{
position:relative; 
float:left; 
width: 170px;
margin:0 15px;
}

.okvir_thumb_oglas p{
font:bold 12px/18px arial, helvetica, sans-serif; 
color:#a0c726;
}

.okvir_thumb_oglas p span{color:#fff;}

.okvir_oglas h2{
font-size:21px;
line-height:24px;
padding:5px 0 10px 0;
}


.oglas_opis{
width:310px;  
float:left;
margin:10px 0 0 0; 
overflow: hidden;
}

.oglas_opis p{
font:12px/18px arial, helvetica, sans-serif; 
color:#fff;
}



.thumb_oglas{
padding:3px; 
background:#fff; 
border:1px solid #b6bcc1;
margin:10px 5px 0 0;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 0 3px 3px #000;
-webkit-box-shadow: 0 0 3px 3px#000;
box-shadow: 0 0 3px 3px #000;
max-width:150px;
width:auto !important;
width:150px;
position:relative;
z-index:1;
}

.posalji_upit{
width:64px; 
height:66px;
background:url(../../templates/img/posalji_upit_traka.png) no-repeat; 
position:absolute; 
top:3px; 
left:-6px;
z-index:2;
}


.okvir_thumb_agencija{
float:right; 
width: 170px; 
border-left:1px dotted #9da1a5;
margin:10px 0 0 0;
padding:0 0 0 15px; 
}

.thumb_agencija{
padding:3px; 
background:#fff; 
border:1px solid #b6bcc1;
margin:0 5px 0 0;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 0 3px 3px #000;
-webkit-box-shadow: 0 0 3px 3px#000;
box-shadow: 0 0 3px 3px #000;
max-width:150px;
width:auto !important;
width:150px;
}


.okvir_cijena_povrsina{
float:right; 
width:140px;  
border-left:1px dotted #9da1a5;
margin:10px 0 0 0;
padding:0 0 0 15px;
} 

.okvir_cijena_povrsina p{
font:13px arial, helvetica, sans-serif; 
color:#fff;
margin:0 0 10px 0;
}

.okvir_cijena_povrsina p span{
font:18px/24px arial, helvetica, sans-serif; 
color:#ccc;
}


.button_vise{
margin:0;
width:135px; 
height:45px;
background:url(../../templates/img/predaj_button.png) no-repeat top left; 
float:left; 
text-align:center; 
color:#fff; 
font:bold 13px/16px arial, helvetica, sans-serif;
padding:12px 0 0 0;
text-shadow: 1px 1px 2px #000;
}


/* pagination ------------------------------ */

.pagination{
    text-align:left;
    float:none;
    padding:10px 0 0 0;
   
}


a.button {
    background-color:transparent;
    background-image: url( '../../templates/img/btn_right.png' );
    background-repeat:no-repeat ;
    background-position:top right;
    color: #fff;
		display:block; /*opera*/
		display:inline-block; /*ie*/
		display:-moz-inline-box; /*ff*/    /*font: bold 12px arial, sans-serif;*/
    font: normal 13px arial, sans-serif;
    height: 32px;
    margin-right: 0px;
    padding-right: 10px;
    text-decoration: none;
}

a.button span {
    background-color:transparent;
    background-image: url( '../../templates/img/btn.png' );
    background-repeat:no-repeat ;
    display: inline-block;
    line-height: 21px;
    padding: 3px 0 8px 10px;
}

a.button span img{
    margin-left:-5px;
    margin-top:-2px;
    padding-right:5px;
}
a.button:hover {
    background-image: url( '../../templates/img/btn_hover_right.png' );
    color: #fff;
    outline: none;
	cursor:hand;
}

a.button:hover span {
    background-image:url( '../../templates/img//btn_hover.png');
}
a.orange {
    background-image: url( '../../templates/img//btn_right.png' );
		display:block; /*opera*/
		display:inline-block; /*ie*/
		display:-moz-inline-box; /*ff*/}
a.orange span {
    background-image: url( '../../templates/img/btn.png' );
}

a.orange:hover {
    background-image: url( '../../templates/img//btn_hover_right.png' );
}
a.orange:hover span {
    background-image: url( '../../templates/img/btn_hover.png' );
}
a.selectedPage{
    background-image: url( '../../templates/img//btn_hover_right.png' );
}
a.selectedPage span{
    background-image: url( '../../templates/img/btn_hover.png' );
}

/* DETALJAN PREGLED OGLASA ------------------------------ */


.tab{
width:640px; 
height:50px; 
background:url(../../templates/img/tabbg.png) no-repeat; 
}

.tab p{
font:bold 12px/50px arial, helvetica, sans-serif; color:#b9e722;
padding:0 0 0 10px;
float:left;
}

.tab p span{
color:#fff;
}

.tab_ikone{
float:right; 
width:135px; 
height:50px;
}

.ikona_karta{
width:34px; 
height:34px; 
background:url(../../templates/img/ikona_mapa.png) no-repeat top left;
float:left;
text-indent:-99999px;
margin:6px 10px 0 0;
}

.ikona_karta:hover{
background-position:0 -35px;
}

.ikona_link{
width:34px; 
height:34px; 
background:url(../../templates/img/ikona_posalji_link.png) no-repeat top left;
float:left;
text-indent:-99999px;
margin:6px 10px 0 0;
}

.ikona_link:hover{
background-position:0 -35px;
}

.ikona_print{
width:34px; 
height:34px; 
background:url(../../templates/img/ikona_print.png) no-repeat top left;
float:left;
text-indent:-99999px;
margin:6px 10px 0 0;
}

.ikona_print:hover{
background-position:0 -35px;
}


.ikona_print_slika{
width:34px; 
height:34px; 
background:url(../../templates/img/ikona_print_slika.png) no-repeat top left;
float:left;
text-indent:-99999px;
margin:6px 10px 0 0;
}

.ikona_print_slika:hover{
background-position:0 -35px;
}


.okvir_rotator_oglas{
width:640px; 
height:340px; 
}


.opis_oglasa{
width:310px; 
float:left;
}

.opis_oglasa p{ 
font:12px arial, helvetica, sans-serif; 
color:#fff; 
}

.opis_oglasa h2{
font:bold 18px/22px arial, helvetica, sans-serif; 
color:#fff;
}

.opis_oglasa h3{ 
font:bold 13px/22px arial, helvetica, sans-serif; 
color:#fff;
margin:20px 0 5px 0;
}

.opis_oglasa ul li{
font:12px arial, helvetica, sans-serif; 
color:#fff;
}
.opis_oglasa a{
color:#fff;
text-decoration: underline;
}
.opis_oglasa a:hover{
color:#fff;
text-decoration: none;
}


.opis_oglasa_desno{
width:320px;  
float:left;
padding:0 0 0 10px
}

.okvir_gmap{
background:#fff; 
padding:10px; 
width:300px;
height: 200px;
margin:20px 0 0 0;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 0 3px 3px #000;
-webkit-box-shadow: 0 0 3px 3px#000;
box-shadow: 0 0 3px 3px #000;
}




.forma_zatrazite_info{
width:305px;
margin:20px 0 0 0;
}

.forma_zatrazite_info h4{
color:#b9e722;
line-height:59px;
padding:0 0 0 10px;
font-size:18px;
background:url(../../templates/img/zatrazite_forma_bg_top.png) no-repeat;
width:315px; 
height:59px;
}


.forma_zatrazite_info .forma_info{
background:url(../../templates/img/zatrazite_forma_bg_sredina.png) repeat;
width:305px; 
padding:10px;
}

.forma_zatrazite_info .forma_info_dno{
background:url(../../templates/img/zatrazite_forma_bg_dno.png) no-repeat;
width:305px; 
padding:10px;
}





.sifra_oglasa{
font:12px/22px arial, helvetica, sans-serif; 
color:#b9e722; 
border-bottom: 3px double #545453;
padding:15px 0 20px 0;
}

.sifra_oglasa span{
color:#fff;
}

.agencija{
font:12px/18px arial, helvetica, sans-serif; 
color:#fff; 
border-bottom: 3px double #545453;
padding:20px 0 20px 0;
}

.agencija ul{
	/*float:left;  
	width:140px;*/
	margin: 0 0 10px 0;
}

.agencija_ostali_linkovi{
margin:20px 0 0 0;
}

.agencija_ostali_linkovi li {
font:bold 12px/18px arial, helvetica, sans-serif;
}

.agencija_ostali_linkovi li a{color:#b9e722;}
.agencija_ostali_linkovi li a:hover{color:#ccc;}


.box_desno{
width:320px; 
float:left;
margin:10px 0 20px 0;
}

.box_desno ul li a{
color:#a0c726;
font-family:arial, helvetica, sans-serif; 
font-size:12px;
}

.box_desno ul li a:hover{color:#ccc;}

.lista_linkovi{margin:20px 0 0 0;}
.lista_linkovi li {
font:bold 12px/18px arial, helvetica, sans-serif; 
background:url(../../templates/img/bullet.png) no-repeat 3px 4px;
padding:0 0 0 20px;
}

.lista_linkovi li a{
color:#b9e722;
}

.lista_linkovi li a:hover{
color:#ccc;
}


.lista_linkovi_profil{margin:20px 0 0 10px;}

.lista_linkovi_profil li {
font:bold 12px/28px arial, helvetica, sans-serif; 
background:url(../../templates/img/bullet.png) no-repeat 3px 10px;
padding:0 0 0 20px;
}

.lista_linkovi_profil li a{color:#b9e722;}
.lista_linkovi_profil li a:hover{color:#ccc;}




/* slider slika oglasa ------------------------------ */




#jq_fmslideshow #fmslideshow .txtLarge{font-size:1.5em; color:#FFF; display:inline-block; padding-left:12px; padding-right:12px; padding-top:0px; padding-bottom:4px}

#jq_fmslideshow #fmslideshow .txtMedium{font-size:1.2em; color:#FFF; display:inline-block; padding-top:3px; padding-bottom:3px; padding-left:9px; padding-right:9px}

#jq_fmslideshow #fmslideshow .txtMedium2{font-family:ColabReg,Georgia,"Times New Roman"; font-size:1.2em; color:#FFF; display:inline-block; padding:5px; padding-left:7px; padding-right:7px; background-color:}

#jq_fmslideshow #fmslideshow .txtExMedium{font-size:1.3em; color:#000; display:inline-block; padding-top:5px; padding-left:8px; padding-right:5px; padding-bottom:7px}

#jq_fmslideshow #fmslideshow .txtNormal{font-family:ColabReg,Tahoma,"Times New Roman"; font-size:13px; color:#000; display:inline-block; padding:5px}

#jq_fmslideshow #fmslideshow .txtExNormal{font-family:ColabReg,Georgia,"Times New Roman"; font-size:14px; color:#000; display:inline-block; padding:5px}

#jq_fmslideshow #fmslideshow .txtSmall{font-family:ColabReg,Arial,"Times New Roman"; font-size:12px; line-height:14px; color:#000; display:inline-block; padding:5px}

#jq_fmslideshow #fmslideshow .textBg{opacity:.7; filter:alpha(opacity=70)}

#jq_fmslideshow #fmslideshow a{font-family:ColabReg,Tahoma,"Times New Roman"; display:inline-block; text-decoration:none; color:#FFF}

#jq_fmslideshow #fmslideshow a:link{color:#FFF}
#jq_fmslideshow #fmslideshow a:visited{color:#FFF}
#jq_fmslideshow #fmslideshow a:active{color:#FFF}
#jq_fmslideshow #fmslideshow a:hover{color:#aaa}

#jq_fmslideshow #fmslideshow .divStyle{font-family:"OswaldRegular",Georgia,sans-serif}

#jq_fmslideshow .buttonText{font-family:ColabReg,Arial,"Times New Roman"; font-size:11px; line-height:12px; color:#000; display:inline-block; vertical-align:middle; text-align:center}

.fm_drag-cursor{cursor:move}
.fm_drag-cursor{cursor:url("../../templates/js/cursors/openhand.png") 8 8,-moz-grab}
.fm_drag-cursor{*cursor:url(../../templates/js/cursors/openhand.cur)}
.fm_drag-cursor{cursor:url(../../templates/js/cursors/openhand.cur)}

.fm_draging-cursor{cursor:move}
.fm_draging-cursor{cursor:url("../../templates/js/cursors/closedhand.png") 8 8,-moz-grabbing}
.fm_draging-cursor{*cursor:url(../../templates/js/cursors/closedhand.cur)}
.fm_draging-cursor{cursor:url(../../templates/js/cursors/closedhand.cur)}

 
#jq_fmslideshow .thumb-Holder{width:100%;  -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -o-user-select:none; user-select:none}

#jq_fmslideshow .thumb{width:120px;  height:60px;  padding:2px;  margin-right:6px}

#jq_fmslideshow .thumb .bg{background-color:#B4B4B4}

#jq_fmslideshow .thumb-normal{background-color:#fff}

#jq_fmslideshow .thumb-over{background-color:#000}

#jq_fmslideshow .thumb .tint-normal{background-image:none; !important  }

#jq_fmslideshow .thumb .tint-over{background-image:url(../../templates/js/thumb_over.png);  background-position:center}

#jq_fmslideshow .thumb-next-previous-normal{opacity:1; !important filter:alpha(opacity=100); !important}

#jq_fmslideshow .thumb-next-previous-over{opacity:.5; !important filter:alpha(opacity=50); !important}

#jq_fmslideshow{-webkit-tap-highlight-color:rgba(0,0,0,0)}

#jq_fmslideshow .nonDraggable{cursor:auto}




/* PREDAJA OGLASA ------------------------------ */


.okvir_predaja_oglasa ul li{float:left; width:320px;font-size:12px; font-family: arial, helvetica, sans-serif; margin:10px 0 0 0;color:#fff;}
.okvir_predaja_oglasa ul li a{line-height:32px; color:#a0c726;}
.okvir_predaja_oglasa ul li a:hover{color:#ccc;}
.okvir_predaja_oglasa input{margin:0 3px 0 0;}


/* PRIJAVA ------------------------------ */

.prijava_form ul{margin:15px 0 0 10px;width:300px;}


/* NOVOSTI------------------------------ */

.okvir_novost{width:640px; height:240px;background:url(../../templates/img/oglas_bg.png) no-repeat; }


.okvir_thumb_oglas{position:relative; float:left; width: 170px;margin:10px 0 0 0;}
.okvir_thumb_oglas p{font:bold 12px/18px arial, helvetica, sans-serif; color:#a0c726;}
.okvir_thumb_oglas p span{color:#fff;}
.okvir_novost h2{font-size:21px;line-height:24px;padding:20px 0 10px 0;}


.novost_opis{width:470px;  float:left;margin:15px 0 10px 0; }
.novost_opis p{font:12px/18px arial, helvetica, sans-serif; color:#fff;}
.novost_opis p span{color:#ccc;}
.novost_opis p a{color:#b9e722;}
.novost_opis p a:hover{color:#ccc;}

.novost_pregled{width:470px;  float:left;margin:15px 0 10px 0; }
.novost_pregled p{font:12px/18px arial, helvetica, sans-serif; color:#fff;padding:15px 0 10px 0;}

h2.podnaslov {font:20px/40px arial, helvetica, sans-serif; color:#fff; border-bottom: 1px solid #74777b;padding:0 0 10px 0;}


/* TEKSTUALNA STRANICA------------------------------ */

.okvir_tekst_str p{font-size:13px; line-height:24px;padding:10px 0;}
.agencijaTbl td{font-size:13px; line-height:24px;color: #fff;}


.banneriMargin{
	margin-left: 18px;
}
.najcesciPojmovi{
	margin-top: 10px;
	color: #fff;
	font-size: 12px;
}
.najcesciPojmovi a{color: #B9E722;}
.najcesciPojmovi a:hover{color: #fff;}
.linkDetalji,.okvir_tekst_str a,.novost_pregled a{color: #B9E722;}
.linkDetalji:hover,.okvir_tekst_str a:hover{color: #fff;}

.ispisOn h1{color: #000!important;}
.ispisOn h2 a{color:#000!important;}
.ispisOn h2 a:hover{color:#000!important;}
.ispisOn p, .ispisOn ul,.ispisOn li,.ispisOn a{color:#000!important;}
.printImg{
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 2px 2px #000000;
    margin: 10px 5px;
    float: left;
}
.imgDisp{
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 2px 2px #000000;
    margin: 5px;
   display: inline-block !important;
    outline: medium none !important; 
}
.imgBorder{
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 3px 3px #000000;
}
.nazivAgencije{
	color: #b9e722;
	font-weight: bold;
	font-size: 16px;
}
.logoTd{
	background-color: white;
    	border-radius: 1px 1px 1px 1px;
    	box-shadow: 0 0 1px 1px #000000;
}
.naslovIndeks{color: #fff;}
.tekstIndeks td{padding: 2px;}
.tekstovi ul{margin-left: 40px;}
.tekstovi li{list-style-type: disc;}*/
.okvir_banner_728{width:100%;  padding:5px 0 2px 0; }
.pozadina_banner_728 {width:753px; height:116px; margin:0 auto;  background:url(../../templates/img/okvir_728.png) no-repeat; }
.okvir_banner_728 img{margin:10px;}
.okvir_banner300{width:325px; height:329px;float:left;margin:13px 0 0 1px;background:url(../../templates/img/okvir_300.png) no-repeat;}
.okvir_banner300 img{margin:12px 11px 11px ;}
.maxHeight{max-height:200px;}
.pagerTbl td{
	padding: 5px;
}
.pagerTbl a{
	color: #B9E722;
	font-weight: bold;
}
.pagerTbl a:hover{
	color: #fff;
	font-weight: bold;
}
a.postaviLnk{
	color: #B9E722;
	font-size: 11px;
}
a.postaviLnk:hover{
	color: #fff;
	font-size: 11px;
}
.bannerHome3koraka{
	position: absolute;
}
.bannerDesnoAdrias{
	position: absolute;
	margin-left: 4px;
}
.bannerHomeAdrias{
	position: absolute;
}
li.wholeWidth{
	font-size:12px; 
	font-family: arial, helvetica, sans-serif; 
	margin:7px 10px 0 10px;
	width: 280px;
}
.smallPrice{
	font-size: 12px !important;
	font-weight: bold !important;
}
.widthWhole{width: 270px;}
a.mojOglas{
	padding:9px 13px 12px !important;
}
.pregledanoPuta i, .agencija i{
	font-size: 10px;
	font-style:normal;
}
.bnHolder{
	margin: 0 auto;
	position: relative;
	width: 1010px;
	z-index: 60;
}
.bnHolder a{
	z-index: 60;
}
.bnLeft{
	width: 300px;
	margin-left: -291px;
	position: absolute;
	overflow: hidden;
	margin-bottom: 5px;
}
.bnRight{
	width: 300px;
	margin-left: 1001px;
	position: absolute;
	overflow: hidden;
	margin-bottom: 5px;
}
.bnL2{margin-top: 350px;}
.bnL3{margin-top: 478px;}
.bnR2{margin-top: 229px;}
.bnR3{margin-top: 380px;}
.homeSlideLogo{position: absolute; z-index: 100;}
#liBrojSoba{margin: 11px 0 0 10px;}
#liBrojSoba select{margin-top: 4px;}
.login-facebook{background: url("../../images/social/f_logo.png") no-repeat scroll 11px 8px transparent; padding-left: 31px !important;}
.login-gmail{background: url("../../images/social/gm_logo.png") no-repeat scroll 11px 8px transparent; padding-left: 31px !important;}
.login-yahoo{background: url("../../images/social/yh_logo.png") no-repeat scroll 11px 8px transparent; padding-left: 31px !important;}
.login-windows-live{background: url("../../images/social/wl_logo.png") no-repeat scroll 11px 8px transparent; padding-left: 31px !important;}
.prijavaCent{ color: white; font-weight: bold; }
.prijavaCent a { margin-left: 10px; color: white; font-weight: normal; }
.extra-search { margin-top: 20px; margin-bottom: 10px; }
.extra-search tr td { color: white; }

table.cTb td { padding: 2px 3px; }