@charset "utf-8";
/* CSS KATALOG */

.katalog_cnt{

}






/* PRETRAZIVAC */
.pretrazivac .grupaPolja_1 LABEL{
	display:block;
}

.pretrazivac .grupaPolja_1 LABEL{
	margin-left:10px;
}

.dugmici{
	padding:4px;	
}


/* STRELICE ZA SLEDECI I PRETHODNI PROD */
.nextProd, .prevProd{
	position:absolute;
	bottom:-55px;
	display:block;
	border:0px;
	width:100px;
	height:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#999;
	padding-top:8px;
}
.prevProd{
	left:-10px;
	padding-left:24px;
	background:url(images/item_prev.gif) no-repeat 0% 50%;
}
.nextProd{
	right:0px;
	padding-right:24px;
	text-align:right;
	background:url(images/item_next.gif) no-repeat 100% 50%;
}


/* PRETRAZIVAC */
#brzi_pretrazivac {
	margin:8px;
	background:none;
}

#brzi_pretrazivac #inputString {
	height:28px;
	width:165px;
	border:1px solid #ccc;
	padding:2px 4px;
}

#brzi_pretrazivac .searchDugme {
	display:inline-block;
	color:#333;
	border:1px solid #ccc;
	width:50px;
	padding:8px 6px;
	text-decoration:none;
	text-align:center;
}
.suggestionsBox {
	position: absolute;
	left: -140px;
	bottom:40px;
	margin: 10px 0px 0px 0px;
	width: 450px;
	background-color: #fff;
	border: 2px solid #000;
	z-index:1000;
}

.close_suggestions{
	display:block;
	position: absolute;
	right:-8px;
	top:-8px;
	width: 16px;
	height: 16px;
	background: url(../../site_images/icons/action_delete.gif) no-repeat 0px 0px;
	cursor: pointer;
}

.suggestionList{
	margin: 0px;
	padding: 0px;
	height:400px;
	overflow: hidden;
	overflow-y:auto;
}

.suggestionList li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	cursor: pointer;
	list-style-type:none;
	height:61px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.suggestionList li:hover {background-color: #ddd;}

.suggestionList li img {
	display: block;
	width: 60px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.suggestionList li div{
	width:370px;
	float: left;
}
.suggestionList li h3 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 6px;
}
.suggestionList li p {padding-left: 6px;}