/* container for the matrix */
#matrixLayout {
	width: 943px;
	/*height: 440px;*/
	margin-top:10px;
	margin-bottom:10px;
}
/* columns formatting */
#matrixLayout #categories, #matrixLayout #details {
	height: 440px;
	float: left;
	overflow:auto;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
/* container for each column */
.mcontainer {
	float:left;
}
/* Column1 width */
#matrixLayout #categories {
	/*  width: 393px; */
	width: 305px;
	height: 278px;
}
/* Column2 width */
#matrixLayout #details {
	/*  width: 547px; */
	width:635px;
	height: 278px;
}
/* column1 */
#matrixLayout #categories {
	border-right: 1px solid #ddd;
	border-left:1px solid #ddd;
	background-color: #f4f4f4;
}
/* column2 */
#matrixLayout #details {
	background-color: #fff;
	border-right: 1px solid #ddd;
}
/* column 1 and 2 links */
#categories a {
	border-bottom: 1px solid #ddd;
	padding: 8px 24px 8px 8px;
	height: auto;
	display: block;
	float: none;
	cursor: pointer;
	color: #444;
	background-color: #eee;
}

/* column 1 and 2 links hover state */
#categories a:hover, #categories a:focus {
	color: #07486e;
	background-color: #fff;
}
/* do not outline links when clicked */
#categories a:active, #categories a:focus {
	outline:none;
}
/* background image for links that are selected and bg color */
 #categories a.selected, #categories a.selected:hover, #categories a.selected:focus {
	background:#07486e url(/graphics/matrixarrow.gif) center right no-repeat;
	color:#fff;
	text-decoration:none;
}
/* content divs inside column 3 */
#details .m_content {
	height: 263px;
	padding: 10px 10px;
	padding-bottom:5px;
}
#details .m_content h2 {
	margin:0;
	padding:0;
}
/* hide all reports defaulted */
.item {
	display:none;
}
.videoframe {
	border:1px solid #ddd;
	padding:5px;
	margin:10px 0;
	float:left;
}
#details .m_content object, #details .m_content embed {
	margin:0;
	padding:0;
}

.product_column {
	float: left;
	margin-right: 40px;
	width: 260px;
}

h1 {
	margin: 0 !important;
}
