#productTitleBlock {
	width: 850px;
	background-image: url(/images/licensekeeper/block_top_licensekeeper.png);
	background-position: top center;
	background-repeat: no-repeat;
	
	height: 266px;
	
	display: table;
	margin: 0 auto;
	
	float: none;
}

#contentBlock {
	width: 850px;
	background: white;
	background-position: top center;
	background-repeat: no-repeat;
	
	height: 100%;
	
	display: table;

	margin: 0 auto;
	
	float: none;
	-webkit-border-bottom-right-radius: 11px;
	-webkit-border-bottom-left-radius: 11px;
	-moz-border-radius-bottomright: 11px;
	-moz-border-radius-bottomleft: 11px;
	border-bottom-right-radius: 11px;
	border-bottom-left-radius: 11px;
}

#textBlock {
	padding: 0;
	margin: 10px 5px 10px 10px;
	_margin: 10px 3px 10px 5px;
	
	width: 570px;
	float: left;
	display: block;
}


.columnSection {
	border-bottom: 1px solid #0e3582;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 30px;
	font-size:x-small;
	padding:3px 15px 15px 15px;
	text-align: left;
}


/* LicenseKeeper Download & Purchase Buttons */
#sidebar .downloadButton {
	font-size:12px;
	text-align: left;
}

.downloadButton span {
	text-align: left;
}

#sidebar .purchaseButton {
	font-size:12px;
	text-align: left;

}

.downloadButton a {
	background-image: url(/images/licensekeeper/download-arrow.png);
}

.purchaseButton a {
	background-image: url(/images/licensekeeper/purchase-button.png);
}

.purchaseButton a,
.downloadButton a {
	display:block;
#	width:160px;
	height:64px;
	padding-left:80px;
	padding-top:12px;
	text-decoration: none;
	color: #575757;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}


.purchaseButton .selected,
.downloadButton .selected {
	color:gray;
}

.purchaseButton span,
.downloadButton span {
	font-weight: bold;
	color: black;
	font-size:14px;
}



.reviewsSection p {
	text-align: center;
}

.testimonial {
	font-size:x-small;
	padding-bottom: 20px;
}

.bigTestimonial {
	font-size:small;
	padding-bottom: 30px;
}

.testimonialAttribution {
	font-weight:bold;
	text-align:right;
}
