@charset "utf-8";
/* CSS Document for the products*/

/* PRODVISNING */
.prodItem{
	width:170px;
	margin:0 40px 20px 0;
	float:left;
}
.prodLast{
	margin:0 0 20px 0;
}
.prodHeader {
	width:154px;
	height:22px;
	overflow:hidden;
	font-size:12px;
	color:#514339;
	font-weight:bold;
	background:url(../gfx/prodTopBg.jpg) no-repeat;
	padding:0 8px;
	line-height:22px;
}
.prodImage {
	background:url(../gfx/bg_product.gif) repeat-y;
	width:170px;
	height:120px;
	line-height:120px;
	overflow:hidden;
	position:relative;
	text-align:center; 
}
.prodImage img {
	padding:1px;
	max-width:168px;
	max-height:118px;
	overflow:hidden;
	position:relative;
	vertical-align:middle;
}
.prodImage .hack{
	width:172px;
	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;
	font-size:10px;
	line-height:normal;
}
.prodLinx {
	font-size:10px;
	font-weight:bold;
	display:block;
	line-height:10px;
	color:#666;
	margin-top:10px;
	margin:10px 5px;
	text-transform:uppercase;
}
.prodLinx a {
	color:#666;
	text-decoration:underline;
}
.prodLine {
	clear:left;
	height:20px;
	border-top:1px solid #dddddd;
	width:98%;
	display:block;
}
.qKatBrodtekst /* category text */ {
	margin-bottom:15px;
}
.qKatBrodtekst a/* category text */ {
	color:#514339;
	text-decoration:underline;
}

/* INLINE VIEW */
.inlineTittel{
	font-size:1.6em;
	color:#514339;
	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:200px;
	overflow:hidden;
	margin-left:25px;
}
.inlineKortBeskrivelse{
	font-weight:bold;
	margin:15px 0;
	font-size:110%;
}
.inlineBeskrivelse {}
