@charset "utf-8";
/* CSS Document */

/* Rammeverket
---------------------------------------- */
#product_list_container {
	width:150px;
	min-height:150px;
	height:auto !important;
	height:150px;
	float:left;
	padding-left:4px;
	padding-bottom:5px;
	background:#FFFFFF;
}
.product_list_picture {
	width:150px;
	height:120px;
	xfloat:left;
	overflow:hidden;
}
.product_list_price {
	width:150px;
	min-height:50px;
	height:auto !important;
	height:50px;
	float:left;
}

.product_list_button {
	float:left;
	width:22px;
	height:25px;
	margin-top:5px;
}
.product_list_right {
	float:left;
	width:128px;
	min-height:30px;
	height:auto !important;
	height:30px;
}

.tittel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	line-height:15px;
}
.pris {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	line-height:13px;
}
#sidevalg_bottom {
	clear: both;
}
