﻿#searchpanel {
    background:#f5f5f5;
    padding:10px;
    border:solid 1px #7280a4;
}

#searchpanel table {
    padding:0px;
    margin:0px;
    background:#dcddda;
}

#searchpanel table tr th{
    padding:5px 0px 5px 0px;
    margin:0px 0px 5px 0px;
    vertical-align:top;
    text-indent:5px;
}

#searchpanel table tr td{
    padding:5px 0px 0px 0px;
    margin:0px;
    vertical-align:top;
}

table.padder {
    border:#ccc;
}

table.padder tr td {
    padding:10px;
    width:255px;
    background:#eee;
}
table.padder tr td:hover {
    background:#c7ceda;
}
table.padder tr td.active {
    background:#eee;
}

table#exclusive_results 
{
	width:100%;border-bottom:solid 1px #ddd;
	clear:both;
    margin:20px 0px 0px 0px;
}

table#exclusive_results tr th{
    
    border-bottom:solid 1px #aaa;
    padding:8px 0px 8px 0px;
    background:#dcddda;
    font:bold 7pt tahoma,arial,verdana;
    
}

table#exclusive_results tr td{
    padding:10px 5px 5px 5px;
    vertical-align:top;
    text-align:left;
    border-bottom:solid 1px #aaa;
}

.thumber {
    padding:3px;
    border:solid 1px #aaa;
    width:60px;
    height:60px;
}

.company_title {
    font:normal 24pt arial,tahoma,verdana;
    color:#1d2a4b;
    display:block;
    float:left;
    text-align:left;
    margin-left:0px;
}