@CHARSET "UTF-8";

.product_image {
	float: right;
	margin-right: 0;
	margin-left: 15px;
	margin-top: 0;
	margin-bottom: 10px;
}

.product_image img {
	max-width: 200px;
	max-height: 200px;
}

.product_versions {
	width: 400px;
	margin: 0 auto;
}

.product_versions h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

.product_versions p {
	margin: 0;
	padding: 0;
}

.product_versions p.description {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: justify;
}

/* Pricing */

p.see_prices {
	float: right;
	margin: 0;
	padding: 0 !important;
	line-height: 100% !important;
}

ul.product_versions {
	margin: 0 auto;
	width: 550px;
	list-style-type: none;
	padding: 0;
}

.product_pricing_table {
	width: 430px;
	margin: 20px auto;
	border-collapse: collapse;
}

.product_pricing_table td, .product_pricing_table th {
	padding-top: 3px;
	padding-bottom: 3px;
}

td.license_users {
	width: 150px;
}

td.license_price {
	width: 70px;
	text-align: right;
}

td.license_buy {
	width: 140px;
	color: red;
	text-align: right;
}

#licensing_info {
	margin: 0 auto;
	padding-top: 25px;
	padding-left: 60px;
	padding-right: 60px;
}

#licensing_info p {
	line-height: 140%;
	padding: 3px 0;
}

