#tProductContainer h4 {
	margin-top:1.3em;
	color: black;
	-x-system-font:none;
	font-family:'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
	font-size:1.3em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	}
	
a.content_link, a.content_link:visited {
	color:#29629E;
	text-decoration:underline;
	}
a.content_link:hover {
	color:#5A69E1;
	text-decoration:none;
	}

	
	td.ce1 {
		width:50%;
		padding-right:20px;
		border-bottom: 1px solid #CCC;
		text-align: left;
	}
	td.ce2 {
		width:16%;
		padding:0 3px;
		border-bottom: 1px solid #CCC;
		text-align: center;
	}
	
	table.center80 {
		width:90%;
		margin:1.8em auto;
		border:0;
		line-height:2.4em;
	}
	td.bottomBorderCell {
		border-bottom: 1px solid #CCC;
	}
	
/* /////// TABS ////////// */

div#tabs {
/* 	margin-top:-20px; */
	font-size:1.1em;
}

/* //////////////////// PRODUCT INFO /////////////////////// */

a#specs-prev {
	float: right;
	padding: 3px 10px;
	color: #fefefe;
	background-color: #a41a11;
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
	cursor: pointer;
}
a#specs-next {
	float: right;
	padding: 3px 10px;
	color: #fefefe;
	background-color: #a41a11;
	text-decoration: none;
	font-weight: bold;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
	cursor: pointer;
}
div#tproduct_info{
/* 	margin-top:40px; */
}
div#tproduct_info_image{
	width: 100%;
	background-color: #fff;
	text-align: center;
	border: 1px solid #dedede;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}
table#specs-table {
	width: 100%;
}
tr.hdg {
	font-weight: bold;
	background-color: #bbb;
	color: #fff;
	-moz-border-radius: 5px;
}
tr.row td {
	border-right: 1px solid #dedede;
	text-align: center;
}
tr.hdg td {
	text-align: center;
	padding: 2px;
}
tr.row td.desc {
	text-align: left;
	padding: 2px 2px 2px 5px;
}
tr.hdg td.desc {
	text-align: left;
	padding: 2px 2px 2px 5px;
}
tr.row:nth-child(odd) {
	background-color: rgba(0,0,0,.025);
}
tr.indrow td.desc {
/* 	padding: 2px 2px 2px 20px; */
}
tr.row td.dot {
	background-image: url('../_img/media/options_closed.png');
	background-repeat: no-repeat;
	background-position: center;
}
tr.row td.optn {
	background-image: url('../_img/media/options_open.png');
	background-repeat: no-repeat;
	background-position: center;
}
tr.row td.noav {
	background-image: url('../_img/media/options_na.png');
	background-repeat: no-repeat;
	background-position: center;
}
tr.row td.dot span {
	visibility: hidden;
}
tr.key td.dot {
	background-image: url('../_img/media/options_closed.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 10px;
	padding: 0 3px 0 15px;
}
tr.key td.optn {
	background-image: url('../_img/media/options_open.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 10px;
	padding: 0 3px 0 15px;
}
tr.key td.noav {
	background-image: url('../_img/media/options_na.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 10px;
	padding: 0 3px 0 15px;
}
tr.key td.dot span {
	visibility: hidden;
}
.ftnote {
	font-size: .75em;
	position: relative;
	bottom: .5em;
}
div.order_form {
	display: none;
	position: absolute;
	width: 400px;
	top: 50px;
	left: 150px;
	background-color: #f3f3f3;
	border: 1px solid #dedede;
	z-index: 500;
	padding: 10px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 00 5px 5px rgba(0,0,0,.2);
	z-index: 9999;
}
div.order_form_input {
	padding: 0 0 10px 0;
}
div.order_form_input label {
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	padding: 0 10px 0 0;
}
div.order_form_input input {
	width: 200px;
	padding: 3px;
	border: 1px solid #dedede;
}
div.order_form_input textarea {
	width: 200px;
	padding: 3px;
	border: 1px solid #dedede;
}
div.order_form a#tFormContactNSClose {
	float: right;
}
div.order_form_input input#tFormContactNSSubmit {
	background-color: #a41a11;
	border: none;
	font-family: 'trebuchet ms', verdana, arial, sans-serif;
	color: #fff;
	-moz-border-radius: 5px;
	font-size: 14px;
	margin: 10px 0 0 110px;
}
div#specs-toggle {
	overflow: hidden;
}