/* -----------------------------------*/
/* ----------->>> HOMEPAGE <<<--------*/
/* -----------------------------------*/

#home #top,
#registerHome {
	background: url('http://static.extrabux.com/images/index-top-bg2.jpg') no-repeat top left;  
	height:306px;
	padding:10px 0 5px 5px;
	width:986px;
}

#home #top div.wrap {
	float:left;
	height:97px;
	position:relative;
	margin:1px 2px 0 1px;
	overflow:hidden;
	width:105px;
}

#home #top a.overlay {
	background:url('http://static.extrabux.com/images/home-prod.png') no-repeat;
	display:block;
	height:97px;
	left:0;
	position:absolute;
	top:0;
	width:105px;
	z-index:1000;
}

#home #top a.overlay:hover { background:url('http://static.extrabux.com/images/home-prod-over.png') no-repeat;}

#home #top div.wrap div.amount {
	color:#FFF;
	display:block;
	font-size:15px; 
	left:0;
	line-height:15px;
	letter-spacing:-1px;
	padding-top:8px;
	position:absolute;
	text-align:center; 
	top:0;
	z-index:2000;
	width:45px;
}

#home #top div.wrap .thumb {
	left:20%;
	position:absolute;
	text-align:center;
	top:15px;
}

#home #top div.middle { 
	background:url('http://static.extrabux.com/images/home-promo.png') no-repeat 6px 0px; 
	display:block;
	float:left;
	height:94px;
	margin:4px 0px 0 0px;
	width:324px;
}

#home #stores {
	background: url('http://static.extrabux.com/images/index-popular-bg.gif') no-repeat top left;
	clear:both;
	float:left;
	height:290px;
	padding:25px 0 0 15px;
	width:642px;
}

#home #stores .store {
	float:left;
	height:70px;
	text-align:center;
	vertical-align:middle;
	width:205px;
}

#home #stores .store2 {
	float:left;
	height:55px;
	padding-top:20px;
	text-align:center;
	vertical-align:middle;
	width:205px;
}

#home #stores .cashBack {
	font-size:12px;
	float:left;
	height:25px;
	line-height:25px;
	margin-bottom:10px;
	text-transform:uppercase;
	text-align:center;
	width:205px;
}

#home #stores .cashBack a {
	color:#4b4b4b;
	text-decoration:none;
	width:210px;
	font-weight:bold;
}

#home #stores .cashBack a:hover {
	color:#368000;
	text-decoration: underline;
}

#home #stores .store img { vertical-align:middle; margin-top:10px; }

#home #coupons {
	background: url('http://static.extrabux.com/images/index-coupons-bg.gif') no-repeat top left;
	float:left;	
	height:290px;
	padding-top:20px;
	width:329px;
}

.seeAll {
	height:25px;
	text-align:right;
	margin-right:15px;
}

.seeAll a {
	color:#252525;
	text-decoration:underline;
	font-size:1.2em;
}

.seeAll a:hover {
	color:#368000;
	text-decoration:none;
}

#home #coupons .coupon {
	border: 1px dotted #CCC;
	height:50px;
	margin:0 13px 10px 15px;
}

#home #coupons .coupon:hover { border:1px dotted #999; }

#home #coupons .coupon .desc {
	color:#515151;
	float:left; 
	font-size:1.1em;
	margin:10px 5px;
	width:187px;
}

#home .coupon .desc .title {
	color:#368000;
	font-size:1.15em;
	margin-bottom:2px;
	text-decoration:underline;
}

#home .desc .code {
	border-bottom:1px dotted #CCC;
	color:#666;
}

#home .desc a.code:hover {
	border-bottom:1px dotted #252525;
	color:#252525;
}

#home .store {
	float:right; 
	height:40px;
	position:relative;
	width:100px;
}

#home .store .logo {
	display:block;
	left:3;
	position:absolute;
	top:12px;
	z-index:1000;
}

#home .store .cashback {
	background: url('http://static.extrabux.com/images/burst-gray-small.png') no-repeat top left;
	height:33px;
	right:-5px;
	position:absolute;
	top:-5px;
	width:33px;
	z-index:2000;
}

#home .store .cashback .value {
	color:#FFF;
	margin-top:9px;
	text-align:center;
}

/* -----------------------------------*/
/* >> Homepage Registration Partial <<*/
/* -----------------------------------*/

#registerHome {
	background: #E8E8E8 url('http://static.extrabux.com/images/login-input-bg-large.gif') repeat-x;
}

