/* !!! ======= Dealer Locater Styling ========== !!! */

/* Parent Class: dealerlocater, dealer locator form and results */
/* KEEP GK */
div.dealerlocater {
	width: 100%;
	/*height: 750px;*/
	overflow: hidden;
	position: relative;
	text-align: left;
}

div.dealerlocater p {
	line-height: 1.2;
	padding: 0px 3px;
}

div.dealerlocater p.info {
	margin: 0; padding: 0;
}

div.dealerlocater form {
	/*margin: 1em 0; padding: 0.5em;*/
	height: 85px;
}

div.dealerlocater input {
	border: 1px solid #999;
}

div.dealerlocater div.dealerlocater-header-text {	
	padding: 7px 5px;
}

div.dealerlocater div.dealerlocater-dealername {
	/* border-top: 2px solid #FFF; */
	padding: 0px 7px 10px;
}

div.dealerlocater div.dealerlocater-dealername fieldset {
	padding-top: 5px;
}

div.dealerlocater div.dealerlocater-address {
	/* border-top: 2px solid #FFF; */
	padding: 0px 7px 10px;
}

div.dealerlocater div.dealerlocater-zipcode {
	/*border-top: 2px solid #FFF;*/
	float: left;
	width: 55%;
	padding-left: 7px;
}

div.dealerlocater div.dealerlocater-zipcode fieldset {
	padding-top: 5px;
}

div.dealerlocater div.dealerlocater-radius {
	border-top: 2px solid #FFF;
	padding: 5px 7px 10px;
}

div.dealerlocater div.dealerlocater-radius fieldset {
	padding-top: 5px;
}

div.dealerlocater fieldset {
	padding: 0 0 0 0;
	/* border-bottom: 1px solid #bbb; */
	width: 100%; overflow: hidden;
}

div.dealerlocater fieldset label {
	display: block;
	padding: 5px;
}

div.dealerlocater label.header {
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 0px;
}

div.dealerlocater fieldset.startingPoint {
	margin: 0 0 1em 0;
}

div.dealerlocater fieldset.startingPoint label {
	font-size: 1.1em;
	font-weight: bold;
}

div.dealerlocater div.dealerlocater-stdbutton div.buttonHolderSearch {
	margin-top: 10px;
	padding: 3px 10px 4px;
}

div.dealerlocater div.dealerlocater-stdbutton div.buttonHolderMinSearch {
	padding: 3px 0px 4px;
}

div.dealerlocater-popup div.dealerlocater-stdbutton div.buttonHolderMinSearch {
	padding: 3px 7px 4px;	
}

div.dealerlocater div.dealerlocater-startagain-links {	
	clear: both;
	padding-top: 4px;	
	height: 9px;
	position: relative;
}

div.dealerlocater div.dealerlocater-startingpoint {
	padding: 0.5em;
	border-top: 1px solid #bbb;
}

div.dealerlocater h3 {
	font-weight: bold; color: #000; margin: 0; padding: 0.2em 0;
}

div.dealerlocater h3.resultsTitle {
	font-weight: bold; font-style: plain; font-size: 1.25em; padding: 0.4em 10px; background: #F7F7F7;
}

div.dealerlocater div.selectRadio {
	float: left; padding: 0 0.5em;
}

div.dealerlocater div.formWrapper {	
	width: 31%;
	float: left;
	position: absolute;		
}

div.dealerlocater div.dealerlocater-map {
	width: 68%;	
	overflow: hidden;
	height: 500px;
	float: right;
}

div.dealerlocater div.dealerlocater-results {
	width: 31%;
	padding-left: 5px;
	overflow: hidden;
}

div.dealerlocater-popup div.dealerlocater-results {		
	width: 31%;	
	padding-left: 5px;
	overflow: hidden;	
}

div.dealerlocater div.dealerlocater-results-text {
	height: 100%;	
	margin: 0px;
	background: #FFF;
}

div.dealerlocater-popup div.dealerlocater-results-text {
	height: 100%;	
	margin: 0px;
	background: #F7F7F7;
}

div.dealerlocater div.showMapHolder {
	height: 500px;
	border: 1px solid #000;
	background: #CCC;
}

div.dealerlocater-popup div.showMapHolder {
	height: 470px;
	border: 1px solid #000;
	background: #CCC;
}

div.dealerlocater div.results {
	height: 440px;
	float: left;
	margin-top: 80px;
	width: 99%;
	/* overflow: auto; */
}

div.dealerlocater-popup div.results {	
	height: 440px;
	float: left;
	margin-top: 6.5em;
	width: 99%;
}

div.dealerlocater div.itemBox {
	padding: 1em; margin: 0;
}

div.dealerlocater div.preferred {
	background-color: #ffc;
}

/*div.dealerlocater div.itemBox img {
		position: absolute;
		top: .5em;
		left: .5em;
}*/

div.dealerlocater div.currentItem {
	background-color: #ebebeb;
}

div.dealerlocater div.results div.currentItem {
	background-color: #f7f7f7;
}

div.dealerlocater-popup div.results div.currentItem {
	background-color: #f7f7f7;
}

div.dealerlocater div.itemBox h4 {
	margin: 0; padding: 0.25em 0;
	border: none; background: none;
	color: #000;
}

div.dealerlocater div.odd {
	background-color: #ebebeb;
	border-bottom: 1px solid #000;
}

div.dealerlocater div.even {
	background-color: #ebebeb;
	border-bottom: 1px solid #000;
}

div.dealerlocater div.itemBox span.rowNumber {
	background-color: #fefe02;
/*	background-color: #02cc02; */
	border: 1px solid #999;
	color: black;
	font-weight: bold;
	width: 3em;
	padding: 0.25em 1em;
	margin: 0.25em;
	line-height: 2em;
}

div.dealerlocater div.itemBox-details {
	display: none;
}

div.dealerlocater-popup div.itemBox-details {
	display: none;
}

div.dealerlocater div.itemBox td.dealerlocater-dealerlabel {
	font-weight: bold;
	padding-left: 4px;
	line-height: 1.3em;
}

div.dealerlocater div.itemBox p {
	padding: 0.25em 0;
}

div.dealerlocater div.itemBox ul
{
	margin-left: 3.15em;
	line-height: 1.25em;
}

div.dealerlocater-popup div.itemBox ul
{
	margin-left: 40px;
	line-height: 1.25em;
}

div.dealerlocater-popup div.itemBox li.dealerlocater-results-distance {
	/* display: none; */
}

div.dealerlocater div.itemBox ul.linkList {
	list-style: none;
	width: 100%; overflow: hidden;	
	margin: 0px; padding-top: 8px;
}

div.dealerlocater-popup div.itemBox ul.linkList {
	list-style: none;
	width: 100%; overflow: hidden;	
	margin: 0px; padding-top: 8px;
}

div.dealerlocater-popup div.itemBox ul.linkList li.dealerlocater-choosedealer {
}

div.dealerlocater-popup div.itemBox ul.linkList li.dealerlocater-mapit {
	margin-left: 2px;
	line-height: 2.5em;
}
div.dealerlocater-popup div.itemBox ul.linkList li.dealerlocater-viewprofile {
}

div.dealerlocater div.itemBox ul.linkList li.dealerlocater-getdirections {
	margin-left: 0px;		
	display: block;
	line-height: 2.5em;
}
div.dealerlocater-popup div.itemBox ul.linkList li.dealerlocater-getdirections {
	margin-left: 0px;		
	display: block;
	line-height: 2.5em;
}

div.dealerlocater div.itemBox ul.linkList li.dealerlocater-getdirections ul.dealerlocater-startingpointbox {
	padding: 0px;	
	margin-left: 0px;
}

div.dealerlocater-popup div.itemBox ul.linkList li.dealerlocater-getdirections ul.dealerlocater-startingpointbox {
	padding: 0px;	
	margin-left: 0px;
}

div.dealerlocater-popup div.itemBox ul.linkList li.dealerlocater-getdirections ul.dealerlocater-startingpointbox li.button {
	display: inline;
}


div.dealerlocater div.itemBox ul.linkList li {
	display: inline;
	padding-right: 1em;
}

div.dealerlocater div.itemBox ul.linkList li {
	display: inline;
	padding-right: 1em;
}

div.dealerlocater div.dealerlocater-startagain-links ul {	
	padding-left: 1em;	
	line-height: 1em;
}

div.dealerlocater div.dealerlocater-startagain-links ul li {	
	display: inline;
	line-height: 1em;
	padding-right: 5px;
}

div.dealerlocater .tooltip {
	background-color: #fff;
	border: 1px solid #000;
	padding: 0.5em;
	white-space: nowrap;
}

div.citCartProfiles div.dealerlocater {
	display: none;
}

div.dealerlocater-popup {
	background: #F7F7F7;
}

div.dealerlocater-popup div.dealerlocater-map {	
	width: 68%;	
	overflow: hidden;
	height: 470px;	
	float: right;
}

div.dealerlocater-popup form {
}

div.dealerlocater-popup fieldset {
}

div.dealerlocater div#dl_no_results {
	padding: 10px;
}

span.pin {
		display: block;
		width: 10px;
		height: 10px;
		border: solid 1px red;
		position: absolute;
		right: 10px;
		top: -5px;
}



div#set_preferred_dealer, {
		padding-bottom: 1em;
}

div#set_preferred_dealer div.bd span.tc {
		display: block;
		margin-bottom: 1em;
}

div#set_preferred_dealer div.butt_r {
		float: left;
		margin-right: 2em;
}

div#set_preferred_dealer div.butt_l {
		float: left;
		margin-right: 2em;
		margin-left: 0px;
}

div.dealerlocater-popup input#starting_point_address_string {
		width: 80%;
}

input#starting_point_address_string {
		width: 98%;
}

input#dealer_name {
		width: 98%;
}

input#address_string {
		width: 98%;
}

div#directions {
		overflow: auto;
		height: 400px;
}

div#directions ul {
		margin: 0.5em 0.5em 1.3em 0.5em;
		padding: 0;
}

div#directions ul li {
		float: left;
		list-style-type: none;
		margin-right: 1em;
}

div#directions p#directionStatus {
		margin: 1em;
		padding: 1em;
		display: none;
		font-weight: bold;
}


span.greyup {
		color: #999;
}

div#results ul#rmenu {
	border-bottom: 1px dashed #999;
	padding: 0;
	margin: 0;
}

div#results ul#rmenu li {
	list-style-type: none;
}

input#zipcode {
/* margin-left: 19px; */
}

label.statelabel {
margin-left: 25px;
}

td#dealernametd {
}

td#citystatetd {
}

ul#slinks {
	margin: 0;
}

ul#slinks li {
	float: right;
	list-style-type: none;
	margin-right: 1em;
}

div.dealerlocater div.buttons {
	float: left;
}

ul#slinks li.disabled a {
	color: #ccc;
	text-decoration: none;
}

a#changecountry {
	float: left;
	margin-left: 2em;
}

span#geocode_error {
	font-weight: bold;
	color: #f00;
}
/* END Parent Class: dealerlocater */

/* Parent Class: dealerlocater-profile */
/* KEEP GK */
div.dealerlocater-profile {
	margin: 0;
	padding: 0;
	width: 100%; overflow: hidden;
}

div.main-dealer-profile div.center-form {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%; overflow: hidden;
}

div.dealerlocater-profile h3 {
	font-size: 1.1em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

div.dealerlocater-profile div.dealerlocater-profile-panelone {
	float: left;
	width: 370px;
	padding: 0 0.25em;
	overflow: hidden;
}

div.main-dealer-profile div.center-form div.dealerlocater-profile-panelone {
	float: none;
	width: 370px;
	padding: 0 0.25em;
	overflow: hidden;	
	margin: 0 auto;
}

div.dealerlocater-profile div.dealerlocater-profile-paneltwo {
	float: right;
	width: 570px;
	padding: 0 0.75em;
	border-left: 1px solid #999;
}

div.dealerlocater-profile div.dealerlocater-profile-topwrapper {
	border-bottom: 1px solid #999;
	/* height: 14em; */
	width: 100%; overflow: hidden;
	padding: 0 0.5em 0.5em 0;
}

div.dealerlocater-profile div.dealerlocater-profile-panelone img {

}

div.dealerlocater-profile div.dealerlocater-profile-image {
	width: 100%;
	overflow: hidden;
	margin-bottom: 1px;
}

div.dealerlocater-profile div.dealerlocater-profile-description {
	border: 1px solid #999;
	padding: 10px;
	background-color: #EDEDED;
}

div.dealerlocater-profile div.dealerlocater-profile-panelone p {
	line-height: 1.5em;
}

div.dealerlocater-profile div.dealerlocater-profile-topwrapper div.dealerlocater-profile-contactinformation {
	width: 340px;
	float: left;
	padding: 0;
	border-right: 1px solid #999;
}

div.dealerlocater-profile div.dealerlocater-profile-topwrapper div.dealerlocater-profile-storehours {
	width: 200px;
	float: right;
	padding: 0 0 0 0.75em;
}

div.dealerlocater-profile div.mapHolder {
	padding: 0.75em 0;
	clear: both;
}

div.dealerlocater-profile div.dealerlocater-profile-topwrapper div.dealerlocater-profile-contactinformation ul {
	margin-bottom: 1em;
}

div.dealerlocater-profile div.dealerlocater-profile-topwrapper div.dealerlocater-profile-contactinformation td.contactInformation {
	padding: 0 2.5em 0 0;
}

div.dealerlocater-profile div.showMapHolder {
	height: 350px;
	border: 1px solid #000;
	background-color: #CCC;
}

div#dealerlocater-profile-contact-form .x-form-item,
div#dealerlocater-profile-contact-form .x-form-field {
	font-family: Arial;
	font-size: 1em;
}

div#dealerlocater-profile-contact-form .x-fieldset legend {
	font-family: Arial;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #000;
}


/* ws- fixes */
.ws-dlr-panel .ws-dlr-info {
	overflow: hidden;	
}

.ws-dlr-panel .ws-dlr-info .ws-hd {
	font-size:1.1em; margin-bottom:1em; text-transform:uppercase; 
}

.ws-dlr-panel .ws-addrss {
	float: left; width: 49.5%; 
}

.ws-dlr-panel .ws-addrss .ws-name {
	margin-bottom:1em;
}

.ws-dlr-panel .ws-contact {
	float: right; width: 49.5%;	
}

.ws-dlr-panel .ws-web {
	clear: both;	
}

.ws-dlr-panel .ws-dlr-info ws-btngrp {
	clear: both;
}

/* END Parent Class: dealerlocater-profile */

/* Parent Class: contactform */
 .ext-gecko .contactform-form .x-form-item {
	overflow: visible;
}

.contactform-topinfo {
	background: transparent url(../assets/contact_logo.gif) no-repeat;	
}

.contactform-topinfo-topcap {
	height: 70px; border-bottom: 2px solid #bd0608; margin-bottom: 2px;
	background: transparent url(../assets/contact_phone.gif) no-repeat top right;
}

.contactform-form button {
	color: #FFF; text-transform: uppercase;
}

.contactform-form .x-btn-left,
.contactform-form .x-btn-over .x-btn-left, 
.contactform-form .x-btn-focus .x-btn-left {
	height: 21px; background-image: url(../../common/assets/btn_left.png) !important;	
	background-position: 0 0; width: 4px;
}

.contactform-form .x-btn-right,
.contactform-form .x-btn-over .x-btn-right, 
.contactform-form .x-btn-focus .x-btn-right {
	height: 21px; background-image: url(../../common/assets/btn_right.png) !important;	
	background-position: 0 0; width: 4px;
}

.contactform-form .x-btn-center,
.contactform-form .x-btn-over .x-btn-center,
.contactform-form .x-btn-focus .x-btn-center {
	height: 21px; background-image: url(../../common/assets/btn_center.png) !important;
	background-position: 0 0;	
}
/* END contactform */

/* Main box additions */
.main-dealer-profile h2.main-mainbox-hd {
	font-size: 13px; position: absolute; z-index: 2; top: 10px; left: 0; width: 100%;
}

.main-dealer-profile h2.main-mainbox-hd span {
	display: block; margin: 0 0 0 55px; border-bottom: 1px solid #c7ccdd; padding: 0 0.25em 0.25em;	
	color: #374786; text-transform: uppercase; font-weight: bold; font-style: italic;
}
