/* the norm */
/*#gritter-notice-wrapper {
	position:fixed;
	top:20px;
	right:20px;
	width:301px;
	z-index:9999;
}*/
#gritter-notice-wrapper {
	position:absolute;
	top:247px;
	left:50%;
	margin-left:-232px;
	width:573px;
	z-index:9999;
	opacity: .9;
}
#gritter-notice-wrapper.top-auto {
    top: 8px;
	margin-left:-60px;
    right: 0px;
}
#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
	margin-left:0px;
}
#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
	margin-left:0px;
    bottom: 20px;
    right: 20px;
}
#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
	margin-left:0px;
    bottom: 20px;
    left: 20px;
}
.gritter-item-wrapper {
	position:relative;
	margin:0 0 10px 0;
	background:url('/media/images/ie-spacer.gif'); /* ie7/8 fix */ 

}
.gritter-top {
	/*background:url(/media/images/gritter.png) no-repeat left -30px;*/
	border-top: 0px solid;
	border-left: 0px solid;
	border-right: 0px solid;
	border-bottom: 0;
	background:#fbf3f0;
	height:10px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.hover .gritter-top {
	background-position:right -30px;
}
.gritter-bottom {
	border-top: 0;
	border-left: 0px solid;
	border-right: 0px solid;
	border-bottom: 0px solid;
	background:#fbf3f0;
	height:8px;
	margin:0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.hover .gritter-bottom {
	background-position: bottom right;
}
.gritter-item {
	border-top: 0;
	border-left: 0px solid;
	border-right: 0px solid;
	border-bottom: 0;
	display:block;
	background:#fbf3f0;
	color:#eee;
	padding:2px 11px 8px 11px;
	font-size: 12px;
	font-family:Arial,Helvetica,verdana;
}
.hover .gritter-item {
	background-position:right -40px;
}
.gritter-item p {
	padding:0;
	margin:0;
}
.gritter-close {
	display:none;
	position:absolute;
	top:5px;
	right:3px;
	background:url(/media/images/gritter.png) no-repeat left top;
	cursor:pointer;
	width:30px;
	height:30px;
}
.gritter-title {
	font-size:15px;
	font-weight:bold;
	padding:0 0 7px 0;
	display:block;
	text-shadow:1px 1px 0 #000; /* Not supported by IE :( */
}
.gritter-image {
	width:48px;
	height:48px;
	float:left;
}
.gritter-with-image,
.gritter-without-image {
	padding:0 0 5px 0;
}
.gritter-with-image {
	width:490px;
	float:right;
}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top {
    background-image: url(/media/images/gritter-light.png);
    color: #222;
}
.gritter-light .gritter-title {
    text-shadow: none;
}

.gritter-green .gritter-item,
.gritter-green .gritter-bottom,
.gritter-green .gritter-top {
    background-color: #d1f0b8;
    color: #295200;
	border-color: #295200;
}
.gritter-green .gritter-title {
    text-shadow: none;
}

.gritter-red .gritter-item,
.gritter-red .gritter-bottom,
.gritter-red .gritter-top,
.gritter-red2 .gritter-item,
.gritter-red2 .gritter-bottom,
.gritter-red2 .gritter-top {
	background-color: #fbf3f0;
    color: #cd0a0a;
	border-color: #cd0a0a;
}
.gritter-red2 .gritter-close{
	background:none;
	cursor:default;
	width:1px;
	height:1px;
}
.gritter-red .gritter-title,
.gritter-red2 .gritter-title {
    text-shadow: none;
}

.gritter-yellow .gritter-item,
.gritter-yellow .gritter-bottom,
.gritter-yellow .gritter-top {
	background-color: #ffffbb;
    color: #393714;
	border-color: #cc9900;
}
.gritter-yellow .gritter-title {
    text-shadow: none;
}
