.container_conteudo div.coluna{
	position: relative;
	float: left;
	clear: none;
	width: 431px;
}

/*************************************************************************/
/** TABS *****************************************************************/
/*************************************************************************/
.container_conteudo div.sales{
	padding-left: 19px;
}

.sales div{
	position: relative;
	float: left;
	clear: both;
	width: 431px;
	background-position: top center;
}

.sales div.sales_topo{
	height: 60px;
	background-repeat: no-repeat;
}

.sales div.sales_corpo{
	min-height: 100px;
	background-image: url(../images/bg_sales_corpo.png);
	background-repeat: repeat-y;
}

.sales_corpo div#corpo_reseller,
.sales_corpo div#corpo_partner{
	min-height: 150px;
}

.sales div.sales_fundo{
	height: 25px;
	background-image: url(../images/bg_sales_fundo.png);
	background-repeat: no-repeat;
}

.sales_topo span{
	position: absolute;
	width: 200px;
	height: 32px;
	top: 13px;
	line-height: 34px;
	text-align: center;
	color: #5E5E5E;
	cursor: pointer;
}

.sales_topo span#reseller{
	left: 12px;
}

.sales_topo span#partner{
	left: 220px;
}

.sales div.reseller{
	background-image: url(../images/bg_sales_topo_01.png)
}

.sales div.partner{
	background-image: url(../images/bg_sales_topo_02.png)
}

.sales div.reseller span#partner,
.sales div.reseller span#partner,
.sales div.reseller span#partner,
.sales div.reseller span#partner,
.sales div.partner span#reseller,
.sales div.partner span#reseller,
.sales div.partner span#reseller,
.sales div.partner span#reseller{
	color: #FFF;
}

.sales_corpo div#corpo_partner{
	display: none;
}

.sales_corpo div.item{
	position: relative;
	float: left;
	clear: both;
	width: 376px;
	min-height: 26px;
	margin: 0 22px;
	padding: 5px;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	color: #5E5E5E;
	background-image: url(../images/bg_sales_item.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.sales_corpo div.first{
	border-top: 1px solid #EFEFEF;
}

.sales_corpo div.item h3{
	margin: 0;
	line-height: 26px;
	font-size: 12px;
}

.sales_corpo div.item img.bandeira{
	position: absolute;
	top: 8px;
	right: 32px;
	margin: 0;
	padding: 0;
}

.sales_corpo .item div.info_reseller{
	display: none;
	margin-bottom: 10px;
}

.sales_corpo .item .info_reseller h3,
.sales_corpo .item .info_reseller h4,
.sales_corpo .item .info_reseller p{
	float: left;
	clear: both;
	width: 376px;
	margin: 0;
	padding: 0;
}

.sales_corpo .item .info_reseller h3{
	margin-top: 10px;
	font-size: 14px;
}

.sales_corpo .item .info_reseller h4{
	margin-top: 10px;
}

.sales_corpo .item .info_reseller a{
	background: none;
}

.sales_corpo div.item a.botao{
	display: block;
	position: absolute;
	width: 17px;
	height: 17px;
	top: 9px;
	right: 6px;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 10;
}

.sales_corpo div.item a.expand{
	background-image: url(../images/botao_expand.png);
}

.sales_corpo div.item a.colapse{
	background-image: url(../images/botao_colapse.png);
}

.sales_corpo div#corpo_partner{
	width: 380px;
	padding-left: 26px;
	padding-right: 25px;
}


.sales_corpo #corpo_partner p{
	float: left;
	clear: both;
	width: 380px;
}

/*************************************************************************/
/** LINKS PARA DOCUMENTOS ************************************************/
/*************************************************************************/
.container_conteudo div.download{
	padding-left: 19px;
}

.coluna div.download_documento{
	position: relative;
	float: left;
	clear: none;
	width: 431px;
}

.download_documento img,
.download_documento div{
	float: left;
	clear: none;
}

.download_documento div{
	width: 365px;
}

.download_documento div span{
	float: left;
	clear: none;
	width: auto;
	margin-top: 8px;
	margin-right: 5px;
}

.download_documento p{
	float: left;
	clear: both;
	width: 365px;
	margin: 3px 0 0 0;
	padding: 0;
}

.download_documento div span.titulo{
	font-weight: bold;
}

.download_documento a,
.download_documento a:visited,
.download_documento a:active,
.download_documento a:hover{
	font-weight: bold;
	text-decoration: none; 
}








