@charset "utf-8";
/* CSS Document */

/* Store Index Styles */

.store-tables {
	background-color:#f0f0f0;
	border:1px solid #dcdcdc;
	margin:7px;
}
.store-tables h1{
	margin:0px;
	font-size:1.3em;
	font-weight:bold;
	color:#3e7b26;
}
.white-cont {
	margin:7px;
}
.white-cont h1{
	margin:0px;
	font-size:1.3em;
	font-weight:bold;
	color:#3e7b26;
}
.white-cont h2{
	margin:6px 0;
	font-size:1.3em;
	font-weight:bold;
	color:#000;
	line-height:1.1em;
}

/* Store Details Styles */

.white-cont h3{
	margin:8px 0;
	font-size:1.1em;
	font-weight:bold;
	color:#3e7b26;
}
.white-cont h4{
	margin:0;
	font-size:1.1em;
	font-weight:bold;
	color:#000;
}
.store-tables ul{
	margin-top:4px;
}
.store-container a {
	text-decoration:none;
	font-weight:bold;
	color:#3e7b26;
}
.store-container a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

/* Store Floats */

.float {
	float:left;
}
.cell-gray {
	background-color:#f0f0f0;
}
.float-gray {
	width:122px;
	padding:9px;
	background-color:#f0f0f0;
	float:left;
}
.float-white {
	width:122px;
	padding:9px;
	background-color:#fff;
	float:left;
}
.store-gallery {
	width:556px;
	margin:10px 14px 10px;
}
.store-features-white {
	padding:5px 20px;
	background-color:#FFFFFF;
}
.store-features-gray {
	padding:5px 20px;
	background-color:#f0f0f0;
}