#productLink {
	border-bottom:solid 1px white;
	margin-left:-15px;
	margin-top:-20px;
	margin-bottom:20px;
	width:200px;
/*	background:url(../bilder_losning/cart.jpg) no-repeat top right;*/
}

#productLink h3 {
	line-height:1em;	
	font-size:1.3em;
	padding:12px 15px;
	margin:0;
}

#productLink h3 a:link,
#productLink h3 a:active,
#productLink h3 a:visited {
	
}

.productFront {
	float:left;
	width:159px;
	height:160px;
	margin:0 20px 20px 0;
}

.productFront img {
	width:159px;
}

.productFront h3 {
	margin:0;
	height:28px;
	font-size:1em;
}

.productFront h3 a:link,
.productFront h3 a:active,
.productFront h3 a:visited {
	color:black;
	margin:0;
	padding:0;
	line-height:1em;
}

.productFront h3 a:hover {
	color:#DF9008;
}

.productFront p {
	margin:3px 0 0;
}

.frontPic {
	width:159px;
	height:80px;
	overflow:hidden;
	border:solid 1px #ccc;
}

	.frontPic:hover {
		border-color:#DF9008;
	}
	
	.frontPic img {
		border:none;
	}
	

/* ---------------------------------------- 
[      ]
[      ]
[      ]
Lots of products with little description and pics
HEADER
PIC
DETAILS
PRICE/ADD
MORE
*/

.product_display {
	width:530px;
	float:left;
	margin: 0 0 10px 0;
	border: solid 1px #DDD;
	padding:5px;
	clear:both;
}

	.product_displayImg {
		width: 100px;
		height: 100px;
		float: left;
		padding:1px;
		margin: 0 10px 0 0;
		overflow:hidden;
		padding:0;
	}
	
	.product_displayImg img {
	}
	
	.pic {
		border:none;
	}
	
	.icon {
		width:30px;
		border:none;
	}
	
	.product_display h2 a:link,
	.product_display h2 a:active,
	.product_display h2 a:visited{
		text-decoration:none;
	}
	
	.product_display h2 a:hover {
		color:black;
	}
	
	.product_display p,
	.product_display p strong {
		font-size:1em;
		margin-bottom:-5px;
	}
	
	.bitteliten {
		font-size:0.8em;
	}


.product_wideWrapper {
	float:left;
	width:385px;
}

.product_wideWrapperRight {
	width:100px;
	float:right;
	background:yellow;
}
