/*search styles*/
#container-header-image img,
#container-bottom-image img
{
    display:block;
}
#store-finder #header,
#store-finder-search #header{
    background-color:#fff;
}
#store-finder #footer-content,
#store-finder-search #footer-content{
    background: url(none);
}
#store-finder #main,
#store-finder-search #main{
    background: #677D0E url(none);
}
#store-finder #content,
#store-finder-search #content{
    overflow:visible;
    height:auto;
}
#store-finder #content_cntr,
#store-finder-search #content_cntr{
    margin-left:33px;
    margin-right:36px;
    background-color: #f0f2e7;
}
.store-finder-heading{
    border-bottom:1px solid #CCCCCC;
    height:60px;
    position:relative;
    width:850px;
}
#content_cntr p{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#content_cntr h2{
    margin: 0 0 0 0;
    height: 1px;
    font-size:1px;
    line-height:1px;
    position:absolute;
    left: -5000px;
    float:left;
}
#store-finder-search #content_cntr{
    padding-left:110px;
    color: #606060;
}
.store-finder-text {
    left:200px;
    position:absolute;
    top:-3px;
    width:600px;
}
.store-finder-text p{
    margin: 0 0 10px 0;
}
#store-finder #content_cntr ul{
    margin:20px 0 0 80px;
    padding:0px;
}
#store-finder #content_cntr ul li{
	height: 55px;
    list-style-type:none;
}
#store-finder #content_cntr ul li img{
    padding-right:10px;
}
#store-finder #results {
    margin-left:33px;
    margin-right:36px;
    background-color: #f0f2e7;
}

.input-container {
    margin-top: 8px;
    padding-bottom: 8px;
}
.input-container label{
    display:block;
    float:left;
    padding-right:5px;
    width:85px;
}
.input-container.submit{
    margin-left:85px;
}

table#results-table{
    width: 692px;
    margin-top: 15px;
}
table#results-table th{
    background-color: #2e296c;
    color: #fff;
    font-weight:bold;
    text-align:left;
}
table#results-table th,
table#results-table td{
    padding: 4px 0;
}
table#results-table th.storeCell{
    padding: 0 0 0 36px;
}
table#results-table .storeCell{
    padding-left:5px;
}
table#results-table .storeCell img{
    float:left;
}
table#results-table .storeCell span{
    line-height: 29px;
}
table#results-table .distanceCell{
    padding-right:4px;
    padding-left:15px;
}
table#results-table .phoneCell{
    padding-right:10px;
}
table#results-table .directionsCell a{
    text-decoration: underline;
    color: #606060;
}
table#results-table td.pagination {
    text-align:center;
    padding: 14px 0 0 0;
}
table#results-table td.pagination a{
    text-decoration: none;
    color: #606060;
}
table#results-table td.pagination a span{
    text-decoration: underline;
}

table#results-table tr.colorGrey{
    background-color: #d3d4d6;
}
table#results-table tr.colorWhite{
    background-color: #fff;
}
table#results-table td.request-form{
    font-size:0.8em;
    padding-top:12px;
}
table#results-table td.request-form a{
    text-decoration: underline;
    color: #606060;
}

#results-found {
    margin-top:10px;
    font-size:1.2em;
    font-weight:bold;
}
fieldset#error {
	margin: 15px 0px;
	width:460px;
}
input#zip-code {
	height:12px;
	padding-bottom:2px;
	padding-left:0;
	padding-right:0;
	padding-top:0;
}
img.title-image {
	margin-bottom: 10px;
}