#struct {
	position: relative;
	width: 990px;
	font-family: Arial, Helvetica;
	height: auto;
	margin: 0px;
	text-align: left;
	behavior: url("/sitejs/csshover3.htc");
}

#struct img {
	border: none;
}

#struct div.top {
	height: 40px;
	width: 990px;
}

#struct div.top div#sitename {
	float: left;
	display: inline; /* IE double margin fix */
	margin-left: 20px;
	width: auto;
	height: auto;
}

#struct div.top div#links {
	float: left;
	display: inline; /* IE double margin fix */
	font-size: 14px;
	text-align: left;
	margin-top: 8px;
	margin-left: 30px;
}

#struct div.top div#links a {
	margin: 0px;
	padding: 3px 30px;
	border-right: 1px solid #ccc;
}

#struct div.top div#links a:link,#struct div.top div#links a:visited {
	text-decoration: none;
	color: #777;
}

#struct div.top div#links a:hover {
	text-decoration: underline;
	color: #555;
}

#struct div.top div#links a.current,#struct div.top div#links a.current:visited {
	text-decoration: none;
	font-weight: bold;
	color: #555;
}

#struct div.top div#choose {
	float: right;
	width: 83px;
	height: 28px;
	display: inline; /* IE double margin fix */
	text-align: center;
	margin-top: 12px;
	background-image: url('images/chooser_bg.png');
	background-repeat: no-repeat;
	overflow: hidden;
}

#struct div.top div#choose a {
	display: block;
	margin-top: 8px;
	font-family: Arial, Helvetica;
	font-size: 12px;
}

#struct div.top div#choose a:link,#struct div.top div#choose a:visited {
	text-decoration: none;
	color: #fff;
}

#struct div.top div#choose a:hover {
	text-decoration: underline;
	color: #fff;
}

#struct div.mid {
	height: auto;
	width: 990px;
	clear: both;
}

#struct div.mid div.block {
	width: 990px;
	height: auto;
}

#struct div.mid div.block div.intop {
	height: 10px !important;
	height: 20px;
	overflow: hidden;
	background: url('images/maintop.png') no-repeat;
}

#struct div.mid div.block#theme div.intop {
	position: relative;
	overflow: visible;
	height: 10px;
	background: url('images/maintop2.png') no-repeat;
	z-index: 5;
}

#struct div.block#theme div#selector {
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	width: auto;
	height: auto;
	background-color: #fff;
	border-left: 1px solid #e7e7e7;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}

#struct div.block#theme div#selector img {
	border: 0px;
}

#struct div.block#theme div#selector div.title {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	/* background-color: #870C0F; */
	background-color: #870C0F;
	padding: 4px 10px;
	color: #fff;
	clear: both;
	text-align: left;
}

#struct div.block#theme div#selector div.model {
	display: inline;
	float: left;
	overflow: hidden;
	width: 100px;
	font-family: Arial, Helvetica;
	font-size: 10px;
	padding: 5px;
	margin-left: 10px;
	text-align: center;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	cursor: pointer;
}

#struct div.block#theme div#selector div.model.current {
	opacity: 1;
	filter: alpha(opacity = 100);
}

#struct div.block#theme div#selector div.model.current a {
	color: #870C0F;
	font-weight: bold;
}

#struct div.block#theme div#selector div.model:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}

div#selector div.model a,div#selector div.model a:link,div#selector div.model a:visited {
	font-weight: bolder;
	text-decoration: none;
	color: #000;
}


#struct div.block#theme div#selector a:hover {
	text-decoration: underline;
}


#struct div.mid div.block div.inmid {
	position: relative;
	width: 988px !important;
	width: 990px;
	top: 0px !important;
	top: -10px;
	background: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	overflow: hidden;
}

#struct div.mid div.block div.inmid div#key {
	overflow: hidden;
	left: 1px;
	height: auto;
	width: 988px;
	padding: 0px;
	margin: 0px;
}

#struct div.inmid div#frame1 {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 988px;
	height: 480px;
	overflow: hidden;
}

#struct div.inmid div#frame2 {
	display: none;
	overflow: hidden;
}

#struct img.arrow {
	/* z-index: 1; */
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

#struct img.arrow:hover {
	z-index: 1;
	opacity: 1;
	filter: alpha(opacity = 100);
}

#struct div.mid div.block div.inmid img#arrowLeft {
	position: absolute;
	left: 20px;
	top: 240px;
}

#struct div.mid div.block div.inmid img#arrowRight {
	position: absolute;
	right: 20px;
	top: 240px;
}

#struct div.mid div.block div.inbot {
	width: 990px;
	height: 10px;
	margin-top: 0px !important;
	margin-top: -10px;
	background-color: none;
	background-image: url('images/mainbot.png');
	background-repeat: no-repeat;
}

#struct div.mid div.block div#gnav {
	height: 70px;
	background-image: url('images/main_gal_bg.png');
	background-repeat: no-repeat;
	color: #333;
	overflow: hidden;
	font-size: 12px;
	line-height: 20px;
}

#struct div.mid div.block div#gnav div#gnav_buy {
	float: left;
	display: inline;
	width: 50%;
	height: 50px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	text-align: left;
	vertical-align: middle;
}

#struct div.mid div.block div#gnav div#gnav_buy img {
	border: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

#struct div.mid div.block div#gnav div#gnav_buy p {
	margin-top: 5px;
}

#struct div.mid div.block div#gnav div#gnav_tbs {
	float: right;
	display: inline;
	width: auto;
	height: 60px;
	margin-right: 30px;
}

#struct div.mid div.block div#gnav div#gnav_tbs div {
	float: left;
	display: block;
	margin-right: 10px;
	background-image: none;
}

#struct div.mid div.block div#gnav div#gnav_tbs div a {
	position: relative;
	overflow: hidden;
	display: block;
	width: 70px;
	height: 60px;
	outline: none;
}

#struct div.mid div.block div#gnav div#gnav_tbs div a img {
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
}

#struct div.mid div.block div#gnav div#gnav_tbs div img:hover {
	top: -60px;
}

#struct div.mid div.block div#gnav div#gnav_tbs div a.active img {
	top: -121px;
}


#struct div.mid div#toPages {
	margin-top: 15px;
	height: auto;
}

#struct div.mid div#toPages div.inmid {
	height: 280px;
	width: 988px !important;
	width: 990px;
	text-align: left;
}

#struct div.mid div#toPages div.inmid h3 {
	font-size: 16px;
	line-height: 30px;
	font-weight: bolder;
	margin: 0px;
}

#struct div.mid div#toPages div.inmid h3 a:link,#struct div.inmid h3 a:visited {
	color: #870C0F;
	text-decoration: none;
}

#struct div.mid div#toPages div.inmid h3 a:hover {
	color: #870C0F;
	text-decoration: underline;
}

#struct div.mid div#toPages div.inmid p {
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
}


#struct div.bot {
	height: 10px;
	width: 990px;
}

/*

WTB-only CSS

*/

#struct h3 {
	color: #870c0f;
	font-weight: bold;
	font-family: Arial, Helvetica;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

#struct a {
	color: #870c0f;
}

#struct a:visited,a:link {
	text-decoration: none;
}

#struct a:hover {
	text-decoration: underline;
}

.para {
	width: 98% !important;
	width: 100%;
	margin-top: 20px;
	padding: 20px;
	border-top: 1px solid #e7e7e7;
	height: auto;
	font-size: 12px;
}

.para.top {
	margin-top: 0px;
	padding-top: 10px;
	border-top: none;
}

.intro {
	float: left;
	width: 29%;
}

.content {
	float: left;
	width: 68% !important;
	width: 69%;
	margin-left: 3%;
}

.col3 {
	float: left;
	width: 30%;
	margin-right: 3%;
}

.col3.last {
	margin-right: 0px;
}

.col2 {
	float: left;
	width: 46%;
	margin-right: 4%;
}

.col2.last {
	margin-right: 0px;
}

div#map_canvas {
	width: 600px;
	height: 500px;
	float: left;
	margin-top: 10px;
	border: 3px solid #d7d7d7;
}

div#map_canvas p.info {
	font-size: 12px;
	font-family: Arial, Helvetica;
}


div#findPane {
	display: inline;
	float: left;
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height: 20px;
	clear: left;
	width: 300px;
}

input#addr {
	width: 250px;
	border: 1px solid #c7c7c7;
	font-family: Arial, Helvetica;
	float: left;
	margin-right: 10px;
	padding: 3px;
}

#findBtn {
	float: left;
	display: block;
}

#findBtn a {
	position: relative;
	width: 19px;
	height: 19px;
	overflow: hidden;
	display: block;
	outline: none;
}

#findBtn a img {
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
}

#findBtn a:link img,#find a:visited img {
	top: 0px;
}

#findBtn a:hover img {
	top: -19px;
}

div#resultPane {
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica;
	width: 280px;
	min-height: 400px;
}

div#resultPane div.dealer,div.dealerHi {
	width: 100%;
	float: left;
	height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e7e7e7;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
}

html>body div#resultPane div.dealer,div.dealerHi {
	height: 40px;
}

div#resultPane img {
	behavior: url('/sitejs/iepngfix.htc');
	float: left;
	margin: 1px 10px;;
}

div#resultPane div.dealerHi {
	background-color: #fdf;
}

div#resultPane div.info {
	width: 230px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

div#dealerList div.dealerNav {
	font-size: 10px;
	font-family: Arial, Helvetica;
	overflow: hidden;
	clear: both;
	padding-top: 10px;
	width: 160px;
}

div.dealerNav a {
}

div.dealerNav a.prev {
	background-image: url('images/page_prev.gif');
	background-repeat: no-repeat;
	padding-left: 10px;
}

div.dealerNav a.next {
	background-image: url('images/page_next.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
}

ul.onlineList {
	float: left;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	line-height: 150%;
}

ul.onlineList li {
	position: relative;
	left: 0px !important;
	left: -40px;
	padding: 0px;
	margin: 0px !important;
	margin-left: 20px;
	list-style-type: square;
}

a.more,a.more:link,a.more:visited {
	color: #870c0f;
	text-decoration: none;
	background-image: url('images/page_next.gif');
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding-right: 10px;
	zoom: 1;
}

a.more:hover {
	text-decoration: underline;
}

a.back,a.back:link,a.back:visited {
	color: #870c0f;
	text-decoration: none;
	background-image: url('images/back2top.gif');
	background-position-x: 0%;
	background-position-y: 50%;
	background-repeat: no-repeat;
	padding-left: 13px;
	white-space: no-wrap;
	zoom: 1;
	font-size: 12px;
}

a.back:hover {
	text-decoration: underline;
}

#jump {
	float: right; margin-top: 40px; margin-right: 30px !important; margin-right: 15px; line-height: 20px;
}

#jump a {
	margin-right: 30px;
	font-size: 18px;
}