@charset "utf-8";
/* CSS Document */

h1{
    margin-bottom: .5em;
}

#locations {
	width: 350px;
	float: left;
	padding: 0 0 0 0;
	
	}
	
#locations p {
	margin: 0 50px 0 0;
	}

/* regions */
	
#regions {
	width: 350px;
	float: left;
	padding: 0 0 0 20px;
	margin: 0 -20px 0 0;
    border-left: 1px solid #ddd;
	}

/* Cities */

#cities{
    float: left;
    width: 330px;
	padding: 0 00px 0 0px;
	margin: 0 30px 0 0;
}

#cities ul{
    margin: 0 0 1.5em;
    padding: 0;
    list-style: none;
}

#cities li{
    list-style: none;
    padding: 0;
    margin: 0 0 1.5em;
    background: none;
}

#cities li a{
    font-size: 14px;
}

#cities li em{
    color: #969a9b;
    font-size: 12px;
    font-style: italic;
}

.action h2{
    border-bottom: 1px solid #ddd;
    padding: 0 0 .25em;
    margin: 1em 0 .5em;
}

#locations h2{
    margin-bottom: 0;
}
	
/* dealers */

#dealers{
    min-height: 1px;
    position: relative;
    margin: 0 -30px 0 0;
    padding: 30px 0 0;
    z-index: 10;
} * html #dealers{ height: 1px; } #dealers:after { content: "."; height: 0; visibility: hidden; clear: both; display: block; }

#dealers .dealer{
    width: 325px;
    float: left;
    margin: 0 30px 20px 0;
    padding: 0 0 20px;
    border-bottom: solid 1px #ddd;
    min-height: 140px;
    position: relative;
} * html #dealers .dealer{ height: 135px; }

#dealers .dealer h4{
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 .5em;
}

#dealers .dealer h4 span{
    color: #9da1a0;
    font-size: 12px;
}


#dealers .dealer-details{
    font-size: 12px;
    min-height: 1px;
    position: relative;
}

#dealers .dealer-details strong{
    color: #9da1a0;
    display: block;
    float: left;
    width: 80px;
    font-weight: normal;
    min-height: 1px;
    position: relative;
}


h2.city-name{
    margin: 0 10px 0px 0;
    float: left;
    width: auto;
}

#dealers-header{
    min-height: 1px;
    position: relative;
    z-index: 300;
} * html #dealers-header{ height: 1px; } #dealers-header:after { content: "."; height: 0; visibility: hidden; clear: both; display: block; }


/* region picker */

#region-picker{
    float: left;
    width: auto;
    margin-top: 8px;
    position: relative;
    min-height: 1px;
    z-index: 300;
}

.change-region{
    color: #9da1a0;
    font-size: 12px;
}

#region-picker .picker{
    position: absolute;
    width: 480px;
    height: 155px;
    padding: 35px 0px 20px 20px;
    background: url(region-picker.gif) no-repeat 0 0;
    top: 20px;
    left: 0px;
    z-index: 300;
    display: none;
    overflow: hidden;
}

#region-picker .picker-close{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 10px;
    color: #9da1a0;
}

#region-picker .picker h4{
    margin: 0 0 .5em;
}

#region-picker .region-list{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 480px;
    height: 155px;
}

#region-picker .region-list li{
    padding: 0;
    margin: 0;
    list-style: none;
    background: none;
    width: 150px;
    margin: 0 10px 0 0;
    float: left;
    line-height: 20px;
}




