.productsection * {
	margin: 0px; 
	padding: 0px;
}

.productsection {
	color: #000000;
	background: #fff;
/*	font: .7em Verdana, Arial, Helvetica, sans-serif; */
}

.productsection h1,
.productsection h2,
.productsection h3,
.productsection h4,
.productsection h5,
.productsection h6 {
	color: #5b626c;
	font-weight: bold;
	padding-bottom: 5px;
}

.productsection h1 {
	font-size: 130%;
	
}

.productsection h2 {
	font-size: 120%;
}

.productsection h3, 
.productsection h5 {
	font-size: 110%;
}

.productsection h4 {
	color: #000;	
}

.productsection h4,
.productsection h6 {
	font-weight: normal;
	font-size: 110%;
}

.productsection h6 {
	font-style: italic;
}

.productsection .imagesTable img {
	border: none;
}

.productsection .imagesTable a {
	text-decoration: none;
} 
	
.productsection .imagesTable span {
	width: 100%;
	text-align: left;
	font-size: 0.9em;
	color: #5b626c;
}	

.productsection .imagesTable .imageFrame {
	border: 1px solid #666666;
	padding: 2px;
	margin-right: 5px;
}

.productsection li {
	padding: 1px 0px;
}

.productsection li span {
	font-weight: bold;
}

.productsection li ul {
	margin-left: 40px;
}

.productsection .bulletList {
	list-style:  circle;
	margin-left: 20px;
}

.productsection a.adtext,
.productsection a.adtext:hover,
.productsection a:link,
.productsection a:visited,
.productsection a:active, 
.productsection a:hover {
	color: #000099;
	text-decoration: none;
}

.productsection .techParams {
	font-size: 100%;
}

.productsection .techParams tr th {
	font-weight: bold;
	background-color: #DCDCDC;
	text-align: left;
	padding: 3px 0px;
}

.productsection .techParams tr.title {
	font-weight: bold;
	background-color: #F0F0F0;
	position: relative;
	left: 5px;
}

.productsection .techParams tr td {
	display: table-cell;
	vertical-align: middle;
	padding: 2px 0px;
}

.productsection .techParams .even {
	background-color: #F0F0F0;
}

.productsection .eBayInfo {
	display: none;
}