/* --Store Locator Style Sheet-- */

#content {
    color: #727272;
    font-size: 11px;
}

ul#states {
    list-style-type: none;
    padding: 0 0 30px 0;
    margin: 15px 0;
}

ul#states li {
    display: inline;
}

ul#states li a {
    float: left;
    display: block;
    width: 20px;
    height: 36px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: left top;
}

ul#states li a span {
    display: none;
}

dd#locations {
    padding-left:3px;
}

.option {
    border:none;
}

div#locations a {

}

.box {
     border: 1px solid gray;
}

div#locations {

    clear: left;
    padding: 0 12px;
}

div#locations ul {
    list-style-type: none;
}

div#locations dt {
    font-size: 14px;
    font-weight: bold;
    margin-top: 25px;
}

div#locations div div, div#locations a {
    margin-top: 10px;
    font-size: 11px;
    color:#000000;
    font-weight: bold;
    text-decoration: none;
}

div#locations dd {
        margin: 0;
        padding:0px 0px 4px 4px;
}

div#locations td {
    vertical-align: top;
    font-size: 11px;
    font-weight: normal;
}

.store_extra {
    color: #3864a1;
    font-weight: bold;
}

div.back {
    margin-top: 15px;
    background: no-repeat left bottom url("../images/rule.gif");
    height: 50px;
}

div.back a {
    display: block;
    background: no-repeat left top url("../images/back_to_top_btn.gif");
    width: 92px;
    height: 25px;
}

div.back a span {
    display: none;
}

.streetViewer {
  width: 432px;
  height: 328px;
}



/** driving directions **/
.map_link {
    text-decoration: underline;
    cursor: pointer;
    color: #333333;
}

.store-locator {
    height:370px;
}

.store-locator .left-column {
    float:left;
    width:300px;
    padding-left:11px;
    text-align:left;
}

.store-locator .right-column {
    float:left;
    width:434px;
    padding-left:26px;
    text-align:left;
}

.directory
{
    width:50%;
    float:left;
    padding-left:30px;
    padding-top:20px;
    padding-bottom:20px;
}

.directory li a
{
    font: 14px Arial, Helvetica, sans-serif;
    color: #522C1B;
    text-decoration:none;
}

.directory li a:hover
{
    text-decoration:underline;
}

.bc_home {
    
    font-size: 100%;
    font-weight: normal;    
    color: #444444;
    
}

.bc_arrow {
    
    display: inline;
    font-size: 100%;
    font-weight: normal;    
    color: #444444;
    font-size: 13px;
    
}

.bc_current {
    
    
    
}

