@charset "utf-8";
/* CSS Document */

html,body {
	background-color: #464646;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0px;
	background-image: url(/images/9N-8N-NAA.png);
	background-attachment: fixed;
}
a:link {
	color: #00C;
}
a:visited {
	color: #00C;
}
a:hover {
	color: #F00;
}
h1 {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	font-style: normal;
}

h2 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	font-style: italic;
}
.height {
	height: 100%;
	background-color: #EEEEEE;
}
.modelyear {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	color: #000000;
	background-color: #D5D5AA;
}
.info {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
}
.bordercolor {
	border: 1px solid #999;
}
/*Image Hosting Dropdown*/
.dropbtn {
	color: white;
	font-size: 12px;
	border: none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 82px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}   

.dropdown-content a {
    color: black;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;	
}

.dropdown-content a:hover {
	background-color: #CC9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
	background-color: #CC9;
	color: #000;
}
