.store-locator #panel-content {
	background-color: #eae6df;
	color: #000;
	background-repeat: no-repeat;
	background-image: url(../image/chrome/bg_light3.jpg);
	padding-top: 436px;
}

.store-locator h1 
{
    position: absolute;
	top: -1000px;
	left: -1000px;
}

.store-locator h2
{
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 10px;
}

.store-locator .panel-body 
{
    position: relative;
    
    padding-top: 16px;
    width: 544px;
    z-index: 20;
    border-top: 1px dashed #9C9C99;
    overflow: hidden;
}

.store-locator .panel-media 
{
    z-index: 1;
    top: 5px;
    left: 225px;
}

ul.vendor-list.start li
{
    width: auto;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    float: left;
    width: 150px;
    margin-right: 30px; 
margin-bottom: 3px;
    color: #000;
}

ul.vendor-list.start li ul
{
    margin-top: 5px;
    margin-bottom: 10px;
    overflow: visible;
}
ul.vendor-list.start li ul li
{
    width: 140px;
    padding-left: 10px;
    background-image: url(../image/chrome/bullet-red.png);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    float: none;
    display: list-item;
    color: #b00000;
    font-weight: bold;
}

ul.vendor-list.start li ul li.composite 
{
    margin-top: 5px;
    border-top: 1px dashed #999;
    padding-top: 5px;
    background-position: 0px 7px;
}

ul.vendor-list.normal li
{
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    float: none;
    color: #b00000;
    width: auto;
    clear: both;
}

ul.vendor-list.normal li ul
{
    position: relative;
    top: -15px;
    left: 150px;
    color: #000;
}

ul.vendor-list.normal li ul li
{
    clear: none;
    font-size: 10px;
    text-transform: none;
    font-weight: normal;
    width: 180px;
    float: left;
    color: #000;
    height: 100px;
    padding-bottom: 10px;
}

ul.vendor-list.normal li ul li.composite 
{
    margin-top: 5px;
    border-top: 1px dashed #999;
    padding-top: 5px;
    background-position: 0px 7px;
}


/*
li.vendor-location-aggregated
{
    
    float: left;
    margin-right: 3%;
}

li.vendor-location-aggregated 
{
    float: left;
    margin-right: 3%;
}

li.vendor-location-aggregated ul
{
    float: left;
}

li.vendor-location 
{
    width: 150px;
    margin-right: 10px;
}

*/
li.vendor
{
    width: 150px;
    margin-right: 20px;
    float: left;    
}

li.vendor strong 
{
    display: block;
}

li.vendor a
{
    display: block;
}