#liststores {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 430px;
padding: 0px;
margin: 0px;
float:left;
}

#liststores ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#liststores ul li {
margin: 0px;
padding: 0px;
}
#liststores ul li a {
font-size: 80%;
display: block;
border-bottom: 1px dashed #C39C4E;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;
width:430px;
}

#liststores ul li a:hover, #liststores ul li a:focus {
color: #000000;
background-color: #eeeeee;}

a:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:250px; font-size:11px;}
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}

label.normal { 
font-weight:normal;
text-align:left;width:140px; 
padding-left:25px;
background: transparent url(/images/cancel.png) no-repeat scroll left;
position:absolute; 
padding:180px 0px 0px 370px;
}

