.content {

}

#center .content .box .box_content .main_content {
	margin-bottom: 0;
}


/* multi items */
.content ul.items {
	list-style-type: none;
	margin: 2em 0 0 0;
}
.content ul.items li {
	margin: 1em 0 0 0;
	height: 1%;
}
.content ul.items li.category {
	font-size: 1.8em;
	font-weight: normal;
	color: #7b5c2b;
	line-height: 1em;
	padding-bottom: 6px;
	border-bottom: 1px solid #e0d9d1;
}
.content ul.items li div.picture {
	float: left;
	width: 190px;
	overflow: hidden;
}
.content ul.items li div.description {
	margin-left: 210px;
}
.content ul.items li div.description h2.title {
	margin-bottom: 1em;
}
.content ul.items li div.description h2.title a {
	font-size: 1.6em;
	text-decoration: none;
}
.content ul.items li div.description h2.title a:hover {
	text-decoration: underline;
}
.content ul.items li div.description div.lead {
	font-size: 1.2em;
	line-height: 1.5em;
}
.content ul.items li div.description div.lead * {
	line-height: 1.5em;
}


/* extra */
.content .single_extra .main_content {
	
}
.content .single_extra .main_content img.picture {
	float: right;
	margin: 0 0 1em 2em;
}


/* additional offer */
.content .single_offer .main_content {
	
}
.content .single_offer .main_content img.picture {
	float: right;
	margin: 0 0 1em 2em;
}