h2{
	color:#06622C;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	margin:0;
}
#storesBlock {
	margin:0 0 0 20px;
	float:left;
	width:530px;
	height:600px;
	text-align:center;
}
#storesBlock ul {
	float:left;
	list-style-type: none;
	width:450px;
	height:30px;
	margin: 40px 0;
	padding:0;
}
#storesBlock li {
	display:inline;
	margin:0;
	padding:0 30px;
	width:100px;
	border-right:0px solid #06622C;
}
#storesBlock li#last {
	border:0px;
}
#storesBlock a {
	color:#06622C;
	font-size:26px;
	font-style:italic;
	font-weight:bold;
	text-decoration:underline;
}
#storesBlock a:hover {
	color:#b3d88a;
}
#storesBlock a#selected{
	color:#06622C;
	text-decoration:none;
}
#storesBlockInfo {
	margin: 20px 0 0 0;
	float:left;
	width:500px;
}
#storesBlock img{
	float:left;
	width:200px;
	margin: 10px 0 0 20px;
	border:2px solid #06622C;
}
#storesAddress{
	float:left;
	width:200px;
	height:200px;
	text-align:center;
	margin: 0 0 0 20px;
}

#storesAddress a:hover{
	color:#06622C;
}
#storesAddress a:visited{
	color:#06622C;
}
#storesAddressLine {
	width: 190px;
	color:#06622C;
	font-size:18px;
	font-style:italic;
}
#storesAddressLine a{
	font-weight:normal;
	font-size:18px;
	text-decoration:underline;
}
#storesHours{
	float:left;
	width:250px;
	height:200px;
	text-align:left;
	margin:0 0 0 10px;
}
#storesHoursHeader {
	color:#06622C;
	font-size:16px;
	font-style:italic;
	text-decoration:underline;
	margin:0 0 10px 10px;
	width:200px;
	text-align:center;
}
#storesHoursDay {
	float:left;
	width:100px;
	text-align:right;
	margin: 0 10px;
	color:#06622C;
	font-size:16px;
	font-style:italic;
}
#storesHoursTime {
	float:left;
	width:100px;
	text-align:left;
	margin: 0 10px;
	color:#06622C;
	font-size:16px;
	font-style:italic;
}