/* *********************************
			PRESSE RESIZING
************************************ */
/*
	.typoless {
		display:block;
		width:27px;
		height:17px;
		margin-bottom:12px;
		background:url('../imgs/ico_typoless.gif') no-repeat;
	}
	
	.typomore {
		display:block;
		width:27px;
		height:17px;
		margin-bottom:12px;
		background:url('../imgs/ico_typomore.gif') no-repeat;
	}
	
	.download {
		display:block;
		width:20px;
		height:26px;
		margin-bottom:12px;
		background:url('../imgs/ico_download.gif') no-repeat;
	}
	
	.print {
		display:block;
		width:21px;
		height:15px;
		margin-bottom:12px;
		background:url('../imgs/ico_print.gif') no-repeat;
	}
	
	.tipafriend {
		display:block;
		width:21px;
		height:15px;
		margin-bottom:12px;
		background:url('../imgs/ico_tipafriend.gif') no-repeat;
	}
	
	.notation {
		display:block;
		width:18px;
		height:16px;
		margin-bottom:12px;
		background:url('../imgs/ico_notation.gif') no-repeat;
	}
	
	.fildiscuss {
		display:block;
		width:22px;
		height:14px;
		margin-bottom:12px;
		background:url('../imgs/ico_fildiscuss.gif') no-repeat;
	}

.notationtab {
	visibility:hidden;
	z-index:1;
	position:absolute;
	background:#FFFFFF;
	border:1px solid #cccccc;
	height:20px;
	margin-left:20px;
	padding:5px;
	width:50px;
	height:50px;
}
	.notationtab A {
		position:relative;
		display:block;
		width:50px;
		height:10px;		
	}
	
	.notationtab .notation1 {
		background:url('../imgs/ico_note1_o.gif') no-repeat 0px 3px;
	}
		.notationtab .notation1:hover {
			background:url('../imgs/ico_note1.gif') no-repeat 0px 3px;
		}
	.notationtab .notation2 {
		background:url('../imgs/ico_note2_o.gif') no-repeat 0px 3px;
	}
		.notationtab .notation2:hover {
			background:url('../imgs/ico_note2.gif') no-repeat 0px 3px;
		}
	.notationtab .notation3 {
		background:url('../imgs/ico_note3_o.gif') no-repeat 0px 3px;
	}
		.notationtab .notation3:hover {
			background:url('../imgs/ico_note3.gif') no-repeat 0px 3px;
		}
	.notationtab .notation4 {
		background:url('../imgs/ico_note4_o.gif') no-repeat 0px 3px;
	}
		.notationtab .notation4:hover {
			background:url('../imgs/ico_note4.gif') no-repeat 0px 3px;
		}
	.notationtab .notation5 {
		background:url('../imgs/ico_note5_o.gif') no-repeat 0px 3px;
	}
		.notationtab .notation5:hover {
			background:url('../imgs/ico_note5.gif') no-repeat 0px 3px;
}
*/