@charset "utf-8";
/* CSS Document */


ul.storeframe {
    width: 730px;
    height: inherit;
}

li.chooseastore {
    width: 150px;
    list-style-type: none;  
    margin: 0 5px 10px;  padding: 10px;  border: 1px solid #ddd;  
    background-color: #FFF9BB;
    height: 27px;
    text-align: center;
	font-size:15px;
}
a.storetextset:link {
font-weight: bold;
color: #333333;
text-decoration:underline;
text-decoration: initial;
}
a.storetextset:visited {
color: #333333;
/* color: #0100ce; */
text-decoration:underline;
}
a.storetextset:hover {
color:#0100ce;
text-decoration:underline;
}
a.storetextset:active {
color:#0100ce;
text-decoration:underline;
}

