@CHARSET "ISO-8859-1";

#storeList div  div:hover {
	background: #fff;
	cursor:pointer;
}
#storeList a:link {
	color: #333;
	text-decoration: none;
}
#storeList a:visited {
	color: #666666;
	text-decoration: none;
}

#categoryMenu {
	float: left;
	width: 100%;
}

#categoryMenu a {
	display: block;
	width: 100%;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding: 5px 10px;
}

#categoryMenu a:hover {
	width: 100%;
	cursor: pointer;
}

#map {
	width: 450px;
	height: 450px;
	border: 1px solid #a9a9a9;
}

.bottom_dashed {
	border-bottom: 1px dashed #b9b9b9;
}
