﻿#MultimediaTitle
{
	padding: 5px;
	border-bottom: solid 1px #aeaeae;
	border-bottom-color: #E5E5E5;
}
.tblMultimedia tbody td
{
	display: inline-table;
	overflow: auto;
}
.MultimediaBoxGeneral
{
	border: solid 1px #cccccc;
	background-color: #E9E9E9;
	margin-right: 5px;
}

.MultimediaBox
{
	width: 100px;
	height: 140px;
	float: left;
	text-align: center;
	padding-top: 5px;
}
.MultimediaBox input
{
	padding: 6px;
	background-color: #ffffff;
}
.MultimediaBoxTesto
{
	font-size: 10px;
	color: #666666;
}
/* Cinema */

.MultimediaSelectCinema
{
	background-image: url(Images/Multimedia/BackGroundMultimediaSelectCinema.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	height: 50px;
	border: solid 1px #cccccc;
	margin-right: 5px;
}
.MultimediaSelectMusica
{
	background-image: url(Images/Multimedia/BackGroundMultimediaSelectMusica.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	height: 50px;
	border: solid 1px #cccccc;
	margin-right: 5px;
}
.MultimediaSelectTrend
{
	background-image: url(Images/Multimedia/BackGroundMultimediaSelectTrend.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	height: 50px;
	border: solid 1px #cccccc;
	margin-right: 5px;
}
.MultimediaSelectExtra
{
	background-image: url(Images/Multimedia/BackGroundMultimediaSelectExtra.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	height: 50px;
	border: solid 1px #cccccc;
	margin-right: 5px;
}
.MultimediaDetailCinema
{	background-image: url(Images/Multimedia/BackGroundMultimediaDetailCinema.jpg);
	background-repeat: no-repeat;
	background-position: center center;		
}
.MultimediaDetailMusica
{	background-image: url(Images/Multimedia/BackGroundMultimediaDetailMusica.jpg);
	background-repeat: no-repeat;
	background-position: center center;		
}
.MultimediaDetailTrend
{	background-image: url(Images/Multimedia/BackGroundMultimediaDetailTrend.jpg);
	background-repeat: no-repeat;
	background-position: center center;		
}
.MultimediaDetailExtra
{	background-image: url(Images/Multimedia/BackGroundMultimediaDetailExtra.jpg);
	background-repeat: no-repeat;
	background-position: center center;		
}
/* - */
.MultimediaDetail
{
	text-align: center;
	border: solid 1px #cccccc;
	background-color: #ffffff;
	margin-right: 5px;
	height: 500px;
	height: 500px;
}
.MultimediaDetail img
{
	padding: 10px;
	background-color: #ffffff;
}

.MultimediaVideo td div
{
	background-color: #ffffff;
	padding: 6px;	
	display: block;
}
