select.modelPath {
	min-width: 12em;
}

h1.modelName {
	margin: 40px 0 8px 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	letter-spacing: -0.05em;
	color: #bfbfbf;
	text-transform: uppercase;
}

p.modelPrice {
	margin: 8px 0 40px 20px;
	font-size: 8pt;
	color: #3399cc;
}

ul.modelNav {
	margin: 20px 0 0 -5px;
	width: 220px;
}

ul.modelNav li {
	background-color: #444;
	padding: 0;
	margin: 2px 0;
	list-style: none;
	color: white;
	text-transform: uppercase;
}

ul.modelNav li.modelNavCur {
	padding: 6px 16px;
	background-color: #009fe3;
	text-transform: uppercase;
}

ul.modelNav li a:link,
ul.modelNav li a:visited {
	padding: 6px 16px;
	display: block;
	color: white;
	text-transform: uppercase;
}

ul.modelNav li:hover {
	background-color: #009fe3;
}

ul.modelNav li a:hover {
	color: white;
	text-decoration: none;
}

tr.component {
	border: 1px white solid;
}

tr.odd {
	background-color: #f7f7f7;
}

tr.even {
	background-color: #eee;
}

td.termCell {
	background-color: #d6d6d6;
	color: black;
	padding: 7px 9px;
	text-transform: uppercase;
	border: 1px white solid;
}

td.defCell {
	min-width: 400px;
	background-color: #eee;
	color: black;
	padding: 7px 9px;
	border: 1px white solid;
}

tr.geoCell {
	min-width: 4em;
	padding: 6px 16px;
	border: 1px white solid;
}

th.geoCell {
	background-color: #d6d6d6;
	min-width: 4em;
	padding: 6px;
	border: 1px white solid;
	text-align: center;
}

td.geoCell {
	min-width: 4em;
	padding: 6px;
	border: 1px white solid;
	text-align: center;
}

th.geoProp,
td.geoProp {
	background-color: #d6d6d6;
	min-width: 12em;
	padding: 6px 12px;
	border: 1px white solid;
	text-align: left;
}

div.modelZoom {
	float: right;
	margin: 0;
	padding: 0;
}

div.modelZoom img {
	border: 0;
}

div.bikeCell {
	width: 240px;
	float: left;
	text-align: center;
	color: #888;
}

img.bikeThumbnail {
	width: 240px;
	height: 112px;
}

div.cellCaption {
	margin: 0;
	padding: 4px 0;
	width: 240px;
}

div.lineHead {
	margin: 0 0 0 24px;
	padding: 0;
	width: 987px;
	height: 24px;
	background: white url(img/overview_separator.png) no-repeat;
	clear: both;
}

div.lineHead h1 {
	margin: 0;
	padding: 5px 0 0 32px;
	color: #3399cc;
	font-size: 8pt;
	font-weight: normal;
	text-transform: uppercase;
}

div.lineRow {
	margin: 0 0 0 24px;
	padding: 6px 0 6px 12px;
	width: 987px;
	background: url(img/overview_bg.png) repeat-y;
}

div.lineRowEnd {
	clear: both;
}

#stage {
	padding: 18px 0 0 0;
	min-height: 160px;
}

#splashTop {
	margin: 0 0 0 24px;
	padding: 0;
	width: 987px;
}

#splashBody {
	margin: 0 0 0 24px;
	padding: 0 0 12px 0;
	width: 987px;
}

#stageBottom {
	margin: 0 0 0 24px;
	padding: 0;
	width: 987px;
	clear: both;
}

#overviewTop {
	margin: 0 0 0 24px;
	padding: 0;
	width: 987px;
}

#overviewBody {
	/*
	margin: 0 0 0 24px;
	padding: 0;
	width: 987px;
	background: white url(img/overview_bg.png) no-repeat;
	*/
}

#overviewBottom {
	margin: 0 0 12px 24px;
	padding: 0;
	width: 987px;
	clear: both;
}

#pickerMenu {
	position: absolute;
	z-index: 10;
	left: 51px;
	top: 136px;
	width: 500px;
	height: 24px;
	color: white;
}

#pickerMenu select {
	margin: 0 32px 0 0;
	padding: 0;
}

#menuKind {
	position: absolute;
	z-index: 10;
	left: 51px;
	top: 136px;
	/* background-color: #333; */
	width: 209px;
	height: 24px;
	color: white;
}

#menuLine {
	position: absolute;
	z-index: 10;
	left: 264px;
	top: 136px;
	/* background-color: #333; */
	width: 209px;
	height: 24px;
	color: white;
}

#menuModel {
	position: absolute;
	z-index: 10;
	left: 477px;
	top: 136px;
	width: 209px;
	height: 24px;
	color: white;
}

#historyLinks {
	position: absolute;
	z-index: 10;
	right: 32px;
	top: 92px;
	width: 64px;
	height: 48px;
	color: white;
}

#historyLinks li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

#historyLinks a:link, #historyLinks a:visited {
	text-decoration: none;
	color: white;
}

#historyLinks a:hover {
	text-decoration: none;
	color: #3399cc;
}

#portraitMenu {
	float: left;
}

#componentMenu {
	float: left;
}

#geometryMenu {
	float: left;
}

#portraitView {
	width: 700px;
	margin: -112px 20px 0 0;
	float: right;
}

#componentView {
	width: 700px;
	margin: 20px 20px 0 0;
	float: right;
}

#geometryView {
	width: 700px;
	margin: 20px 20px 0 0;
	float: right;
}

