.offer {
	float:left;
	margin:0 10px 10px;
	width:290px;
	height:300px;
	position:relative;
	overflow:hidden;
	padding:1px;
	border:2px solid #eee;
	text-align:center
}
.offer a {
	padding:0
}
.offer a.offer-title {
	text-align:left;
	display:block;
	width:271px;
	position:absolute;
	background:url(graphics/title-bar-v2.png) no-repeat 100% 50%;
	bottom:0;
	left:1px;
	padding:10px;
	font-size:1em;
	font-weight:700;
	color:#444;
	text-decoration:none
}
.offer:hover a.offer-title, .offer a.offer-title:hover {
	color:#fff;
	background:#01629d
}
.offer-description {
	font-size:1.2em
}
.single-offer {
	text-align:center
}
.single-offer-expires em {
	font-style:normal;
	color:#fff;
	background:#d32c60;	
}
.single-offer img {
	padding:1px;
	border:2px solid #eee	
}
.offer p {
	text-align:center;
	color:#fff;
	font-size:.9em;
	line-height:1.4em;
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:90px;
	height:60px;
	margin:0;
	padding:5px 0 0 15px;
	background:url(graphics/offer-expires-v2.png) no-repeat 0 100%;
}
.offer p span {
	display:block;
	font-size:1.3em
}