body, td {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#505050;
	line-height:16px;
}

h1 {
	font-size:21px;
	line-height:24px;
	color:#ED2324;
	font-weight:bold;
	margin:0 0 20px 0;
}

h2 {
	font-size:14px;
	color:#ED2324;
	font-weight:bold;
	margin:0 0 10px 0;
}

h3 {
	font-size:13px;
	color:#ED2324;
	font-weight:bold;
	margin:0 0 10px 0;
}

h4 {
	font-size:14px;
	color:#666666;
	font-weight:bold;
}

a {
	color:#ED2324;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:none;
}

hr {
	margin: 20px 0;
	height: 1px;
	border: none;
	border-top: 1px solid #CCCCCC;
	color: #CCCCCC;
}

/* Upcoming Cars Table */

table#upcomingCars {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100% !important;
	margin : 20px 0px;
	border: 0 !important;
}

table#upcomingCars tr th, table#upcomingCars thead tr td {
	background-color: #404041;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	padding : 8px 14px 4px;
}

	table#upcomingCars  thead tr th:first-of-type, table#upcomingCars  thead tr td:first-of-type {
		border-top-left-radius : 14px;
	}

	table#upcomingCars  thead tr th:last-of-type, table#upcomingCars  thead tr td:last-of-type {
		border-top-right-radius : 14px;
	}

	table#upcomingCars  tbody tr:last-of-type td:last-of-type {
		border-bottom-right-radius : 14px;
		border-left: 0 !important;
	}
	
	table#upcomingCars  tbody tr:last-of-type td:first-of-type {
		border-bottom-left-radius : 14px;
		border-right: 0 !important;
	}	

table#upcomingCars tr {
}

table#upcomingCars tr td {
	color: #231F20;
	background: #A7A9AC;
	padding : 3px 0px;
	border: 6px solid #404041;
	vertical-align: top;
}

table#upcomingCars tr td p {
	margin-bottom: 3px !important;
}

table.invisibleTable, table.invisibleTable tr, table.invisibleTable td {
    border         : 0 !important;
    background     : transparent !important;
    vertical-align : top !important;
	margin: 0px !important;
	padding: 7px 10px;
}


/* Custom Styles for dropdown */

.textHighlight {
	font-weight:bold;
	color:#999999;
}

.textHighlight2 {
	font-weight:bold;
	color:#006600;
}
