h1,h2,h3,h4,h5,h6 {
  font-weight: bold;
}
h1 {
  font-size: 14px;
  color: #2080B7;
}
h2 {
	font-size: 14px;
	color: #2080B7;
}

#vehicle_table h3 {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  color: #2080B7;
}

/*Tabs*/
.tab-section-container {margin-left: -20px;}

/*Tabs without JS*/
ul.tab-list
{
	display:none;
}

.tab-boby-container, .tab-section-container ul.tab-list
{
	background:white;
}

.tab-boby-container .tab-title
{
	color:#cc3333;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background:url(images/dots.gif) bottom repeat-x;
	margin:6px;
	padding-bottom:15px;
	font-size:150%;
	font-weight:bold;
}

.tab-boby-container
{
	padding:0;
	padding-right:6px;
}

.tab-boby-container .tab-off
{
	display:block;
}
/*End tab section*/