@charset "UTF-8";
/* CSS Document */

div.producttable
{
	width: 748px;
	margin-top: 15px;
	margin-bottom: 15px;
/*
	margin-left: auto;
	margin-right: auto;
*/
	text-align: center;
	
	border-style: solid;
	border-color: #dcdcdc; /* #e9ebf7; */
	border-width: 1px;
	
	background:#FFF;
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

div.topproducttable
{
	margin-top: 8px !important;
}

table.producttable
{
/*
	border-color: #0F0;
	border-style: solid;
 	border-width: 1px;
*/
 	
	width: 100%;
	text-align: center;
}

tr.producttablerow
{
	position: relative;
	width: 100%;
}

td.producttablecell
{
/*
	border-color: #F00;
	border-style: solid;
 	border-width: 1px;
*/
 	
 	
	position: relative;
	width: 375px;
}

td.archiveproductinfotitle
{
	padding-right: 10px;
	width: 180px;
	text-align: right;
}

td.archiveproductinfoverion
{
	font-weight: bold;
}

div.productcategory
{
	font:14px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	line-height: 130%;
	color:#555;
	font-weight: bold;
	text-align: left;
	
	position: relative;
	margin-left: 26px;
	margin-top: 12px;
}

div.product
{
/*
	border-color: #00F;
	border-style: solid;
 	border-width: 1px;
*/
 	

	position: relative;
	width: 348px;
	height: 173px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
		
	background-image: url("../images/productbackground_download.png");
	background-repeat: no-repeat;
	
/*
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
*/
}

div.productleft
{
	left: 7px;
}

div.productright
{
	right: 7px;
}

div.emptyproduct
{
	position: relative;
	width: 348px;
	height: 173px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.otherproductversions
{
	font:10px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	line-height: 130%;
	color: #777777;
	text-align:left;
	
	position: relative;
	
	margin-left: 11px;
	margin-right: 11px;
	margin-top: 5px;
	margin-bottom: 10px;
	
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	background-color: #f2f2f2;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

a.otherproductversionslink
{
	color: #3c6fe1;
/* 	font-weight: bold; */
	text-decoration: none;
}

a.otherproductversionslink:hover
{
	color: #3c6fe1;
	text-decoration:underline;
}

div.rowpadding
{
	position: relative;
	width: 20px;
	height: 10px;
}

div.productimage {
	position: absolute;
	right: 18px;
	top: 18px;
}

div.productname {
	font:13px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	line-height: 130%;
	font-weight: bold;
	color:#555;
	
	position: absolute;
	left: 18px;
	top: 18px;
	height: 100%;
}

div.product_info {
/*
	border-color: #0F0;
	border-style: solid;
 	border-width: 1px;
*/
	font:10px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	line-height: 130%;
	color:#777;
 	
	position: absolute;
	top:39px;
	left:18px;
	text-align: left;
}

div.product_tagline {
/*
	border-color: #0F0;
	border-style: solid;
 	border-width: 1px;
*/
	font:11px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	line-height: 130%;
	color:#333;
 	
	position: absolute;
	top:82px;
	left:18px;
	right:18px;
	text-align: left;
}

div.product_downloadsize {
	font:11px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	line-height: 130%;
	color:#777;
 	
	position: absolute;
	left: 130px;
	bottom: 26px;
	text-align: left;
}

div.downloadbutton {
/*
	border-color: #F00;
	border-style: solid;
	border-width: 1px;
*/
	
	position: absolute;
	left: 18px;
	bottom: 18px;
}

/*
div.olderverions {
	position: absolute;
	right: 22px;
	bottom: 24px;
}
*/

span.beta {
	color: #ff8000;
}