.search-result-entry img {
display: inline;
}

.search-result-entry img {
display: inline;
}

.search-result-top {
	font-family: verdana;
	color: #666666;
	font-size:14px;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 5px;
	text-align: left;
}

.search-result-entry {
    font-family: verdana;
    font-size: 9pt;
    color: #000000;
    font-weight: bold; 
    width: 100%;
    border-bottom: 1px #999 dotted;
    padding-top: 10px;
    cursor: pointer;
}

.search-result-entry a{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.search-result-entry a:hover {
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
} 

.search-result-box {
    font-family: verdana;
    font-size: 8pt;
    clear: both;
    width: 100%;
    border:dotted 1px #CCCCCC; 
    padding: 3px;
    display: none;
}

.search-result-box a{
    font-weight: bold;
    color: #FF3300;
    text-decoration: none;
}

.search-result-box a:hover {
    font-weight: bold;
    color: #FF3300;
    text-decoration: underline;
}

.search-result-text {
    font-family: verdana;
    font-size: 8pt;
    color: #797979;
    padding-top: 5px;
    line-height: 150%
}