
/*
.stores {
    min-width: 220px;
	size:auto;
}
*/
.stores .image img {
    float: left;
    margin: 0px 10px 10px 10px;
    border: 2px solid #888;
	/*size: auto;*/
}
.stores .title{
    font-weight: bold;
}

#bottom_list {
    clear: both;
    vertical-align: middle;
    height: 19px;
	display: block;
	background: #fff url(images/menubottom_bg.jpg) repeat-x bottom;
    padding: 7px 0px 5px 0px;
	border-top: 2px solid #888;
	border-bottom: 1px solid #606060;
    /*border: 2px dotted #f0f;*/
    margin-top: 80px;
}
#bottom_list span {
    padding: 0 0 0 30px;
}

