
.brod { color: black; font-size: 11px; font-family: Verdana; line-height: 150% }
.brodfed { color: black; font-size: 11px; font-family: Verdana; font-weight: bold }
.brodlink  { color: #917821; font-size: 11px; font-family: Verdana; line-height: 150% }
.overskrift  { color: black; font-size: 16px; font-family: Verdana; font-weight: bold }
.forside-head { color: black; font-size: 19px; font-family: Verdana; font-weight: bold }
.forside-brod { color: #686a65; font-size: 14px; font-family: Verdana; font-weight: normal; line-height: 22px }
.forside-brodfed { color: black; font-size: 14px; font-family: Verdana; font-weight: bold; line-height: 22px }
.bund { color: black; font-size: 9.5px; font-family: Verdana }
.bundfed { color: black; font-size: 9.5px; font-family: Verdana; font-weight: bold }
.felttekst { color: white; font-size: 9.5px; font-family: Verdana; font-weight: bold; line-height: 15px }
body   { }
a  { color: black; text-decoration: none }
a:hover  { color: #917821; text-decoration: none }
.search         { color: black; font-size: 9px; font-family: Verdana; background-position: 0 center; width: 90px; height: 15px }
.search-knap           { color: white; font-size: 8px; font-family: Verdana; font-weight: bold; background-color: #8d8f8a; background-position: center; text-transform: uppercase; width: 37px; height: 15px !important }
.superscript  { color: black; font-size: 7px; font-family: Verdana; vertical-align: 4px }
h1 { color: black; font-size: 16px; font-family: Verdana; margin:0; padding:0; }
h2 { color: black; font-size: 13px; font-family: Verdana; margin:0; padding:0; font-style:italic; }
h3 { color: black; font-size: 13px; font-family: Verdana; margin:0; padding:10px 0px 0px 0px; }

/* Product thumbnail style */
.photos {
	overflow: hidden;
	padding: 0px;
	width: 332px;
	float:left;
}
.thumbs-right 
{
    padding: 0px 0px 0px 0px;
}
.photos div img {
	padding: 0px 0;
	margin: 0px 0;
	float: left;
}
.thumbs-right ul.thumbs {
	margin: 0;
	padding: 0 0 0 0px;
	list-style: none;
	width: 230px;
	float: left;
}
.thumbs-right ul.thumbs li{
	width: 110px;
	height: 83px;
	margin: 0 5px 5px 0;
	padding: 0;
	float: left;
	overflow: hidden;
	position: relative;
	border: 0px solid #ddd;
	text-align: center;
	background-color:#fff;
}
.thumbs-right ul.thumbs li img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.thumbs-right ul.thumbs li:hover {
	border: 0px solid #888;
	-moz-opacity:.75;
	filter:alpha(opacity=75);
	opacity:.75;
}
