@import url("reset.css");
@import url("fontes.css");
/* DEDUTIBILIDADE */
	.calcOscip{ width:100%; margin:0 auto;}
	.calcOscip h4{ color:#009999; font:normal 34px 'HumstSlab712BlkBTBlack'; letter-spacing:-1px; margin-bottom:6px;}
	.calcOscip h4 span{ font:normal 22px 'Tahoma'; color:#757575; display:block;}
	.calcOscip .digiteLucro{ margin:15px 0; overflow:hidden;}
	.calcOscip .digiteLucro span{ float:left; color:#747476; font:normal 20px "Tahoma", Times, serif; line-height:31px; margin-right:12px;}
	.calcOscip .digiteLucro input{	float:left; width:155px; height:31px; padding:0 13px; color:#464d42; font:normal 19px 'Tahoma'; line-height:31px; background:#eee; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; box-shadow: 1px 1px 2px #caccc9; border:none; margin-bottom:3px; text-align:right;}
		
	.calcOscip table{ font:normal 14px "Tahoma", Times, serif; color:#4d4d50;}
	.calcOscip table .right{ text-align:right;}
	.calcOscip table .center{ text-align:center;}
	.calcOscip table .red{ color:#009999; font-weight:bold;}
	.calcOscip table .tt { color:#393939; font-size:14px; font-weight:bold;}
	.calcOscip table thead th{ background:#393939; color:#eeefee; font:normal 14px 'Tahoma'; padding:10px 13px 7px 13px;}
	.calcOscip table tbody td{ padding:10px 13px 7px 13px; }
	.calcOscip table tbody td span { font:normal 14px Tahoma, Geneva, sans-serif; letter-spacing:-1px; }
	.calcOscip table tbody td span.legenda{ color:#009999;}
	.calcOscip table tbody td span.desc{ font-size:11px; letter-spacing:0; width:135px; float:right; color:#5e5e5e;}
	.totalCarga{ font-size:14px; font-weight:bold; color:#4d4d50;}
	.totalCarga td.lab{color:#141415;}
	.calcOscip .inf{ text-align:right; background:url(../img/seta.gif) right center no-repeat;color:#565656; font-size:13px; padding:10px 25px 10px 0; margin-right:10px;}

