
/* SearchAC */

table.SearchAC-results {
    border-collapse: collapse;
    width: 100%;
    font-family: Tahoma, Geneva, Helvetica, Arial, sans-serif;
    font-size: 0.75em;
    font-weight: normal;
}
div.SearchAC-results-wrapper {
    color: #000;
    border: 1px solid #aaa;
    margin: -1px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
    overflow: hidden;
    -moz-box-shadow: 0 2px 10px #000;
	-webkit-box-shadow: 0 2px 10px #000;
}
.SearchAC-balloon
{
	position:absolute;
	display:none;
	z-index:20;
	width:600px;
	opacity: 0.9; /* Safari, Opera, Firefox */
	filter: alpha(opacity=90); /* IE */
	-ms-filter: "alpha(opacity=90)"; /* IE 8 */
}
.ie div.SearchAC-results-wrapper {
	border:solid 2px #687f95;
	width:595px!important;	
}
table.SearchAC-results th,
table.SearchAC-results td {
    padding: 4px;
    text-shadow: 1px 1px 1px #aaa;
}
table.SearchAC-results th {
    background: #fdfdfd;
    color: #666;
    border-right: 1px solid #ccc;
    width: 80px;
    text-align: right;
    font-weight: normal;
}
table.SearchAC-results td {
    background: #eee;
}
table.SearchAC-results td .SearchAC-result-item {
    padding: 1px 0;
}
table.SearchAC-results tr {
    cursor: pointer;
}
table.SearchAC-results tr.SearchAC-selected th,
table.SearchAC-results tr.SearchAC-selected td {
    background: #05b;
    color: #fff;
    text-shadow: 1px 1px 1px #014;
}
table.SearchAC-results .SearchAC-result-icon {
    margin-right: 4px;
    vertical-align: text-top;
}

