#bannerBox
{
	width: 100%;
	height: 320px;
	background-color: #1F0A01;
	position: relative;
}

#bannerBox img
{
	margin: 13px;
}

#bannerBox h2
{
	font-size: 18px;
	text-align: left;
	padding-left: 0px;
}

#bannerBox a
{
	color: #ECA500;
}

#bannerBox a:hover
{
	color: #ffffff;
}

#bannerBox .titolo
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #1F0A01;
	color: #ffffff;
	font-size:16px;
	top: 220px;
	left: 13px;
	width: 300px;
	height: 45px;
	padding-top: 15px;
	text-align: left;
}

#left
{
	text-align: center;
}

#left .ricette h2
{
	height: 36px;
	line-height: 50px;
}
#content
{
	position: relative;
	padding-top: 20px;
	
}

#headNews
{
	background-color: #ffffff;
	height: 32px;
	line-height: 32px;
	width: 180px;
	text-align: center;
	position: absolute;
	margin: 0px auto;
	top: -15px;
	left: 270px;
	padding-left: 10px;
}

#headNews h2
{
	text-decoration: underline;
}

#headNews img
{
	position: absolute;
	top: -10px;
	left: -30px;
}

.vetrina
{
	width: 246px;
	height: 160px;
	padding: 4px 0px 0px 2px;
	float: left;
	margin-right: 9px;
	margin-top: 4px;
	position: relative;
	background-image: url(../immagini/grafica/news/fondo_box.jpg);
	background-repeat: no-repeat;
}

.vetrina.news
{
	margin-right: 0px;
	margin-left: 0px;
}

.vetrina .descrizione
{
	position: absolute;
	top: 4px;
	right: 2px;
	height: 90px;
	width: 115px;
	overflow: hidden;
}

.vetrina .descrizione.fondo
{
	background-color: #ffffff;
	opacity: 0.7;
	filter: alpha(opacity=70);
	height: 110px;
	width: 120px;
}

.vetrina .link
{
	position: absolute;
	top: 93px;
	right: 3px;
	height: 15px;
	width: 115px;
	overflow: hidden;
	font-weight: bold;
}

.vetrina img.freccia
{
	position: absolute;
	top: 102px;
	left: -7px;
	z-index: 100;
}

.vetrina .titolo
{
	position: absolute;
	bottom: 21px;
	left: 2px;
	height: 30px;
	width: 244px;
	overflow: hidden;
	background-image: url(../immagini/grafica/news/fascia_marrone.jpg);
	background-repeat: no-repeat; 
}

.vetrina h3
{
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
}

.vetrina.news .titolo
{
	background-image: url(../immagini/grafica/news/fascia_gialla.jpg);
}

.vetrina.news h3
{
	color: #000000;
}