/* the norm */
#gritter-notice-wrapper {
	position:fixed;
	top:120px;
	right:20px;
	width:301px;
	z-index:9999999999999999999999;
}
#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}
#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 50px;
    right: 20px;
}
#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 12px;
    left: 10px;
}
.gritter-item-wrapper {
	position:relative;
	margin:0 0 10px 0;
	background: #111111;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 15px #000000;
    color: #111111;
    cursor: pointer;
    text-shadow: 0 1px 0 #262626;
}
.gritter-top {
	
	height:10px;
}
.hover .gritter-top {
	background-position:right -30px;
}
.gritter-bottom {
	
	height:8px;
	margin:0;
}
.hover .gritter-bottom {
	background-position: bottom right;
}
.gritter-item {
	display:block;
	
	color:#ffffff;
	padding:2px 11px 2px 11px;
	font-size: 14px;
	font-family: tahoma,arial,verdana,sans-serif,Lucida Sans;
}
.hover .gritter-item {
	background-position:right -40px;
}
.gritter-item p {
	padding:0;
	margin:0;
}
.gritter-close {
	position:absolute;
	top:2px;
	right:1px;
	background:url(http://www.xn----etbbecbrbp5ahkja1ae7v.xn--p1ai/images/gritter.png) no-repeat left top;
	cursor:pointer;
	width:30px;
	height:30px;
}
.gritter-title {
	font-size:13px;
	font-weight:bold;
	padding:0 0 3px 0;
	display:block;
	color: #7fbdf5;
	text-align: left;
	text-shadow:1px 1px #000; /* Not supported by IE :( */
}
.gritter-image {
	width:64px;
	height:48px;
	float:left;
	border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px #111111;
    line-height: 0;
    overflow: hidden;
}
.gritter-with-image,
.gritter-without-image {
	padding:0 0 5px 0;
}
.gritter-with-image {
	width:206px;
	float:right;
}

.gritter-item a{
 color: white;
}
