/* 
================================================
autosuggest, inquisitor style
================================================
*/

body {
    font: 100%/1 Arial,Helvetica,sans-serif;
    position: relative;
}
div.autosuggest {
	margin-top:6px;
    background-image: none;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    width: 300px;
    z-index: 10000;
	font-size:1.4em;
	background-color: #CDDBEA;
}
div.autosuggest div.as_header, div.autosuggest div.as_footer {
    background-position: right top;
    background-repeat: no-repeat;
    height: 6px;
    overflow: hidden;
    padding: 0 6px;
    position: relative;
}
div.autosuggest div.as_footer {
}
div.autosuggest div.as_header div.as_corner, div.autosuggest div.as_footer div.as_corner {
    background-position: left top;
    background-repeat: no-repeat;
    height: 6px;
    left: 0;
    position: absolute;
    top: 0;
    width: 6px;
}
div.autosuggest div.as_footer div.as_corner {
}
div.autosuggest div.as_header div.as_bar, div.autosuggest div.as_footer div.as_bar {
    background-color: #CDDBEA;
    height: 6px;
    overflow: hidden;
}
div.autosuggest ul {
    background-color: #CDDBEA;
    list-style: none outside none;
    margin: 0 0 -4px;
    overflow: hidden;
    padding: 0;
}
div.autosuggest ul li {
    color: #FFFFFF;
    margin: 0 4px 4px;
    padding: 0;
    text-align: left;
}
div.autosuggest ul li a {
    background-color: transparent;
    color: #625f5f;
    display: block;
    padding: 0;
    position: relative;
    text-decoration: none;
    
    width: 100%;
}
div.autosuggest ul li a:hover {
    
}
div.autosuggest ul li.as_highlight a:hover {

}
div.autosuggest ul li a span {
    display: block;
    font: 100%/1 Arial,Helvetica,sans-serif;
    padding: 3px 6px;
}
div.autosuggest ul li a span small {
    color: #999999;
    font-weight: normal;
}
div.autosuggest ul li.as_highlight a span small {
    color: #CCCCCC;
}
div.autosuggest ul li.as_highlight a {
    color:#000;
	background-position: right bottom;
    background-repeat: no-repeat;
    color: #FFFFFF;
}
div.autosuggest ul li.as_highlight a span {
	color:#625f5f;
 	background-position: left bottom;
    background-repeat: no-repeat;
	font-weight:bold;
}
div.autosuggest ul li a .tl, div.autosuggest ul li a .tr {
    background-repeat: no-repeat;
    height: 6px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 6px;
}
div.autosuggest ul li a .tr {
    right: 0;
}
div.autosuggest ul li.as_highlight a .tl {
	color:#1A5089;
	background-position: left bottom;
    left: 0;
}
div.autosuggest ul li.as_highlight a .tr {
    background-position: right bottom;
    right: 0;
}
div.autosuggest ul li.as_warning {
    font-weight: bold;
    text-align: center;
}
div.autosuggest ul em {
    /*color: #006CBC;*/
	color:#1A5089;
    font-style: normal;
}