/* Trädet */
/* Trädikoner */
.TreeImage_2 {
	cursor: hand;
	margin-right: 2px;
}
.TreeImage_3 {
	/* Ex... */
	margin-left: 10px;
	margin-right: 2px;
	cursor: hand;
}
.TreeImage_4 {
margin-left: 18px;
margin-right: 2px;
cursor: hand;
}
.TreeImage_5 {
margin-left: 20px;
margin-right: 2px;
cursor: hand;
}
.TreeImage_6 {
margin-left: 25px;
margin-right: 2px;
cursor: hand;
}

.divMarginSibling {
}
.spanMarginSibling {
}

/* Trädnoder text */
.nodeTreeText {
	cursor: hand;
	}
.nodeTreeText a:hover {
	color: #D20019;
}
/* Markerad nod i trädet  */
.nodeTreeSelected {
	color: #D20019;
}

/* Produktvisning */
/* Produkt rubrik */
.ClusterCaption {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D20019;	
			}
.ClusterCaption td{
	font-weight: bold;
	vertical-align: middle;
	}
/* Brödtext */
.wbText {
	font-size: 0.8em;
	color: #000000;
}
.wbText a:link {
	color: #D20019;
	text-decoration: none;
}
.wbText a:hover {
	color: #000000;
	text-decoration: none;
}
.wbText a:active {
	color: #D20019;
	text-decoration: none;
}
.wbText a:visited {
	color: #D20019;
	text-decoration: none;
}
/* Bild */
.wbPict {
	padding-left: 0px;
	text-align: center;
}
/* Tabell */
.wbTable {
	color: #000000
}
.wbTable thead {
	font-weight: bold;
	text-align: left;
	font-size: 0.9em;
}
/* Rad */
.wbTable tr {
	font-size: 0.8em;
}
/* Cell */
.wbTable td {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

/* Översiktssidan */
.StructureCaption {
	vertical-align: top;
	font-size: 0.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	}

/* Rubrik tabell-rad */
.ovHead {
	font-weight: bold;
	text-decoration: none;
	}
	
.ovHead a:link {
	color: #D20019;
	text-decoration: none;
}
.ovHead a:hover {
	color: #000000;
	text-decoration: none;
}
.ovHead a:active {
	color: #D20019;
	text-decoration: none;
}
.ovHead a:visited {
	color: #D20019;
	text-decoration: none;
}
/*sidan med produktvisning*/
.ProductBody {
	font-family: Arial, Verdana, sans-serif;
}
.ProductBody tr {
	vertical-align: top;
	}
.ProductBody td {
	}
.ProductBody img {
	padding-left: 20px;
	}
	
.ProductBody a:link {
	color: #D20019;
	text-decoration: none;
}
.ProductBody a:hover {
	color: #000000;
	text-decoration: none;
}
.ProductBody a:active {
	color: #D20019;
	text-decoration: none;
}
.ProductBody a:visited {
	color: #D20019;
	text-decoration: none;
}

/* Rader med produkter */
.ovBody {
	}
	
.ovBody td {
	width: 25%;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	}
	


.Back {
	font-weight: bold;
	font-size: 0.6em;
	text-align: right;
	margin-right: 50px;
	font-family: Eurostile;
	mar
