.appetizers {
	height: 206px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 22px;
}

.appetizer {
	width: 233px;
	height: 206px;
	float: left;
	background: #fff;
	border-top: 3px solid #abd22d;
	position: relative;
}

.appetizer .boxtitle {
	line-height: 22px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #abd22c;
	border-bottom: 1px dotted #000;
}

.appetizer h2 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	line-height: 21px;
	padding-top: 6px;
}

.appetizer h2 a {
	color: #000 !important;
	text-decoration: none;
}

.appetizer div.text {
	position: absolute;
	top: 88px;
	left: 0;
	width: 233px;
	height: auto;
}

.appetizer p {
	font-size: 12px;
	line-height: 16px;
	color: #000;
	margin: 0;
}

.appetizer p.morelink {
	margin-top: 16px;
}

.appetizer p.morelink a {
	color: #000;
	font-size: 11px;
	font-weight:bold;
	line-height: 13px;
	background-image: url("../fileadmin/img/box-arrow-green.gif");
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding-left: 15px;
	text-decoration: none;
}

.appetizer img.anim {
	position: absolute;
	top: 88px;
	left: 0;
	width: 233px;
	height: 118px;
}

