@charset "utf-8";
/* CSS Document */

html,body {
	height:100%;
}

body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

h1 {
	color:#354872;
	font-size:1.2em;
	margin:0;
}

h2 {
	margin:0;
	color:#000066;
	font-size:1em;
	padding-right:5px;
}

a {
	text-decoration:none;
}

a:hover h2 {
	color:#27569E;
}

form {
	margin:0;
}

caption {
	font-weight:bold;
	color:#354872;
	font-size:1.1em;
}

#main {
	height:100%;
}

#leftCol {
	background:#F3F3F3;
	height:100%;
}

.selected {
	background:#354872;
	font-weight:bold;
	color:#FFFFFF;
}

.unselected td {
	color:#999999;
}

.selected td, .unselected td {
	border-bottom:1px solid #CCCCCC;
	height:40px;
}

.header {
	font-weight:bold;
	border-bottom:1px solid #000;
	color:#000000;
	padding:0;
	font-size:14px;
}

.bprNavNumber {
	width:15px;
	text-align:right;
	font-size:14px;
}

td.bprNavItemText {
	padding-right:5px;
	font-size:12px;
}

.bprNavItemText a {
	color:#999999;
	text-decoration:none;
}

.bprNavItemText a:hover {
	color:#27569E;
	font-weight:bold;
}

#display {
	background:#F3F3F3;
	width:290px
}

.border td {
	border-bottom:1px solid #000066;
	padding:0;
}

.msrp {
	color:#000066;
	font-size:.8em;
}

.price {
	font-family: Tahoma, Geneva, sans-serif;
	color:#000066;
}

.price span {	
	font-size:1.15em;
	font-weight:bold;
}

#model {
	height:100px;
	overflow:hidden;
}
