/*INIZIO HEADLINE*/

.content .headline {
	float:left;
	width:295px
}
.content .headline h1 {
	font-size:16px;
	color:#FFCC00;
	padding-bottom:4px;
}
.content .headline h2 {
	font-size:12px;
	padding-bottom:20px;
}

/*OFFERTE*/

.content .thumb {
	width:					200px;
	height:					150px;
	display:				block;
	background-repeat:		no-repeat;
	background-position:	center;
}
.content .contentOffers {
	float:left;
	width:212px;
}
.content div.offers {
	padding:10px 0 12px 0;
	background: url(../../img/bgImg.jpg) no-repeat bottom center;
}
.content div.offers .cornice {
	border: 1px solid;
	border-color:#fff;
	padding: 5px;
	background: #008CC7;
}
.content .contentOffers h1 {
	color:#06365A;
	font-size:14px;
	font-weight:bold;
	width:212px;
	padding-bottom:10px;
}
.content .contentOffers h2 {
	color:#FFF;
	font-size:11px;
	font-weight:normal;
	line-height:130%;
	width:212px;
	padding-bottom:16px;
}
/* PREZZI */

.content .contentPrice {
}
.content p.price {
	float:left;
	font-size:20px;
	text-align:center;
	width:212px;
	border-top:2px solid #40ADD8;
	padding:16px 0 10px 0;
}
.content span {
	font-size:16px;
	font-weight:normal;
}
/*BOTTONI DESCRIZIONE*/

.content .btnDescrizione {
	width:212px;
	height:38px;
	float:left;
	text-align:center;
	margin-bottom:10px;
}
/**/

.content .spacer {
	margin:0 83px;
}
