.payment {
	color: #424242;
	text-align: right;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 5px;
}

.description {
	color: #424242;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-bottom: 2px dotted #CCCCCC;
	font-size: 12px;
	padding-bottom: 5px;
}

.info {
	color: #797979;
	text-align: right;
	padding-right: 5px;
	font-size: 17px;
	font-weight: bold;	
}

.info strong {
	color: #424242;
	font-size: 24px;
}

.other_plan {
	padding-top: 10px;
}

.main-plan { vertical-align: top }
.main-plan img { margin-top: -7px; z-index: 2;}
.main-plan .payment {margin-top: -7px;}
.main-plan .info {font-size: 18px; padding-bottom: 4px;}

.action_btn {
	margin-right: 5px;
	margin-bottom: 5px;
}

.main-plan .action_btn {
	margin-top: 0px;
	margin-bottom: -5px;
}

.bottom-text {
	height: 32px;
	padding-left: 287px;
	font-size: 17px;
	padding-top: 37px;
	color: #424242;
}

.bottom-text b {
	color: #FF9900;
	font-size: 18px;
}

.bottom-text a {
	color: #424242; 
}
.plan_table th{
	background: black;
	font-size: 16px;
	color: white;
	height: 50px;
	font-weight: normal;
	text-align: center; 
}
.plan_table td{
	background: #F1F1F1;                                                            
	color: black;
	font-size: 16px;
	height: 36px;
	/*font-weight: bold;   */
	text-align: center;
	
}
.plan_table td,.plan_table th{
	border: solid 1px #A1A1A1;
	border-left:none;
	border-bottom:none;
}
.plan_table td.lbugor,.plan_table th.lbugor{

	border-left:  solid 1px #A1A1A1;       
}
.rbugor{

	border-right: none;
}
.plan_table{
	border-bottom:solid 1px #A1A1A1;  
}                                                             
.pre_pay_description{
	font-family: verdana;
	font-size: 14px;
	font-weight: normal;
	text-align: left; 	
}

.pre_pay_table tr.first td.b{
	background: url(/images/price-point.gif) repeat-x;
}
.pre_pay_table td.vl{
	background: url(/images/price-point_l.gif) repeat-y;
}
.pre_pay_table td.vr{
	background: url(/images/price-point_r.gif) repeat-y;
}
.pre_pay_table tr.first td.l{
	background: url(/images/price-angle_l.gif) no-repeat;
	text-align: right;
}
.pre_pay_table tr.first td.r{
	background: url(/images/price-angle_r.gif) no-repeat;
}
.pre_pay_table tr.first td,.pre_pay_table tr.last td{
	height: 6px;
	font-size: 2px;
}

.pre_pay_table tr.last td.l{
	background: url(/images/price-angle_b_l.gif) no-repeat;
	text-align: right;
}
.pre_pay_table tr.last td.r{
	background: url(/images/price-angle_b_r.gif) no-repeat;
}
.pre_pay_table tr.last td.b{
	vertical-align: bottom;
	background: url(/images/price-point.gif) repeat-x scroll 0 5px;
}

