/*Popup Notification*/
.ui-notify-cross { margin-top:-4px; float:right; cursor:pointer; text-decoration:none; font-size:12px; font-weight:bold; text-shadow:0 1px 1px #fff; padding:2px }
.ui-notify-cross:active { position:relative; top:1px }

.ui-notify {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 310px;
    z-index: 1009;
}
.ui-notify-message {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    padding: 5px;
    position: relative;
    left:-3px;
    width:307px;
}
.ui-notify-message h2 {
	text-align:center;
    font-size: 16px;
    line-height: 18px;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 0;
    padding-top: 0;
	margin-bottom:0px;
}
.ui-notify-message .s_button_remove {
    font-size: 1px;
    right: 10px;
    text-indent: -1000em;
    top: 10px;
}
.ui-notify-message h3 {
	text-align:center;
    color: #333333;
    font-weight: normal;
    font-size:9pt;
}
.ui-notify-message .s_item {
    margin: 0 5px 16px !important;
}
.ui-notify-message .s_item:hover {
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
    margin: 0 5px 16px !important;
    padding: 0 !important;
}

.s_success_24{
	display:block !important;
}

.s_icon_Shop{
	background:url("../image/iconNotif.png") no-repeat;
	width:36px;
	height:36px;
	float:left;
	margin-left:15px;
}

.s_icon_Compare{
	background:url("../image/iconCompare.png") no-repeat;
	width:36px;
	height:36px;
	float:left;
	margin-left:17px;
	margin-top:10px;
}

.s_icon_WishList{
	background:url("../image/iconWishList.png") no-repeat;
	width:36px;
	height:36px;
	float:left;
	margin-left:17px;
	margin-top:10px;
}

.ui-notify-message h2{
	width:190px;
	padding-top:7px;
/*	padding:7px;*/
}

.titleSuccess{
	float:right;
	margin-right:1px;
	width:230px;
}

.pictureProduct{
	width:100%;
	float:left;
	margin-top:10px;
	margin-left:10px;
	padding:0px;
	overflow:hidden;
}

.pictureP{
	width:48px;
	float:left;
	height:48px;
	margin:0px;
	padding:0px;
	border:1px solid #cccccc;
	margin-right:5px;
}
.aggiunto{
	margin-left:10px;
	margin-top:10px;
	padding-bottom:10px;
	float:left;
	font-weight:bold;
}
.nameP{
	width:290px;
	padding-top:7px;
    margin-bottom:4px;
}

.ui-notify-message{
	min-height:95px;
}

.classHeight{
    min-height:105px;
}

.namePtext{
	margin:0px;
	text-align:left;
}

#checkoutLabel{
	left:102px;
	top:5px;
	position:relative;
}

#checkoutLabel a{
	color:#943441 !important;
}

.rightPart{
	text-align:center;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#F0EEE6;
	padding-left:20;
	width:145px;
}	

.leftPart{
	text-align:center;
	width:200px;
}	

.middlePart{
	text-align:left;
	padding-left:15px;
	padding-right:20px;
	width:280px;
}

#monContainer{
	display:none;
}