.exsg_box {
	background-color: white;
	border: 1px solid #2D556E;
	border-width: 3px 1px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	font-size: 10pt;
	overflow: hidden;
	padding: 0px;
	z-index: 99999;
}

.exsg_results ul,.exsg_results ul li {
	list-style: none none outside !important;
	padding: 0;
	margin: 0;
}

.exsg_item {
	margin: 0;
	cursor: default;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.exsg_item .col0 {
    float: left;
    height: 20px;
    width: 20px;
    max-width: 20px;
    min-width: 20px;
    margin-right: 5px;
}

.exsg_item .col0 img {
    max-height: 20px;
    max-width: 20px;
    margin: auto auto;
    display: block;
}


.exsg_item .col1 {
	width: 350px;
	float: left;
	max-width: 335px;
	min-width: 335px;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*
.exsg_item .col2 {
	width: 50px;
	float: left;
	overflow: hidden;
}
*/
.exsg_item .col2 {
    float: right;
    text-align: right;
    width: auto;
    padding-right: 2px;
    overflow: hidden;
}


.exsg_item .highlighted {
	font-weight: bold;
}

.exsg_logo {
	line-height: 13px;
	overflow: hidden;
	border-top: 1px solid gray;
	margin: 0;
	padding: 0 5px;
	text-align: right;
	vertical-align: middle;
}

/* Do not change the markup of the Exorbyte logo without prior consent
 * from Exorbyte GmbH. */
.exo_logo {
	background: url("../img/exlogo_tiny.png") no-repeat scroll right 2px
		transparent;
	color: #2D556E;
	cursor: pointer;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 7.5pt;
	font-weight: bold;
	height: 15px;
	padding: 3px 78px 2px 0;
	vertical-align: bottom;
}

.exsg_loading {
	background-image: url('../img/indicator.gif') !important;
	background-repeat: no-repeat !important;
	background-position: right center !important;
}

.exsg_odd {
	background-color: #eee;
}

.exsg_over {
	background-color: #BFC9D0;
}

.exsg_cat {
	font-weight: bold;
}

.exsg_tab {
	padding-left: 16px;
}

.exsg_bold {
	font-weight: bold;
}

.exsg_clear {
	clear: both;
}

.exo-suggest-error {
	margin: 5px;
	color: #db1f1f;
}

.exo-suggest-error-title {
	font-weight: bold;
}

.exo-suggest-error-link {
	cursor: pointer;
}

.exo-suggest-error-popup h2,
.exo-suggest-error-popup h3,
.exo-suggest-error-popup h4,
.exo-suggest-error-popup h5,
.exo-suggest-error-popup h6,
.exo-suggest-error-popup p {
	font-size: 80%;
}

.exo-suggest-error-popup h1 {
	font-size: 100%;
	font-weight: bold;
}
