#box_title {
	background-image: url(../../images/offerte/offerte_title.gif);
	background-repeat: no-repeat;
}
#box_contents {
	width: 598px;
	padding-left: 1px;
	padding-right: 3px;
}

#box_contents .offerta6, .offerta8 {
	background-image: url(../../images/offerte/offerte_row_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 52px;
	font-family:Arial,Trebuchet,serif;
	font-size: 12px;
}

/***** LAYOUT PAGINA OFFERTE - 8 RIGHE *****/
#box_content .offerta8 {
	height: 52px;
}

/***** LAYOUT PAGINA OFFERTE - 6 RIGHE *****/
#box_content .offerta6 {
	height: 70px;
}


#box_contents #links {
	background-image: url(../../images/offerte/offerte_row_bg.gif);
	background-repeat: repeat-x;
	height: 26px;
	width: 598px;
	padding-top: 22px;
	font-size: 11px;
}
#box_contents #links .left {
	float: left;
	display: inline;
	margin-left: 10px;
	width: 80px;
}
#box_contents #links .center {
	float:left;
	width: 415px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#box_contents #links .right {
	float: right;
	margin-right: 10px;
	text-align: right;
	width: 80px;	
}

#box_contents #links a, .center {
	color: #5F5F5F;
}
#box_contents #links a:hover {
	color: #CA0000;	
}
