@charset "utf-8";
/* CSS Document for the products*/

/* PRODVISNING 
.prodItem{
	width:170px;
	height:210px;
	padding:0 20px 20px 0;
	float:left;
}
.prodLast{
	padding:0 0 20px 0;
}
.prodHeader{
	width:154px;
	height:22px;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	background:url(../gfx/prodTopBg.jpg) no-repeat;
	padding:0 8px;
	line-height:22px;
	overflow:hidden;
}
.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:10px 5px;
}
.prodLinx a{}
.prodLine{
	clear:left;
	height:20px;
	border-top:1px solid #ddd;
	width:98%;
	display:block;
}*/
