.box {
	width: 100%;
	/*margin-bottom: 10px;*/
}

.box .b1, .box .b4 {
	background-image: url(../images/box-bg.jpg);
	background-repeat: repeat-y;	
}
.box .b2, .box .b5 {
	background-image: url(../images/box-top.jpg);
	background-repeat: no-repeat;
}
.box .b3, .box .b6 {
	background-image: url(../images/box-bot.jpg);
	background-repeat: no-repeat;
}
.box .b1 {
	background-position: right top;
	background-color: #FFFFFF;
}
.box .b2 {
	background-position: right top;
}
.box .b3 {
	background-position: right bottom;
	padding-right: 10px;
}
.box .b4 {
	background-position: left bottom;
}
.box .b5{
	background-position: left top;
}
.box .b6 {
	padding-top: 0px;
	padding-left: 0px;
	background-position: left bottom;
	padding-bottom: 10px;
	/*min-height*/
	min-height: 120px;
	height: auto !important;
	height: 120px;
}
.box h2 {
	font-size: 22px;
	text-decoration: none;
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 50px;
	height: 50px;
	padding: 0px 0px 0px 55px;
	background-repeat:no-repeat !important;
	background-position: 9px 9px !important;
	margin: 0px 0px 10px;
}
.box .content {
	margin-left: 15px;
}

.b-usato {
	width: 400px;
	margin-right: 10px;
	margin-left: 10px;
}

.b-noleggio h2 {
	background: url(../images/icone/i-camper.gif);
}
.b-inevidenza h2 {
	background: url(../images/icone/i-evidenza.gif);
}
.b-nuovo h2 {
	background: url(../images/icone/i-campernuovo.gif);
}
.b-ricerca h2 {
	color: #006666;
	background: url(../images/icone/i-cerca.gif);
}
.b-usato h2 {
	background: url(../images/icone/i-camperusato.gif);
}

.b-newsletter {
 width: 400px;
	float:right;
	font-size:10px;
}

.b-newsletter .b6 {
	height: 60px !important;
	min-height: 60px !important;
}

.b-newsletter .content {
	background: url(../images/icone/i-newsletter.gif);
	background-repeat:no-repeat;
	background-position: 9px 9px;
	padding-left: 58px;
	margin-left: 0px;
	padding-top: 10px;
	position:relative;
}

.b-newsletter, .b-newsletter td {
	font-size:10px;
}

.b-newsletter .iscriviti {
	font-weight:bold;
	margin-bottom: 2px;
}

.b-newsletter .formSmall {
	font-size:11px;
	margin-right: 5px;
	background: #F5F4E0;
}

#log {
	padding: 5px;
	background-color: #F5F4E0;
	border: 1px solid #999999;
	width: 200px;
	font-weight: bold;
	display: none;
	position: absolute;
	left: 58px;
	top: 60px;
}

