﻿div.locator
{
	margin-top: 89px;
}

#selState
{
	white-space: nowrap;
	color: #CC0000;
}

div.locator h4
{
	padding: 0px;
	margin: 0px;
}

div.locator div.storesarea
{
	padding-bottom: 10px;	
}

div.locator div.optionarea
{
	padding-bottom: 10px;	
}

div.locator ul.stores
{
	display: block;
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}

div.locator ul.stores li
{
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	display: inline;
	margin: 0px !important;
	padding: 0px;
}

div.locator div.maparea div.map
{
	position: relative;
	left: -5px;
}

div.locator div.optionarea div.options
{
	margin-left: 15px;
}





.c1,
.c2,
.store_locator_text,
.store_locator_title,
.find_stores_text,
.search_zip_text {
    text-align: left !important;
}

.c1,
.c2
{
    margin-left: 2%;
}


@media (max-width: 991px)
{
    div.locator
    {
	    margin-top: 20px;
        margin-left: 3px;
    }

    .c1,
    .c2
    {
        margin-left: 2%;
    }
}

@media (min-width: 992px) and (max-width: 1199px)
{
    .c2 {
        left: -90px;
    }

    .c1,
    .c2
    {
        margin-left: 0px;
    }
}