a:link { color: #000080; text-decoration: underline; }
a:visited { color: #A00000; text-decoration: underline; }
a:hover { color: #004080; }
a:active { color: #0000FF; }

a.breadcrumb:link, a.breadcrumb:visited { font-weight: normal; color: #A0A0A0; }
a.breadcrumb:hover, a.breadcrumb:active { color: #C10435; }

#root { background-image: url(../images/page-bkgd.gif); background-repeat: repeat-y; }

	/* Height is set to 1% to avoid peek-a-boo bug in Internet Explorer */
	#main { height: 1%; float: left; width: 610px; }
		#content { }

#techOverviewTextCell { background-color: #E0E0E0; color: #000000; vertical-align: top; font-size: 85%; }
	#techOverviewCarText { padding: 8px; min-height: 250px; }
	/* min-height hack for IE on the body element */
	/*\*/
	* html #techOverviewCarText { height: 250px; }
	/**/

	#techOverviewCarImage { margin-top: 90px; }
	.techOverviewImagePane { height: 100px; text-align: right; }
	
.techOverviewVisible { display: block; }
.techOverviewHidden { display: none; }