@charset "utf-8";
/* CSS Document for the products*/

/* MISC CSS COMMON */
.prod {
	float:left;
	width:700px;
	margin:20px 10px 10px 10px;}

.imageBorder { /* used on category images */
	border:1px solid #E4E1D8;
	margin-top:18px;}
	
.imageBorderProducts { /* used on category images */
	border:1px solid #E4E1D8;
	width:330px;
	min-height:350px; height:auto !important; height:350px;}

/* PRODVISNING */

.prodItem{
	width:170px;
	height:210px;
	margin:0 20px 20px 0;
	float:left;}

.prodLast{
	margin:0 0 20px 0;}

.prodHeader{
	width:154px;
	height:30px;
	overflow:hidden;
	font-size:12px;
	font-weight:bold;
	xbackground:url(../gfx/prodTopBg.jpg) no-repeat;
	padding:0 2px 0 6px;
	line-height:22px;}

.prodImage {
	border:1px solid #CCCCCC;}

.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:58px;
	margin:10px 5px;
	line-height:1.2em;;
	font-size:1.0em;
	overflow:hidden;}

.prodLinx{
	font-size:11px;
	font-weight:bold;
	background:url(../gfx/moreInfoIcon.gif) no-repeat;
	padding-left:14px;
	display:block;
	line-height:10px;
	color:#0758a3;
	margin-top:10px;
	margin:10px 5px;}

.prodLinx a{}

.prodLine{
	margin-bottom:10px;
	clear:left;
	height:15px;
	border-bottom: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;}

#inlineRight{
	float:left;
	margin-left:25px;}

.inlineKortBeskrivelse{
	font-weight:bold;
	margin:15px 0;
	font-size:110%;}

.inlineBeskrivelse{}
