#roksearch_search_str {
	width: 150px;
}
#roksearch_results {
	z-index: 10000;
	position: absolute;
	width: 400px;
	float:right;
	background-color: #000;
	text-align: left;
	visibility: hidden;
}
.roksearch_results {
	border: 4px #ddd solid;
}
#roksearch_results #roksearch_link {
	float: right;
	padding-right: 5px;
}
#roksearch_results .roksearch_header {
	font-weight: bold;
	font-size: 14px;
	background-color: #000;
	color: #f3f3f3;
	padding: 4px;
}
#roksearch_results h3 {
	color: #000;
	padding-bottom: 3px;
}
#roksearch_results span {
	line-height: 100%;
}
#roksearch_results .roksearch_odd {
	border-top: 2px #0c0c0c solid;
	background-color: #f3f3f3;
	color: #333;
	padding: 5px;
}
#roksearch_results .roksearch_even {
	border-top: 2px #eee solid;
	background-color: #FFF;
	padding: 5px;
}

#roksearch_results .arrow-left, #roksearch_results .arrow-right {
	width: 20px;
	display: block;
	background: #111;
}
#roksearch_results .container-wrapper {
	overflow: hidden;
}

#roksearch_results .container-scroller {

}
#roksearch_results .page {
float: left;
}
#roksearch_results .roksearch_row_btm {
	font-weight: bold;
	font-size: 14px;
	background-color: #EEE;
	padding: 4px;
}