.clear {
	clear: both;
}

.hidden {
	display: none;
}

.block {
	display: block;
}


#content-heading {
	padding: 5px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #99a4de;
}

#content {
	padding: 5px;
}

#tab-header {
	clear: both;
	border-bottom: 1px solid #000;
}

.tab {
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	margin-right: 1px;
	background-color: #b8bee0;
	position: relative;
	top: -5px;
}

.tab-active {
	border-bottom: 1px solid #b8bee0;
}

.tab-inactive {
	border-bottom: 1px solid #000;
}

.sub-content {
	margin: 0px;
	padding: 0px;
	min-width: 640px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

ul.sub-content {
	list-style: none;
}

ul.sub-content li.collection-row {
	clear: both;
}

.view-collection {
	margin: 0px;
	padding: 5px;
	background-color: #b8bee0;
}

.view-collection div {
	float: right;
	text-align: center;
}

.collection {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.collection .product {
	 float: left;
	 margin-bottom: 10px;
	 text-align: center;
	 width: 24.9%;
}