/* Ajax */
.ajax-loading-box {
	border: 1px solid #aaaaaa;
	background-color: #b4a5bb;
	font-size: 12px;
	font-weight: bold;
	color: #eeeeee;
	padding: 5px;
	position: absolute;
	top: 0;
	right: 90%;
	width: 65px;
	display: none;
	z-index: 9999;
}
.ajax-message-wrapper {
	display: none;
	position: fixed;
	left: -10px;
	top: -1000px;
	z-index: 9999;
	width: 339px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #366073;
	border-bottom: 1px solid #366073;
	cursor: pointer;
	margin:30px 0 0 150px;
}
.ajax-message {
	border: 1px solid #5b8496;
	background: #ffffff url('images/ajax_message_bg.gif') repeat-x bottom;
	padding: 25px 29px 10px 29px;
}

.ajax-notification-n, .ajax-notification-e, .ajax-notification-w {
	padding-left: 17px;
	padding-bottom: 15px;
}

.ajax-notification-e {
	background: url('images/ajax_notification_e.gif') no-repeat left 1px;
}

.ajax-notification-w {
	background: url('images/ajax_notification_w.gif') no-repeat left 1px;
}

.ajax-notification-n {
	color: #1b7bdd;
	font-weight: bold;
	background: url('images/ajax_notification_n.gif') no-repeat left 1px;
}
/* /Ajax*/

/* Notification box */
.notification-body {
	padding: 6px 10px;
	text-align: justify;
}
.notification-title-n { /* Notification message */
	color: #ffffff;
	font: bold 12px tahoma, verdana, arial, sans-serif;
}
.notification-border-n {
	border: 1px solid #3c74ba;
	background-color: #f3f8fc;
	color: #2b2b2b;
	margin: 0px 39px;
}
.notification-th-n {
	background: #578bca url(images/notification_th_n.gif) repeat-x;
	height: 19px;
}
.notification-title-e { /* Error message */
	color: #ffffff;
	font: bold 12px tahoma, verdana, arial, sans-serif;
}
.notification-border-e {
	border: 1px solid #b71408;
	background-color: #fcf3f3;
	color: #2b2b2b;
	margin: 0px 39px;
}
.notification-th-e {
	background: #de3e37 url(images/notification_th_e.gif) repeat-x;
	height: 19px;
}
.notification-border-w { /* Warning message */
	border: 1px solid #d96e0f;
	background-color: #fdf6ed;
	color: #2b2b2b;
	margin: 0px 39px;
}
.notification-title-w {
	color: #ffffff;
	font: bold 12px tahoma, verdana, arial, sans-serif;
}
.notification-th-w {
	background: #d96e0f url(images/notification_th_w.gif) repeat-x;
	height: 19px;
}
/* /Notification box */

.prodMsgBox {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -293px;
	color: #000;
}
.prodMsgBox p {
	font-size: 18px!important;
	font-style: oblique;
}
.prodFondo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 200%;
	background-color: #000;
	filter: alpha(opacity=60);
	opacity: .6;
}

/* Mensaje de ayuda CVV */
.cvvHlp {
	margin-left: -403px !important;
}
.cvvHlp .formenssage {
	background: url("../../../../images/form-msg-top-large.png") no-repeat scroll left top transparent;
	width: 807px;
}
.cvvHlp .formenssage .closeLnk {
	background-color: #fff;
	text-align: right;
	padding-right: 20px;
}
.cvvHlp .formenssage .formenssage-cont {
	background: url("../../../../images/form-msg-bottom-large.png") no-repeat scroll left bottom transparent;
	width: 807px;
}


