#promocao {
	float: left;
	width: 360px;
}

#ganhador {
	float: right;
	width: 360px;
}

/********************
Destaques
********************/
.destaque big {
	color: #FFF;
	display: block;
	padding: 2px 5px;
}

.destaque h3 {
	font-size: 1.8em;
	color: #FFF;
	padding: 0 5px 3px;
}

div.imagem {
	position: relative;
	height: 167px;
	margin: 3px 0;
	overflow: hidden;
}

div.imagem a {
	font-size: 1.8em;
	font-weight: bold;
	position: absolute;
	bottom: 3px;
	left: 4px;
	width: 340px;
	padding: 3px 5px;
	border: 1px solid #747275;
	background-color: #FFF;
	opacity: .7;
	filter: alpha(opacity=70);
}

div.imagem a small {
	font-size: 0.5em;
	font-weight: normal;
	display: block;
}

div.imagem a:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

.destaque ul { padding: 5px 10px 3px; }

.destaque li { margin-bottom: 3px; }

.destaque li a {
	color: #FFF;
	padding-left: 10px;
	background: url(../images/bullet07.gif) no-repeat left;
}

.destaque li a:hover { text-decoration: underline; }
/********************
Fim dos destaques
********************/


/********************
Promocao
********************/
#promocao .destaque big, #promocao .destaque h3, #promocao .destaque ul { background-color: #5E9300; }
/********************
Fim: promocao
********************/


/********************
Ganhador das promocoes
********************/
#ganhador .destaque big, #ganhador .destaque h3, #ganhador .destaque ul { background-color: #555; }

#ganhador .imagem img {
	float: left;
	width: 178px;
}

#ganhador .imagem div {
	float: right;
	width: 160px;
	height: 153px;
	overflow: hidden;
	padding: 5px 7px;
	border: 2px solid #555;
}

#ganhador .imagem big {
	color: #426700;
	padding: 0;
	background-color: transparent;
}

#ganhador .imagem h4 {
	font-size: 1.6em;
	margin: 3px 0 10px;
}

#ganhador .imagem p {
	font-size: 1.1em;
	text-align: justify;
	padding-right: 3px;
}
/********************
Fim: ganhador das promocoes
********************/


/********************
Listagem de links
********************/
h4 {
	font-size: 1.6em;
	margin-top: 10px;
	padding-left: 10px;
	background: url(../images/bullet02.gif) no-repeat left;
}

#promocao h4 { color: #5E9300; background-image: url(../images/bullet06.gif); }

#ganhador h4 { color: #555; }

.listagem { margin-top: 5px; }

.listagem li { margin-bottom: 10px; }

.listagem li a {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	overflow: hidden;
	padding: 5px;
	padding-top: 8px;
	border: 1px solid #DBDBDB;
	background-color: #FFF;
}

.listagem li a img {
	float: left;
	width: 46px;
	height: 40px;
	margin-top: -3px;
	margin-right: 5px;
	overflow: hidden;
	border: 2px solid #A1A1A1;
}

.listagem li a small {
	display: block;
	color: #828282;
	font-weight: normal;
}

.listagem li a:hover { background-color: #F5F5F5; }

.listagem li a:hover img { border-color: #888; }

.listagem ul {
	margin-top: 1px;
	padding: 3px 8px;
	overflow: hidden;
	border: 1px solid #A8A8A8;
	background-color: #E5E5E5;
}

.listagem ul li {
	display: inline;
	margin-right: 35px;
}

.listagem ul li a {
	font-size: 0.9em;
	font-weight: normal;
	display: inline;
	padding: 0 10px;
	border: none;
	background: url(../images/bullet02.gif) no-repeat 0 40%;
}

.listagem ul li a:hover {
	background-color: transparent;
	text-decoration: underline;
}

#principal .promo {
	width: 48%;
	float: left;
}

#principal .dir { float: right; }

#principal .promo li a { font-size: 1.4em; }
/********************
Fim: Listagem de links
********************/
