/* notification mail */
/*
#notificationOverlay {
	position: absolute;
	background-color: #444444;
	z-index: 2000;
	box-shadow: 0 0 3px 1px #555555;
	padding: 10px;
}
#notificationOverlay img.closePop {
	top: 13px;
	right: 13px;
	position: absolute;
}
*/

.notification-dialog {
	width: 440px;
}
#notificationOverlay { position: relative !important; }


#notificationOverlay div.notiform .messagebox {
	width: 374px;
	margin-bottom: 20px;
	color: #222;
	font-size: 13px;
}
#notificationOverlay ul.form  {
	width: 374px;
}
#notificationOverlay div.prodimg  {
	float: left;
    margin-right: 10px;
}
#notificationOverlay div.notiform  {
	padding: 0 5px;
}
#notificationOverlay div.notiform div p  {
	color: #555;
}
#notificationOverlay .form li {
	padding: 5px 0;
	width: 374px;
	height: inherit;
}
#notificationOverlay .form li span.selectNote {
	font-size: 11px;
}
#notificationOverlay .form li .oxValidateError {
	padding-left: 120px;
}
#notificationOverlay .form li.formSubmit {
	width: auto;
}
div#notificationOverlay ul.form label {
	width: 110px;
}

div#notificationOverlay .selector { width: 244px !important; }
div#notificationOverlay .selector span { width: 219px !important; }



div#notificationOverlay ul.form input[type="text"] {
	width: 240px;
}

div#notificationOverlay ul.form #nfmessage {
	width: 250px;
}

ul.varianten li.noStock {
	color: #535353;
	text-decoration: line-through;
}
.dropDown ul li.noStock span {
	color: silver;
	display: block;
	padding: 4px 5px;
}
.dropDown ul li.noStock span:hover {
	background-color: #C7C7C7;
	color: #FFFFFF;
}

.noStock {
	cursor: pointer;
}

#notificationOverlay.popupBox {
	display: block!important;
	background: #fff;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}