@charset "utf-8";
/* CSS Document */

#wrapper #sec_content {
	margin-top:3px;
	background:url(../images/secondary_bg_repeat.gif) left top repeat-y;
}
#wrapper #sec_content #sec_left {
	padding:4px;
	float:left;
	width:205px;
	border-top:1px solid #CDCABD;
	/*background:#D9D6C9;*/
	margin-bottom:3px;
}
#wrapper #sec_content #sec_left ul {
	margin:12px 0 0 20px;
	padding:0;
}
#wrapper #sec_content #sec_left ul li {
	list-style:none;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	margin:0;
	padding:3px 0;
}
#wrapper #sec_content #sec_left ul li ul {
	margin:0 0 0 10px;
	padding:0;
}
#wrapper #sec_content #sec_left ul li ul li {
	background:url(../images/list_dash.gif) no-repeat;
	font:10px Arial, Helvetica, sans-serif;
	color:#333;
}
#wrapper #sec_content #sec_left a {
	color:#000;
	display:block;
	padding:0 0 0 13px;
	text-decoration:none;
}
#wrapper #sec_content #sec_left a:hover {
	color:#BF2E1A;
	text-decoration:underline;
}
#wrapper #sec_content #sec_left .chevron {
	background:url(../images/list_chevrons.gif) no-repeat;
	color:#BF2E1A;
}
#wrapper #sec_content #sec_right {
	padding:50px 51px 0 34px;
	margin-left:219px;
	font:12px Arial, Helvetica, sans-serif;
	background:url(../images/sec_rightside_bg.jpg) no-repeat;
}
#wrapper #sec_content #sec_right h1 {
	font-size:14px;
	font-weight:bold;
}
#wrapper #sec_content #sec_right h2 {
	font-size:13px;
	color:#333;
}
#wrapper #sec_content #sec_right h3 {
	font-size:12px;
	color:#666;
}
#wrapper #sec_content #sec_right a {
	color:#8F0C02;
	font-size:11px;
}
#wrapper #sec_content #sec_right a:hover {
	text-decoration:none;
	color:#333;
}
#wrapper #sec_content #sec_right #sec_prodinfo {
	float:right;
	width:237px;
	margin:-15px 0 15px 25px;
}
#wrapper #sec_content #sec_right #sec_prodinfo a.pdf {
	display:block;
	height:15px;
	background:url(../images/pdf_bg.gif) top right no-repeat;
	text-align:right;
	padding-right:20px;
	padding-top:3px;
	color:#8F0C02;
	text-decoration:none;
}
#wrapper #sec_content #sec_right #sec_prodinfo a.pdf:hover {
	text-decoration:underline;
	color:#000;
}
#wrapper #sec_content #sec_right ul.checks {
	list-style:none;
	margin:0;
	padding:0;
}
#wrapper #sec_content #sec_right ul.checks li {
	background:url(../images/ul_check.gif) top left no-repeat;
	margin:0;
	padding:0 0 0 22px;
}

#wrapper #sec_content #performance {
	border-bottom:21px solid #000;
	margin-bottom:2px;
	padding:4px 0px;
	text-align:right;
	}
	
#table_style {
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	line-height:normal;
	border:#cccccc 1px solid;
}

#table_style p {
	margin:0px;
	padding:0px;
}

#table_style .table_header {
	border-bottom:#000000 solid 1px;
	background-color:#990000;
	color:#FFFFFF;
}
	
#table_style td {
	border-bottom:#cccccc 1px solid;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
}
/* added by Jason for dynamic collapse */
#wrapper #sec_content #sec_left ul li ul {
	margin:0 0 0 10px;
	padding:0;
	display: none; 
}
#wrapper #sec_content #sec_left ul li.show ul {
	display: block;	
}
#wrapper #sec_content #sec_left ul li.show ul li a {
	color:#333;
}
#wrapper #sec_content #sec_left ul li.show ul li a.chevron {
	color:#BF2E1A;
}
/* end jason's tweaks */