/* CSS Document */
.stores{
	float: left;
	border-right: 1px solid #0A5A9C;
	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: 210px;
	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;*/
}
.stores .substores{
	float: inherit;
	list-style: disc;
	margin: 0px 0px 5px 15px;
	padding: 0px 0px 0px 15px;
	width: 165px;
}

.details{
	float: left;
	margin: 10px 0px 0px 15px;
	width: 290px;
}
.details ul{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	list-style: none;
	
	font-size: 12px;
}
.details li{
	margin-bottom: 4px;
}
.details li a{
	color: #0A5A9C;
	text-decoration: none;
}
.details .storepic{
	/*float: left;
	display: block;
	margin-right: 15px;
	*/
	margin:0px auto;
	margin-bottom: 10px;
}
.details p{
	/*width: 180px;*/
	margin: 0px;
	/* float: left; */
}