/* ie6 trash */
* html #gritter-notice-wrapper {
	position:absolute; 
}
* html .gritter-top {
	margin-bottom:-10px;
}
* html .gritter-item {
	padding-bottom:0;
}
* html .gritter-bottom {
	margin-bottom:0;
}
* html .gritter-close {
	background:url(images/x.jpg);
	width:18px;
	height:18px;
	top:15px;
	right:27px;
}

/* the norm */
#gritter-notice-wrapper {
	position:absolute;
	top:540px;
	right:280px;
	width:450px;
	z-index:9999;
	border: solid #A89382 1px;
	background-color:#d5c7bc;
	opacity:0.9;
	filter:alpha(opacity=90);

}
.gritter-item-wrapper {
	position:relative;
	margin:10px 0px;
	background: #A89382;
}
.gritter-top {
	height:10px;
}
.hover .gritter-top {
}
.gritter-bottom {
	height:8px;
	margin:0;
}
.hover .gritter-bottom {
}
.gritter-item {
	display:block;
	color:#000000;
	padding:2px 11px 8px 20px;
	font-size: 11px;
	font-family: Tahoma, verdana, helvetica, sans-serif;
	text-align:justify;
}
.hover .gritter-item {
}
.gritter-item p {
	width: 400px;
	/*padding:0px 23px 0px 0px ;   altra soluzione per IE*/
	padding: 0;
	margin:0px;
}
.gritter-close {
	background: url(images/x.jpg) no-repeat right top;
	position:absolute;
	top:12px;
	right:27px;
	cursor:pointer;
	width:18px;
	height:18px;
}




.gritter-title {
	font-size:14px;
	font-weight:bold;
	padding:0 0 7px 0;
	color:#41290f;
}
.gritter-data {
	font-size:15px;
	color:#000;
	font-weight:bolder;
	padding:0 0 7px 0;
	border-bottom: solid 1px #41290f;
	font-family: Verdana, helvetica, Sans-Serif;
}
.gritter-image {
	width:180px;
	height:120px;
	margin:0 10px 5px 0;
	float:left;
}
.gritter-with-image,
.gritter-without-image {
	padding:0 0 5px 0;
	float:left;
}


