/* CSS Document */
.stores{
	float: left;
	margin-top: 10px;
	padding-right: 10px;
}
.stores h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A5A9C;
	margin: 0px 0px 10px 0px;
	clear: both;
}
.stores ul{
	float: left;
	width: 354px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	list-style: none;
}
.stores li{line-height: 18px;
}
.stores li a{
	text-decoration: none;
	color: #000000;
}
.stores li a:hover{
	color: #0A5A9C;
	font-weight: bold;
}
.pictures{
	margin-top: 10px;
	float: left;
	width: 188px;
}
.pictures img{
	margin-bottom: 20px;
}
.right{
	text-align: right;
}