/*************************************
usado no microsite
**************************************/	
.orangebold {
	color: #E56A21;
	font-weight:bold;
	}

.tdtitulo_bggrey {
	background-color:#EFEFEF;
	font-weight:bold;
	padding:10px !important;
color:#7D7D7D;
	border-bottom:2px solid #D8D8D8;
	}
	
.tdtitulo_bgefefef {
	border-bottom:1px solid #EFEFEF;
	}
		
	#tbcont_micro td {
	padding:20px;
	line-height:17px;
	}
	
		#tbcont_micro2 td {
	padding:40px 20px;
	line-height:17px;
	}

#column_left_microsite {
	width:180px;
	margin-right:10px;
	margin-bottom:35px;
	float:left;
}

.micro_caixalogo {
	position:relative;
	/*background:url(/images/logomicroteste.jpg) center center no-repeat;*/
	width:180px;
	height:180px;
	margin-bottom:10px;
}

.subnav_box_top_microsite {
	width:180px;
	height:5px;
	background:url(/images/sub_box_top_micro.jpg) center top no-repeat;
}

.subnav_profile_microsite {
	width:180px;
	background:#e7e7e7 url(/images/sub_box_bottom_micro.jpg) center bottom no-repeat;
	padding-bottom:15px;
}

.subnav_profile_microsite p {
	padding:8px 0px 6px 12px;
	line-height:26px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E56A21;
	font-weight:bold;
}

.subnav_profile_microsite span {
	padding:3px 0px 3px 24px;
	display:block;
	font-size:11px;
	text-decoration:none;
	background:url(/images/submenu_profile.jpg) top left no-repeat;
}

.sendmail{
	width:165px;
	height:35px;
	line-height:35px;
	background:url(/images/banneremail.png) top left no-repeat;
	color:#fff !important;
	margin:10px 0;
	padding: 0 15px 0 0;
	text-decoration:none;
	display:block;
	text-align:right;
}
	
.sendmail:hover {
	background:url(/images/banneremail.png) bottom left no-repeat;
		text-decoration:none;
	}

/* ------------------------------ 
column_content_profile
------------------------------ */

#column_content_micro {
	width:729px;
	margin-bottom:3px;
	float:left;
}

.microcaixabot {
background:url(/images/microcaixabot.jpg) no-repeat; height:9px ; width:729px
}


/* tabs css */
.microtabs_top {
	width:689px;
	height:140px;
	padding:20px 20px 0 20px;
	/*border: 1px solid red;*/
}

.microtabs {
	margin-top:10px;
	width:729px;
	height:35px;/*border: 1px solid red;*/
}

.microtabs a {
	background:url(/images/micro_tabs.jpg) no-repeat top left;
	display:block;
	padding:0px;
	text-decoration:none!important;
	font:bold 13px/35px arial;
	color:#666;
	height:35px;
	width:228px;
	padding-left:13px;
}

.microtabs a:hover {
	background:url(/images/micro_tabs.jpg) no-repeat center left;
	color:#666;
}

.microtabs a.selected {
	background:url(/images/micro_tabs.jpg) no-repeat bottom left;
	color:#fff;
	cursor:default;
}

.microtabs li {
	width:241px;
	list-style:none;
	float:left;
	}

.microtabs .tabs {
	height:260px;
	padding:30px;
	clear:left;
}



