/* CSS Document */

/* -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */
#animaindex {
	display: block;
	width: 730px;
	height: 300px;
	overflow: hidden;
}





/*------------------------------------------------------*/
#pesquisarapida, #colunacentral, #colunalateral {
	float: left;
}






/*------------------------------------------------------*/
#pesquisarapida {
	width: 180px;
	height: 250px;
	background: url(/layout/006/02/imgs/fundo_buscarapida.gif) no-repeat;
}

#pesquisarapida h3 {
	display: block;
	width: 155px;
	height: 22px;
	margin-bottom: 5px;
}

#pesquisarapida h3 span {
	display: none;
}

#pesquisarapida_campos {
	margin-left: 12px;
}

#pesquisarapida_campos p {
	height: 22px;
}

p.anovalor {
	float: left;
	width: 65px;
}

#pesquisarapida_botao {
	clear: both;
	padding-top: 5px;
	margin-left: 55px;
	width: 60px;
}







/*------------------------------------------------------------*/
#colunacentral {
	width: 415px;
}





/*------------------------------------------------------------*/
#colunalateral {
	width: 115px;
	height: 300px;
	background: url(/layout/006/02/imgs/fundo_lateraldireita.gif) no-repeat;
	padding-left: 15px;
}

.titulolateral {
	background: url(/layout/006/02/imgs/seta_chamadalateral.gif) 0 2px no-repeat;
	padding-left: 6px;
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #668294;
	line-height: 13px !important;
	margin-top: 15px;
}

.textolateral {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0;
	padding-left: 5px;
	color:#333333;
	line-height: 13px !important;
}

.textolateral a {
	color:#333333;
	text-decoration: none;
}

.textolateral a:visited {
	color:#333333;
}

.textolateral a:hover {
	color:#333333;
	text-decoration: underline;
}






/*--------------------------------------------------------*/
.tituloabertura {
	background: url(/layout/006/02/imgs/fundo_destaquenoticia.gif) no-repeat;
	width: 100px;
	height: 15px;
	padding: 0 !important;
	margin: 0 !important;
	clear: both;
}

.tituloabertura span {
	display: none;
}







/*--------------------------------------------------------*/
#destaques {
	width: 400px;
	margin: 7px 0 0 0 !important;
	clear:both;
}

#destaques .tituloabertura h3 {
	background: url(/layout/006/01/imgs/titulo_destaques.gif) no-repeat;
	height: 14px;
	margin-left: 6px;
}

#destaques p {
	color:#999999;
	font: 11px Tahoma, Verdana, Arial, Helvetica;
    /*text-align: center;*/
}

.destaqueitem {
	float:left;
	margin: 5px 0 3px 5px;
	width: 192px;
	height: 62px;
	display: block;
}

div.foto, div.destaqueitemtxt {
    float: left;
    display: block;
}

/* promocao */
.promocao {
    display: block;
    background: #d62424 url('/layout/imgs/promo/fundo2.gif') bottom left repeat-x;
    height: 62px;
    overflow: hidden;
}

div.foto {
    width: 82px;
    height: 60px;
    margin: 0 0 3px 0;
}

div.foto img {
    border: 1px solid #000000;
    margin: 0;
}

.promotransparencia {
    width: 80px;
    height: 12px;
    overflow: hidden;
    position: relative;
    margin-top: -15px;
    _margin-top: -12px;
    margin-left: 1px;
    background-color: #000000;
}
/* hack ie7 */
html>body .promotransparencia { *margin-top: -12px; }

.destaqueitemtxt p {
    width: 106px;
    padding: 2px 2px 0 2px;
}

.promotxt {
    width: 80px;
    height: 12px;
    overflow: hidden;
    position: relative;
    margin-left: 1px;
    margin-top: -13px;
    font: bold 10px 'Trebuchet MS', Arial !important;
    color: #ffd200; /*#d62524;*/
    text-align: center !important;
}
/* hack ie7 */
html>body .promotxt { *margin-top: -13px; }

.promocao p {
    /*text-align: center !important;*/
}

.promocao .destaqueitemtxt a {
    color: #ffffff !important;
}

.promocao .valorde {
    text-decoration: line-through;
    color: #e7e7e7 !important;
}

.promocao .valor {
    padding-top: 2px;
}

.promocao .valor a {
    font-weight: bold !important;
    color: #ffffff !important;
}

#destaques hr {
	display: block;
	clear: left;
	margin: -0.66em 0;
	visibility: hidden;
}

#destaques a {
	color:#777;
	text-decoration:none;
}

#destaques a:hover {
	text-decoration: underline;
}

#destaques a:visited {
	color:#777;
}







/*--------------------------------------------------------*/
#noticias {
	width: 400px;
	margin: 7px 0 0 0 !important;
	clear:both;
	padding: 0 !important;
}

#noticias .tituloabertura h3 {
	background: url(/layout/006/02/imgs/titulo_noticias.gif) no-repeat;
	height: 14px;
	margin-left: 6px;
}

#noticias ul {
	list-style-type: none;
	margin: 5px 0 0 5px;
}

#noticias li {
	background: url(/layout/006/02/imgs/bullet_noticia.gif) 0 4px no-repeat;
	padding-left: 5px;
	margin: 3px 0 2px 0; 
}

#noticias a {
	color:#777;
	text-decoration:none;
	font: 11px Tahoma, Verdana, Arial, Helvetica;
}

#noticias a:hover {
	text-decoration: underline;
}

#noticias a:visited {
	color:#777;
}








