/* CSS Document */


#destaques
{
	width:529px;
	margin-top:5px;
	background:url(/layout/005/01/imgs/conteudo_bg.gif) repeat-y;
}

#destaquestop
{
	width:529px;
	height:28px;
	display: block;
	background:url(/layout/005/01/imgs/top_ofertas.gif) no-repeat center top;
}

#destaquestop span
{
	display: none;
}

#destaqueitens
{
	display: block;
	width: 519px;
	height: 100px;
	overflow: hidden;
	padding: 5px 0 0 10px;
	margin-top: 5px;
}

#destaques p {
	color:#999999;
	font: 9px Tahoma, Verdana, Arial, Helvetica;
    text-align: center;
}

#destaques span {
	display:none;
}

.destaqueitem {
	float:left;
	margin: 0 9px 0 8px;
    width: 82px;
}
html>body .destaqueitem { margin: 0 8px 0 11px; }

/* promocao */
.promocao {
    display: block;
    background: #d62424 url('/layout/imgs/promo/fundo2.gif') bottom left repeat-x;
    height: 100px;
}

div.foto {
    width: 80px;
    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; }

.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;
}
/* hack ie7 */
html>body .promotxt { *margin-top: -13px; }

.promocao .destaqueitemtxt {
    text-align: center;
}

.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:529px;
	margin-top:5px;
	background:url(/layout/005/01/imgs/conteudo_bg.gif) repeat-y;
	/*height: 100px;*/
}

#noticias h3 {
	display:block;
	width:529px;
	height:28px;
	background:url(/layout/005/01/imgs/top_noticias.gif) no-repeat center top;
}

#noticias span {
	display:none;
}

#noticias ul {
	margin: 0 5px 5px 15px !important;
	padding: 0;
	display:block;
	width:500px;
}

#noticias li {
	list-style-type:none;
	font: 11px Tahoma, Verdana, Arial, Helvetica;
	background:url(/layout/002/02/imgs/noticias_seta.gif) 0px 6px no-repeat;
	padding: 0 0 0 6px !important;
	margin: 4px 0 6px 6px !important;
	text-align: left;
}
/* Desvio para que o IE nao entre*/
html>body #noticias li {
	padding: 0 0 0 6px !important;
	margin: 4px 0 6px 6px !important;
	background:url(/layout/002/02/imgs/noticias_seta.gif) 0 6px no-repeat;
}

#noticias li a {
	color:#464646;
	text-decoration:none;
}

#noticias li a:hover {
	text-decoration:underline;
}

#noticias li a:visited {
	color:#464646;
}

#noticias p {
	font: 11px Tahoma, Verdana, Arial, Helvetica;
	margin-left: 10px;
}


