
.download_item
{
	border: 0;
	background-color: #f2f2f2;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #cccccc;
}


.download_item table
{
	width: 100%;
}


.product_image
{
	float: right;
	border: 0;
	width: 80px;
}

.product_title 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #555555;
	line-height: 1.5em;
	font-weight: bold;
	text-decoration: none;
}

.product_title:hover 
{
	color: #666666;
	text-decoration: none;
}

.requirements
{
	font-weight: bold;
}


.download_details_table
{
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px dotted #999999;
}


.download_details_table td 
{
	padding-left: 20px;
}


.download_details_title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold; 
	height: 30px;
	color: #444444; 
	background: #dddddd; 
}


.download_details_row, 
.download_details_row2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 30px;
	color: #444444; 
}


.download_details_row div,
.download_details_row2 div
{
	text-align: center;
}


.download_details_row td
{
	border-bottom: 1px dotted #999999;
}


.extra_details_row
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	height: 30px;
	color: #444444;
}

.extra_details_row a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #444444;
}

.extra_details_row td
{
	border-bottom: 1px dotted #999999;
}


.downloadButton
{
	overflow: hidden;
	background: url('../images/buttons/download_rollover.jpg') 0 0 no-repeat;
	width: 84px;
	height: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.downloadButton :hover
{
	background-position: 0 -25px;
	cursor: pointer;
}

.downloadButton a
{
	display: block;
	background: url('../images/buttons/download_rollover.jpg') 0 0 no-repeat;
	width: 84px;
	height: 25px;
}


.buyNowButton
{
	float: left;
	overflow: hidden;
	background: url('../images/buttons/buy_now_rollover.jpg') 0 0 no-repeat;
	width: 84px;
	height: 25px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.buyNowButton :hover
{
	background-position: 0 -25px;
	cursor: pointer;
}

.buyNowButton a
{
	display: block;
	background: url('../images/buttons/buy_now_rollover.jpg') 0 0 no-repeat;
	width: 84px;
	height: 25px;
}


.installation_help
{
	margin-top: 15px;
	margin-bottom: 15px;
}

.installation_help img 
{
	vertical-align: middle;
}

.installation_help a
{
	font-size: 0.7em;
}

