.offer_group{
	font-family:'Lucida Grande','Lucida Sans Unicode','Helvetica Neue','Helvetica','Arial',sans-serif;
	padding:6px 0px 6px 6px;
	background:#666666;
}

.center_1{
	margin-left:153px;
	margin-right:153px;
}


.center_2{
	margin-left:77px;
	margin-right:78px;
}

.width_1{
	width:153px;
}

.width_2{
	width:306px;
}

.width_3{
	width:460px;
}

.offer_group h4{
	padding:0px;
	margin:0 0 4px 0;
	font-style: normal;
	font-size:12px;
	font-weight:bold;
	border: 0 none;
}
.offer_group h2{
	color:white;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:0px;
	margin:0 0 6px 0;
	border: 0 none;
}
.offer_group * {
	margin:0;
}
.offer_group .offer li{
	margin:2px 0px 2px 0px;
}
.offer_group .offer ul{
	padding-left:12px;
}
.offer_group a.offer{
	text-decoration:none;
	color:black;
	display:block;
}
.offer_group .offer{
	text-align:center;
	float:left;
	margin-right:6px;
	font-size:11px;
	padding:0px;
	width:147px;
	background:#e2e2e2;
}

.offer_group .offer_contents{
	padding:6px;
	position: relative;
	height: 160px;
}

.offer_group .offer_price{
	font-weight:bold;
	padding:6px;
	background:#fd5200;
	color:white;
	font-size:16px;
	text-align:center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.offer_group a.offer:hover{
	background:white;
}

.blue_canvas{
	background:#045cb9;
}

.blue_canvas a.offer{
	background:#8bdae1;
	color:#1d2a5b;
}

.green_canvas{
	background:#41b300;
}

.green_canvas a.offer{
	background:#a6d800;
	color:#033012;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}