.btn_view_plans_pricing span{
	background: url('/images/themes/default/btn_view_plans_pricing.png') top left no-repeat;
	width: 196px;
	height: 37px;
	overflow: hidden;
	display:block;
	float: right;
	margin-right: 20px;
}

.btn_view_plans_pricing:hover span{
	background-position: 0 -37px;
}

.btn_view_plans_trial span{
	background: url('/images/themes/default/btn_30_day_free_trial.png') top left no-repeat;
	width: 234px;
	height: 37px;
	overflow: hidden;
	display:block;
	float: right;
	margin-right: 20px;
}

.btn_view_plans_trial:hover span{
	background-position: 0 -37px;
}

p.plan_price_intro{
	line-height: 180%; 
	font-style: italic; 
	color: #666;
}

.retailCompanyLogoContainer{
	margin-top: 20px;
	width: 240px;
	background-position: top center;
	background-repeat: no-repeat;
}

.retailCompanyLogoContainer img.retailCompanyLogo{
	max-width:240px;
}

.checklist_container{
	margin-bottom: 15px;
}

.blue1{
	background-color: #eff7f9;
}

.blue2{
	background-color: #d4e6ea;
}

.blue3{
	background-color: #b0d3d7;
}

.blue1, .blue2, .blue3{
	margin-bottom: 2px;
}

.checklist_column{
	float:left;
	width: 49%; 
	margin-right: 3px;
}

.checklist_container{
	clear:both;
}

.checklist_block{
	padding: 10px; 
}

.checklist_block h2{
	font-size: 14px;
	font-weight: bold;
}

ul.checklist{
	margin:10px 5px;
}

ul.checklist li{
	
	margin-bottom: 5px;
	padding-left: 15px;
	background: url('/images/themes/default/img_checkmark.png') center left no-repeat;
	list-style: none;
	color: #666;
	
	font-size: 12px;
	font-weight: bold;
}

ul.checklist li.extra_feature{
	color: #B42B33;
}


.info_btn{
	display:block;
	width: 14px;
	height: 15px;
	float:right;
	margin-right: 0;
	background: url('/images/themes/default/img_info.png') top left no-repeat;
}

.info_btn .info_tooltip{
	display:none;
}


.plan_desc_column, .plan_option{ 
	float:left; 
	width: 315px;
	margin-right: 20px;
}

.plan_desc_column p{
	text-align: justify !important;
}

.plan_option {
	margin-top: 20px;
}
.plan_option p{
	margin-bottom: 4px;
}

.plan_option input{ float:left; margin-right: 10px; }
.plan_option label{ float:left; }


.btn_continue_checkout{
	cursor:pointer !important;
}

