@CHARSET "UTF-8";

/* quental: container da minibox */
.MDB_Box {
	float: left;
	width: 234px;
}

/* quental: container do cabeçalho das mini boxes */
.MDB_BlockHeader {
	float: left;
	margin-left: 7px;
	margin-right: 7px;
	background-repeat: no-repeat;
	width: 220px;
	height: 25px;
}

/* quental: span para colocar a imagen de topo da fohina */
.MDB_Plus {
	float: left;
	margin-top: -12px;
	background-image: url(/images/social/im_minibox_t.png);
	background-repeat: no-repeat;
	width: 234px;
	height: 96px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/social/im_minibox_t.png', sizingMethod='crop'); 
}

/* quental: link do título da minibox A */
.MDB_LinkHeader {
	float: right;
	margin-right: 10px;
	height: 25px;
	width: 80px;
}

/* quental: recurso de usabilidade H3 */
.MDB_Header {
	float: right;	
	display: none;
}

/* quental: corpo das mini boxes */
.MDB_BlockBody { 
	float: left;
	background-image: url(/images/social/im_minibox_b3.png);
	background-position: bottom center;
	background-repeat: no-repeat; 
	width: 234px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/social/im_minibox_b2.png', sizingMethod='scale'); 
}

/* quental: rodapé das mini boxes */
.MDB_FooterBody {
	float: left;
	width: 234px;
	height: 10px;
	/* background-image: url(/images/social/im_minibox_b3.png);
	background-repeat: no-repeat; */ 
}

/* quental: conteúdo das mini boxes */
.MDB_ContentBody {
	float: left;
	margin-top: -80px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	background-color: white;
	min-height: 200px;
	width: 214px;
	_height: 200px; /* IE6 min-height */
	_position: relative; /* IE6 */
}
