/* *********************************
			PRESSE RESIZING
************************************ */

	.typoless {
		float: left;
		display:block;
		width: 15px;
		height: 15px;
		background:url('../imgs/bt_decrease.png') no-repeat;
		margin-right: 5px;
	}
	
	.typomore {
		float: left;
		display:block;
		width: 15px;
		height: 15px;
		background:url('../imgs/bt_increase.png') no-repeat;
		margin-right: 2px;
	}
	
	.download {
		display:block;
		width:20px;
		height:26px;
		margin-bottom:12px;
		background:url('../imgs/ico_download.gif') no-repeat;
	}
	
	.print {
		float: left;
		display:block;
		width: 16px;
		height: 16px;
		background:url('../imgs/bt_print.png') no-repeat;
		margin-right: 5px;
	}
	
	.tipafriend {
		float: left;
		display:block;
		width: 16px;
		height: 15px;
		background:url('../imgs/bt_tipafriend.png') no-repeat;
		margin-right: 4px;
	}
	
	.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;
	}

	.addthis{
		float: left;
		display:block;
		width: 118px;
		height: 15px;
		background:url('../imgs/bt_addthis.png') 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;
}
