/* CSS Document */


.action-box {
	
	width: 164px;
}


.action-box h3 {

	padding: 20px 0 0 0;
	margin: 0;
	font-size: 16px;
	text-align: center;	
}
	

.action-box p {
	
	margin: 0;
	padding: 0;
	
	font-family: Myriad Pro, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	
	text-align: center;
}

p.action-text {
	
	margin: 13px 0;
	line-height: 12px;
}

.action-box p img {
	
	vertical-align: middle;
	margin: 1px;
	
	border: none;
}

.action-button {
	
	display: block;
	
	width: 150px;
	height: 36px;
	margin: 7px;
	
	text-indent: 1000px;
	
	overflow: hidden;
}

	.action-button.inline {
		
		display: inline-block;
	}


.action-button:hover {
	
	background-position: -150px;
}

.more-info-button {
	
	background: url(images/more_info_button.png);
}


.try-button {
	
	background: url(images/try_online_button.png);
}

.download-button {
	
	background: url(images/download_button.png)	
}

.purchase-button {
	
	background: url(images/purchase_button.png);	
}