.contentor-ofertas {
	clear: left;
	float: left;
	width: 620px;
	margin-bottom: 60px;
}
#fresquinho-esq {
	float: left;
	width: 470px;
}
#fresquinho-meio {
	float: left;
	width: 185px;
	padding-left: 15px;
	padding-top: 20px;
}
#fresquinho-meio h3 {
	font-size: 16px;
	font-weight: bold;
}

#fresquinho-dir {
	float: right;
	width: 200px;
}
#fresquinho-dir h3 {
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../imagens/fundos/ofertas-designacao-home.jpg);
	display: block;
	line-height: 100px;
	text-align: center;
}

#fresquinho-dir img {
	float: right;
	border: 5px solid #8BC63A;
}
.ofertas-especiais {
	float: left;
	width: 200px;
	position: relative;
}
.ofertas-especiais-dir {
	float: left;
	width: 200px;
	position: relative;
}
.ofertas-especiais li, .ofertas-especiais-dir li {
	display: block;
	list-style-type: none;
	text-align: center;
	border-collapse:collapse;
	margin: 0px;
	padding: 0px;
}
.ofertas-especiais .ofertas-designacao, .ofertas-especiais-dir .ofertas-designacao {
	width: 200px;
	background-image: url(../imagens/fundos/ofertas-designacao-home.jpg);
	background-repeat: no-repeat;
	background-color: #D4E7F5;
	height: 65px;
	text-align: center;
	padding-top: 35px;
	color: #FFFFFF;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 17px;
}


.ofertas-especiais .img-ofertas img, .ofertas-especiais-dir .img-ofertas img {
	border: 5px solid #8BC63A;
	margin-top: -1px;
}
.preco-ofertas {
	position: absolute;
	height: 79px;
	width: 113px;
	background-image: url(../imagens/fundos/preco-ofertas.png);
	background-repeat: no-repeat;
	left: 4px;
	top: 247px;
}
.preco-ofertas p {
	text-align: center;
	color: #FFEB5B;
	font-size: 24px;
	font-weight: bold;
	margin-left: -10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 116px;
}

/*  scroll
---- -- -- --- - -- --- ------------------------------------------*/
div.scrollable {
	/* required settings */ 
    position:relative;
	overflow:hidden;
	width: 470px;
	height:340px;
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items ul {
	float:left;
	width: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.scrollable {
	float:left;	
}

#ultimas-blog {
	list-style-type: none;
	margin-top: 15px;
	width: 180px;
}
#ultimas-blog li {
	margin-bottom: 5px;
	background-image: none;
	background-repeat: no-repeat;
	border: 1px solid #8CC542;
}

#ultimas-blog a {
	display: block;
	text-decoration: underline;
	line-height: 18px;
	padding: 5px;
	font-size: 14px;
	width: 170px;
}
#ultimas-blog a:link, #ultimas-blog a:visited {
	color: #006224;
}
#ultimas-blog a:hover, #ultimas-blog a:active {
	color: #8A735C;
	background-color: #FFD000;
}
