/* CSS Document */

/* =================================== Tab styles follow ================================ */
table#tabNavBox {
	width: 100%;
	}

/* Applies the bottom border and general format for the tab row */
tr.tabRow td{
	text-align: center;
	padding: 0 0 0 0;
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #846eb1;
	}
	
/* Removes the bottom border from tabon */
tr.tabRow td.tabon {
	border-bottom: none;
	}

/* Formats the text for Review this car */	
tr.tabRow td.text {
	text-align: right;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family:verdana,arial,sans-serif; font-size:11px;
} 

	
/* ================== Overwrite the following in section/page level for customization ======================*/
	
/* Sets link styles for the on tabs */
.tabon a:link, .tabon a:visited, .tabon a:hover, .tabon a:active {
	display: block;
	color: #330099;
	text-decoration: none;
	}
	
/* Sets link styles for the off tabs */
.taboff a:link, .taboff a:visited, .taboff a:hover, .taboff a:active {
	display: block;
	color: #666666;
	text-decoration: none;
	}


/* Set width and background style of the individual tabs and their margins */
.tabon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	width: 147px;
	background-color: #eceaf7;
	background-image: url(/images/tabon.gif);
	}
.taboff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	width: 147px;
	background-color: #FFFFFF;
	background-image: url(/images/taboff.gif);
	}
.tabNavMarginLft {
	width: 10px;
	}
.tabNavMarginRt {
	/* This rule allows the right-side margin to expand to the full width of the table */
	width: auto;
	}
.tabNavSpacer {
	width: 3px;
	}
	
/* This line-height attribute controls the overall height and clickable region of the tab */
.tabon, .taboff {
	line-height: 30px;
	}
	
/* This rule controls the lower table row subhead area */
.tabNavSubhead {
	/*background-color: #eceaf7;*/
	vertical-align: middle;
	height: 15px;
	padding-top: 3px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(/images/tab_gradient_back.gif);
}

