@charset "iso-8859-1";

/***** RESET ****/


* {
	padding: 0px;
	margin: 0px;
}

a { 
	outline: none;
}

ul, li {
	margin: 0px;	
	padding: 0px;
}

html, body {
margin:0px;
padding:0px;
}

img { 
border: 0px;
}

/*   - - - -  */



body {
	padding: 0px;
	margin: 20px 0px 50px 0px;
	
	}

.clear {
	clear:both;

}

#Template_Body {
	width: 995px;
	margin: 0px auto;
	text-align: left;
}

#Template_Header {
	width: 995px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	padding-bottom:20px;
}

#Template_Content {
	float: left;
	width: 700px;
	}


#Template_Content_BgBody {
	background-image:url(../img_struct/bgContent-body.png);
	width:700px;
	background-repeat:repeat-y;
	background-position: center;
}

#Template_Content_Tube {
	padding: 25px;
}

#Template_Content_Tube ul {
	margin: 5px 5px 5px 20px;
}

#Template_Content_BgBottom {
	height:40px;
	width: 700px;
	background-image:url(../img_struct/bgContent_bottom.png);
	background-position:bottom center;
	background-repeat: no-repeat;
}

#Template_ColumnDX {
	width: 270px;
	float: right;
}


/* in include.function per avere le thumbnail arrotodate */

.roundThumb {
	width:100px;
	height:100px;
	background-image:url(../img_struct/maskThumbnail100px.png);
	background-repeat: no-repeat;
	position: relative;
	float: left;
	overflow: hidden;
	margin-right:10px;
}

.Template_lang {
	float:left;
	margin-left:100px;
	padding-top:10px;
}