/*<![CDATA[*/

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Stylesheet-Version:		Dealer locator													   *
 * Author:					re-lounge (http://www.re-lounge.com)					   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 0 50px 0;
	background-color: #ffffff;
	font-size: 0.7em;
	color: #000000;
}
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 	Forms																			   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/
form {
	display: inline;
}
.input {
	width: 99%;
	border: 1px solid #9D9D9E;
	padding: 0 0px;
	background-color: #ffffff;
	margin: 3px 0;
}
#dealerlocator input, #dealerlocator select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: auto;
	text-align: left;
	font-size: 1.0em;
}
.submit {
	display: inline;
	background-color: transparent;
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	width: auto;	
	font-weight: bold;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	cursor: pointer;
	text-align: left;
}
#dealerlocator .submit {
	font-size: 1.2em;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 	Content																			   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/
.column {
	float: left;
	width: 30%;
	margin: 0;
	padding: 0;
}
.columnSeparator {
	float: left;
	width: 5%;
	margin: 0;
	padding: 0;
}
.antifloat {
	clear: both;
	margin: 0;
	padding: 0;
}
#dealerlocatorFooter {
	width: 92%;
	margin: 0;
	padding-left: 4%;	
	padding-right: 4%;	
	color: #959595;
}
#dealerlocatorFooter a {
	color: #959595;
}
.line {
	clear:both;
	width:100%;
	border-top: 1px solid #BEBEBD;
	padding:  0 0 8px 0;
	margin: 0;
	font-size:0px;
	line-height:0px;
}
#dealerlocator .lineDouble {
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size:1px;
	line-height:1px;
	border-top: 1px solid #BEBEBD;
	border-bottom: 1px solid #BEBEBD;
}
.print {
	float:left;
	margin:15px 0 10px 0;
}
#dealerlocator dl {
	margin: 0;
	padding: 0;
}
#dealerlocator dt {
	margin: 0;
	padding-left:17px;
	font-weight:bold;
}
#dealerlocator dd {
	margin: 0;
	padding-left:17px;
	background-image: url(dealerlocator/icon_checkmark.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
#dealerlocator dd.inactive {
	background-image: none;
	color: #959595;
	text-decoration: line-through;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 	Fonts																			   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #cc0000;
	margin: 0 0 15px 0;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	margin: 0 0 15px 0;
}
h3 strong {
	color: #cc0000;
}
h4 {
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	margin: 0 0 2px 0;
	padding: 0;
}
p {
	margin: 0 0 15px 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 	Header																			   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/
#headerDealerlocator { /* for dealer locator */
	display: none;
}
#separator {
	display: none;
}
#dealerlocatorTitle {
	position: relative;
}
#dealerlocatorTitle h1 {
	width: 92%;
	padding-right: 4%;
	padding-left: 4%;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0;
	color: #cc0000;
}
#dealerlocatorSubtitle {
	position: relative;
}
#dealerlocatorSubtitle h2 {
	width: 92%;
	padding-right: 4%;
	padding-left: 4%;
	font-weight: bold;
	color: #cc0000;
}
#dealerlocator {
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
	padding-top: 20px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 	Navigation																			   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/
.navigationicon {
/*	vertical-align: baseline;*/
	padding: 0 4px 0 0;
	border: 0;
	margin: 0;
	color: #cc0000;
	font-size: 10px;
}
#dealerlocatorFooter img.navigationicon, #dealerlocator img.navigationicon {
	vertical-align: middle;
	margin: 0 9px 0 0;
}
.onTop {
	float:right;
	margin:15px 0 10px 0;
}
a:hover .navigationicon {
	text-decoration: none;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *																					   *
 * 	Responses																	   	   *
 *																					   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 			*/
.errorResponse {
	padding-top: 15px;
	width: 100%;
	margin-bottom: 15px;
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	background-image: url(dealerlocator/response_bg_error.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.successResponse {
	padding-top: 15px;
	width: 100%;
	margin-bottom: 15px;
	border-top: 1px solid #8DC63F;
	border-bottom: 1px solid #8DC63F;
	background-image: url(dealerlocator/response_bg_success.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.floatRight {
	float: right;
}
/*]]*/