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

body
{
	position: relative;
}


.autosuggest
{
	position: absolute;
	background-image: url("/00000000/images/img_inquisitor/as_pointer.gif");
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 10px;
	border: 1px solid #666;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    z-index: 10003;
}

.autosuggest div.as_header,
.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url("/00000000/images/img_inquisitor/ul_corner_tr.gif");
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
.autosuggest div.as_footer
{
	background-image: url("/00000000/images/img_inquisitor/ul_corner_br.gif");
}

.autosuggest div.as_header div.as_corner,
.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url("/00000000/images/img_inquisitor/ul_corner_tl.gif");
	background-position: top left;
	background-repeat: no-repeat;
}
.autosuggest div.as_footer div.as_corner
{
	background-image: url("/00000000/images/img_inquisitor/ul_corner_bl.gif");
}
.autosuggest div.as_header div.as_bar,
.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #FFF;
}


.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #FFF;
}

.autosuggest li
{
	color: #000;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

.autosuggest a
{
	color: #000;
	display: block;
	text-decoration: none;
	background-color: transparent;
	position: relative;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #CCC;
	color: #D20000 !important;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.autosuggest a:hover
{
	background-color: #ffe447;
}
li.as_highlight a:hover
{
	background-color: #ffe447;
}

.autosuggest span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

.autosuggest small
{
	font-weight: normal;
	color: #000;
}

.as_highlight small
{
	color: #000;
}

.as_highlight a
{
	color: #fff;
	background-color: #ffe447;
	background-image: url("/00000000/images/img_inquisitor/hl_corner_br.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CCC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.as_highlight span
{
	background-image: url("/00000000/images/img_inquisitor/hl_corner_bl.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}

.autosuggest .tl,
.autosuggest .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
.autosuggest .tr
{
	right: 0;
}

.as_highlight .tl
{
	left: 0;
	background-image: url("/00000000/images/img_inquisitor/hl_corner_tl.gif");
	background-position: bottom left;
}

.as_highlight .tr
{
	right: 0;
	background-image: url("/00000000/images/img_inquisitor/hl_corner_tr.gif");
	background-position: bottom right;
}



.as_warning
{
	font-weight: bold;
	text-align: center;
}

.autosuggest em
{
	font-style: normal;
	color: #347A15;
}