/* html elements */
h1, h2, h3, h4, h5 ,h6 {
	margin: 4px 0px;
}
/* position / layout */

#content {
	position: relative;
	width: 600px;
	left: 190px;
	padding-left: 6px;
}

#nav {
	position: absolute;
	width: 170px;
	left: 10px;
	top: 77px;
}

#footer {
	position: relative;
	width: 700px;
	clear: both;
	left: 190px;
	padding-left: 6px;
	padding-top: 12px;
}
#rightside {
	margin: 0 0 0 2px;
	width: 169px;
}

/* html elements */
a:link {
	font-weight: bold;
}
a:hover {
	color: #333333;
}
a.noline {
	text-decoration: none
}

p, h1, .vcard {
	margin: 0.5em 1em;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table {
	margin-left: 5px;
}

/* classes */
.floatright {
	float: right;
	margin-left: 5px;
	clear: right;
}

.floatleft {
	float: left;
	margin: 0 5px 0 0;
}


.price {
	font-size: 14px;
	color: #F40A05;
	line-height: 16px;
	font-weight: bold;
}
.footnote {
	font-size: 8px;
	font-weight: bold;
	color: #666;
	margin: 4px;
}
.title {
	font-size: 16px;
	color: #F40A05;
	line-height: 20px;
	font-weight: bold;
}

.warning {
	font-size: 80%;
	font-weight: bold;
	color: #F40A05;
	text-transform: uppercase;
}
.maincopy {
	font-size: 12px;
	line-height: 16px;
	padding-right: 5px;
	clear: none;
}
.maincopysmall {
	font-size: 10px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #F40A05;	
}
h2 {
	font-size: 11px;
}
h3, .maincopyBold {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding-right: 5px;
	clear: none;
}
.maincopyBoldblack, .org {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.maincopyBoldsmall {
	font-size: 10px;
	font-weight: bold;
	color: #F40A05;
}
.maincopy2 {
	font-size: 10px;
	line-height: 13px;
}
.greyBack {
	background-color: #9d9d9d;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
.sideTitle {
	width: 167px;
	line-height: 12pt;
	clear: both;
	padding: 4px 2px;
	text-align: center;
}
.noshow {
	display: none;
}
.accessories {
	width: 171px;
	max-width: 171px;
	_width: 171px;
	background-color: #9D9D9D;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 14px;
}
.accessories img {
	border: 1px solid black;
	margin-bottom: 4px;
}
.accessories div {
	margin-bottom: 4px;
	padding-bottom: 4px;
}
.accessories a {
	color: #ffcbcf;
}
.accessories a:hover {
	color: #c3403e;
}
#sidebar {
	width: 180px;
	font-size: 10px;
	margin-top: 15px;
}
#sidebar div {
	clear: both;
}
#sidebar .maincopysmall {
	margin-bottom: 10px;
}
#sidebar h2 {
	width: 100%;
	background-color: #D7D8D7;
	padding: 2px;
}
#sidebar h3 {
	width: 100%;
	background-color: #F60909;
	color: #fff;
	padding: 2px;
}
#sidebar .maincopybold {
	line-height: 10px;
	margin-bottom: 5px;
}

#dealers {
	width: 100%;
	margin-left: 10px;
}
#dealers hr {
	clear: both;
	margin: auto;
	border: 8px solid #fff;
}
.dealer-title, .dealer {
	width: 190px;
	background-color: #ccc;
	display: inline;
	float: left;
	margin: 2px;
	padding: 2px;
	font-size: 9pt;
	line-height: 12pt;
	min-height: 100px;
	text-align: center;
}
.dealer-title {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #F40A05;	
}
.dealer-name {
	font-weight: bold;
	font-size: 105%;
}
/* vcard */
.vcard {
	
}
/* nav */
/* top bar */

#topbar {
	position: relative;
	height: 67px;
}

.topbar {
	margin: 0;
	padding: 0;
	border: none;
}


