﻿#productcontentleft
{
	float:left;
	width:220px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	overflow:hidden;
}
#purchaseonlinesmall
{
	border:none;
	padding-top: 10px;
	width:220px;
	height:130px;
}
#productcontentright
{
	float:right;
	width:700px;
	padding-right:10px;
	padding-top:10px;
	overflow:hidden;
}
#productcontentheader
{
	padding:10px;
	width:678px;
	height: 30px;
	font-size: 18px;
	font-weight:bold;
	color:Gray;
	line-height:30px;
}
#productdesc
{
	font-size:13px;
	padding:10px;
}
#productquicklinks
{
	width:198px;
	border:solid 1px #B5C7DE;
	background-color: #EFF3FB;
	padding:10px;
}
.leftfloatimgproductdesc
{
	clear:both;
	border-bottom: silver 1px solid;
	padding:10px;
}
.leftfloatimgproductdesc img
{
	float: left;
	border: silver 1px solid;
	width:150px;
}
.leftfloatimgproductdesc .desc
{
	float:right;
	width: 480px;
	padding-left: 10px;
}
.leftfloatimgproductdesc .desc .captiontext
{
	padding-top:10px;
	padding-bottom:10px;
}
.rightfloatimgproductdesc
{
	clear:both;
	border-bottom: silver 1px solid;
	padding:10px;
}
.rightfloatimgproductdesc img
{
	float: right;
	border: silver 1px solid;
	width:150px;
}
.rightfloatimgproductdesc .desc
{
	float:left;
	width:480px;
	padding-right: 10px;
}
.rightfloatimgproductdesc .desc .captiontext
{
	padding-top:10px;
	padding-bottom:10px;
}
.comparisontable
{
  border-collapse: collapse;
}
.comparisontable th
{
	color:#466988;
	height:30px;
  border: solid 1px #B5C7DE;
  background: #EFF3FB;
}
.comparisontable .nodata
{
	border:none;
	background:none;
}
.comparisontable tr
{
	height:28px;
}
.comparisontable td {
  border: solid 1px #B5C7DE;
  padding: 2px;
}
.comparisontable td.caption 
{
	text-align:left;
	font-weight:bold;
	color:#466988;
  background: #EFF3FB;
}
.comparisontable tbody
{
	text-align:center;
}
.comparisontable .yes
{
	background-image:url('/images/smallcheck_16x16.gif');
	background-position:center center;
	background-repeat:no-repeat;
}
.comparisontable .no
{
	background-image:url('/images/smalluncheck_16x16.gif');
	background-position:center center;
	background-repeat:no-repeat;
}