@charset "utf-8";
/* CSS Document */

body{
	background-image:url(img/background.png);
}

#logoLanguage{
	width:960px;
	margin:0 auto;
	margin-top:10px;
	height:55px;
	
}

#logo{
	float:left;
}

#language{
	float:right;
}

#language ul {
    float: left;
    padding: 10px 0 0 10px;
    margin: 0px;
    height: 40px;
}


#language ul li {
    list-style-type: none;
    float: left;
    padding-left: 0px;
    position: relative;
    height: 40px;
    line-height: 40px;
}


#language ul li a{
    height: 40px;
    float: left;
    line-height: 40px;
}


#language ul li a img{
    vertical-align: middle;
}
#language a:hover > .langName {
    display: block;
}

#language .langName {
    display: none;
    position: absolute;
    top: 40px;
    right: 30px;
    padding: 3px 5px;
    line-height: 20px;
    font-size: 14px;
    background: #0a2a3a;
    color: #f6f6f6;
    text-align: left;
    z-index: 100;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -msie-border-radius: 5px;
    behavior: url("/css/PIE.htc");
    behavior: url("/css/PIE.htc");
}



#headerSearch{
	width:980px;
	margin:0 auto;
	
	border:solid 1px #FFFFFF;
	-moz-box-shadow:    0px 0px 10px 1px #000;
  	-webkit-box-shadow: 0px 0px 10px 1px #000;
  	box-shadow:         0px 0px 10px 1px #000;	
}

#search{
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0,0.7);
	height:310px;
	width:220px;
	float:left;
	margin-top:-320px;
	margin-left:740px;
	position:absolute;
	padding-left:20px;
	padding-top:10px;
	
	color:#ebebeb;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#search h1{
	height:25px;
	background-image:url(img/spriteSheet.png);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:4px;
	color:#FFF;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}

select{
	width:200px;
	overflow:hidden;
	text-decoration:none;
	font-style:italic;
	font-size:11px;
	color:#373737;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#eeeeee;
	 border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	background-image:url(img/spriteSheet.png);
	background-repeat:no-repeat;
	background-position:187px -80px;
	margin-bottom:5px;
}
.kvartSearch{
	margin-top:3px;
	height:60px;	
}

input{
	width:80px;
	background-color:#eeeeee;
	font-size:11px;
	color:#373737;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	margin:5px 5px 0 0;
}


.buttonSubmit{
	border:solid 2px #FFFFFF;
	width:170px;
	height:35px;
	margin:40px 0 0 20px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	font-style:normal;
	
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
	
	background: rgb(223,0,36); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(223,0,36,1) 0%, rgba(153,5,5,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,0,36,1)), color-stop(100%,rgba(153,5,5,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(223,0,36,1) 0%,rgba(153,5,5,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(223,0,36,1) 0%,rgba(153,5,5,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(223,0,36,1) 0%,rgba(153,5,5,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(223,0,36,1) 0%,rgba(153,5,5,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df0024', endColorstr='#990505',GradientType=0 ); /* IE6-9 */
	
}

.buttonSubmit:hover{
	background: rgb(153,5,5); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(153,5,5,1) 0%, rgba(223,0,36,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,5,5,1)), color-stop(100%,rgba(223,0,36,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(153,5,5,1) 0%,rgba(223,0,36,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(153,5,5,1) 0%,rgba(223,0,36,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(153,5,5,1) 0%,rgba(223,0,36,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(153,5,5,1) 0%,rgba(223,0,36,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990505', endColorstr='#df0024',GradientType=0 ); /* IE6-9 */
	
}

#wrapper{
	width:960px;
	margin:0 auto;	
}

#container{
	background-color:#fef9ca;
	z-index:-1;
	width:960px;
	min-height:500px;
	margin:0 auto 50px auto;
	border-bottom:solid 1px #cab811;
	border-right:solid 1px #cab811;
	border-left:solid 1px #cab811;
	overflow: hidden;
	
	-moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -khtml-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
	
	-moz-box-shadow:    0px 0px 10px 0px #000;
  	-webkit-box-shadow: 0px 0px 10px 0px #000;
  	box-shadow:         0px 0px 10px 0px #000;		
}

#smallInfo{
	
	z-index:-1;
	width:950px;
	height:25px;
	background-color:#f2e98f;
	padding:15px 0 0 10px;
	
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#141414;
	border-bottom:solid 1px #cab811;
}
#smallInfo span{
	margin-right:5px;	
}

#navigation{
	margin-top:0px;
	width:160px;
	float:left;
	background-color:#fef9ca;	
	padding-top:30px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#373737;
	padding-left:10px;
	line-height:22px;
	
	
	
}

#navigation a{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#373737;
	padding-left:10px;
	line-height:22px;
	text-decoration:none;
	
}

#navigation a:hover{
	color:#999;
	
}

#potraznjaNumber{
	text-align:right;
	padding-right:10px;
}

#navigation span{
	margin-right:12px;	
}

#navigation .sInfo{
	margin-right:0px;
	font-weight:bold;
	float:left;
}

#navigation .mail{
	margin-right:0px;
	font-size:11px;
}

#navigation h1{
	color:#a00303;
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	margin-top:20px;	
}

#brzPristup{
	background-color:#fdf4a5;
	margin-left:-10px;
	padding-left:10px;
}

#brzPristup input{
	background-color:#FFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#969696;
	width:140px;
	height:20px;
}


#brzPristup .submit2{
	border:solid 2px #FFFFFF;
	margin:2px 0 25px 20px;
	width:100px;
	height:25px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	font-style:normal;
	
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
	
	background: rgb(223,0,36); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(223,0,36,1) 0%, rgba(153,5,5,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,0,36,1)), color-stop(100%,rgba(153,5,5,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(223,0,36,1) 0%,rgba(153,5,5,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(223,0,36,1) 0%,rgba(153,5,5,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(223,0,36,1) 0%,rgba(153,5,5,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(223,0,36,1) 0%,rgba(153,5,5,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df0024', endColorstr='#990505',GradientType=0 ); /* IE6-9 */
	
}

#brzPristup .submit2:hover{
	background: rgb(153,5,5); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(153,5,5,1) 0%, rgba(223,0,36,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,5,5,1)), color-stop(100%,rgba(223,0,36,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(153,5,5,1) 0%,rgba(223,0,36,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(153,5,5,1) 0%,rgba(223,0,36,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(153,5,5,1) 0%,rgba(223,0,36,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(153,5,5,1) 0%,rgba(223,0,36,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990505', endColorstr='#df0024',GradientType=0 ); /* IE6-9 */
	
}

#licenca{
	margin-top:10px;	
}

#licenca img{
	float:left;	
}

#licenca span{
	float:right;
	width:80px;
	color:#b55746;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
}

#brzPristup h1{
	font-size:16px;
}

#uvrstite{
	font-weight:bold;
	color:#a7271e;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:50px;
	margin-bottom:50px;
	
	
}

#uvrstite a{
	font-weight:bold;
	color:#a7271e;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#uvrstite a:hover{
	color:#a7;
}

#uvrstite span{
	background-image:url(img/spriteSheet.png);
	background-position:0 -30px;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	float:left;
}

#content{
	margin-top:0px;
	padding-bottom:20px;
	width:790px;
	float:left;
	background-color:#ffffff;
	min-height:500px;
	
}

#content h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#a00303;
	margin-left:40px;
	margin-bottom:5px;	
}

#topMenu{
	margin-top:20px;
	text-align:right;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-right:20px;
	margin-bottom:40px;
}

#topMenu a{
	text-decoration:none;
	color:#373737;	
}

#topMenu a:hover{
	color:#CCC;	
}

#topMenu span{
	margin-left:10px;
	margin-right:10px;
	border-right:solid 1px #df0024;
}

#potraznja, #nekrDetalji{
	margin-left:40px;
	margin-right:20px;
	margin-bottom:60px;
	border-top:solid 1px #df0024;
	
	padding-top:10px;
	
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#373737;
	line-height:18px;	
}

#potraznja hr { height: 0; width: 100%;  }
#potraznja fieldset { border: solid 1px #999999; padding: 10px; margin-bottom: 10px; float: left; width: 99%; }
#potraznja label { float: left; clear: left; width: 200px; margin-top: 5px; }
#potraznja input, #potraznja textarea { float: left; margin-top: 5px; width: 450px; }
#potraznja textarea { width: 450px; height: 100px; }
#potraznja .formcheck { float: left; margin-right: 20px; }
#potraznja .formcheck label { float: none; }
#potraznja .formcheck input { float: none; width: auto; }
#potraznja #formdole {
    text-align: center;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
#potraznja #formdole button{
    margin: 10px 0px 0px 0px;
    width: 92px;
    height: 23px;
    line-height: 16px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
	
	background: rgb(223,0,36); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(223,0,36,1) 0%, rgba(153,5,5,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,0,36,1)), color-stop(100%,rgba(153,5,5,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(223,0,36,1) 0%,rgba(153,5,5,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(223,0,36,1) 0%,rgba(153,5,5,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(223,0,36,1) 0%,rgba(153,5,5,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(223,0,36,1) 0%,rgba(153,5,5,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df0024', endColorstr='#990505',GradientType=0 ); /* IE6-9 */
    color:#fff;
    font-weight: bold;
    cursor:pointer;
}
#potraznja hr { border: none; border-bottom: solid 1px #960905; background-color:#960905;}
#potraznja hr, #potraznja p { clear: both; padding-top: 0px; }

#potraznja img, #izdvojeno img{
	margin-left:5px;
	margin-right:10px;
	float:left;
	
	border:solid 2px #FFF;
	-moz-box-shadow:    0px 0px 5px 1px #ccc;
  	-webkit-box-shadow: 0px 0px 5px 1px #ccc;
  	box-shadow:         0px 0px 5px 1px #ccc;
	
}

#izdvojeno{
	margin-left:40px;
	margin-right:20px;
	margin-bottom:60px;
	border-top:solid 1px #df0024;
	
	padding-top:10px;
	
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#141414;
	line-height:24px;
	font-weight:bold;	
}

#izdvojeno li{
	float:left;
	margin-right:10px;	
}

#izborOkvir {
	margin-top: 20px;
}

.item span{
	float:right;
	margin:4px 10px 0 0;
	color:#a00303;
	font-weight:bold;
	
}

.item span a{
	color:#a00303;
	font-weight:bold;
	text-decoration:none;
	vertical-align:middle;
}

#izdvojeno .item span img{
	float:none;
	position: relative;
	top: 5px;
	border:none;
	-moz-box-shadow:    0px 0px 0px 0px #ccc;
  	-webkit-box-shadow: 0px 0px 0px 0px #ccc;
  	box-shadow:         0px 0px 0px 0px #ccc;	
}

.item{
	display: inline-block;
	vertical-align: top;
	width:340px;
	border:solid 1px #f1e99b;
	height:150px;
	margin:15px 8px 10px 3px;
	padding:10px 0 0 10px;
	
	background: rgb(253,253,249); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(253,253,249,1) 0%, rgba(253,251,236,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,249,1)), color-stop(100%,rgba(253,251,236,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(253,253,249,1) 0%,rgba(253,251,236,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(253,253,249,1) 0%,rgba(253,251,236,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(253,253,249,1) 0%,rgba(253,251,236,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(253,253,249,1) 0%,rgba(253,251,236,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdf9', endColorstr='#fdfbec',GradientType=0 ); /* IE6-9 */
	
}

.boxData {
	width: 160px;
	overflow: hidden;
}
.boxData li {
	line-height: 18px;
	float: left;
	display: block;
	clear: left;
}

#rezervirano, #prodano{
	float:left;
		
}

#footerWrapper{
	z-index:-2;
	border-top:solid 3px #cd011c;
	height:300px;
	
	background-color:rgb(254,249,202);
	background-color:rgba(254,249,202,0.6);	
}

#footer img{
	margin-top:10px;
	margin-bottom:10px;
	height:28px;	
}

#footer{
	
	width:960px;
	margin:0 auto;	
}

#footerLeft{
	float:left;
	width:400px;	
}

#footerCenter{
	float:left;
	width:250px;
	margin-right:100px;
}

#footerCenter li{
	background-image:url(img/spriteSheet.png);
	background-position:0 -147px;
	background-repeat:no-repeat;
	padding-left:20px;	
}

#footerRight{
	float:left;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	
	background-image:url(img/spriteSheet.png);
	background-position:0 -200px;
	background-repeat:no-repeat;
	
	padding-left:50px;
	line-height:18px;	
}
#footerRight span{
	margin-left:20px;	
}

#footerLeft, #footerCenter{
	line-height:26px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;	
}

#copyProlink{
	color:#a00303;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:180px;
	text-align:center;
	line-height:24px;
}

#copyProlink span{
	color:#555555;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:15px;
	
}

#copyProlink span a{
	text-decoration:none;
	color:#555555;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:15px;
	
}

#prikazTekstaKontakti{
	float:left;
	width:350px;
}

#osnovnikontakt{
	float:left;
	width:365px;
	
	
}

#osnovnikontakt input{
	width:230px;
	background-color:#FFF;	
}

#osnovnikontakt form{
	background-color:#fef9ca;
	padding-top:10px;
	padding-left:15px;
	padding-bottom:30px;
}

#osnovnikontakt .buttonSubmit2{
	border:solid 2px #FFFFFF;
	width:120px;
	height:35px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	font-style:normal;
	
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
	
	background: rgb(223,0,36); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(223,0,36,1) 0%, rgba(153,5,5,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,0,36,1)), color-stop(100%,rgba(153,5,5,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(223,0,36,1) 0%,rgba(153,5,5,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(223,0,36,1) 0%,rgba(153,5,5,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(223,0,36,1) 0%,rgba(153,5,5,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(223,0,36,1) 0%,rgba(153,5,5,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df0024', endColorstr='#990505',GradientType=0 ); /* IE6-9 */
	
}

#osnovnikontakt .buttonSubmit2:hover{
	background: rgb(153,5,5); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(153,5,5,1) 0%, rgba(223,0,36,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,5,5,1)), color-stop(100%,rgba(223,0,36,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(153,5,5,1) 0%,rgba(223,0,36,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(153,5,5,1) 0%,rgba(223,0,36,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(153,5,5,1) 0%,rgba(223,0,36,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(153,5,5,1) 0%,rgba(223,0,36,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990505', endColorstr='#df0024',GradientType=0 ); /* IE6-9 */
	
}

#pagination {
    margin: 30px 0 15px 50px;
    width: 703px;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 10px;
    clear: both;
    border-radius: 5px;
    behavior: url("/css/PIE.htc"); /*IE hack*/
    
    text-align: center;
}

#pagination .prethodna, #pagination .slijedeca {
    display: inline-block;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
}



#pagination .prethodna, #pagination .slijedeca a{
    display: inline-block;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
}

#pagination .inner_pages {
    display: inline-block;
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
}

#pagination a {
    display: inline-block;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    border: solid 1px #093C60;
    padding: 4px;
    text-decoration: none;
    margin-left: 4px;
    margin-right: 4px;
    font-weight: bold;
    background-color: #a00303;
    border-radius: 4px;
    text-decoration: none;
    behavior: url("/css/PIE.htc"); /*IE hack*/
	
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	font-style:normal;
}

#pagination b {
    display: inline-block;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    border: solid 1px #1f0f02;
    padding: 4px;
    text-decoration: none;
    margin-left: 4px;
    margin-right: 4px;
    color: #fff;
    font-weight: bold;
    background-color: #a22;
    border-radius: 4px;
    behavior: url("/css/PIE.htc"); /*IE hack*/
}

#pagination a:hover {
    background-color: #a22;;
    color: #fff;
    text-decoration: none;
}

#pagination a.inactive {
    display: none;
    color: #fff;
    background: none;
    border: none;
}
#pagination a.inactive:hover {
    color: #093C60;
}


#frm_poStranici {
    float: right;
	margin-right:30px;
}

#frm_poStranici select{
    width:50px;
}

#frm_poStranici label {
    color: #a00303;
}

#detaljiHeader {
    width: 712px;
    margin: 15px 0px 15px 0;
    font-size: 14px;
    font-weight: bold;
    float: left;
    text-align: center;
}

#detaljiHeader p{

	color: #960905;
	display: inline;
}

#detaljiHeader #neaktivni {
	font-weight: bold;
	color: #CCCCCC;
}

#detaljiHeader a {
	color: #093c60;
	font-weight: bold;
	font-size: 1em;
}

#detaljiHeader a:hover {
	text-decoration: underline;
}

.leftGallery{
    width: 290px;
    float: left;
}

#singleImage{
    float: left;
    width: 290px;
    max-height: 218px;
    margin-bottom: 10px;
}

#nekrGalerija {
    width: 290px;
    margin-top: 20px;
}

#nekrGalerija a {
    margin: 0 0 16px 0px;
    float: left;
    width: 140px;
    height: 105px;
    overflow: hidden;
}

#nekrGalerija a.odd {
    margin: 0 0px 16px 10px;
}

#nekrGalerija #galerBig {
	width: 145px;
	height: 110px;
	border: solid 1px black;
}

#nekrGalerija .galer_small {
	width: 70px;
	height: 53px;
	border: solid 1px black;
	margin-top: 5px;
	margin-right: 2px;
}

#detaljiNekretnine{
    float: right;
    width: 422px;
}

#nekrDetalji .jedanRed,
#detaljiNekretnine .jedanRed {
	float: left;
	display: inline;
    width: 422px;
	line-height: 2em;
	text-align: left;
}

.jedanRed .redLijevo {
	float: left;
	display: inline;
    width: 122px;
	color: #093c60;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	text-align: right;
}

.jedanRed .redDesno {
	float: left;
	display: inline;
    width: 290px;
}

.jedanRed .redDesno p:first-letter {
	text-transform: uppercase;
}

#googleMap {
	width: 730px;
	height: 330px;
	display: none;
}

#googleMapBig {
	width: 730px;
	height: 500px;
	margin-left: 20px;
}