.product { margin: 10px 0 0 0; }
.product img.promo { margin: 0 20px 0 0; width:200px; display:block; }
.product h2 {
	font: bold 28px/28px Georgia, "Times New Roman", Times, serif; color:#0066FF;
	margin: 0 0 7px 0; padding: 0;
}
.product h3 {
	font: bold 12px/12px Tahoma, Arial, Helvetica, sans-serif; color:#003399; letter-spacing: 3px;
	margin: -7px 0 3px 0;
}
.product td, .product th { vertical-align:top; }
.product table.info {
	background-color:#80A0FF; clear:left;
	font: 10px/10px Tahoma, Arial, Helvetica, sans-serif;
}
.product table.info td, .product table.info th { text-align:center; padding: 0 0 1px 0; }
.product table.info td { background-color:#F4F8FF; border: 1px solid #E8F0FF; }
.product table.info th { background-color:#F0F4FF; border: 1px solid #D8E0FF; color:#000066; }
.product h4 {
	font: 16px/16px Georgia, "Times New Roman", Times, serif; color:#666666; letter-spacing: 0px;
	margin: 5px 0; padding: 0;
}
.product h4 b { color:#000000; }
.product h4 a { color:#808080; }
.product h4 a:hover { color:#000000;  }
.product p.desc {
	font: 75%/110% Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0 0 0; padding: 0;
}
.product a.button { position:relative; float:left; margin: 2px 5px 2px 0; width:155px; height:30px; }
.product a.button	img {
	width:155px; height:30px; float:left; position:absolute; left:0; top:0;
	background: url('../images/buttons.gif') no-repeat; color:#444; border:none; text-align:center;
}
.product a.download			img { background-position: 0 0px; }
.product a.download:hover	img { background-position: 0 -30px; }
.product a.buy					img { background-position: 0 -60px; }
.product a.buy:hover			img { background-position: 0 -90px; }
.product a.info				img { background-position: 0 -120px; }
.product a.info:hover		img { background-position: 0 -150px; }
#download {
	text-align: center; font-size: 16px; color:#3300CC; font-weight: bold;
	background-color:#F0F0FF; border: 1px dashed #8080FF;
	margin: 5px 30px 10px 30px; padding: 10px;
}
#download a { color:#FF3300; font-weight:normal; font-size: 120% }
#download a:hover { color:#3300FF; }