/* storemap format */

div#googlemap { height: 500px; }
div#googlemap { *margin-left: 340px; }
div.searchresults {width: 190px; }
/* div.searchresults li {list-style-type: disc;} */
div.searchresults div.customer_entry,
div#searchresults div.customer_entry {cursor: pointer; border: 1px solid #aaa; margin: 3px;padding:3px;}
div.searchresults div.customer_entry:hover,
div#searchresults div.customer_entry:hover{ background-color: #fdd;}
div#googlemap div.customer_entry_map {cursor: pointer; border: 0px solid #aaa; margin: 3px;padding:3px;}
div#googlemap div.customer_entry_map:hover{ background-color: #fff;}

div.customer_entry div.customer, div#googlemap div.customer {font-size: 97%; color: #600;}
div.customer_entry div.address, div#googlemap div.address {font-size: 83%; color: #333; padding-bottom: 0.5em; padding-left: 0.3em;}
div.customer_entry div.acct, div#googlemap div.acct {font-size: 83%; color: #333; padding-bottom: 0em; padding-left: 0.3em;}
div.customer_entry div.distance, div#googlemap div.distance {font-size: 83%; color: #333; padding-bottom: 0.5em; padding-left: 0.3em;}
div#searchresults div.saved div.customer {color: #800;}
input[type="text"].homeaddress {width: 20em;}
div#searchresults {height: 500px; overflow:auto; position: relative; z-index: 0;}
div#searchresults div.error {color:#666;font-weight:bold;padding-bottom: 1em; }
span#message {color:#888; font-size: 77%; padding-bottom: 1em;}

div#LocalMap div.floatl { float: left; padding-right: 0.5em; } 

