@charset "utf-8";
/* CSS Document */

body {
	margin:50px auto;
	width:550px;
	padding:50px;
	border:#CCCCCC 1px solid;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	overflow:hidden;
}
div.offers h2 {
	clear:both;
}
div.offers {
	overflow:hidden;
	border:#CCCCCC 1px dashed;
	border-left:none;
	border-right:none;
	padding:25px 0 46px 0;
	clear:both;
	position:relative;
}
div.offers a.print {
	display:block;
	padding:3px;
	position:absolute;
	bottom:0;
	right:0;
}
div.offers a.print img {
	border:none;
	display:inline;
}
div.offers div.description {
	float:right;
	margin:0 0 0 15px;
	width:200px;
}
div.offers div.voucher {
	float:left;
	position:relative;
}
div.offers div.voucher span {
	position:absolute;
	display:block;
	padding:3px;
	height:16px;
	background-color:#000000;
	bottom:-22px;
	left:0;
	width:319px;
	color:#FFFFFF;
}
