*
{
    padding: 0;
    margin: 0;
    border: 0;
}
body
{
	height: 100%;
	background-color: #FFF;
}
select
{
    width: 140px;
    background-color: #EEEEEE;
    font-family: Tahoma,sans-serif;
    font-size: 10px;
    border: inset 2px silver;
    color: #596569;
}
option
{
    font-size: 11px;
    color: black;
}
.box
{
    background-color: #EEEEEE;
    font-family: Tahoma,sans-serif;
    font-size: 11px;
    border: inset 2px silver;
    color: black;
}
.dropdown_td
{
    width: 250px;
    font-family: Tahoma,sans-serif;
    font-size: 11px;
    color: #596569;
}
.car_row
{
    background-color: white;
    height: 73px;
    text-align: center;
    color: #596569;
    font-family: Tahoma,sans-serif;
    font-size: 11px;    
}
.car_separator
{
    height: 5px;
    font: normal 1px/1px sans-serif;
}
.car_photo_small
{
    width: 90px;
    height: 67px;
    margin-left: 10px;
    margin-right: 5px;
}
.link
{
	color: #0e77c5;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}
#formSearch table tr td .detail_td2_price {
	font-weight: bold;
}

