/* CSS Document */
.information{
	float: left;
	margin-top: 10px;
	padding-right: 20px;
	width: 558px;
}
.information h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A5A9C;
	margin: 0px 0px 10px 0px;
	clear: both;
}
.information ul{
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	list-style: none;
}
.information li, .information p{line-height: 18px;
}
.information p{
	margin-top: 0px;
}
.information li a{
	text-decoration: none;
	color: #000000;
}
.information li a:hover{
	color: #0A5A9C;
	font-weight: bold;
}
.pictures{
	margin-top: 10px;
	float: left;
	width: 137px;
}
.stores{
	background-image: url(../_images/mallinfo_button.jpg);
	background-repeat: no-repeat;
	width: 159px;
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0A5A9C;
	line-height: 45px;
	float: left;
	text-align: center;
	margin: 0px auto 20px auto;
}
.stores a{
	color: #0A5A9C;
	text-decoration: none;
}