/* PANELS
--------------------*/
.locations_form_panel,
.directions_form_panel {
    width: 460px;
    float: left;
}
.locations_map_panel {
    border-left: 1px solid #BDBDBD;
    float: left;
    width: 500px;
}
.landing_promos {
    border-left: 1px solid #BDBDBD;
    float: left;
    padding: 0 20px 0 20px;
    width: 460px;    
}
.locations_table_panel {
    clear: both;
}
.directions_panel {
    width: 880px;
}
/* MAP
---------------------*/
div#map {
    margin-bottom: 20px;
    margin-left: 10px;
    height: 350px;
    width: 450px;
}
div.locator_content h2 {
    color: #E7651E;
    font-size: 28px;
}

/* SEARCH FORM
---------------------*/
div.locator_content h3 {
    font-size: 20px;
}
fieldset.locator {
    width: 410px;
}
fieldset.locator div.zip_section_container div.form_element {
    margin-right: 0;
    width: 156px;
}
fieldset.locator div.zip_section_container div.form_element input {
    width: 150px;
}
fieldset.locator div.zip_section_container {
    float: left;
    margin-right: 10px;
}
div.or {
    float: left;
    padding-top: 20px;
}
fieldset.locator div.address_section_container {
    float: left;
    margin-left: 10px;
    width: 190px;
}
fieldset.locator div.address_section_container select {
    width: 190px;
}
fieldset.locator div.distance_container {
    margin-bottom: 20px;
    width: 110px;
}
fieldset.locator div.distance_container label {
    display: block;
}
fieldset.locator div.distance_container select {
    display: inline;
    width: 60px;
}
fieldset.locator a.search_button {
    float: right;
    display: block;
    margin-top: 20px;
}
/* STORE RESULTS
-----------------------*/
table.doors_results {
    border-collapse: collapse;
    width: 920px;
}
table.doors_results th {
    border-bottom: 1px solid #BDBDBD;
    border-top: 1px solid #BDBDBD;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
}
table.doors_results td {
    border-bottom: 1px solid #BDBDBD;
    font-size: 12px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
table.doors_results td.marker {
    padding-left: 10px;
}
/* DIRECTIONS FORM
--------------------------*/
.directions_form {
    float: left;
    width: 410px;
}
fieldset.directions {
    float: left;
    width: 160px;
}
fieldset.directions div.form_element {
    clear: both;
    margin-right: 0;
    width: 156px;
}
fieldset.directions div.form_element input,
fieldset.directions div.form_element select {
    width: 150px;
}
fieldset.directions a.directions_submit {
    clear: both;
    display: block;
    float: left;
    margin-top: 15px;
}
.directions_panel h2 {
    clear: both;
}
.directions_results {
    float: left;
    height: 350px;
    overflow: auto;
    width: 410px;
}
.directions_map_container {
    border-left: 1px solid #BDBDBD;
    float: left;
    width: 460px;
}
.destination_container {
    float: left;
    margin-left: 20px;
    width: 200px;
}
.destination_container .destination {
    margin-bottom: 10px;
    margin-top: 10px;
}
.destination_container a.change_destination {
    color: #78A22F;
}
.panel_close {
    display: block;
    float: right;
}

/* E-MAIL SIGN-UP
-------------------------*/
fieldset.email {
    width: 460px;
}
fieldset.email div.form_element {
    clear: both;
}
fieldset.email div.submit_container {
    text-align: right;
    width: 279px;
}

fieldset.email div.submit_container input.submit {
    border: 0;
    display: inline;
    width: 79px;
    height: 18px;
}


