@charset "utf-8";
/* CSS Document for the products*/

#prodKatHeader{
	background:#ededed;
	padding:20px 50px 20px 20px;
	
	}
.qKatTittel{
	font-size:18px;
	color:#000000;
	border-bottom:1px solid #d9d9d9;
	padding-bottom:7px;
	letter-spacing:1px;
	}
	
.qKatBrodtekst{
	margin-top:20px;
	font-size:12px;
	color:#585858;
	font-weight:regular;
}

#prodListWrapper{
	padding:0 50px 0 20px;
	}


/* PRODVISNING */
.prodItem {
	width:183px;
	padding:0 4px 16px 0;
	float:left;
}
.prodLast {
	padding:0 0 20px 0;
}
.prodHeader a{
	display:block;
	width:173px;
	height:23px;
	padding-left:10px;
	color:#ffffff;
	font-weight:bold;
	background:#01ADED;
	line-height:23px;
	overflow:hidden;
	text-transform:uppercase;
	letter-spacing:1px;
	
}
.prodImage{
	width:183px;
	height:78px;
	position:relative;
	overflow:hidden;
}
.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:365px;
	padding:20px;
	overflow:hidden;
}
#inlineRight {
	float:left;
	width:165px;
	overflow:hidden;
	padding:65px 0 65px 60px;
	margin:0;
	height:100%;

	
}

#inlineRight img{
	padding:0;
	margin:0;
	}



.inlineKortBeskrivelse {
	font-weight:bold;
	margin:10px 0;
	font-size:100%;
}


.inlineBeskrivelse {
	margin-top:20px;
	font-size:100%;
	color:#757575;
	}

.inlineDivider{
	height:1px;
	width:100%;
	overflow:hidden;
	background:#000000;
	margin:15px 0;
	}

.filedownload{
	background:url(../bilder_losning/arrowButton.gif) no-repeat;
	line-height:12px;
	padding-left:20px;
	margin-bottom:10px;
	}

.productDivider{
	width:557px;
	height:1px;
	overflow:hidden;
	background:#757575;
	margin:14px 20px;
	}
