@charset "utf-8";
/* CSS Document for the products*/

/* PRODVISNING */

.prodItem{
	width:170px;
	height:210px;
	margin:0 40px 20px 0;
	float:left;}

.prodLast{
	margin:0 0 20px 0;}

.prodHeader{
	width:154px;
	height:22px;
	overflow:hidden;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	background:url(../gfx/prodTopBg.jpg) no-repeat;
	padding:0 8px;
	line-height:22px;}

.prodImage, .prodImage img{
	width:170px;
	height:110px;
	position:relative;}

.prodImage .hack{
	width:170px;
	height:8px;
	overflow:hidden;
	background:url(../gfx/hack.gif) no-repeat;
	position:absolute;
	bottom:0;
	left:0;}

.prodDesc{
	width:160px;
	height:50px;
	margin:10px 5px;}

.prodLinx{
	font-size:11px;
	font-weight:bold;
	background:url(../gfx/redDott.gif) no-repeat;
	padding-left:7px;
	display:block;
	line-height:10px;
	color:#0758a3;
	margin-top:10px;
	margin:10px 5px;}

.prodLinx a{}

.prodLine{
	clear:left;
	height:20px;
	border-top:1px solid #dddddd;
	width:98%;
	display:block;}


.qKatBrodtekst /* category text */ {
	margin-bottom:15px;}

/* INLINE VIEW */

.inlineTittel{
	font-size:1.6em;
	color:#6b6b6b;
	margin-bottom:10px;
	text-transform:uppercase;}

#inlineLeft{
	float:left;
	width:342px;
	overflow:hidden;}
	
#inlineLeft ul li,
#inlineRight ul li /* due to mainContent ul li */ {
	margin:0;
	list-style-image:none;}

#inlineRight{
	float:left;
	width:350px;
	overflow:hidden;
	margin-left:25px;}

.inlineKortBeskrivelse{
	font-weight:bold;
	margin:15px 0;
	font-size:110%;}

.inlineBeskrivelse{}

