/*------------------------------------------------------------------
[Homepage Coupon Pop Stylesheet]

Theme Name:		Future Dealer Global
Version:		1.0
Last Change:	11/4/2009 - MJC

[Table of Contents]

1. Homepage Coupon Overlay

[Notes]

-------------------------------------------------------------------*/


/* 1. Homepage Coupon Overlay */
.coupon_overlay_bg {width:100%; height:100%; left:0; top:0;  position:fixed; z-index:800;
	filter:alpha(opacity=60); opacity: 0.6; -ms-filter:"alpha(opacity=60)"; /* IE 8 */ -khtml-opacity: .60; /* Safari 1.x */ -moz-opacity: .60; /* FF lt 1.5, Netscape */
	background:#000 none repeat scroll 0 0;}
.coupon_area {width:500px; height:350px; position:absolute; margin-left:-250px; left:50%; top:15%; z-index:801;
	text-align:center; font-family:Arial, Helvetica, sans-serif;
	background:url(images/coupon_pop_up_bg.png) no-repeat left top #fff;}
.coupon_close {padding:5px; position:absolute; right:35px; top:18px; z-index:802;
	cursor:pointer; color:#fff;}
.coupon_deal_price {margin:74px 0 0 0; padding:0;
	font-family:"Arial Black",Arial, Helvetica, sans-serif; font-size:4em; line-height:1em; font-weight:bold; color:#990000;}
.coupon_deal_new_used {margin:6px 0 0 0; padding:0;
	font-family:Arial, Helvetica, sans-serif; font-size:1.538em; font-weight:bold; color:#990000;}
.coupon_deal_offer {margin:36px 0 0 0; padding:0 30px;
	font-size:1.23em; line-height:1.5em; font-weight:bold; color:#333;}
.coupon_get {position:absolute; right:13px; bottom:8px; z-index:802;
	cursor:pointer; color:#000;}
.coupon_no {position:absolute; right:265px; bottom:8px; z-index:802;
	cursor:pointer; color:#000;}
