/* CSS Document */

.brands{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

/* -- links -- */
a.cars:link
{
	text-decoration: none;
	color: #6666CC;
} 

a.cars:visited
{
	text-decoration: none;
	color: #663300;
}

a.cars:hover
{
	text-decoration: none;
	color: #336699;
}

a.cars:active
{
	text-decoration: none;
}

/* --  for search bar on the right side --  */

.body_right{
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
	padding: 5px 0px 5px 10px;
}

td.search{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-right: 2px;
	padding-left: 10px;
}

tr#search_left{
	background-image:url(/img/index/search-left.gif);
	background-repeat:repeat-y;
	background-position:left;
}

tr#search_top{
	background-image:url(/img/index/search-top.gif);
	background-repeat:repeat-x;
	background-position: top left;
}

tr#search_bot{
	background-image:url(/img/index/search-bot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}	