/** Plan Summary **/
 


#modifyplan.package_overview {
	margin-top: 0;
}

#modifyplan.package_overview h4 {
	padding: 0;
	top: 0;
}

#modifyplan.package_overview .team h4 {
	font-size: 17px;
	line-height: 32px;
}

/** For pricing table **/


 
.comparison_table th, .discounts th {
	text-align: center;
	color: white;
/*	width: 134px;*/
	height: 32px;
	font-weight: bold;
}
 
.comparison_table td { padding: 3px 10px; text-align: center; }
 
.comparison_table .feature {
	background: url('/static/pricing/moredetailsbg.png') repeat-y 50% 100%;
	width: 180px;
	text-align: left;
}
 
.comparison_table h5 { padding: 16px 0 4px; font-size: 16px; color: black }
 
.comparison_table .row_0 td.lite, .row1 td.lite     { background: #eff3eb }
.comparison_table .row_0 td.solo, .row1 td.solo     { background: #e7f2f8 }
.comparison_table .row_0 td.soloplus, .row1 td.soloplus     { background: #e7edf8 }
.comparison_table .row_0 td.team, .row1 td.team     { background: #fef2e8 }
.comparison_table .row_0 td.business, .row1 td.business { background: #f2eee8 }
.comparison_table .row_0 td.power15, .row1 td.power15     { background: #fef2e8 }

.row_0 td {border-bottom: 1px solid #999999;}

.comparison_table .disabled, .comparison_table .disabled h5 { color: gray }
 
.comparison_table big.bullet { font-size: 30px; line-height: 10px; }
 

/** For displaying package information **/


.package_banner {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background-color:#FFC200;
	color:#594424;
	border: 1px solid #594424;
	border-top: none;
	font-size:15px;
	font-weight:bold;
	height:25px;
	letter-spacing:-0.2px;
	margin:0 5px;
	padding-top:5px;
	visibility: hidden;
}

.lite .package_banner    { border-color: #5f873b }
.solo .package_banner     { border-color: #0b83b6 }
.soloplus .package_banner     { border-color: #00529C }
.team .package_banner     { border-color: #f5851f }
.business .package_banner { border-color: #825722 }

.active .package_banner { visibility: visible; }

.discount_input {
	color:#AAAAAA;
	display:block;
	font-size:11px;
	margin: 5px auto 0;
	text-align:center;
	width:184px;
}

.discount_input:focus {
	color: #000;
	text-align: left;
}

/** For upgrade / downgrade table **/

#modifyplan.package_overview li { padding-bottom: 15px; border-bottom: 1px solid #e8e8e8; overflow: hidden; position: relative; text-align: left;}

#modifyplan.package_overview ul.billing_plans li {padding:0; border:0; background:none; float: none; width: auto;}

div.moreinfo {position: absolute; right: 0px; width: 710px; border-right: 1px solid #e8e8e8; height: 100%; display: none; padding: 20px}

div.package_wrapper {width: 188px; margin:0px; text-align: center;}

th.next_cycle {
	background-color:#000000;
	width:260px;
	font-size: 16px;
}

#slider_panel {position:relative; width:100%; height:450px; overflow:hidden;}

#slider_panel #package_summary { margin:0px auto; letter-spacing: -0.2px}

.summary td.soloplus, .summary td.solo, .summary td.team, .summary td.business, .summary td.lite {
	background-color: #ffffff;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 2px solid #e8e8e8;
	padding-bottom: 10px;
}
.summary td.business, .summary td.lite {border-right: 2px solid #e8e8e8;}
.summary td.solo, .summary td.lite {border-left: 2px solid #e8e8e8;}

.summary td p{
	padding:0;
	text-indent:0;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.2em;
}

#lite_row td {
	background-color: #DFFFC1;
	border-bottom: 2px solid #e8e8e8;
}

#lite_row td p {font-size:100%;}

#lite_header {
	color:#5F873B;
	font-size:24px;
	font-weight:bold;
	padding:0 0 5px;;
}

#lite_description {
	border-right: none; 
	border-left: 2px solid #e8e8e8;
	padding-top:0px;
	vertical-align: top;
}

#lite_info {
	border-right: 2px solid #e8e8e8;
}

div.rounded_box {
	border: 1px solid #aaaaaa;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	background-color: #ffffff;
	width: 110px;
	height: 50px;
	position: relative;
}

#lite_info .rounded_box {
	width: 200px;
	padding: 10px;
	height: auto;
	margin: auto;
	color: #444;
	line-height: 14px;
}

/*
.lite {
	background:#5F873B none repeat scroll 0 0;
	color:#5F873B;
}
.solo_m, .solo_y {
	background:#0B83B6 none repeat scroll 0 0;
	color:#0B83B6;		
}
.team_m, .team_y {
	background:#F5851F none repeat scroll 0 0;
	color:#F5851F;		
}
.business_m, .business_y {
	background:#825722 none repeat scroll 0 0;
	color:#825722;		
}
*/

