/* 
================================================
autosuggest, inquisitor style
================================================
*/

body
{
	position: relative;
}


div.autosuggest
{
	font-size: 12px;
	position: absolute;
	background-image: url(../../../img/skin_hl/autosuggest/cand/as_pointer.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
	width: 360px;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url(../../../img/skin_hl/autosuggest/cand/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	background-image: url(../../../img/skin_hl/autosuggest/cand/ul_corner_br.gif);
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(../../../img/skin_hl/autosuggest/cand/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url(../../../img/skin_hl/autosuggest/cand/ul_corner_bl.gif);
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #fbd20c;
}

div.autosuggest div.as_title {
	background-color: #fbd20c;
	border: 5px solid #fbd20c;
	border-top: none;
	color: black;
	Font-Family: Arial;
}

div.autosuggest div.as_bottombar {
	background-color: #fbd20c;
	border: 5px solid #fbd20c;
	border-bottom: none;
	color: black;
	Font-Family: Arial;
}

div.autosuggest div.central {
	position: relative;
	height: 280px;
	width: 360px;
	overflow-y: scroll;
	overflow-x: none;
	scrollbar-3dlight-color:#fff; 
	scrollbar-arrow-color:#fff; 
	scrollbar-base-color:#fbd20c; 
	scrollbar-darkshadow-color:#999; 
	scrollbar-face-color:#fbd20c; 
	scrollbar-highlight-color:#999; 
	scrollbar-shadow-color:#fbd20c;
	background-color: white;
	border-left: 5px solid #fbd20c;
	border-right: 5px solid #fbd20c;
}

div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
}
div.autosuggest ul li.I span { color: lime;}

div.autosuggest ul li.M span { }

div.autosuggest ul li
{
	color: black;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #927902;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	/*background-color: #927902;*/
	text-decoration: none;
}

/*div.autosuggest ul li.as_highlight a:hover
{
	background-color: #927902;
}*/

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: black;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #927902;
	background-image: url(../../../img/skin_hl/autosuggest/cand/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	background-image: url(../../../img/skin_hl/autosuggest/cand/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url(../../../img/skin_hl/autosuggest/cand/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: -1px;
	background-image: url(../../../img/skin_hl/autosuggest/cand/cand/hl_corner_tr.gif);
	background-position: bottom right;
}

/*div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}*/

/*div.autosuggest ul em
{
	font-style: normal;
	color: #6EADE7;
}*/


.btnBoxRic {
	/*width: 60px ! important; 
	height: 13px !important;*/
	width: 60px;
	background-color: #927902 !important;
	color: white;
	line-height: 13px;
	font-size: 9px ! Important; 
	font-family: Arial;
	font-weight: bold;
	/*padding-left: 3px; 
	padding-right: 3px; 
	margin: 5px !important;
	margin-bottom: 0px !important;*/
	border: 0px !important;
	cursor: hand;
}