.inner {
	font-size: 1.2em;
}

#sales-frontpage {
	width: 440px;
	float: left;
	padding: 0;
	margin: 0;
}

#campaign-frontpage {
	width: 200px;
	float: left;
	background: white url('images/background-frontpage-box.gif') no-repeat bottom right;
	height: 290px;
	padding-left: 0.5em;
	
}

#campaign-frontpage h2,
#news-frontpage h2 {
	background-color: #e60010;
	color: white;
	padding: 0.4em 0em 0.4em 0.3em;
}	

#campaign-frontpage h3,
#news-frontpage h3
{
	line-height: 1.5;
	margin-bottom: 0.2em;
}

#campaign-frontpage h3 {
	color: black;
	font-weight: normal;
}

#campaign-frontpage h2 {
	margin-right: 0.2em;
}

#news-frontpage {
	width: 200px;
	float: right;
}

#content {
	width: 850px;
}

div.campaign-item-short,
div.news-item-short {
	padding: 1.2em 0.5em 0.5em;
}

div.news-item-short {
	border-right: 1px solid #a5a6a9;
}


div.sale-item-lift h2 {
	background: #e60010;
	color: white;
	padding: 0.4em 0em 0.4em 0.3em;
	margin: 0;
}


div.sale-item-title {
	background: green;
}
div.sale-item-lift a {
	color: white;
}
div.sale-item-image {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 440px;
	height: 260px;
	
}
div.sale-item-image img {
	margin: 0;
	padding: 0;	
	width: 440px;
}
