@charset "iso-8859-1";
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

 romfisk 2010
 website by eDIR/ Atelier Espen Schjelderup © All Rights Reserved 2010-2110

 layout a: index/hjem_

 (selectors in order of appearance)

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

 news bubble

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#news_bubble {
	position: absolute;
	top: 75px;
	left: 30px;
	background: url('graphics/bubble.png') no-repeat 0 0;
	width: 269px;
	height: 269px;
	z-index: 98;
}

#bubble_closer {
	position: absolute;
	top: 50px;
	right: 40px;
	background: url('graphics/bubble_closer.gif') no-repeat 0 0;
	width: 25px;
	height: 25px;
	z-index: 100;
	cursor: pointer;
}

#bubble_closer:hover {
	background-position: 0 -25px;
}



#news {
	padding: 77px 42px 0;
	list-style-type: none;
	font-size: 0.9em;
	line-height: 1.9em;
	z-index: 100;
}

#news li, #news a {
	color: #fff;
}

#news a {
	border-bottom: 1px solid #adadad;
	padding-bottom: 1px;
	line-height: 2.2em;
}


/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

 carousel

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#up, #down {
	position: absolute;
	left: 50%;
	width: 106px;
	height: 33px;
	margin-left: -53px;
	z-index: 100;
	cursor: pointer;
}

#up {
	top: 100px;
	background: url('graphics/arrow_up.gif') no-repeat 0 0;
}

#down {
	bottom: 100px;
	background: url('graphics/arrow_down.gif') no-repeat 0 0;
}

#up:hover, #down:hover {
	background-position: 0 -33px;
}

#carousel {
	width: 100%;
	height: 100%;
	z-index: 0;
}

#focus {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 1400px;
	height: 450px;
	margin-left: -700px;
	margin-top: -225px;
	padding: 0;
	border: 0;

}

#carousel ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;

}

#carousel ul li {
	position: relative;
	width: 1400px;
	height: 450px;
	margin: 0 0 180px;
	padding: 0;
	border: 0;
}

.img {
	position: absolute;
	left: 50%;
	top: 50%;
	visibility: hidden;
}

.txt {
	position: absolute;
	overflow: visible;
	visibility: hidden;
	top: 50%;
}

.txt p {
	margin-top: 10px;
}

.txt dl {
	margin-top: 9px;
	width: 130px;
	height: 100%;
}

.txt dt {
	width: 22px;
	height: 15px;
	float: left;
}

.txt dt.txt_btn_1 {
	background: url('graphics/mer_info.gif') no-repeat 4px 0;
}

.txt dt.txt_btn_2 {
	background: url('graphics/film.gif') no-repeat 2px 1px;
}

.txt dd {
	float: left;
	height: 14px;
	width: 100px;
	margin-bottom: 8px;
	line-height: 9px;
}

.txt dd.f {
	clear: right;
}

.txt a.open_spec, .txt a.open_vid {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 1px;
}

/*//////////////////////////////////////////////////////////////////////////  this is the end  //////////////////////////////////////////////////////////////////////////*/
