/* Faux popup */
#ajaxPopup,
#ajaxPopup-bg,
#ajaxPopup-main {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#ajaxPopup { z-index:99999999; }
#ajaxPopup-bg { z-index:1; background:#000; }
#ajaxPopup-main { z-index:2; }

#ajaxPopup-box {
	position:relative;
	margin:0 auto;
	padding:0;
	border:1px solid #a62329;
	background:#ffffff; 
	width:590px;
}

#ajaxPopup-top { 
	display:block;
	width:15px;
	padding:0;
	margin:0;
	position:absolute;
	right:0;
	top:0;
}

#ajaxPopup-content {
	/* inset witdh 756 => 19 colonnes (760px - 2x2px) */
	border:none;
	overflow:hidden;
	overflow-y:auto;
	color:#a62329;
	text-align:left;
	padding:0;
	font-size:11px;
}
	#ajaxPopup-content h2 {
		font-size:18px; 
		color:#ffffff !important; 
		font-weight:bold; 
		padding:8px; 
		margin:0;
		background:#a62329;
		border-bottom:1px solid #ffffff;
	}
	
	#ajaxPopup-content p,
	#ajaxPopup-content li,
	#ajaxPopup-content a,
	#ajaxPopup-content a:visited,	
	#ajaxPopup-content td {
		color:#333333;
	}
	#ajaxPopup-content a:hover {
		color:#a62329;
	}

#ajaxPopup-bottom{
	display:block;
	width:15px;
	padding:0;
	margin:0;
	position:absolute;
	right:0;
	bottom:0;
}


.ajaxPopup-close {
	background:#a62329 url(../_img/general/popup-close.gif) no-repeat right top;
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
	padding:0;
	display:block;
	height:15px;
	line-height:15px;
	text-indent:-8000px;
}

.ajaxPopup-col{
	width:245px;
	float:left;
	padding:15px 10px;
}

.ajaxPopup-content{
	padding:15px 10px;
}

.ajaxPopup-col strong, .ajaxPopup-content strong{
	color:#a62329;
}

.ajaxPopup-col h3, .ajaxPopup-content h3{
	margin:-15px -10px 15px;
	background:#a62329;
	font-size:14px;
	color:#ffffff;
	padding:10px;
}

.ajaxPopup-col p, .ajaxPopup-content p{
	padding:0 0 15px 0;
	margin:0;
}

