
#homeSearchTD, #homeContentTD{
    width: 50%;
    vertical-align: top;
}


#homeSearchDiv{
    padding-right: 12px;
}
#homeContentDiv{
    padding-left: 12px;
}

#homeTop h1, #homeBottom h1{
    border-bottom: 1px solid #d5d4d4;
}

#home_lcat_table td{
    width: 50%;
    border-bottom: 1px solid #dde4ef;
    background-repeat: no-repeat;
    background-position: 4px center;
    padding: 0px 8px 4px 64px;
    vertical-align: top;

    height: 38px;

}

/* home root category link */
.hrc_lnk{
    font-size: 15px;
    font-weight: bold !important;
    text-decoration: none;
}

/* home sub-category link */
.hsc_lnk{
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}

/* home more link */
.hm_lnk{
    font-size: 11px;
    text-decoration: none;
}

#search_tab_container{
    position: relative;
    top: 1px;
}

#search_by_service_tab, #search_by_company_tab{
    float: left;
    height: 24px;
    padding: 0px;
}
#search_by_service_tab a, #search_by_company_tab a{
    display: block;
    height: 24px;
    text-decoration: none;
}

#search_by_service_tab a{
    background: url(/images/search_by_service_active.jpg) no-repeat bottom left;
    margin-left: 4px;
    width: 154px;
}
#search_by_company_tab a{
    background: url(/images/search_by_company_inactive.jpg) no-repeat bottom left;
    width: 181px;
}

#homeSearchBlock{
    background: #FFFFFF url(/images/home_search_box_bg.jpg) repeat-y top right;
    border: 1px solid #82a7d8;
    padding: 8px;
    width: 347px;

}

#homeSearchBlock table{
    width: 100%;
}

#homeSearchBlock td{
    font-weight: bold;
    font-size: 11px;
    height: 36px;
}

.search_left_td{
    width: 50%;
    padding-left: 14px;
}

.search_right_td{
    width: 50%;
}

#search_service_type, #search_vehicle_make, #search_service_type2{
    width: 180px;
}

#search_miles{
    width: 55px;
}

#search_zip{
    width: 55px;
}

#search_by_service .search_full_td{
    padding-top: 32px;
    vertical-align: top;
}

#search_by_company .search_full_td{
    padding-top: 104px;
    vertical-align: top;
}

.search_disclaimer{
    float: left;
    font-weight: normal;
    font-size: 11px;
    padding: 8px;
}
.search_disclaimer a{
    font-size: 11px;
}

.search_submit_div{
    float: right;
    width: 100px;
    text-align: right;
}

#search_by_company{
    display: none;
}


