/* ie6 trash */
* html #i9gritter-notice-wrapper {
	position:absolute; 
}
* html .i9gritter-top {
	margin-bottom:-10px;
}
* html .i9gritter-item {
	padding-bottom:0;
}
* html .i9gritter-bottom {
	margin-bottom:0;
}
* html .i9gritter-close {
	background:url(../images/i9gritter-close-ie6.gif);
	width:22px;
	height:22px;
	top:7px;
	left:7px;
}

/* the norm */
.i9gritter-notice-wrapper {
	position:fixed;
	top:20px;
	right:20px;
	width:301px;
	z-index:9999;
}
/* i9*/

.i9gritter-notice-wrapper-arabicsupport {
	background:#3399ff;
	width:120px;
	z-index:9999;
	border:1px solid #17487A;
}

.i9gritter-item-wrapper {
	position:relative;
	margin:0 0 10px 0;
	background:url('.'); /* ie7/8 fix */ 
}
.i9gritter-top {
	/*background:url(../images/gritter.png) no-repeat left -30px;*/
	height:0px;
}
.hover .i9gritter-top {
	background-position:right -30px;
}
.i9gritter-bottom {
	/*background:url(../images/gritter.png) no-repeat left bottom;*/
	height:0px;
	margin:0;
}
.hover .i9gritter-bottom {
	background-position: bottom right;
}
.i9gritter-item {
	display:block;
	/*background:url(../images/gritter.png) no-repeat left -40px;*/
	
	color:#eee;
	/*padding:2px 11px 8px 11px;*/
	padding:5px 5px 0px 15px;
	font-size: 11px;
	font-family:verdana;
}
.hover .i9gritter-item {
	background-position:right -40px;
}
.i9gritter-item p {
	padding:0;
	margin:0;
}
.i9gritter-close {
	position:absolute;
	top:-10px;
	left:-12px;
	background:url(../images/gritter.png) no-repeat left top;
	cursor:pointer;
	width:30px;
	height:30px;
}
.i9gritter-title {
	font-size:12px;
	font-weight:bold;
	padding:0 0 7px 0;
	display:block;
	text-shadow:1px 1px #000; /* Not supported by IE :( */
}
.i9gritter-image {
	width:48px;
	height:48px;
	float:left;
}
.i9gritter-with-image,
.i9gritter-without-image {
	padding:0 0 5px 0;
}
.i9gritter-with-image {
	width:220px;
	float:right;
}
