﻿.module-035 .module-035-left-col
{
    margin-left: 5px;
    width: 390px;
    float:left;
}
.module-035 .module-035-right-col
{
    margin-right: 15px;
    width: 502px;
    height: 402px;
    float:right;
}
.module-035 .google-map-wrapper
{
    width: 500px;
    height: 400px;
    padding: 1px;
}
.module-035 .google-map
{
    visibility: hidden;
    width: 500px;
    height: 400px;
    background: #eee;
}
.module-035 .module-035-left-col p, .module-035 .module-035-left-col dl
{
    padding-left: 35px;
}
.module-035 .module-035-left-col p.module-035-title
{
    padding-left: 30px;
}
.module-035 .module-035-title a
{
    font-weight: bold;
}
.module-035 .module-035-title
{
    font-weight: normal;
    color: #999;
}
.module-035 .module-035-title-no-link
{
    font-weight: bold;
}
.module-035 .module-035-address,
.module-035 .module-035-visit 
{
    padding-top: 0.2em;
}
.module-035 .module-035-visit a
{
    font-weight: normal;
}
.module-035 .module-035-visit span
{
    padding: 0 6px;
    color: #999;
    white-space:nowrap;
}
.module-035-retailer, .module-035-nearest
{
    padding-left: 5px;
    padding-right: 10px;
    padding-bottom: .6em;
    margin-bottom: 2px;
}
.module-035 .module-035-nearest
{
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background: #f6f6f6;
    margin-bottom: 10px;
}
.module-035 .module-035-store-list-wrapper .module-035-retailer, .module-035 .module-035-store-list-wrapper .module-035-nearest
{
	float: left;
	width: 311px;
	padding-right: 0;
}

.module-035 .module-035-notice
{
    color: #999;
    text-align: right;
    font-size: 0.8em;
    padding-top: 0;
}

/* Filter box */

.module-035 .module-035-filter .box .box-bottom
{
    min-height: 1px;
}
.module-035 .module-035-filter-zip, .module-035-filter-state
{
    width: 100px;
    margin-right: 3px;
    float: left;
}
.module-035 .module-035-filter-zip span, .module-035-filter-city span, .module-035-filter-state span
{
    display:block;
    height: 23px;
}
.module-035 .module-035-filter-zip input
{
    padding-left: 3px;
    width: 50px;
    border: solid 1px #666;
}
.module-035 .module-035-filter-city
{
    width: 350px;
    margin-right: 3px;
    float: left;
}
.module-035 .module-035-filter-city input 
{
    padding-left: 3px;
    width: 300px;
    border: solid 1px #666;
}
.module-035 .module-035-filter-state
{
    width: 160px;
    margin-right: 3px;
    float: left;
}

.module-035 .module-035-filter-radius
{
    width: 90px;
    margin-right: 3px;
    float: left;
}
.module-035 .module-035-filter-radius span
{
    display:block;
    height: 23px;
}
.module-035 .module-035-filter-radius select
{
    border: solid 1px #666;
}
.module-035 .module-035-filter-find, .module-035 .module-035-filter-findByCity
{
    width: 80px;
    padding-top: 20px;
    margin-right: 3px;
    float: left;
}

/* Google Map V3 */
.list-view {
    width: 100% !important;
}

.list-map-view #google-map {
    background: none;
}

.list-map-view #google-map img {
    width: 100%;
}

.list-view .select-store-retailer {
    float: left;
}

.module-035-right-col .google-map-wrapper {
    border: none !important;
}

.module-035-links > * {
    margin: 0 !important;
}

@media (min-width:768px) {
    .list-map-view {
        display: inline-block !important;
        float: left !important;
        width: 50% !important;
    }

    .list-view .select-store-retailer {
        width: 33%;
        min-height: 169px;
    }
}

@media (max-width:767px) {
    .module-035-right-col.list-map-view {
        padding: 0 2%;
    }

    .list-map-view {
        display: block !important;
        width: 100% !important;
        float: left !important;
    }

    .list-view .select-store-retailer {
        width: 50%;
        min-height: 169px;
    }
}

@media (max-width:663px) {
    .list-view .select-store-retailer {
        width: 100%;
    }
}