﻿.VehicleSearch
{
	width: 300px;
	float: left;
}
	
#VehicleSearchHeaderWrapper
{
	float: left;
}
    #VehicleSearchHeaderWrapper h1
    {
        padding-top:0 !Important;
    }

#VehicleSearchYearWrapper
{
	clear: both;
	margin-top: 5px;
	background: url(http://media.tbccentral.com/themes/bigo/images/selectorYear.png) no-repeat;
	float: left;
	width: 120px;
	height: 40px;
}

#VehicleSearchYearWrapper select 
{
    margin-left: 5px;
    margin-top: 4px;
    width: 110px;
}

#VehicleSearchMakeWrapper
{
	margin-top: 5px;
	background: url(http://media.tbccentral.com/themes/bigo/images/selectorMake.png) no-repeat;
	float: left;
	width: 170px;
	height: 40px;
	margin-left: 8px;
}

#VehicleSearchMakeWrapper select 
{
    margin-left: 5px;
    margin-top: 4px;
    width: 158px;
}

#VehicleSearchModelWrapper
{
	margin-top: 5px;
	background: url(http://media.tbccentral.com/themes/bigo/images/selectorModel.png) no-repeat;
	float: left;
	width: 295px;
	height: 40px;
}

#VehicleSearchModelWrapper select 
{
    margin-left: 5px;
    margin-top: 4px;
    width: 286px;
}

#VehicleSearchOptionWrapper
{
	margin-top: 5px;
	background: url(http://media.tbccentral.com/themes/bigo/images/selectorOption.png) no-repeat;
	float: left;
	width: 295px;
	height: 40px;
}

#VehicleSearchOptionWrapper select 
{
    margin-left: 5px;
    margin-top: 4px;
    width: 286px;
}

.VehicleSearchPromptWrapper
{
	width: 130px;
	height: 40px;
	float: left;
	font-size: 10pt;
	text-align: left;
}
#VehicleSearchButtonHome        
{
	width: 155px;
	height: 40px;
	text-align: right;
	margin-right: 15px;
	float: right;
}
#VehicleSearchButtonWrapper
{
	width: 100px;
	height: 40px;
	text-align: right;
	margin-right: 10px;
	float: right;
}

.VehicleSearchDropDown 
{
    font-size: 14pt;
    font-weight: bold;
    font-family: Calibri, Tahoma, Verdana, Arial;
    color: #333333;
    background: none;
    border: none;
}

.VehicleSearch a
{
	color: #de2e31;
	text-decoration: underline;
	font-weight: bold;
}

.VehicleSearch a:hover
{
	color: #333333;
	text-decoration: none;
}

.VehicleSearch a:visited
{
	color: #de2e31;
	text-decoration: underline;
}

#vehicleSelect
{
    float:left;
}

#vsVehicle
{
    float:left;
}
