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

.gritter-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	margin-bottom: 20px;
	position: relative;
	cursor: default;
	padding: 5px;
	color: white;
	text-shadow: black 0px 1px 2px;
	font: normal 12px/17px Helvetica;
	border: 1px solid black;
	border: 1px solid rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	box-shadow: rgba(0,0,0,0.7) 0px 2px 13px, rgba(0,0,0,0.5) 0px -3px 13px, rgba(255,255,255,0.4) 0px 1px 0px inset;
	-webkit-box-shadow: rgba(0,0,0,0.7) 0px 2px 13px, rgba(0,0,0,0.5) 0px -3px 13px, rgba(255,255,255,0.4) 0px 1px 0px inset;
	-moz-box-shadow: rgba(0,0,0,0.7) 0px 2px 13px, rgba(0,0,0,0.5) 0px -3px 13px, rgba(255,255,255,0.4) 0px 1px 0px inset;
}

/*.hover .gritter-top {
	background-position:right -30px;
}
*/

.gritter-close {
	position:absolute;
	top:-5px;
	left:-13px;
	background:url(../files/close1.png) no-repeat left top;
	cursor:pointer;
	width:30px;
	height:30px;
	z-index:99999;
}

.gritter-title {
	font-size:14px;
	font-weight:bold;
	padding:0 0 5px 0;
	display:block;
	color: #FFFFFF;
	text-shadow:1px 1px #000; /* Not supported by IE :( */
}

.gritter-image {
	width:48px;
	height:48px;
	float:left;
	padding-top: 5px;
	padding-left: 5px;
}

.gritter-with-image,
.gritter-without-image {
	padding:0 0 5px 0;
}
.gritter-with-image {
	width:220px;
	float:right;
}
.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_4 {
	width:23%;
	margin: 0 1%;
}
.stacks_column_left {
	float:left;
}

.stacks_column_right {
	float:right;
}

.stacks_column_4 {
	width:23%;
	margin: 0 1%;
}
#stacks_in_48_page2 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_48_page2 .stacks_right {
	float:right;
	width:49%;
}