﻿#bkgPage{
	background-image:url(../images/bkg_stores.jpg);
	background-repeat:no-repeat;
	background-position:center 139px;
}
#columnTestRight{
	width:750px;
	float:left;
	padding-bottom:15px;
}
#storeLocatorContainer
{
    clear:both;
    background-color:#f0f1b9;
    width:942px;
    padding-left:18px;
    padding-bottom:15px;
    margin-bottom:20px;
    overflow:hidden;
}

#storeInstructions
{
    margin-top:20px;
    margin-bottom:20px;
    color:#3c4646;
    font-size:13px;
}
#storeInstructions p
{
    margin:0;
}
#storeInstructions a
{
    text-decoration:underline;
}
#inputFormContainer
{
    float:left;
    width:565px;
    height:45px;
    border:1px solid #b4b4b4;
    background-color:#e7e98f;
    padding-top:15px;
    padding-left:15px;
    margin-right:12px;
    margin-bottom:12px;
    color:#87884a;
    font-size:12px;
}
#formInstructions
{
    margin-left:62px;
    margin-top:2px;
    font-size:9px;
    font-family:Arial, Helvetica, sans-serif;
}
#numResultsDisplay
{
    float:left;
    width:302px;
    height:55px;
    border:1px solid #b4b4b4;
    background-color:#e7e98f;
    padding-top:5px;
    padding-left:15px;
    font-size:20px;
    color:#87884a;
}
.numResults
{
    font-size:40px;
    font-weight:bold;
}
#resultMap
{
    float:left;
    width:580px;
    height:580px;
    border:1px solid #b4b4b4;
    margin-right:12px;
}
#resultList
{
    float:left;
    width:302px;
    height:565px;
    border:1px solid #b4b4b4;
    padding-top:15px;
    padding-left:15px;
    font-size:12px;
    color:#87884a;
}
#resultList p
{
    margin:0;
    font-size:12px;
    line-height:16px;
}
.formField
{
    color:#87884a;
    border:1px solid #b4b4b4;
    font-size:11px;
    font-family:Arial, Helvetica, sans-serif;
    padding:2px;
}
.subHeaderText
{
    color:#274c61;
}
#subHeaderText
{
    color:#274c61;
}
#onlineStoreListContainer
{
	margin-left:60px;
	padding-top:30px;
	width:660px;
	clear:both;
}
.onlineStoreTitle
{
    color:#bd4e30;
    font-size:13px;
    font-weight:bold;
    margin-bottom:4px;
}
.pageTitle
{
    color:#bd4e30;
    font-size:13px;
    text-transform:uppercase;
    font-weight:bold;
    letter-spacing:2px;
    margin-bottom:30px;
}
.onlineStoreTitle a
{
    color:#505046;
    text-decoration:none;
}
.onlineStoreTitle a:hover
{
    color:#bd4e30;
    text-decoration:underline;
}
