.video { background-image: url(../_img/lb_video.gif); }
.audio { background-image: url(../_img/lb_audio.gif); }
.poster { background-image: url(../_img/lb_poster.gif); }

.h2-video { 
	background: url(../comunicazione/h2_video.gif) no-repeat top left; 
	width: 160px; 
	height: 19px; 
}

.h2-audio { 
	background: url(../comunicazione/h2_audio.gif) no-repeat top left; 
	width: 69px; 
	height: 19px; 
}

.h2-poster { 
	background: url(../comunicazione/h2_poster.gif) no-repeat top left; 
	width: 180px; 
	height: 19px; 
}

.bgcom {
	text-align: center;
	background: transparent url(../_img/bg_content_continuous.gif) repeat-y 0 0;
}

.bg {
	position: relative;
	background: transparent url(../comunicazione/bg_comunicazione.jpg) no-repeat 0 0;
	zoom: 1;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

div.borded-bottom {
	position: absolute;
	left: 0; bottom: 0;
}

.bgcom h2 {
	margin:21px 0 18px 30px;
}

.bgcom .search-details {
	clear: left;
	margin: 0 0 0 30px;
	font-size: 1.090909em;
	color: #666;
	font-weight: bold;
	text-align: left;
}

.video-list,
.audio-list {
	margin: 16px 0 0 23px;
	clear: left;
}

.poster-list {
	margin: 16px 0 0 27px;
	clear: left;
}

.video-list .row,
.audio-list .row,
.poster-list .row   {
	padding: 0 0 30px;
}

/* Video */

.video-list .video-item {
	width: 226px;
	float: left;
	margin: 0 6px 0 0;
}

.video-list .last {
	margin: 0;
}

.video-list .video-item .video-container {
	position: relative;
	width: 226px;
	height: 179px;
	padding: 4px 0 0;
	background: transparent url(../comunicazione/bg_video_thumb.png) no-repeat;
}

.video-list .video-item .video-container .play {
	top: 60px; left: 70px;
	position: absolute;
	cursor: pointer;
	display: none;
}

.video-list .video-item h3,
.video-list .video-item p {
	margin: 0 8px 0 9px;
	text-align: left;
}

.video-list .video-item h3 {
	font-size: 1em;
	color: #003d7e;
	text-transform: uppercase;
	height: 2.5em;
}

.video-list .video-item p {
	margin: 0 8px 0 9px;
}

/* Audio */

.audio-list .audio-item {
	width: 226px;
	float: left;
	margin: 0 6px 0 0;
}

.audio-list .last {
	margin: 0;
}

.audio-list .audio-item .audio-container {
	position: relative;
	width: 226px;
	height: 179px;
	padding: 4px 0 0;
	background: transparent url(../comunicazione/bg_video_thumb.png) no-repeat;
}

.audio-list .audio-item .audio-container .play {
	top: 60px; left: 70px;
	position: absolute;
	cursor: pointer;
	display: none;
}

.audio-list .audio-item h3,
.audio-list .audio-item p {
	margin: 0 8px 0 9px;
	text-align: left;
}

.audio-list .audio-item h3 {
	font-size: 1em;
	color: #003d7e;
	text-transform: uppercase;
	height: 2.5em;
}

.audio-list .audio-item p {
	margin: 0 8px 0 9px;
}

/* Poster */

.poster-list .poster-item {
	width: 155px;
	float: left;
	margin: 0 18px 0 0;
}

.poster-list .last {
	margin: 0;
}

.poster-list .poster-item .poster-container {
	position: relative;
	width: 155px;
	height: 209px;
	padding: 0 0 9px;
	margin: 0 0 13px;
	background: transparent url(../comunicazione/bg_thumb_poster.gif) no-repeat left bottom;
}

.poster-list .poster-item .poster-container img {
	margin: 0 auto;
	display: block;
}

.poster-list .poster-item h3,
.poster-list .poster-item p {
	margin: 0 8px 0 3px;
	text-align: left;
}

.poster-list .poster-item h3 {
	font-size: 1em;
	color: #003d7e;
	text-transform: uppercase;
	min-height: 2.5em;
	height: auto !important;
	height: 2.5em;
}

.poster-list .poster-item p {
	margin: 0 8px 0 3px;
}

/*** Da spostare in common ***/

.search {
	width: 177px;
	margin: 20px 0 0;
	background: url(../_img/bg_left_menu.gif) no-repeat top left;
}

.search form {
	margin: 0;
	padding: 20px 20px 10px;
	background: url(../_img/bg_left_menu.gif) no-repeat bottom left;
}

.search fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

.search fieldset legend {
	display: none;
}

.search label span {
	display: block;
	width: 130px;
	height: 10px;
	margin: 0 0 5px;
}

.search select {
	clear: left;
	width: 130px;
	margin: 0 0 10px;
}

.search input {
	position: relative;
	left: -2px;
	margin: 3px 0 0 0;
}

.brand_filter { background-image: url(../_img/lb_filtra_brand.gif); }
.year_filter { background-image: url(../_img/lb_filtra_anno.gif); }
.campaign_filter { background-image: url(../_img/lb_filtra_campagna.gif); }

