/**
 * Style sheet xEditor
 */
.pricingTable_col1
{
	padding:3px 10px 3px 20px;
	text-align:right;
	background-color:#e6efec;
	font-style:italic;
	font-size:16px;
	color:#3b3b3b;
	line-height:18px;
}

.pricingTable_col2
{
	padding:3px 50px 3px 10px;
	text-align:left;
	background-color:#3b7b64;
	font-style:italic;
	font-size:16px;
	color:#ffffff;
	line-height:18px;
}

.pricingTable
{
	margin-top:15px;
	margin-bottom:15px;
}

.pricingTable td
{
	border-bottom:2px solid #ffffff;
}
