/* BASIC RESET */
/* COMMON CLASSES */
.break { clear:both; }

/* SEARCH FORM */
#searchform {
	margin:0px 0px;
	font-size:12px;
}
#searchform div { color:#eeeeee; }
/*#searchform div input {
	font-size:12px;
	padding:2px;
	width:185px;
}*/
#suggestions, #suggestions2, #suggestions3{
	position:absolute;
	width:180px;
	display:none;
	z-index:1000;
}

/* SEARCHRESULTS */
#searchresults {
	border-width:1px;
	border-color:#424E5C;
	border-style:solid;
	width:190px;
	background-color:#424E5C;
	font-size:10px;
	margin-left:-10px;
}
#searchresults a {
	display:block;
	background-color:#FFF;
	text-align:left;
	clear:left;
	height:56px;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}
#searchresults a:hover {
	color:#C00;
}
#searchresults a img { float:left; padding:3px 6px; }
#searchresults a span.searchheading { display:block; font-weight:bold; padding-top:5px; color:#191919; line-height:15px; }
#searchresults a span.searchheading-cena { float:right; padding: 10px 10px 0 0; color:#C00; }
#searchresults a:hover span.searchheading, #searchresults a:hover span.searchheading-cena {
	color:#C00;
}
#searchresults a span { color:#555555; }
#searchresults a:hover span {
	color:#E7E7E7;
}
#searchresults span.category {
	font-size:11px;
	display:block;
	color:#FFF;
	text-align: center;
	height: 20px;
	width: 185px;
	text-transform: uppercase;
	padding-top: 5px;
}
#searchresults span.seperator {
	float:right;
	padding-right:5px;
	margin-right:5px;
}
#searchresults span.seperator a {
	background-color:transparent;
	display:block;
	margin:5px;
	height:auto;
	color:#ffffff;
	text-decoration: none;
}
