﻿#companyList .body
{
    background:transparent url('/images/v2/company/bodyBg.gif') repeat-y 0 0;
    padding:4px;
}
#companyList .body table
{
    border:solid 1px #BBD6EB;
    width:100%;
     border-spacing:0; border-collapse:collapse;
}
#companyList .body table tr
{
    border-top:solid 1px #cccccc;
    border-bottom:solid 1px #cccccc;
    border-collapse:collapse;
}
#companyList .body table tr td{height:120px; border-top:solid 1px #cccccc; border-bottom:solid 1px #cccccc; vertical-align:middle;}
#companyList .body table tr td.logo{ width:150px;text-align:center;}
#companyList .body table tr td.logo span{border:solid 1px #cccccc;width:100px;height:100px;display:block;margin:auto auto;overflow:hidden;padding:1px;}
#companyList .body table tr td.logo span *{ vertical-align:middle;}
#companyList .body table tr td.contact{ width:180px; text-align:center;}

