
h1 {
	font-size: 14px;
}

#products-menu {
	width: 900px;
	height: 22px;
	overflow: hidden;
}

.product-menu-item {
	background-color: #222;
	height: 20px;
	width:  130px;
	font-size: 14px;
	text-align: center;
	float: left;
	margin: 2px;
}

#product-nav-sidebar {
	width: 130px;
	height: 400px;
	border: solid 1px #4E4329;
	overflow-x: hidden;
	background: #000;
	float: left;
	padding: 5px;
}

#season-selector {
	width: 900px;
}

.season-selector-item {
	float: left;
}

#products-list-seasonal {
	width: 740px;
	float: right;
	padding: 5px;
	background: #222;
	border: solid 1px #4E4329;
}

.product-seasonal-item {
	float: left;
	margin: 5px;
	background: #444;
	text-align: center;
}

.product-seasonal-item div {
	background: #000;
	height: 12px;
	width:  135px;
	font-size: 8px;
}


#products-list-nonseasonal {
	width: 740px;
	height: 410px;
	float: right;
	padding: 5px;
	background: #222;
	border: solid 1px #4E4329;
	overflow-x: scroll;
	overflow-y: hidden;
}

#products-nonseasonal-container {
	height: 400px;
	width: 10000px;
	white-space: nowrap;
}

.product-nonseasonal-item {
	height: 400px;
	float: left;
	padding: 0px 8px;
	text-align: center;
}

#products-detailed-view {
	width: 710px;
	height: 410px;
	float: right;
	border: solid 1px #4E4329;
	background: #000;
	padding: 5px 20px;
}
