@CHARSET "ISO-8859-1";

#storeList {
	color: #000;
	font-size: 11px;
	text-align: left;
	font-family: Tahoma, Verdana, Arial;
	text-decoration: none;
}

#storeList div  div:hover {
	background: #e4e4e4;
	cursor:pointer;
}
#storeList a:link {
	color: #000;
	text-decoration: none;
}
#storeList a:visited {
	color: #888888;
	text-decoration: none;
}

#categoryMenu {
	float: left;
	width: 100%;
}

#categoryMenu a {
	display: block;
	width: 100%;
	color: #fff;
	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 {
}

.textfield {
	border: 1px solid #999999;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 18px;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}
