/*
<style>
*/
.product_list_box{
	position: relative;
	overflow:hidden;
}
.product_list{
	padding-top: 10px;
	background-color: white;
	overflow:hidden;
}
.n_col_x .product_box{

}
.n_col_x .product_box_margin{
	position: relative;
	padding-left:13px;
	padding-right:13px;
	padding-top:10px;
	padding-bottom:10px;
	overflow: hidden;
	/*
	behavior: url(http://www.maxfritid.no/site/pages/csspie/PIE.php);
	*/
	background-color:white;
}
.n_col_5 .a_produkt{
	width:134px;
}
.n_col_4 .a_produkt{
	width:214px;
}
.n_col_x .product_box{
	display: block;
	float:left;
	overflow:hidden;
	position: relative;
}
.n_col_x .product_box_margin:hover,.frm .n_col_x .product_box_margin{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    border:1px #00a7e9 solid;
    padding-left:12px;
    padding-right:12px;
    padding-top:9px;
	padding-bottom:4px;
	margin-bottom:5px;
    -webkit-box-shadow: #d8d9d9 0px 2px 5px;
    -moz-box-shadow: #d8d9d9 0px 2px 5px;
    box-shadow: #d8d9d9 0px 2px 5px;
}
.product_detail .title, .product_box .img, .product_detail .price, .btn_legg_i_huskeliste,.product_box_margin, .a_produkt{
	display: block;
}
.n_col_x .product_box .title{
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	color: #034ea2;
	height:31px;
	overflow: hidden;
	text-align: center;
}
.n_col_x .product_box .price{
	font-size: 12px;
	font-family: Tahoma;
	color: black;
	text-align: center;
	font-weight: bold;
	padding-top:5px;
	padding-bottom:5px;
	min-height:16px;
}
.product_detail .artnr{
	display: block;
	font-size: 11px;
	font-family: Tahoma;
	color: black;
	text-align: center;
}
.product_box .a_produkt{
	text-decoration: none;
}
.n_col_x .product_box .img{
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.btn_legg_i_huskeliste, .btn_legg_i_huskeliste:visited,.btn_print, .btn_print:visited{
	height:24px;
	overflow:hidden;
	font-size:9px;
	font-family: Tahoma;
	color:white;
	margin:0 auto;
	text-decoration: none;
}
.btn_legg_i_huskeliste .tekst,.btn_print .tekst{
	display: block;
	padding-left: 30px;
	padding-top:6px;
	white-space: nowrap;
}

.btn_legg_i_huskeliste, .btn_legg_i_huskeliste:visited{
	width:114px;
	background-image:url(http://www.maxfritid.no/site/main/img/legg-i-huskeliste-background-5.png);
}
.btn_print, .btn_print:visited{
	width:74px;
	background-image:url(http://www.maxfritid.no/site/main/img/btn_print_background.png);
}
.n_col_x .a_expand{
	z-index:30;
	display: block;
	position: absolute;
	right:20px;
	padding-right: 20px;
	line-height: 31px;
	background-image: url(http://www.maxfritid.no/site/main/img/arrow-right.png);
	background-position: right;
	background-repeat: no-repeat;
	font-size: 11px;
	text-decoration: none;
	color: white;
	cursor: pointer;
}
.n_col_x .a_expand:visited{
	color: white;
	text-decoration: none;
}
.utvalg{
	float:left;
}
.n_col_x .edit_menu{
	z-index:30;
	display: block;
	padding-left:20px;
	overflow: hidden;
}
.edit_menu .a_edit{
	float:left;
	display: block;
	color: black;
	padding-right: 20px;
	line-height: 31px;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
.edit_menu .a_edit:hover{
	text-decoration: underline;
}
