/************************************
*
*	DEFINIZIONE DEGLI ELEMENTI COMUNI
*
************************************/

body {
	margin:0;
	padding:0;
	border:none;
	background:#fff url(../images/background.gif) top center repeat-y;
	color:#333333;
	font-family:'Lucida Grande', 'Lucida Sans', Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: 0px;
	font-size:11px;
}

div, form, fieldset, img, input {
	margin:0;
	padding:0;
	border:none;
}

.clear {
	clear:both;
}

.hidden {
	display:none;
	visibility:hidden;
}

a {
}

a:link {
}

a:visited {
}

a:active {
}

a:hover {
}

.img_slide{
    padding:3px;
    height:45px;
    width:60px;
    padding-top: 6px;
    }

.img_slide_sovrapp{
    width:22px;
    height:22px;
    padding-left:18px;
    padding-top:19px;

}

/************************************
*
*	CLASSI PER MOUSEOVER O INTERAZIONI
*
************************************/
.showFlagOver50 {
	background:transparent url(../images/flag_50.gif) bottom right no-repeat;
}

.showFlagOver65 {
	background:transparent url(../images/flag_65.gif) bottom right no-repeat;
}

.showFlagOver80 {
	background:transparent url(../images/flag_80.gif) bottom right no-repeat;
}

.showFlagOver50 {
	background:transparent url(../images/flag_50.gif) top right no-repeat;
}

.showFlagOver70 {
	background:transparent url(../images/flag_70.gif) top right no-repeat;
}

.showFlagOver90 {
	background:transparent url(../images/flag_90.gif) top right no-repeat;
}

.showFlagOver100 {
	background:transparent url(../images/flag_100.gif) top right no-repeat;
}


.flag50 {
	width:10px;
	height:50px;
	float:left;
	display:inline;
}
.flag70 {
	width:10px;
	height:70px;
	float:left;
	display:inline;
}
.flag80 {
	width:10px;
	height:80px;
	float:left;
	display:inline;
}
.flag90 {
	width:10px;
	height:90px;
	float:left;
	display:inline;
}
.flag100 {
	width:10px;
	height:100px;
	float:left;
	display:inline;
}

/************************************
*
*	NEWS
*
************************************/

.content_miniatura{
     position: relative;
     width: 75px;
     height:60px;
     /*z-index:99998;*/
}

.play_video{
     position: absolute;
     top: 2px;
     left: 13px;
     width: 60px;
     height:55px;
     z-index: 99999;
}

