@charset "utf-8";
/* CSS Document for the products*/

/* PRODVISNING */
.prodItem {
	width:160px;
	padding:0 10px 10px 0;
	float:left;
}
.prodLast {
	padding:0 0 20px 0;
}
.prodHeader {
	width:144px;
	height:20px;
	font-size:1.0em;
	color:#ffffff;
	font-weight:bold;
	background:url(../gfx/prodTopBg.jpg) no-repeat;
	padding:0 8px;
	line-height:20px;
	overflow:hidden;
	
}
.prodImage, .prodImage img{
	width:160px;
	height:100px;
	position:relative;
}
.prodImage .hack{
	width:160px;
	height:8px;
	overflow:hidden;
	background:url(../gfx/hack.gif) no-repeat;
	position:absolute;
	bottom:0;
	left:0;
}
.prodDesc {
	width:150px;
	margin:10px 5px 0 5px;
	color:#999;
	font-size:0.9em;
	font-weight:bold;
	height:31px;
	overflow:hidden;
}
.prodLinx {
	background: url(../gfx/prodlistarrow.gif) no-repeat left center;
	padding-left:7px;
	display:block;
	margin:10px 5px;
}
.prodLinx a,
.prodLinx a:link,
.prodLinx a:visited,
.prodLinx a:hover,
.prodLinx a:active {
	color:#971519;
	font-weight:bold;
	font-size:0.9em;
}
.prodLine {
	clear:left;
	height:30px;
	border-top:1px solid #dddddd;
	width:98%;
	display:block;
}
/* INLINE VIEW */
.inlineTittel {
	font-size:1.6em;
	color:#6b6b6b;
	margin-bottom:10px;
	text-transform:uppercase;
}
#inlineLeft {
	float:left;
	width:322px;
	overflow:hidden;
}
#inlineRight {
	float:left;
	width:169px;
	overflow:hidden;
	margin:0 0 0 9px;
	padding:0;
	
}

#inlineRight img{
	padding:0;
	margin:0;
	}



.inlineKortBeskrivelse {
	font-weight:bold;
	margin:10px 0;
	font-size:100%;
}


.inlineBeskrivelse {font-size:100%}


.qKatBrodtekst{
	margin-bottom:30px;
}