﻿/*===========================================
Specifications Table
===========================================*/
div.main_area { position: relative;}

div.main_area p.btn_print {
	position: absolute;
	top: 36px;
	left: 756px;
	width: 113px;
	height: 22px;
}

div.main_area p.btn_print a {
	display: block;
	width: 113px;
	height: 22px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("../img/btn_spec_print.gif") no-repeat 0 0;
}

div.main_area p.btn_print a:hover { background-position: 0 -22px;}

div.main_area table.stripe {
	width: 700px;
}

div.main_area table.specTB {
	border-collapse: collapse;
	width: 700px;
	margin: 0 0 15px 150px;
	font-size: 100%;
	color: #2c2c2c;
}

div.main_area table.specTB th,
div.main_area table.specTB td { border: solid 1px #000000; padding: 3px 5px;}

div.main_area table.specTB caption {
	display: none;
	height: 1px;
	font-size: 1px;
	text-indent: -9999px;
	padding-bottom: 5px;
}

div.main_area table.specTB th{
    background: #e41b1b;
    border-color: #222222;
}

div.main_area table.specTB th.text_aa { color:#fff;}
div.main_area table.specTB th.text_ac { color:#fff; text-align: center;}

div.main_area table.specTB th.b_none01 {
	background-color: #000;
	border: none;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
}
div.main_area table.specTB th.b_none02 {
	background-color: #000;
	border: none;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	color: #fff;
	text-align: center;
}

div.main_area table.specTB th.th2 {
	background: #000;
	border-color: #222222;
	font-weight: normal;
	color: #fff;
}

div.main_area table.specTB th.th3 {
	background: #000;
	border-right: 0;
	font-weight: normal;
	vertical-align: top;
	vertical-align:middle;
	color: #fff;
}

div.main_area table.specTB th.th3_pad {
	padding-left: 2em;
}

div.main_area table.specTB th.gray {
	background-color: #2d2d2d;
	color: #fff;
	font-weight: normal;
}

div.main_area table.specTB th.text_al {
	text-align: left !important;
	font-weight: bold;
}

div.main_area table.specTB td {
	background-color: #2f2f2f;
    border: solid 1px #000000;
	text-align: center;
	color: #f0f0f0;
}

div.main_area table.specTB td.leftLineNo {
    border-color: #222222;
	border-left: 0;
	border-right: 0;
	text-align:left;
}

div.main_area table.specTB td.tdCol {
	width: 84px !important;
	background-color: #e41b1b !important;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

div.main_area table.specTB tr.even td {
	background: #232323;
	color: #f0f0f0;
}

div.main_area table.specTB tr.over td {
	background: #000;
	color: #fff;
}

/* IE PNG */
.idpenetration {behavior: expression(IE_PENETRATION.fix(this));}