/*****************************************************************************/

.cars_head 
{
	height:59px; 
	padding:36px 0 0 0;  /*  top right bottom left  */
	margin:0; 
	background: url(/static/images/mi/classifieds/cars/logo_background.gif) bottom repeat-x;
}

.cars_head_txt 
{
	clear:both; 
	margin: 0 0 5px 0; 
	padding:3px 10px 7px 10px; 
	background: url(/static/images/mi/classifieds/cars/nav_text_background.gif) top repeat-x;
}

.cars_head_txt p 
{
	margin:0; 
	padding:0;
	text-align:left;
}

.cars_box_main, .box_bottom_container
{
	width: 600px;
	border: 1px solid #6633cc;
	background: #EEEEEE;
	overflow: hidden;
}

.cars_box_main .heading
{
	font-size: 20px; 
	font-weight: bold;
}

.cars_box_main .subheading
{
	font-size: 12px;
	font-weight: bold;
}

.cars_box_main .subheading select
{
	width: 150px;
}

.cars_box_main_left, .box_bottom_left
{
	float: left;
	width: 290px;
	border-right: 1px solid #6633cc;
 	padding: 10px 0px 0px 10px; /* top, right, bottom, left */  
}

.cars_box_main_left a
{
	font-weight: bold;
}

.cars_box_main_right, .box_bottom_right
{
	float: right;
	width: 290px;
 	padding: 10px 0px 0px 0px; /* top, right, bottom, left */
}

.box_bottom_title
{
	width: 180px;
	padding: 0px 20px 0px 20px; 
	font-size: 1.25em; 
	font-weight: bold;	 
	color: white; 
	background: #6633cc; 
}


.box_bottom_container li
{
	background-image: url(/static/images/mi/classifieds/cars/orange_arrows.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 15px;
}

/*****************************************************************************/
