@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	list-style: none;
	font-style: normal;
	text-decoration: none;
}
body {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	text-align: center;
	font-size: 12px;
}
* html body {
	font-family: Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.car_title{
	background:url(images/title_bg.jpg);
	background-repeat:repeat-x;
	height:65px;
}
.cmp_title{
	font-size:18px;
	font-weight:bold;
	color:#003399;
}
.car_title_shadow{
	background:url(images/title_shadow_bg.jpg);
	background-repeat:repeat-x;
	height:3px;
}
.details_title{
	background:url(images/title_details_bg.jpg);
	background-repeat:repeat-x;
	height:25px;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:5px;
}
.options_title{
	background:url(images/title_options_bg.jpg);
	background-repeat:repeat-x;
	height:25px;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:5px;
}
.remarks_title{
	background:url(images/title_remarks_bg.jpg);
	background-repeat:repeat-x;
	height:25px;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:5px;
}
.table_border{
	border: 1px solid #CCCCCC;
}
.heading{
font-size:18px;
font-weight:bold;
}
.red_heading{
font-size:18px;
font-weight:bold;
color:#FF0000;
}
.blue_heading{
font-size:15px;
font-weight:bold;
color:#465EA4;
}
.text_box{
	width: 115px;
	border:1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:17px;
}
.text_area{
	width: 217px;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
}
.blue{
color: #0066CC;
}
.blue a{
color: #0066CC;
 text-decoration:underline;
}
.blue a:hover{
 color:#999999;
}
/* DEALER PAGE CSS STARTS HERE */
.delaer_search_title
{
	background:url(images/dealer_search_title_bg.jpg);
	background-repeat:repeat-x;
	height:31px;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:5px;
}
.delaer_search_box
{
	background:url(images/dealers_search_bg.jpg);
	background-repeat:repeat-x;
	height:168px;
}
.inactive_tab
{
	background:url(images/active_tab.jpg);
	background-repeat:repeat-x;
	height:21px;
	border:1px solid #CCCCCC;
	border-bottom:none;
	padding-right:5px;
	padding-left:5px;
	
}
.active_tab
{
	background:url(images/inactive_tab.jpg);
	background-repeat:repeat-x;
	height:21px;
	border:1px solid #C2C2A8;
	border-bottom:none;
	padding-right:5px;
	padding-left:5px;	
}

/*  CSS FOR REGISTRATION PAGE */
.presentStatus{

   color: #FF0000;
   font-weight: bold;
	
}


