/* CSS Document */

table.tech {
	border-collapse:separate;
	border-collapse:collapse;
	border-spacing:0;
	margin:10px 0 30px;
	color:#000;
}

table.tech a {
	color:#900;
	text-decoration:none;
	border-bottom:0px dotted;
}
table.tech a:visited {
	color:#444;
	font-weight:normal;
}
/*
table.tech a:visited:after {
	content:"\00A0\221A";
	}
	*/
table.tech a:hover {
	border-bottom-style:solid;
}
table.tech thead th,
table.tech thead td,
table.tech tfoot th,
table.tech tfoot td {
	border:1px solid #525252;
	border-width:1px 0;
	background:#2b2b2b;
}
table.tech th {
	font-weight:bold;
	line-height:normal;
	text-align:left;
}
table.tech th p {
	color: #eee;
	margin-bottom: 2px;
}
table.tech tbody th,
td {
	vertical-align:top;
}
table.tech tbody th {
	font-weight:normal;
	white-space:nowrap;
}
table.tech tbody th a:link,
table.tech tbody th a:visited {
	font-weight:bold;
}
table.tech tbody td,
table.tech tbody th {
	background: #dfdfdf;
	border:1px solid #dfdfdf;
	border-width:1px 0;
}
table.tech tbody tr.odd th,
table.tech tbody tr.odd td {
	border-color:#b9b9b9;
	background:#efefef;
}
table.tech tbody tr.even th,
table.tech tbody tr.even td {
	border-color:#b9b9b9;
	background:#d1d1d1;
}
table.tech tbody tr:hover td {
	background:#fff;
	border-color:#333;
}
table.tech tbody th {
	background: #ccc;
}
table.tech td.tech-white {
	background: #fff;
}
table.tech tbody tr.tech-white:hover td {
	background:#ffffff;
}

table.tech p {
	line-height: 1.2;
	margin: 3px 5px;
	font-size: 10px;
}

table.tech th p {
	color: #dfdfdf !important;
	font-weight: bold;
	font-size: 10px;
}

.tech-div {
	background: #eeeeee;
	margin: 0px;
}

.tech-div {
	padding: 10px 5px;
}

.tech-table {
	padding: 0 10px;
}

.tech-table .column {
	padding: 0 5px;
	border-width:0px;
}

.tech .model {
	color: #c70000 !important;
	font-weight: bold;
}