
#pricing {
	position: relative;
	width: 810px;
	text-align: center;
	margin: 0px auto;
	padding-bottom: 30px;
}
#pricing table {
	border-collapse: collapse;
	margin: 0px;
	width:720px;
}

#pricing .check strong {
	display: block;
	text-align: left;
	text-indent: -9999em;
	background: url(../images/table/table-check.gif) no-repeat center;
}
#pricing .on strong { background-image: url(../images/table/table-check-on.gif); }
ins { text-decoration: none; }

th.desc           { background: url(../images/table/table-heading-desc.gif)  repeat-x bottom right;  width:270px; }
th.free			  { background: url(../images/table/table-heading-free.gif)  no-repeat bottom left; height: 147px; width:270px; }
th.basic          { background: url(../images/table/table-heading-basic.gif) no-repeat bottom left; width:270px; }
th.master         { background: url(../images/table/table-heading-master.gif) no-repeat bottom left; width:270px; }
th.full           { background: url(../images/table/table-heading-full.gif)    no-repeat bottom right; }
th.customized     { background: url(../images/table/table-heading-customized.gif)    no-repeat bottom right; }

#pricing th.on {  background: url(../images/table/table-heading-on.gif) no-repeat bottom center; }
#pricing tfoot td.on { background: url(../images/table/table-foot-on.gif) no-repeat top center; }
#pricing tbody td.on { background: url(../images/table/table-body-on.gif) no-repeat bottom center; text-shadow: 1px 1px 1px #6DA918;}


#pricing th h1 { color: #333333; font-size: 2em; line-height: 20px; margin: 0px; padding: 0px; }
#pricing th h2 { color: #447711; font-size: 1.8em; margin: 0px; padding: 0px;}
#pricing th h2 span { font-size: 0.8em; font-weight: bold; line-height: 18px; }
#pricing th h3 { color: #f5f5ee; font-size: 1.2em; margin: 0px 0px 10px 0px; padding: 0px;}
#pricing th.on h4 {  }

#pricing tbody {
	color: #333333;
	text-align: left;
}
#pricing tbody td {
	padding: 10px 15px 10px 15px;
	vertical-align: top;
}


#pricing td.desc-b { width: auto; }
#pricing td.desc-b { background: url(../images/table/table-body-desc.gif) repeat-x bottom right; text-align: left; color: #333333; font-weight: normal; font-size: 1.1em !important; padding-right: 10px; }
#pricing td.desc-b span { font-style: italic; color: #737373; font-size: 0.9em; }
#pricing td.plan-b { background: url(../images/table/table-body-plan-left.gif) repeat-x bottom left; font-size: 1em; }
#pricing td.plan-b-right { background: url(../images/table/table-body-plan-right.gif) repeat-x bottom right; font-size: 1em; }
#pricing td.plan-b span { font-size: 0.6em; }

#pricing td.desc-f { background: url(../images/table/table-body-plan-f-left.gif) repeat-x bottom right; height: 70px; }
#pricing td.plan-f { background: url(../images/table/table-body-plan-f-left.gif) repeat-x bottom left; padding: 5px 0px 5px 0px; }
#pricing td.plan-f-right { background: url(../images/table/table-body-plan-f-right.gif) repeat-x bottom left; padding: 5px 0px 5px 0px; }


#pricing tfoot td {
	vertical-align: top !important;
	text-align: center;
}
#pricing tfoot td a,
#pricing span.current_plan {
	color: #333333; font-size: 2em; line-height: 20px; margin: 0px; padding: 0px; 
	background: url(../images/table/table-signup-plans.gif) no-repeat center center;
	text-indent: -9999em;
	display: block;
	height: 25px;
	margin-top: 8px;
	overflow: hidden;
}
#pricing .on a,
#pricing .on span {
	background-image: url(../images/table/table-signup-free.gif) !important;
	margin-top: 13px !important;
}
#pricing a.disabled {
	background-image: url(../images/table/button-signup.gif) !important;
	cursor: default;
}
#pricing td span.current_plan {
	background-image: url(../images/table/button-current-plan-disable.gif);
	opacity: 0.5;
	-moz-opacity: 0.5;
}
#pricing td.on span.current_plan {
	background-image: url(../images/table/button-current-plan.gif) !important;
	opacity: 1.0;
	-moz-opacity: 1.0;
}



#pricing table {width:100%;}

#pricing td,
#pricing th        { width: 147px; }

#pricing td.desc-f { width: auto; }


.desc-b { padding-right: 7px; }

#pricing td.on,
#pricing th.on{ width: 150px; }

/** BUTTONS */
.buyPlan {
	width: 125px;
	height: 38px;
	background:  url(../images/btn_assinar_plano.jpg) no-repeat top left;
	color: #333333;
	border: 0px;
	font-weight: normal;
	font-style: italic;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.contactUs {
	width: 125px;
	height: 38px;
	background:  url(../images/btn_entre_em_contato.jpg) no-repeat top left;
	color: #333333;
	border: 0px;
	font-weight: normal;
	font-style: italic;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}


