@charset "utf-8";
/* CSS Document */

#backHome {
	position:absolute;
	left:29px;
	top:11px;
	width:273px;
	height:64px;
	z-index:10001;
	cursor:pointer;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	right:0;
	height:100px;
	z-index:1;
	background-image:url(/images/logoTV_new.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

#header_natale {
	position:absolute;
	left:0px;
	top:0px;
	right:0;
	height:100px;
	z-index:1;
	background-image:url(/images/logoTV_nat.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

#menu {
	position:absolute;
	left:0px;
	top:100px;
	right:0;
	height:30px;
	z-index:1;
	background-image:url(/images/new_menu_bg.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

#main_content {
	position:absolute;
	left:0px;
	top:130px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:5px;
	width:585px;
	height:auto;
	overflow:visible;
	z-index:1;
}

#secondary_content {
	position:absolute;
	left:600px;
	top:130px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	width:328px;
	height:auto;
	overflow:visible;
	z-index:1;
	background-color:#FFF;
	border-left:#666666 1px solid;
	border-right:#666666 1px solid;
	border-bottom:#666666 1px solid;
}

#accessori {
	position:absolute;
	left:950px;
	top:130px;
	padding-left:5px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:5px;
	width:237px;
	height:auto;
	overflow:visible;
	z-index:1;
}

#trascrizione, #privacy, #chi_siamo, #feed {
	position:absolute;
	left:80px;
	top:80px;
	width:450px;
	height:550px;
	padding:24px;
	z-index:1001;
	border:#333 1px solid;
	background-color:#CCC;
	display:none;
}

#shadow {
	position:absolute;
	left:90px;
	top:90px;
	width:500px;
	height:600px;
	background-color:#666666;
	filter:alpha(opacity=35);
	-moz-opacity:.35;
	opacity:.35;
	display:none;
	z-index:1000;
}

#linkfilm {
	z-index:0;
	position:absolute;
	width:600px;
	height:600px;
	display:none;
}