#infoDialog {
    background: none repeat scroll 0 0 #F9EDBE;
    border: 1px solid #F0C36D;
    font-size: 12px;
    left: 32em;
    padding: 5px 10px;
    position: absolute;
    z-index: 50;
}
#map_list {
    background-color: white;
    z-index: 5;
}
#map_canvas { height: 300px; min-width:100px; border-style:solid; border-width:1px; border-color:#999999

}
.topBar {
    padding:5px;
    white-space:nowrap;

}
#directionsPlane {
    display:none;
}
.markerImg {
    height:22.6666px;
    width:14px;
    cursor:pointer;
}
#directions {
    font-size:14px;
}

.skuImg {
    margin-right: 5px;
}
.titleStrong {
    margin-left:5px;
}
/*********** RESET ****************/
cite, em { font-style:italic; }
fieldset, img { border: none; }
caption, th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
.directionsMainAddresses {
    padding:5px;
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid silver;
    color: #000000;
    cursor: pointer;
    margin: 10px 0;
    vertical-align: middle;

}
.directionsIcon {
    float:left;
    margin-right:10px;
}
.directionsTable {
    border-collapse: collapse;
    cursor: pointer;
}
.directionsMiles {
    white-space:nowrap;
}
.directionsTable td {
    border-top: 1px solid #CDCDCD;
    margin: 0;
    padding: 0.3em 3px;
    vertical-align: top;

}
.directionsDistnace {
    padding: 0 3px 3px;
}
/*********** RESULTS ****************/
#storeList {
	width: 810px;
	overflow: auto;
	font-size: 14px;
}
/*********** RESULTS: RECORDS ****************/
#storeList .resLocation { float: left; width: 180px; padding-left: 7px; padding-top: 20px; height: auto; clear: none; margin-bottom: 10px; }
#storeList .resLocationSelected { float: left; width: 202px; padding-left: 12px; padding-top: 20px; height: auto; clear: none; margin-bottom: 10px; }

/*********** RESULTS: PAGES ****************/
#map_list .resPages { clear:both; text-align:left; padding-left:12px; margin-top:5px; padding-bottom: 10px; font-weight:bold; font-size:12px; }
#map_list .resPages a { color:#777; padding:2px; margin-right:5px; }
#map_list .resPages a.selected { color:black; }
#map_list .resPages a.selected:hover { color:black; cursor:auto; }
#map_list .resPages a:hover { color:#ccc; background-color: #FFF; }


#srchZip { height: 31px; outline:none; font-size: 14px; color:#404040; width: 60px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #cfcfcf; margin-left: 5px; text-align: center; }

.searchButton { width:130px; height:33px; color:#FFF; margin-left:10px; background-color: #ff560a; background-image: url(../images/Button.png); cursor: pointer; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; background-repeat: no-repeat; font-size: 14px; font-weight: bold; }
#address { height: 31px; outline:none; font-size: 14px; color:#404040; width: 60px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #cfcfcf; margin-left: 5px; text-align: center; }
#storeCount { font-size:14px; color:#404040; height: 21px; margin-left:10px; font-size:14px; outline:none; border: 1px solid #AAAAA7; }
select { color:#404040; font-size:14px;}

.inputButton {
	display: inline-block;
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 11px;
	text-decoration: none;
	border: 0px solid #83000D;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #83000D;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#D80125), to(#83000D));
	background: -webkit-linear-gradient(##D80125, 83000D);
	background: -moz-linear-gradient(##D80125, 83000D);
	background: -ms-linear-gradient(##D80125, 83000D);
	background: -o-linear-gradient(##D80125, 83000D);
	background: linear-gradient(##D80125, 83000D);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#83000D', endColorstr='#D80125');
	text-shadow: 0px 0px 0px #8f1100, 1px 1px 2px #8f1100;
	-pie-background: linear-gradient(#83000D, #D80125, );
	behavior: url(/PIE.htc);
}
.inputButton:hover {
	color: #ffffff !important;
	background: #590009;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#A40017),to(#590009));
	background: -moz-linear-gradient(top, ##A40017, 590009);
	background: -ms-linear-gradient(top, ##A40017, 590009);
	background: -o-linear-gradient(top, ##A40017, 590009);
	background: linear-gradient(##A40017, 590009);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#590009', endColorstr='#A40017');
	border-color: #c31f1f;
	box-shadow: 0px 1px 5px #000000, inset 0px 0px 5px #ff9900;
	-moz-box-shadow: 0px 1px 5px #000000, inset 0px 0px 5px #ff9900;
	-webkit-box-shadow: 0px 1px 5px #000000, inset 0px 0px 5px #ff9900;
	text-shadow: 0px 0px 0px #8f1100, 1px 1px 2px #8f1100;
	-pie-background: linear-gradient(#83000D, #D80125);
	behavior: url(/PIE.htc);
}
.inputButton:active {
    position:relative;
    top:1px;
}
span.address { font-size: 12px; }
span.miles { font-size: 11px; }
