
#matrices
{
	padding: 40px 0 0 0;
	border-bottom: 1px solid #e1840b;
}

#matrices ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#matrices .header
{
	float: left;
}

#matrices h2
{
	margin: 0;
	padding: 15px 0 15px 15px;
	font-size: 0.95em;
	text-transform: uppercase;
	width: 185px;
	line-height: 1.5;
}

#matrices h2 a
{
	color: #e18808;
	text-decoration: none;
}

#matrices .body
{
	margin: 0 0 0 215px;
	padding: 15px 0 15px 0;
	font-size: 0.85em;
}

#matrices .description
{
	padding: 0 40px 0 0;
}

#matrices .description *
{
	margin: 0;
}

li.matrix
{
	border-top: 1px solid #e1840b;
	overflow: hidden;
}

.js-enhanced .matrix
{
	background: #fdf4eb url('../../images/common/yellow-arrow-down.gif') no-repeat 548px 17px;;
	cursor: pointer;
}

.js-enhanced .folded:hover
{
	background-color: #fdf4eb !important;
}

#matrices .folded
{
	background-image: url('../../images/common/yellow-arrow-left.gif');
	background-color: #FFF;
	background-position: 550px 15px;
}

#matrices .has-description .themes
{
	padding: 20px 0 0 0;
}

#matrices .themes
{
	overflow: hidden;
}

#matrices .themes ul
{
	overflow: hidden;
}

#matrices .themes li
{
	float: left;
	width: 164px;
	padding: 0 10px 5px 0;
}

