﻿div.productDesc
{
	width: 620px;
	font-family: Tahoma;
	font-size: 9pt;
	margin: 0px auto;
	background-color: White;
}
div.productDescTitle
{
	width: 100%;
	height: 34px;
	background-color: #e0e0e0;
	overflow: hidden;
}
div.productDescPlain
{
	width: 100%;
	background-color: #ffffff;
	overflow: hidden;
	margin-top: 1px;
}
div.start, div.text
{
	height: 100%;
	float: left;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
}
div.start
{
	width: 5px;
	margin-right: 1px;
	border-right: solid 1px white;
	background-color: rgb(179,0,0);
}
div.productDescTitle div.text
{
	margin-left: 5px;
	font-weight: bold;
	font-size: 9pt;
	line-height: 34px;
}
div.imageCont
{
	padding: 1px;
	border: solid 1px #999999;
	float: left;
}
div.productDescPlain div.start
{
	background-color: #555555;
}
div.footer
{
	height: 1px;
	margin: 1px 0px;
	background-color: #555555;
	width: 100%;
}
div.description
{
	float: left;
	margin-left: 5px;
	margin-top: 15px;
	height: 300px;
	width: 300px;
}
.techInfo
{
	color: rgb(179, 0, 0);
	font-weight: bold;
}
div.techLine, div.techLine2
{
	width: 600px;
	border-bottom: solid 1px rgb(200,200,200);
	padding: 3px;
	overflow: hidden;
}
div.techLine
{
	background-color: #efefef;
}
div.techLine2
{
	background-color: #e5e5e5;
}
div.title, div.value
{
	
	line-height: 14px;
	margin-bottom: -300px;
	padding-bottom: 300px;
}
div.title
{
	width: 195px;
}
div.value
{
	width: 395px;
}
div.title
{
	float: left;
	text-align: right;
	font-weight: bold;
}
div.value
{
	float: right;
	text-align: left;
}
