/* 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(/static/img/gritter/gritter-square-close-ie6.gif) 0 5px no-repeat;
	width:22px;
	height:22px;
}

/* the norm */
#gritter-notice-wrapper {
	position:fixed;
	top:33px;
	right:5%;
	width:301px;
	z-index:9999;
}
.gritter-item-wrapper {
	position:relative;
	margin:0 0 10px 0;
}
.gritter-top {
	background:url(/static/img/gritter/gritter-vhod.png) no-repeat left -30px;
	height:10px;
}
.hover .gritter-top {
	background-position:right -30px;
}
.gritter-bottom {
	background:url(/static/img/gritter/gritter-vhod.png) no-repeat left bottom;
	height:8px;
	margin:0;
}
.hover .gritter-bottom {
	background-position: bottom right;
}
.gritter-item {
	display:block;
	background:url(/static/img/gritter/gritter-vhod.png) no-repeat left -40px;
	color:#eee;
	padding:2px 11px 8px 11px;
	font-size: 12px;
	font-family:Arial,Tahoma;
}
.hover .gritter-item {
	background-position:right -40px;
}
.gritter-item p {
	padding:0;
	text-align:left;
	margin:0;
        overflow: hidden;
	text-overflow: ellipsis;
}

.gritter-close {
	position:absolute;
	top:5px;
	right:5px;
	background:url(/static/img/gritter/gritter-vhod.png) no-repeat left top;
	cursor:pointer;
	width:30px;
	height:30px;
}
.gritter-title {
	font-size:14px;
	font-weight:bold;
	padding:0 0 7px 0;
	text-align:left;
	display:block;
	text-shadow:1px 1px #000; /* Not supported by IE :( */
}
.gritter-image {
	width:24px;
	height:18px;
	float:left;
}
.gritter-with-image,
.gritter-without-image {
	padding:0 0 5px 0;
}
.gritter-with-image {
	width:240px;
	float:right;
}
.gritter-title a,
.gritter-with-image a {
	color:#FFF;
	text-decoration:none;
}
.gritter-item span.user-link {
  color:#838c8c;
}
.gritter-details {
	text-align:left;
	margin:5px 5px 0 0;
}
.gritter-details a{
	float:right;
	text-decoration:none;
	font-size:14px;
	color:#83c2d9;	
}
.gritter-details a span{
	text-decoration:underline;
	margin-left:5px;
	font-size:12px;	
}
