

div#buy_download_buttons {
	background-image: url(/images/application/buy_download_buttons.png);
	width: 256px;
	height: 60px;
	left: 707px;
	top: 298px;
	position: relative;
	display: table;
}


div#buy_download_buttons .col1 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 10px;
	width: 114px;
	height: 44px;
}


div#buy_download_buttons .col2 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 10px;
	width: 122px;
	height: 44px;
}


div#buy_download_buttons a {
	color: #5e5e5e;
	font-size: 12px;
	font-weight: bold;
}


div#buy_download_buttons .subtext {
	display: block;
	
	/*float: left;*/
	position: relative;
	z-index: 88;
	top: 0px;
	
	font-size: 9px;
	color: #555;
}




div#features_container {
	overflow: hidden;
	padding: 40px 80px 0 80px;
}


div#features_list {
	float: left;
	width: 540px;
	margin-right: 40px;
}


div.feature {
	overflow: hidden;
	width: 540px;
	margin-bottom: 20px;
}


div.feature .icon {
	float: left;
	width: 32px;
}

div.feature .description {
	float: left;
	width: 500px;
	padding-left: 8px;
}


div.feature .description p {
	line-height: 1.6;
}

div.feature .description .title {
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	padding-bottom: 8px;
}






div#screenshots {
	float: left;
	width: 260px;
}


div.screenshot {
	width: 244px;
	height: 174px;
	background: url(/images/application/picture_frame.jpg);
	padding-left: 12px;
	padding-top: 8px;
	margin-bottom: 20px;
}


div.screenshot a {
	display: table-cell;
	width: 230px;
	height: 164px;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

div.screenshot img.zoom {
	display: block;
	opacity: 0.5;
	top: -36px;
	left: 194px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

div.screenshot:hover img.zoom {
	opacity: 1.0;
}




