﻿.downloadproduct
{
	clear: both;
	width: 680px;
	padding-top:20px;
	padding-bottom:20px;
}
.downloadleft
{
	width:200px;
	float:left;
}
.downloadleft .downloadlinkdiv
{
	text-align:center;
}
.downloadright
{
	width:458px;
	float:right;
	padding:10px;
	background-color:#eff3fb;
	border:solid 1px #b5c7de;
}
.downloadproducttitle
{
	width:458px;
	color:#466988;
	font-weight:bold;
}
.downloadproductdesc
{
	width:438px;
	padding:10px;
}
.downloadproductcontent
{
	width:418px;
	padding:20px;
}
.downloadproducttable
{
	width:418px;
}
.downloadproducttable .firstcol
{
	width:60px;
}
.downloadproduct a, .downloadproduct a:link, .downloadproduct a:visited
{
	background-image: url('/images/disk.png');
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration:none;
	text-align:left;
	line-height: 16px;
	display: inline-block;
	padding-left:20px;
	color:#0066FF;
}

.downloadproduct a:active
{
	color:Orange;
}
.downloadproduct a:hover
{
	color: #CC6600;
}
