.fh_tilbud {
	width: 682px;
	clear: both;
	margin-bottom: 16px;
}

.fh_tilbud .tilbud_item { 
	float: left; 
	width: 100px; 
	margin: 0px 7px 5px 5px; 
}

.fh_tilbud .fh_top {
	width: 670px;
	font-weight: normal;
	background: url(/_images/ad_menutop.gif) repeat-x;
	color: #333;
	padding-left: 10px;
	height: 30px;
	border-left:1px #dcdcdc solid;
	border-right:1px #dcdcdc solid;
	border-top:1px #dcdcdc solid;
}

.fh_tilbud .fh_top_hidden:hover, .fh_tilbud .fh_top:hover{
	/*cursor:pointer;*/
}

.fh_tilbud .fh_top_hidden {
	width: 670px;
	font-weight: normal;
	background: #FFF url(/_images/ad_menutop.gif) repeat-x;
	color: #333;
	padding-left: 10px;
	height: 30px;
	border:1px #dcdcdc solid;
	opacity:0.5;
	filter:alpha(opacity=50);
}

.fh_tilbud #fh_top_id span.left { 
	float: left; 
	font: bold 12px Verdana, Geneva, sans-serif; 
	line-height:20px;
	padding-top:5px;
	padding-bottom:5px;
	clear: left; 
}

.fh_tilbud #fh_top_id span.new_fh { 
	background: url(/_images/new_content.png) center right no-repeat; 
	padding-right: 45px; 
}

.fh_tilbud #fh_top_id span.right { 
	float: right; 
	height:22px;
	padding-top: 4px;
	padding-bottom:4px;
	clear: right; 
	margin-right: 4px; 
}

.fh_tilbud #tilbud_content {
	padding-top:5px;
	width: 680px;
	height: 94px;
	background-color:#FFF;
	border-left:1px #dcdcdc solid;
	border-right:1px #dcdcdc solid;
	border-bottom:1px #dcdcdc solid;
}

.fh_tilbud a:active,.fh_tilbud a:hover { 
	background: none; 
}

.fh_tilbud #tilbud_content img { 
	border: #f6f6f6 5px solid;
}

.fh_tilbud #tilbud_content img.hover { 
	border: #dcdcdc 5px solid; 
}

.fh_tilbud .tilbud_text {
	float: left; 
	color: #FFF;
	background: url(/_images/tilbud_hover_bg.png) repeat-x;
	height: 17px;
	font: 11px/17px Verdana, Geneva, sans-serif; 
	display: none;
	position: relative;
	top: -50px;
	left: -25px;
	text-align: center;
	width: 160px;
}

.fh_tilbud .hide {
	display: none; 
}

a.fh_btn_wrap{
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; border: 1px solid #ccc; background-color:#fff; padding: 1px 3px 1px; font-size:12px; font-weight:bold; text-align:center; background: url(/_images/ad_menutop.gif) repeat-x; background-position:0px -12px; float:right; margin-left:5px; color:#333;
	cursor:pointer;
}
a.fh_btn_wrap:hover{
	color:#999;
}

a.fh_link_wrap{
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; border: 1px solid #ccc; background:#ff0000; padding: 5px 9px 6px; font-size:14px; margin-top:5px; margin-bottom:30px; color:#333; font-weight:bold;
	clear:both; z-index:101; position:relative;
}
a.fh_link_wrap:hover{
	color:#999;
}

