@import "highslide.css";

body {
	background: #e0e0e0;
	color: #838383;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

a{
	color: #a6a6a6;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

#stranica {
	margin: auto;
	width:921px;
	background-color: #ffffff;
	padding:20px;
	border: 1px solid #e0e0e0;
}


#header {
	width:921px;
	height:217px;
	background: #ffffff url(top-header.jpg) no-repeat;
	border-top: 1px solid #acacac; 
	overflow: hidden;
}

#sredina {
	width:921px;
	background: #ffffff url(sredina-back.jpg) repeat-y;
	border-bottom: 1px solid #acacac;
	overflow: hidden;
}

#sredina-naslovi {
	width:921px;
	height:56px;
	background: #ffffff url(sredina-top-naslov.jpg) no-repeat;	
	overflow: hidden;
}

#sredina-lijevo {
	width:247px;
	float:left;
	padding-left:20px;
	line-height: 24px;
}

#sredina-desno {
	width:640px;
	padding-left: 10px;
	padding-top: 10px;
	float:left;
}

.copyrightInfo{
	font-family: Tahoma;
	font-size: 11px;
	text-align: right;
}



.searchText{
	width:200px;
	background-color: #FFFFFF;
	border: 1px solid #d0d0d0;
	padding:3px;
	color: #5a5a5a;
}

.searchTextMali{
	width:90px;
	background-color: #FFFFFF;
	border: 1px solid #d0d0d0;
	padding:3px;
	color: #5a5a5a;
}

.searchGumb {
	width: 120px;
	background-color: #e9ca43;
	padding:3px;
	border: 1px solid #e7bf1a;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

label {
	font-weight:bold;
	color:#2c2c2c;

}


#listing {
	width:636px;
	height:115px;
	background: #ffffff url(listing_back.png) no-repeat;	
	margin-bottom: 20px;
}

#listing:hover {
	width:636px;
	height:115px;
	background: #ffffff url(listing_back_over.png) no-repeat;	
	
}

#listing #slika {
	width: 138px;
	height: 105px;
	padding-left: 8px;
	float: left;
	padding-top:8px;
}

.slikaO {
	padding: 5px;
	background-color: white;
}

#listing #detalji {
	margin-left: 10px;
	width: 470px;
	height: 115px;
	float: left;
	
}

#listing #naziv {
	padding-top:8px;
	width:370px;
	height: 22px;
	font-family: "Trebuchet MS";
	font-size:16px;
	font-weight: bold;
	color:#282828;
	float: left;
}

#listing #detalji-link {
	margin-top:5px;
	margin-left: 10px;
	width:85px;
	height: 22px;
	float: left;
}

#listing #detalji-detalji {
	height: 70px;
	width: 270px;
	margin-top: 10px;
	float: left;
	font-family: "Trebuchet MS";
	font-size:12px;
	line-height: 18px;
	color: #3e3e3e;
	
}

#listing #cijena {
	margin-top: 35px;
	margin-left:15px;
	height: 28px;
	width: 150px;
	float: left;

	text-align: center;
	font-family: "Trebuchet MS";
	font-size:19px;
	font-weight: bold;
	color: #353535;
}

#brRezultata {
	font-family: "Trebuchet MS";
	font-size:16px;
	margin-bottom:15px;
}





#details {
	font-family: "Trebuchet MS";
	font-size:13px;
	line-height: 18px;
	color: #3e3e3e;
	margin-right:10px;
}

#details #naziv {
	padding-top:8px;
	height: 22px;
	font-family: "Trebuchet MS";
	font-size:19px;
	font-weight: bold;
	
	color:#282828;
	border-bottom: 3px solid #c2c2c2;
}

#details #left {
	margin-top:20px;
	width: 289px;
	float:left;
	padding-left:15px;
}

#details #right {
	margin-top:20px;
	width: 289px;
	margin-left: 20px;
	float:left;
	padding-left:15px;
}

#details #slike-container {
	margin-top:50px;
}

#details #slike-container #slike-naziv{
	height: 22px;
	font-family: "Trebuchet MS";
	font-size:19px;
	font-weight: bold;
	color:#282828;
	border-bottom: 3px solid #c2c2c2;
}


#details #slike-container #listing-slike {
	margin-top:25px;
}

#details #slike-container #listing-slike #galSlika{
	padding: 5px;
	background-color: #eaeaea;
	width:120px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}


#goBack {
	text-align: center;
}

#cijena_details{
	padding:5px;
	background: #eee0a4;
	
	font-family: "Trebuchet MS";
	font-size:19px;
	font-weight: bold;
	color: #353535;
}

