/* promo pop-up */

#backgroundPopupPromo{  
	display:none;
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
	z-index:1;  
}  
#popupPromo{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:250px;  
	width:350px;  
	background:#FFFFFF;  
	border:2px solid #cecece;  
	z-index:2;  
	padding:12px;  
	font-size:13px;  
}  
#popupPromo h1{  
	text-align:left;  
	color:#6FA5FD;  
	font-size:22px;  
	font-weight:700;  
	border-bottom:1px dotted #D3D3D3;  
	padding-bottom:2px;  
	margin-bottom:20px;  
}  
#popupPromoClose{  
	font-size:14px;  
	line-height:14px;  
	right:6px;  
	top:4px;  
	position:absolute;  
	color:#6fa5fd;  
	font-weight:700;  
	display:block;  
}  
#button{  
}

/* coupons */
.couponBorder {
	text-align: center;
	padding: 40px 10px 5px 10px;
	cursor: pointer;
	position: relative;
	top: 5px;
	left: 5px;
	width: 180px;
	height: 85px;
}

.couponTitle {
	
}

.couponDetails {
	display: none;	
}

.couponWrapper {
	text-align: center;
	width: 215px;
	height: 138px;
	font-size: 8pt;
	position: relative;
	float: left;
}

.commCoupon {
	background:	url('http://admin.apts247.com/files/common/images/layouts/express/coupons/community_special.png');
	*background: url('http://admin.apts247.com/files/common/images/layouts/express/coupons/community_special.gif');
}


#couponPopupTitle {
	background: white;
	font-weight: bold;
	padding: 2px;
	font-size: 10pt;
	opacity: .7;
	filter: alpha(opacity = 70);
	border-bottom: 1px solid black;
}	

#couponsContainer {
	position: relative;
	margin-top: 20px;
	/* height: 300px;  plays havoc with new page layout */
	/* width: 700px; */
}

#couponsContainer a {
	text-decoration: none;
	color: black;
} /* GLOBAL STYLES by PHP */
#top_page_cont h1{
	color:#0e1d48;
}

