﻿.vehicleTitle
{
	color: #2E54CC;
	font-size: 36pt;
}

.subText1
{
	color: #2E54CC;
	letter-spacing: 1px;
}

.sectionTitle
{
	color: #2E54CC;
	font-size: 14pt;
	text-transform: uppercase;
}

.grandTotal
{
	color: #2E54CC;
	font-weight: bold;
}

.total
{
	color: #2E54CC;
	font-size: 12pt;
	text-align: right;
}


#navMenu
{
	background-color: #0045b4;
	width: 240px;
}

#navMenu .top
{
	background-image: url(../App_Images/tc_bg_grad_nav_top.gif);
	background-color: #232323;
	background-position: bottom;
	background-repeat: repeat-x;
	height: 108px;
	vertical-align: top;
}

#navMenu .bottom
{
	background-image: url(../App_Images/tc_bg_grad_nav_bottom.gif);
	height: 108px;
}

#tdAccessoryName
{
	background-image: url(../App_Images/arrow_down.gif);
	background-repeat: no-repeat;
	color: #2E54CC;
	font-weight: bold;
	padding: 4px 0px 4px 25px;
}
