div#pricing{
	background:#FFF url('../images/layout/back_pricingTableTop.jpg') repeat-x;
	padding:30px 0 50px 0;
	font-size:1.3em;
	border-bottom:1px solid #EEE;
}
div#pricingFooter{
	background:#FFF url('../images/layout/back_pricingTableBot.jpg') repeat-x;
	padding-bottom:10px;
}
table#pricing{
	margin:10px auto 0 auto;
	background:#DDD;
}
table#pricing tr.header td{
	border-left:1px solid #DDD;
	color:#000;
	background:#FFF;
	text-transform:uppercase;
	font-size:0.85em;
	padding:2px;
}
table#pricing tr.header td.best{
	background:#000;
	color:#FFF;
}
table#pricing th.title{
	background:#CEE1ED url('../images/layout/back_pricing_th_top.jpg');
	padding:10px 0 8px 0;
	text-align:center;
	font-size:1.4em;
	font-family:sans-serif;
	font-weight:bold;
	border-left:1px solid #CCC;
	border-top:1px solid #DDD;
	width:120px;
}
table#pricing th.title a{
	color:#000;
	margin-bottom:2px;
	text-decoration:none;
	line-height:70%;
}
table#pricing th.title a:hover{
	color:#555;
}
table#pricing th#free{
	background:#FFF url('../images/layout/back_pricing_th_top_free.jpg');
}
table#pricing th#personal{
	background:#FFF url('../images/layout/back_pricing_th_top_personal.jpg');
}
table#pricing th#max{
	background:#FFF url('../images/layout/back_pricing_th_top_max.jpg');
}
table#pricing th.title span.price{
	font-size:12px;
	color:#7FB512;
	display:block;
	line-height:12px;
	margin-top:2px;
}
table#pricing th.title span.saveprice{
	font-size:11px;
	color:#3FB5F2;
	display:block;
	background:#FFF;
}
table#pricing th.lhs{
	background:#FFF;
	text-align:left;
	width:186px;
	height:24px;
	border-top:1px solid #DDD;
	font-weight:normal;
	font-family:verdana;
	padding:3px 0 0 3px;
	font-size:0.85em;
}
table#pricing th.lhs a{
	display:block;
	/*background:#FFF url('../images/icons/helpinfo.gif') 166px 4px no-repeat;*/
	padding:4px;
	color:#000;
	text-decoration:none;
}
table#pricing th.lhs a:hover{
	background-color:#FFFDC5;
}
table#pricing td{
	background:#FFF;
	text-align:center;
	border-top:1px solid #DDD;
	border-left:1px solid #CCC;
}
table#pricing tr td.blank, table#pricing tr.header td.blank{
	border:none;
	background:#FFF;
}
table#pricing tr td.available{
	background:#FFF url('../images/icons/agt_action_success.png') 50% 50% no-repeat;
}
table#pricing tr td.notAvailable{
	background:#FFF url('../images/icons/no.png') 50% 50% no-repeat;
}
table#pricing tr#activeProjects td, table#pricing tr#fileStorageSpace td{
	background-color:#FFFED5;
}

table#pricing tr#signup td{
	border-bottom:1px solid #DDD;
}
table#pricing tr#signup td.blank{
	border:none;
}
table#pricing th.end, table#pricing td.end{
	border-right:1px solid #DDD;
}

a#butfree{
	display:block;
	width:111px;
	height:25px;
	background:transparent url('../images/buttons/butLetsgo.png') no-repeat;
	text-indent:-5000px;
	overflow:hidden;
}
a#butpersonal, a#butbusiness1, a#butbusiness2, a#butcorporate, a#butenterprise{
	display:block;
	width:111px;
	height:25px;
	background:transparent url('../images/buttons/butStartfree.png') no-repeat;
	text-indent:-5000px;
	overflow:hidden;
}
