﻿.fyd_mainDiv
{
    width: 180px;
    height: 85px;
    text-align: left;
}

.fyd_heading
{
    width: 170px;
    height: 19px;
    background-image: url(/DesignAssets/Side_nav_top.png);
    color: Black;
    text-align: left;
    vertical-align: bottom;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 3px;
}

.fyd_bodyDiv
{
    width: 160px;
    height: 63px;
    background-image: url(/DesignAssets/Side_nav_bottom_68.png);
    padding: 5px 10px 0px 10px;
    
}

.fyd_text
{
    height: 16px;
    color: Black;
    font-size: 10px;
    font-weight: bold;
    margin-top: 5px;
}

.fyd_dealerList
{
    width: 160px;
    height: 16px;
    font-size: 10px;
    border: solid 1px #999999;
    margin-bottom: 10px;
}

.fyd_btnDiv
{
    height: 20px;
    text-align: right;
    /*padding: 10px 0px 0px 0px;*/
}

.fyd_btnFind
{
    background-image: url(/DesignAssets/button_small_grey.jpg);
    background-color: Transparent;
    color: White;
    font-size: 9px;
    font-weight: bold;
    width: 52px;
    height: 16px;
    border: none;
    cursor: pointer;
    padding-top: 2px;
    padding-bottom: 2px;
}

.fyd_btnFind:hover
{
    background-image: url(/DesignAssets/button_small_orange.jpg)
}

