/* CSS Document */

body { 
	margin: 0px; 
	padding: 0px; 
	font-size: 13px; 
	font-family: Trebuchet, "Trebuchet MS", "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif; 
	color: #1B1B1B;
	background: #F2F1EC;
	}
img { border: 0 none; }
.img_right { float: right; margin-left: 10px; }
.img_left { float: left; margin-right: 10px; }

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	}

#container { 
	width: 100%;
	margin: 0;
	padding: 0;
	}
#header {
	margin: 0;
	border-bottom: 5px solid #fff; 
	padding: 0;
	height: 66px;
	background: url(img/header_bg.gif) top left repeat-x;
	}
#logo {
	width: 290px;
	float: left;
	height: 66px;
	margin: 0px;
	padding: 0;
	background: url(img/logo.gif) top left no-repeat;
	}
#logo h1 { padding: 0; margin: 0; }
#logo h1 a {
	width: 200px;
	height: 66px;
	padding: 0;
	margin: 0;
	display: block;
	}
#logo h1 a span {
	display: none;
	}

#quicknav {
	float: right;
	padding: 15px;
	}
#quicknav p { margin: 0; padding: 0; color: #999; }
#quicknav a {
	color: #777;
	text-decoration: none;
	}
#quicknav a:hover {
	color: #FF6600;
	}
#quicknav a.radlink {
	background: #C0BFA7;
	color: #1B1B1B;
	padding: 2px 5px;
	font-weight: bold;
	margin-right: 10px;
	}
#quicknav a:hover.radlink {
	background: #FF6600;
	}

/* ========= nav ========== */	
#nav {
	margin: 0;
	padding: 0;
	background: url(img/nav_bg.gif) top left repeat-x;
	height: 44px;
	line-height: 45px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
#nav ul {
	margin: 0;
	white-space: nowrap;
	padding: 0;
	}
#nav li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#nav a {
	padding: 12px 12px 14px 12px;
	margin: 0;
	border-top: 3px solid #fff;
	background: #E4E2D8;
	color: #333;
	text-decoration: none;
	}
#nav a:link, #nav a:visited {
	color: #000;
	text-decoration: none;
	}
#nav a:hover {
	background: #F5F5F1;
	color: #F60;
	border-top: 3px solid #D6D4C5;
	}
#active a:link, #active a:visited, #active a:hover {
	border-top: 3px solid #F60;
	background: #C0BFA7;
	color: #1B1B1B;
	}
/* ========= subnav ========== */	
#subnav {
	margin: 0;
	padding: 1px 0 0 10px;
	background-color: #C0BFA7;
	height: 30px;
	line-height: 30px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #999;
	}
#subnav p {
	margin: 0;
	padding: 0;
	}
#subnav a {
	color: #D75501; /* was 333 */
	padding: 2px;
	}
#subnav a:hover {
	background: #333; /* was none */
	color: #FFF; /* was F60 */
	padding: 2px;
	color: #fff;
	text-decoration: none;
	}
#subnav a.current_subnav {
	font-weight: bold;
	}

/* ========== structure ========== */

#content {
	margin: 0;
	padding: 0;
	width: 800px;
	background: #fff url(img/content_bg.gif) 0 0 repeat-y;
	border-top: 1px solid transparent;
	}
#content_t3mag {
	margin: 0;
	padding: 0;
	width: 850px;
	background: #fff url(img/content_bg850.gif) 0 0 repeat-y;
	border-top: 1px solid transparent;
	}
#content.single_bg {
	background: #fff url(img/single_bg.gif) 0 0 repeat-y;
	}
#single {
	margin: 0;
	padding: 0;
	padding: 0 21px 0 19px;
	}
#main {
    float:right;
    width:541px;
	padding-right: 25px;
    }
#sidebar {
    float:left;
	padding-left: 19px;
    width:200px;
/*	border-top: 5px solid #fff; */
    }
#sidebar_t3mag {
    float:left;
	padding-left: 19px;
    width:250px;
/*	border-top: 5px solid #fff; */
    }

#clearit {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	}

/* ========== the styles ========== */	
#tool_logo {
	background: url(img/T3ssFinal.jpg) 0 0 no-repeat;
	height: 66px;
	margin-top: 12px;
	}
	
#main a {
	color: #333;
	}
#main a:hover {
	color:#FF6600;
	}

h2 {
	font-size: 18px;
	color: #333;
	}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	}
h4 { /* orange header things */
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	background: url(img/orange_header.gif) 0 0 repeat-x;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	font-weight: normal;
	padding-left: 5px;
	color: #333;
	}
#sidebar h3 {
	background: url(img/sidebar_header.png) 0 0 repeat-x;
	line-height: 33px;
	color: #333;
	font-size: 14px;
	margin: 0;
	padding: 0 0 0 8px;
	border-top: 3px solid #fff;
	}
	#sidebar_t3mag h3 {
	background: url(img/sidebar_header_t3mag.png) 0 0 repeat-x;
	line-height: 33px;
	color: #333;
	font-size: 14px;
	margin: 0;
	padding: 0 0 0 8px;
	border-top: 3px solid #fff;
	}
#sidebar p {
	padding-left: 5px;
	padding-right: 5px;
	}
	#sidebar_t3mag p {
	padding-left: 5px;
	padding-right: 5px;
	}
#sidebar ul {
	margin: 0;
	padding: 0 0 0 20px;
	}
#sidebar_t3mag ul {
	margin: 0;
	padding: 0 0 0 20px;
	}
#sidebar li {
	margin: 0;
	padding: 0 0 5px 0;
	}
#sidebar_t3mag li {
	margin: 0;
	padding: 0 0 5px 0;
	}
#sidebar a {
	color: #333;
	text-decoration: underline;
	}
sidebar_t3mag a {
	color: #FF6600;
	text-decoration: underline;
	}
#sidebar a:hover {
	color: #FF6600;
	}
#sidebar_t3mag a:hover {
	color: #FF6600;
	}	
#main p.home_p {
	line-height: 140%;
	font-size: 14px;
	margin-top: 0;
	}
#main p {
	line-height: 140%;
	margin-top: 0;
	}

p#download, p#back {
	font-size: 11px;
	font-style: italic;
	}	
#download a, p#back a {
	background: url(img/downer.gif) 0 0 no-repeat;
	padding: 0 0 2px 22px;
	color: #333;
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
	}
#download a:hover, p#back a:hover {
	color: #FF6600;
	}
p#back a {
	background: url(img/back.gif) 0 0 no-repeat;
	}


#main table {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 11px;
	width: 100%;
	}
#main tr {
	background: #fff;
	}
#main tr.table_header {
	height: 21px;
	line-height: 21px;
	background: #C0BFA7;
	font-weight: bold;
	}
#main tr.row_even {
	background: #F7F6F0;
	}
#main td {
	padding: 3px 3px 3px 5px;
	border-bottom: 1px solid #E4E2D8;
	}
	

#imgbox_caption, #videobox, #productbox {
	float: left;
	padding: 0;
	margin-top: 15px;
	margin-right: 15px;
	width: 165px;
	}
#productbox {
	width: 233px;
	}
#imgbox_caption img, #productbox img {
	border: 1px solid #C0BAF7;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	}
#imgbox_caption p, #videobox p, #productbox p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	}
#videobox, #productbox {
	background: #F2F1EC;
	}
#videobox p, #productbox p {
	padding: 5px;
	}
#productbox p {
	font-size: 13px;
	}
#videobox a, #productbox a {
	color: #333;
	text-decoration: underline;
	}
#videobox a:hover, #productbox a:hover {
	color:#FF6600;
	}
a.tool_t3ss { 
	height: 187px; display: block; border: none 0;
	background: url(images/tool_T3ss.jpg) 0 0 no-repeat;
	}
a.tool_t3ss:hover {
	background: url(images/tool_T3ss_hover.jpg) 0 0 no-repeat;	
	}
a.tool_rocket {
	height: 187px; display: block; border: none 0;
	background: url(images/tool_rocket.jpg) 0 0 no-repeat;
	}
a.tool_rocket:hover {
	background: url(images/tool_rocket_hover.jpg) 0 0 no-repeat;
	}
a.tool_viper {
	height: 187px; display: block; border: none 0;
	background: url(images/tool_viper.jpg) 0 0 no-repeat;
	}
a.tool_viper:hover {
	background: url(images/tool_viper_hover.jpg) 0 0 no-repeat;
	}
a.tool_d45a {
	height: 187px; display: block; border: none 0;
	background: url(images/tool_d45a.jpg) 0 0 no-repeat;
	}
a.tool_d45a:hover {
	background: url(images/tool_d45a_hover.jpg) 0 0 no-repeat;
	}
a.tool_d60 {
	height: 187px; display: block; border: none 0;
	background: url(images/tool_d60.jpg) 0 0 no-repeat;
	}
a.tool_d60:hover {
	background: url(images/tool_d60_hover.jpg) 0 0 no-repeat;
	}
	
#sidebar_table {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 11px;
	}
#sidebar_table tr {
	padding: 5px 0;
	}
#sidebar_table tr.even {
	background-color: #EBEAE0;
	}
#sidebar_table td {
	padding: 5px;
	}
	
#app_box, #acc_box {
	margin: 0;
	padding: 10px;
	border-bottom: 5px solid #fff;
	background-color: #E4E2D8;
	}
#acc_box p {
	margin-top: 0;
	padding-top: 0;
	}
#app_box a {
	color: #333;
	}
#app_box a:hover {
	color:#FF6600;
	text-decoration: underline;
	}
#app_box_left, #acc_box_left {
	margin: 0;
	padding: 0;
	width: 143px;
	float: left;
	text-align: center;
	font-size: 11px;
	}
#acc_box_left {
	width: 175px;
	text-align: right;
	}

#app_box_left img, #acc_box_left img {
	border: 1px solid #C0BFA7;
	}
#app_box_left a, #acc_box_left a {
	color: #333;
	}
#app_box_left a:hover, #acc_box_left a:hover {
	color: #F60;
	}

#app_box_right, #acc_box_right {
	margin: 0;
	padding: 0;
	width: 357px;
	float: right;
	}
#acc_box_right {
	width: 550px;
	}
	
#app_box_right table, #acc_box_right table {
	margin: 0;
	padding: 0;
	font-size: 10px;
	width: 100%;
	}
#app_box_right tr, #acc_box_right tr {
	background: #fff;
	}
#app_box_right tr.app_box_right_header, #acc_box_right tr.app_box_right_header {
	height: 21px;
	line-height: 21px;
	background: #C0BFA7;
	font-weight: bold;
	}

#app_box_right tr.app_box_right_even, #acc_box_right tr.app_box_right_even {
	background: #F7F6F0;
	}
#app_box_right td, #acc_box_right td {
	padding: 3px 3px 3px 5px;
	border-bottom: 1px solid #E4E2D8;
	}
	
#acc_box_right td.gas {
	text-align: center;
	background: #333;
	color: #fff;
	}
#acc_box_right td.hybrid {
	text-align: center;
	background: #F60;
	color: #fff;
	}

/* ========== footer ========== */
#footer {
	width: 760px;
	height: 60px;
	margin: 0;
	padding: 0;
	margin-left: 19px;
	font-size: 10px;
	background-color: #E4E2D8;
	}
#footer_t3mag {
	width: 810px;
	height: 60px;
	margin: 0;
	padding: 0;
	margin-left: 19px;
	font-size: 10px;
	background-color: #E4E2D8;
	}
#footer_left {
	float: left;
	text-align: center;
	background-color: #CFCDC4;
	width: 200px;
	height: 60px;
	}
#footer_left_t3mag {
	float: left;
	text-align: center;
	background-color: #CFCDC4;
	width: 250px;
	height: 60px;
	}
#footer_right {
	float: right;
	background-color: #E4E2D8;
	width: 541px;
	height: 60px;
	line-height: 60px;
	}
#footer_right a {
	color: #333;
	}
#footer_right a:hover {
	color: #F60;
	}
	
	
	/* ===== charts that are longer with Jar Quanities ====== */
	
	#app_boxes, #acc_boxes {
	margin: 0;
	padding: 10px;
	border-bottom: 5px solid #fff;
	background-color: #E4E2D8;
	}
#acc_boxes p {
	margin-top: 0;
	padding-top: 0;
	}
#app_boxes a {
	color: #333;
	}
#app_boxes a:hover {
	color:#FF6600;
	text-decoration: underline;
	}
#app_boxes_left, #acc_boxes_left {
	margin: 0;
	padding: 0;
	width: 143px;
	float: left;
	text-align: center;
	font-size: 11px;
	}
#acc_boxes_left {
	width: 85px;
	text-align: left;
	}

#app_boxes_left img, #acc_boxes_left img {
	border: 1px solid #C0BFA7;
	}
#app_boxes_left a, #acc_boxes_left a {
	color: #333;
	}
#app_boxes_left a:hover, #acc_boxes_left a:hover {
	color: #F60;
	}

#app_boxes_right, #acc_boxes_right {
	margin: 0;
	padding: 0;
	width: 357px;
	float: right;
	}
#acc_boxes_right {
	width: 625px;
	}
	
#app_boxes_right table, #acc_boxes_right table {
	margin: 0;
	padding: 0;
	font-size: 10px;
	width: 100%;
	}
#app_boxes_right tr, #acc_boxes_right tr {
	background: #fff;
	}
#app_boxes_right tr.app_boxes_right_header, #acc_boxes_right tr.app_boxes_right_header {
	height: 21px;
	line-height: 15px;
	background: #C0BFA7;
	font-weight: bold;
	}

#app_boxes_right tr.app_boxes_right_even, #acc_boxes_right tr.app_boxes_right_even {
	background: #F7F6F0;
	}
#app_boxes_right td, #acc_boxes_right td {
	padding: 3px 3px 3px 5px;
	border-bottom: 1px solid #E4E2D8;
	}
	
#acc_boxes_right td.gas {
	text-align: center;
	background: #333;
	color: #fff;
	}
#acc_boxes_right td.hybrid {
	text-align: center;
	background: #F60;
	color: #fff;
	}
#boxes_download a {
	color: #333;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	}
#boxes_download a:hover {
	color: #FF6600;
	}
w