/* PRODUKT STYLES */
.produktboks {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #979797;
	width: 140px;
	height: 155px;
}
.produktbar {
	background: url(../img/product_bar.jpg) top center repeat-x;
	height: 33px;
	line-height: 33px;
	color: #FFF;
	text-align: center;
                overflow: hidden;
}
.produktbar a { color: #FFF; text-decoration: none; }
.produktbar a:hover { color: #ed9205; text-decoration: none; cursor: pointer; }

.breadcrumbs {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px dashed #bfbfbf;
	height: 32px;
	padding-left: 15px;
	padding-right: 15px;
}
.breadcrumbs a { color: #000; text-decoration: none; }
.breadcrumbs a:hover { color: #ed9205; text-decoration: none; }

.paging-bottom {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 1px dashed #bfbfbf;
	height: 32px;
	padding-left: 15px;
	padding-right: 15px;
}

.paging-bottom a { color: #000; text-decoration: none; }
.paging-bottom a:hover { color: #ed9205; text-decoration: none; }

.info_hdr {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
}

.info_txt {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
}

.info_desc {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding-right: 40px;
}

.produkt_hdr {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#prevnext_prod {
	color: #c0c0c0;
	font-size: 10px;
	text-align: center;
}
#prevnext_prod a { color: #000; text-decoration: none; }
#prevnext_prod a:hover { color: #dc271e; text-decoration: none; }