
div#matrix-description
{
	margin: 0 0 30px 0;
}

div#matrix-container
{
	position: relative;
	margin: 0 0 20px 0;
}

div#matrix table
{
	border-spacing: 0;
}

div#matrix th.header,
div#matrix tbody td
{
	width: 120px;
}

div#matrix a,
div#matrix span
{
	height: 33px; /* + 26px padding */
	overflow: hidden;
}

div#matrix tbody th span,
div#matrix tbody th a
{
	width: 129px;
}

div#matrix td,
div#matrix th
{
	padding: 0;
}

div#matrix th a,
div#matrix th span
{
	color: #333;
	font-size: 0.85em;
}

div#matrix th a,
div#matrix a:hover
{
	text-decoration: none;
}

div#matrix tbody th
{
	background: #fff1de;
}

div#matrix thead a
{
	display: block;
}

div#matrix thead a,
div#matrix thead span
{
	display: block;
	padding: 10px;
}

div#matrix thead th.first
{
	font-weight: bold;
	background: #FFF;
	width: 156px;
	overflow: hidden;
}

div#matrix thead th.first a,
div#matrix thead th.first span
{
	padding-top: 0;
	height: 43px;
	width: 136px;
}

div#matrix thead th.first,
div#matrix tbody th
{
	border-right: 1px solid #d7d7d7 !important;
}

div#matrix tbody th.hover-before,
div#matrix tbody th.hover-current
{
	border-right: 1px solid #666 !important;
}

div#matrix thead th.hover-before,
div#matrix thead th.hover-current
{
	border-bottom: 1px solid #666;
}

#matrix_top_header_5 a,
#matrix_top_header_5 span
{
	border-right: none !important;
}

div#matrix thead th
{
	border-bottom: 1px solid #d7d7d7;
	background: #e9e9e9;
}

div#matrix thead th a,
div#matrix thead th span
{
	border-right: 1px solid #FFF;
}

div#matrix thead th.first a
{
	color: #bc173f;
	text-decoration: underline;
}

div#matrix th.hover-current
{
	background: #FFF !important;
}

div#matrix th.hover-current *
{
	font-weight: bold;
	color: #e18808;
}

div#matrix th
{
	text-align: left;
	font-weight: normal;
}

div#matrix a,
div#matrix span
{
	display: block;
	padding: 10px 13px;
}

div#matrix tbody th
{
	overflow: hidden;
}

div#matrix tbody th a,
div#matrix tbody th span
{
	border-top: 1px solid #FFF;
}

div#matrix tbody td
{
	cursor: pointer;
}

div#matrix tbody td a
{
	display: block;
	text-decoration: none;
	background: #EEE;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
}

div#matrix tbody .empty a
{
	background: #FFF;
}

div#matrix tbody td.matrix-column-5-cell a
{
	border-right: none;
}

div#matrix tbody td.hover a
{
	background: #FFF;
}

div#center
{
	position: relative;
}

div#matrix-content
{
	position: absolute;
	top: 53px;
	left: 155px;
	padding: 10px 20px;
	width: 561px;
	font-size: 0.9em;
}

#matrix-content a
{
	color: #b91a43;
	text-decoration: none;
}

#matrix-content a:hover
{
	text-decoration: underline;
}

#matrix-content h2
{
	font-size: 1.5em;
}

#theme-subscription-notice
{
	margin-top: 15px;
	padding-top: 15px;
	background: #FFF;
}

