/*!
 * Web UI Notification.
 * @author pprzybys
 */
.webuinotification {
	background: #fff6d0;
	color: #394344;
	padding: 8px 38px 8px 18px;
	position: relative;
	z-index: 1000;
}

.webuinotification.for_marketing {
	background: #c9e6f3;
}

.webuinotification .bttn-close {
	float: right;
	border: 0;
	position: relative;
	top: -1px;
	right: -30px;
}

.webuinotification .icon-remove-sign,
.webuinotification .icon-exclamation-sign,
.webuinotification .icon-info-sign {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	vertical-align: text-top;
	background-image: url("../../images/buttons-sprite.png");
	background-repeat: no-repeat;
}

.webuinotification .icon-info-sign {
	background: url('../../images/icon-info-big.png') 0 0 no-repeat;
	margin-right: 12px;
}

.webuinotification .icon-remove-sign {
	background-position: -5px -186px;
}

.webuinotification .close:hover .icon-remove-sign {
	background-position: -5px -426px;
}

.webuinotification .icon-exclamation-sign {
	background-position: -175px -1px;
	margin-right: 12px;
}

.webuinotification a {
	color: #0186bd;
	font-weight: bold;
}

.webuinotification a:hover {
	text-decoration: underline;
}

.hover_webuinotification {
	white-space: nowrap;
}
