@import url('/common/css/plans.css');

div.header{
	margin:10px 0;
	font-size:20px;
	color:#333333;
}
div.header em{
	font-size:12px;
	color:#666;
	margin-right:10px;
	font-style:normal;
	display:none;
}

#pricing_panel{
	background:url('/pricing/images/payg_bg.png'); 
	width:832px; 
	height:148px;
	padding:20px;
	margin-bottom:40px;
	font-size:14px;
}
#pricing_panel table{
	
	font-size:16px;
	margin-top:25px;
	width:100%;
}
#pricing_panel td{
	text-align:center;
	width:17%;
}
#pricing_panel td span{
	margin:5px 0;
	display:block;
}
#pricing_panel td b{
	color: #346e09;
}
#pricing_panel td img{
	-webkit-transition: top 100ms linear;
	position:relative;
	top:0px;
}
#pricing_panel td:hover img{
	top:-2px;
}
div.description{
	font-size:14px;
	margin-bottom:15px;
}

/* --------------------------PRICE LIST-------------------------------*/


#price_list{
	font-size: 14px;
	margin: 0;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#price_list th{
	font-size: 16px;
	font-weight: normal;
	padding: 5px 4px;
	color: #314987;
}
#price_list th a{
	color:inherit;
	text-decoration: none;
}
#price_list td{
	padding: 4px;
	color: #669;
}
#price_list tr:hover td{
	color: #314987;
}
#price_list .odd{
	background: #DDE9F6; 
}
#price_list .neg{
	color:#DE3636;
}
#price_list td.price{
	color:#346E09 !important;
}


/* --------------------------CREDIT CARD-------------------------------*/
ul.plan_invoice{
	list-style:none;
	margin:0;
	padding:0;
	width:70%;
}

ul.plan_invoice li{
	text-align:right;
	margin:10px 0;
	padding:5px 10px;
}
ul.plan_invoice li.due{
	border:2px solid red;
	background-color:#FFEEEE;
	font-weight:bold;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
ul.plan_invoice label{
	float:left;
	width:300px;
	text-align:left;
}

