/* CSS Document */
.store{
	float: left;
	margin-top: 10px;
	padding-right: 20px;
	width: 225px;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A5A9C;
	margin: 0px 0px 10px 0px;
	clear: both;
}
h1 a:hover{
	font-weight: bold;
}
.store h2, .mall h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A5A9C;
	margin-bottom: 4px;
}
.store ul{
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.store li{line-height: 18px;
	margin-left: 25px;
}
.store li a{
	text-decoration: none;
	color: #000000;
}
.store li a:hover{
	color: #0A5A9C;
	font-weight: bold;
}
.store p{
	margin-top: 0px;line-height: 18px;
}
.mall{
	margin-top: 10px;
	padding-left: 25px;
	border-left: 1px solid #0A5A9C;
	float: left;
	width: 467px;
}
.mall a{
	text-decoration: none;
	color: #000000;
}
.mall img{
	margin-bottom: 8px;
}
.mall table{
	width: 467px;
}
.mall td{
	padding-bottom: 20px;
	vertical-align: top;
}
.note{
	font-size: 9px;
}
.mall h1 a{
	color: #0A5A9C;
	text-decoration: none;
}