#roksearch_search_str {
	width: 150px;
}
#roksearch_search_str.loading {
	background: transparent url(../images/buscar_bg_trans.gif_spinner.gif) no-repeat scroll 100% 50%
}
#roksearch_results {
	z-index: 10000;
	position: absolute;
	width: 400px;
	float:right;
	background-color: #669999;
	text-align: left;
	visibility: hidden;
}
.roksearch_results {
	border: 1px #0c0c0c solid;
	font-family:Tahoma, sans-serif; 
}
#roksearch_results #roksearch_link {
	background: url(../images/close.png) top left no-repeat;
	float: right;
	width: 16px;
	height: 16px;
	padding-right: 5px;
	margin-top: 4px;
}
#roksearch_results .roksearch_header {
	font-weight: bold;
	font-size: 12px;
	background:url(../images/roksearch-header.png) repeat-x;
	color: #fff;
	padding: 4px;
	padding-left:8px;
	text-transform:uppercase;
}
#roksearch_results .powered-by-google {
	font-size: 9px;
	font-style: italic;
	margin-left: 5px;
}
#roksearch_results h3 {
	color: #fff;
	margin-top: 0;
}
#roksearch_results span {
	color:#fff;
}
#roksearch_results .roksearch_odd {
	border-top: 1px #0c0c0c solid;
	background:url(../images/roksearch-even.png) repeat-y;
	color: #fff;
	padding: 5px;
	padding-left: 8px;
}

#roksearch_results .roksearch_even {
	border-top: 1px #0c0c0c solid;
/*	background-color: #000;*/
	background:url(../images/roksearch-odd.png) repeat-y;
	padding: 5px;
	padding-left: 8px;	
}
#roksearch_results .roksearch_odd-hover, #roksearch_results .roksearch_even-hover {
	background: #3e7979;
}
.roksearch_even h3, .roksearch_odd h3{font-size:12px; text-decoration:underline;}
.roksearch_even span, .roksearch_odd span{font-weight:normal; font-size:12px;}
.roksearch_odd a:hover{color:#fff}
.clr{color:#fff; text-decoration:underline; padding-left:310px}
#roksearch_results .container-arrows {
	float: left;
}
#roksearch_results .arrow-left, #roksearch_results .arrow-right,
#roksearch_results .arrow-left-disabled, #roksearch_results .arrow-right-disabled {
	background: transparent url(../images/roksearch-arrow4.png) no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	cursor: pointer;
	margin-right: 5px;
}
#roksearch_results .arrow-left {
	background-position: top left;
}
#roksearch_results .arrow-left-disabled {
	background-position: bottom left;
}
#roksearch_results .arrow-right {
	background-position: top right;
}
#roksearch_results .arrow-right-disabled {
	background-position: bottom right;
}
#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: 12px;
	background:url(../images/roksearch-header.png) repeat-x;
	color: #fff;
	padding: 4px;
	height: 18px;
	vertical-align:middle;
}
#roksearch_results .roksearch_row_btm .highlight {
	color: #fff;
}
#roksearch_results .roksearch_row_btm a.viewall {
	float: left;
	text-transform:uppercase;
}
.roksearch_row_btm a.viewall {
	color:#fff;
	text-decoration:underline;
	padding-left:10px;

}
#roksearch_results .estimated_res, #roksearch_results .pagination_res {
	font-size: 9px;
	font-style: italic;
	padding-top: 3px;
	text-transform: none;
	margin-left: 5px;
	float: left;
}
#roksearch_results .pagination_res {
	font-style: normal;
	float: right;
	padding-top:0;
}