/*
  --------------------------------------------------------------
  typography.css
  * Sets up some sensible default typography.
  --------------------------------------------------------------
 */
* {
	font-family:Verdana,Arial,sans-serif;
	margin:0;
	padding:0;
	vertical-align:baseline;
}
/*
  Default font settings.
  The font-size percentage is of 16px. (0.75 * 16px = 12px)
 */
body {
	font-size: 75%;
	color: #222;
	background: #fff;
	font-family: Verdana, Arial, sans-serif;
}
img {
	border:0 none;
}
/*
  Headings
  --------------------------------------------------------------
 */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #e40010;
	font-family: Verdana, Arial, sans-serif;
	text-transform:inherit;
	margin-bottom: 5px;
	padding-top: 2px;
}
h1 {
	font-size: 2.5em;
	line-height: 1;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
	margin: 0;
}
/*
  Text elements
  --------------------------------------------------------------
 */
p {
	margin: 0 0 1.5em;
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus,
a:hover {
	color: #e30010;
	text-decoration: underline;
}
a {
	color: #000;
	text-decoration: none;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em,dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
/*
  Lists
  --------------------------------------------------------------
 */
li ul,
li ol {
	margin:0;
}
ul, ol {
	margin: 0;
}
ul {
	list-style-type: none;
}
ol {
	list-style-type: decimal;
}
ul {
	list-style: none outside none;
	margin: 0;
	padding:0;
}
ul li {
	list-style: none outside none;
	margin: 0;
	padding:0;
}
ul li a {
	color:#000000;
	margin:0;
	padding:0;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
/*
  Tables
  --------------------------------------------------------------
 */
table {
	border:0 none;
	margin-bottom: 1.4em;
	width:100%;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th,td,caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}
fieldset {
	border:0 none;
}
/*
  Misc classes
  --------------------------------------------------------------
 */
.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666;
}
.loud {
	color: #000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color: #fff;
}
.removed {
	background:#900;
	color: #fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
/* COMMON */
/*
  Markup
  --------------------------------------------------------------
 */
form select {
	border:1px solid #979797;
}
.outerframework {
	width:992px;
	margin:0 auto;
	min-height:660px;
}
.framework {
	width: 971px;
	margin:0;
	margin-left:21px;
	float:left;
	height:100%;
}
.redtop {
	float:right;
	clear:none;
	width:21px;
	background-color: #E30010;
	height:21px;
}
.header {
	height: 161px;
	width: 971px;
	float:left;
}
.container {
	height:100%;
	background:#FFFFFF url(../images/container_bg3col.gif) repeat-y scroll 199px 0;
	float:left;
}
.container.one {
	background: #FFF url(../images/container_bg.gif) repeat-y 199px 0;
}
.colum {
	float:left;
	clear:none;
	height:100%;
}
.middle {
	width:482px;
/* border-right:1px solid #D7D2C4; */
	min-height:480px;
	height:auto !important;
	height:480px;
}
.left {
	width:205px;
}
.right {
	width:279px;
	padding-top:36px;
/* border-left:#d7d2c4 solid 1px; */
}
.onecolum {
	width:744px;
	padding-right:21px;
	border:none;
}
.footer {
	background:transparent url(../images/bak_footer2.gif) no-repeat scroll 0 0;
	float:right;
	height:37px;
	width:772px;
}
.content {
	margin:18px;
	height:100%;
	float:left;
	width:446px;
	display:inline;
}
.onecolum .content {
	width:708px;
}
.header a, .header a:focus, .header a:hover {
	text-decoration: none;
	color: #FFF;
}
.header a:hover {
	text-decoration: underline;
}
.header .header_inner {
	height: 110px;
	width:971px;
	float:left;
}
.header .header_inner2 {
	height: 50px;
	background: #e40010 url(../images/bak_header.gif) repeat-x left top;
	width:950px;
	float:left;
}
.header .sok {
	float:right;
	margin-top:15px;
	margin-right:15px;
	width:190px;
}
.header .header_inner .logo {
	float:left;
	clear:both;
	height:70px;
}
.header .header_inner img#logo {
	margin-top:15px;
	float:left;
}
.findStore {
	height: 52px;
	width: 132px;
	background: #FFF url(../images/bak_search.gif) no-repeat left top;
	float:right;
	margin-right:74px;
	margin-top:7px;
	padding:10px;
	padding-left:17px;
	padding-top:14px;
	clear:both;
	display:inline;
}
.findStore form label {
	color:#e40010;
	padding-left:4px;
	clear:both;
	float:left;
}
.findStore form select {
	clear:both;
	float:left;
	margin-top:9px;
	width:114px;
}

.findTile {
	height: 52px;
	width: 132px;
	background: #FFF url(../images/bak_search.gif) no-repeat left top;
	float:right;
	margin-right:34px;
	margin-top:7px;
	padding:10px;
	padding-left:17px;
	padding-top:14px;
	clear:none;
	display:inline;
}
.findTile form label {
	color:#e40010;
	padding-left:4px;
	clear:both;
	float:left;
}
.findTile form select {
	clear:both;
	float:left;
	margin-top:9px;
	width:114px;
}


.header .header_inner .shortcuts {
	background:#e30010 url(../images/bak_shortcut.gif) no-repeat scroll 0 0;
	width:310px;
	float:right;
	color:#FFF;
	height:18px;
	padding:3px;
	padding-top:0;
	padding-left:21px;
	clear:both;
}
.header .header_inner .shortcuts img {
	position:relative;
	top:2px;
}
.header .header_inner .shortcuts ul {
	list-style: none outside none;
	margin: 0;
	padding:0;
}
.header .header_inner .shortcuts ul li {
	list-style: none outside none;
	margin:0 0 0 2px;
	padding:0;
	display:inline;
}
.header .header_inner .headMenu {
	clear:both;
	float:left;
	margin-top:14px;
	top:84px;
}
.header .header_inner .headMenu h4 {
	background:transparent url(../images/tab_unselected.png) no-repeat scroll 0 0;
	height: 21px;
	width:151px;
	margin: 0;
	padding:0;
	padding-left:14px;
	padding-top:5px;
	position:relative;
	float:left;
	color:#FFF;
	font-weight:bold;
}
.header .header_inner .headMenu h4.tab1 {
	z-index:3;
}
.header .header_inner .headMenu h4.tab2 {
	z-index:2;
}
.header .header_inner .headMenu h4.tab3 {
	z-index:1;
}
.header .header_inner .headMenu h4.selected {
	background:transparent url(../images/tab_selected.png) no-repeat scroll 0 0;
	z-index:10;
}
.header .header_inner .headMenu h4.notfirst {
	margin-left:-28px;
	padding-left:35px;
	width:131px;
}
.sok .searchfieldFront {
	width:145px;
	border-left:#cdcdcd solid 1px;
}
.searchsubmitFront {
	background:transparent url(../images/search_button.gif) no-repeat scroll 0 0;
	border:medium none;
	clear:none;
	cursor:pointer;
	height:21px;
	margin-left:9px;
	margin-top:-5px;
	width:33px;
}
.sok label {
	color: #FFF;
	margin-right:7px;
}
.header .topright {
	background:transparent url(../images/bak_right_top.gif) no-repeat scroll 0 43px;
	float:right;
	height:50px;
	width:21px;
}
.left ul.menu {
	list-style: none outside none;
	margin: 0;
	padding:0;
	margin-bottom:50px;
}
.left ul.menu li {
	list-style: none outside none;
	margin: 0;
	padding:0;
}
.left ul.menu li a {
	margin: 0;
	padding:0;
	padding-left:14px;
	padding-top:7px;
	text-decoration:none;
	color:#000;
	background:transparent url(../images/bak_menu.gif) no-repeat scroll 0 0;
	min-height:24px;
	height:auto !important;
	height:24px;
	display:block;
}
.left ul.menu li a:hover {
	text-decoration: underline;
}
.left ul.menu li li {
	margin:0 0 0 10px;
	padding:0;
}
.left ul.menu li li a {
	background:transparent url(../images/menu_bullet.gif) no-repeat scroll 0 6px;
	color:#000000;
	margin:0;
	padding:3px 0 3px 11px;
}
.left ul.menu li.path a {
	color:#e40010;
}
.left ul.menu li.notpath a {
	color:#000;
}
.left .redBox {
	background-color:#D3000F;
	color:#FFFFFF;
	font-size:125%;
	height:29px;
	padding-right:10px;
	padding-top:11px;
	text-align:right;
}
.crumb {
	background-color:white;
	color:#AFA689;
	height:29px;
	margin-left:18px;
	padding-top:7px;
	width:727px;
	float:left;
	display:inline;
}
.crumb ul {
	list-style: none outside none;
	margin: 0;
	padding:0;
}
.crumb ul li {
	list-style: none outside none;
	margin:0 0 0 5px;
	padding:0;
	display:inline;
}
.crumb ul li a {
	color:#afa689;
}
.middle .pageDokument {
	border-right:1px solid #d7d2c4;
	float:left;
	height:100%;
	width:446px;
}
.middle .pageDokument .preface {
	font-weight:bold;
	margin-bottom:10px;
}
.middle .related {
	height:100%;
	float:left;
	width:226px;
}
/* Galleria */
.gallery {
	list-style:none;
	width:450px;
}
.gallery li {
	display:block;
	width:80px;
	height:80px;
	overflow:hidden;
	float:left;
	margin:0 10px 10px 0
}
.gallery li a {
	display:none
}
.gallery li div {
	position:absolute;
	display:none;
	top:0;
	left:180px
}
.gallery li div img {
	cursor:pointer
}
.gallery li.active div img,.galleria li.active div {
	display:block
}
.gallery li img.thumb {
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto
}
.gallery li .caption {
	display:block;
	padding-top:.5em
}
.galleria_container {
	margin:10px auto 20px;
	width:446px;
	float: left;
	clear: both;
}
.galleria_container img {
	margin-bottom:10px;
}
span.caption {
	display:none;
}

#store span.caption {
	display:block;
}
/* Zoom */
div#bigImages {
	display:none;
}
div.jqZoomTitle {
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Verdana, Arial, sans-serif;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: -300px;
	left: -300px;
	width: 100%;
	color: #FFF;
	background: #999;
}
.jqZoomPup {
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:10;
	border-color:#c4c4c4;
	border-style: solid;
	cursor:crosshair;
}
.jqZoomPup img {
	border: 0px;
}
.preload {
	-moz-opacity:0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	border: 0px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align:center;
	background-image: url(../images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	width:90px;
	* width:100px;
	height:43px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;
}
.jqZoomWindow {
	border: 1px solid #999;
	background-color: #FFF;
}
/*
  ********************
  ** XHTML-EDITOR     **
  ********************
 */
.editor p, div.giftlistmain p {
	margin: 0 0 1.1em 0;
}
.editor h2 {
	margin-bottom: 0;
}
.editor h3 {
	margin-bottom: 0;
	font-weight: bold;
}
.editor h4 {
	margin-bottom: 0;
	font-weight: bold;
}
.editor h5 {
	margin-bottom: 0;
	font-weight: bold;
}
.editor h6 {
	margin-bottom: 0;
	font-weight: bold;
}
.editor ul {
	margin-left: 0;
}
.editor a {
	color: #E40010;
	text-decoration: none;
}
.editor a:hover {
	text-decoration: underline;
}
img.bordersize1 {
	border: 1px solid #ccc;
}
img.bordersize2 {
	border: 2px solid #ccc;
}
img.bordersize3 {
	border: 3px solid #ccc;
}
img.border {
	border: 1px solid #ccc;
}
/* tables */
table.bordersize0 {
	border-spacing:0;
	border: 0;
	border-collapse: collapse;
	width: auto;
}
table.bordersize0 td {
	border: 0;
}
table.bordersize1 {
	border-spacing:0;
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: auto;
}
table.bordersize1 td {
	border: 1px solid #ccc;
}
table.bordersize2 {
	border-spacing:0;
	border: 2px solid #ccc;
	border-collapse: collapse;
	width: auto;
}
table.bordersize2 td {
	border: 2px solid #ccc;
}
table.padding1 td {
	padding: 1px;
}
table.padding2 td {
	padding: 2px;
}
table.padding3 td {
	padding: 3px;
}
table.padding4 td {
	padding: 4px;
}
.editor table.padding5 td {
	padding: 5px;
}
table.padding6 td {
	padding: 6px;
}
table.padding7 td {
	padding: 7px;
}
table.padding8 td {
	padding: 8px;
}
table.padding9 td {
	padding: 9px;
}
table.padding10 td {
	padding: 10px;
}
.center-aligned {
	text-align: center;
}
.editor p.center-aligned {
	text-align: center;
}
/* Map */
#map {
	height:228px;
	width:228px;
	overflow:hidden;
}
.smallMap span {
	display:none;
}
.smallMap {
	cursor:pointer;
}
.gm-info-container {
	padding:1em;
	width:210px;
}
h1.gm {
	font-size:1.4em;
}
.smallMap .gm-info-container {
	height:85px;
	padding:5px;
	width:150px;
}
.smallMap h1.gm {
	font-size:1em;
}
/*
  Clear fix
  --------------------------------------------------------------
 */
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
/* MAE */
ajaxserie .similar {
	margin-right:12px;
}
.right {
	border: 0;
}
img.icon.text {
	display: inline;
}
.borderbottom {
	padding-bottom: 18px;
	border-bottom: 1px solid #d7d2c4;
	margin-bottom: 18px;
}
div.related_file a {
	text-decoration: none;
	color: #E40010;
}
div.related_file a:hover {
	text-decoration: underline;
}
div.last_file a:hover {
	text-decoration: underline;
}
div.links {
	padding: 0 18px 18px 18px;
}
div.links a {
	text-decoration: underline;
	color: #3a2f24;
}
.middle .pageDokument {
	border: 0px;
}
.header .header_inner .headMenu h4.selected_1 {
	background:transparent url(../images/privat_selected.gif) no-repeat scroll 0 0;
}
.header .header_inner .headMenu h4.unselected_1 {
	background:transparent url(../images/privat_unselected.gif) no-repeat scroll 0 0;
}
.header .header_inner .headMenu h4.unselected_1_sr {
	background:transparent url(../images/privat_unselected_sr.gif) no-repeat scroll 0 0;
}
.header .header_inner .headMenu h4.selected_1 a, .header .header_inner .headMenu h4.unselected_1 a,
.header .header_inner .headMenu h4.unselected_1_sr a {
	margin-left:5px;
}
.header .header_inner .headMenu h4.selected_2 {
	background:transparent url(../images/proff_selected.gif) no-repeat scroll 0 0;
}
.header .header_inner .headMenu h4.unselected_2 {
	background:transparent url(../images/proff_unselected.gif) no-repeat scroll 0 0;
}
.header .header_inner .headMenu h4.unselected_2_sr {
	background:transparent url(../images/proff_unselected_sr.gif) no-repeat scroll 0 0;
}
.header .header_inner .headMenu h4.unselected_2_none {
	background:transparent url(../images/proff_unselected_none.gif) no-repeat scroll 0 0;
}
.header .header_inner .headMenu h4.selected_2 a, .header .header_inner .headMenu h4.unselected_2 a,
.header .header_inner .headMenu h4.unselected_2_sr a, .header .header_inner .headMenu h4.unselected_2_none a {
	margin-left:15px;
}
.header .header_inner .headMenu h4.selected_3 {
	background:transparent url(../images/prosjekt_selected.gif) no-repeat scroll 0 0;
}
.header .header_inner .headMenu h4.unselected_3 {
	background:transparent url(../images/prosjekt_unselected.gif) no-repeat scroll 0 0;
}
.header .header_inner .headMenu h4 {
	background:transparent url(../images/tab_unselected.png) no-repeat scroll 0 0;
	height: 27px;
	width:137px;
	margin: 0;
	padding:0;
	position:relative;
	float:left;
	color:#FFF;
	font-size: 12px;
	font-weight:bold;
}
.header .header_inner .headMenu h4 a {
	margin: 5px 0 0 0;
	display: block;
}
h4.selected_1 a, h4.unselected_1 {
	padding: 2px 0 0 3px;
}
.header .header_inner {
	height: 111px;
	width:971px;
	float:left;
}
/* TFA */
/* Store related */
.related h3 {
	margin-bottom:5px;
}
.address, .phone {
	margin-bottom:20px;
}
.maptext {
	padding-left:20px;
	font-size:70%;
	margin-bottom:20px;
}
.kontakt {
	margin-top: 20px;
}
hr {
	height: 1px;
	width:100%;
	background-color: #d7d2c4;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
	float:left;
}
.kontakt span {
	clear:both;
	float:left;
	margin-bottom:9px;
	margin-top:3px;
	width:100%;
}
.openingHours span {
	float:left;
}
.openingHours .dots {
	letter-spacing:3px;
}
a.send {
	color:#e40010;
	text-decoration:none;
	padding-left:30px;
	clear:both;
	background: transparent url(../images/mail.gif) no-repeat 0 0;
	cursor:pointer;
	float:left;
}
a.husk {
	background:transparent url(../images/check.gif) no-repeat 0 -5px;
	height:17px;
	padding-top:3px;
	margin-bottom:13px;
	float: left;
	display: block;
}
a.husk:hover, a.send:hover, a.print:hover {
	text-decoration: underline;
}
a.print {
	background:transparent url(../images/icon_print.gif) no-repeat scroll -2px 0;
	height:17px;
	margin-bottom:10px;
	padding:6px 0 0 30px;
	float: left;
	display: block;
	color:#e40010;
}
#ihusk {
	clear:both;
	display:none;
	float:left;
	width:100%;
}
.storefind {
	width:100%;
	float:left;
	clear:both;
	display: none;
}
.storefind .findStore {
	float:left;
	margin-right:0;
	width:419px;
}
.quickSearch {
	background:#FFFFFF url(../images/hurtigsok.gif) no-repeat scroll left top;
	clear:both;
	float:left;
	height:131px;
	margin-top:7px;
	padding:14px 0 9px 17px;
	width:183px;
	margin-bottom:50px;
}
.quickSearch h4 {
	margin-bottom:5px;
}
.quickSearch form select {
	border:1px solid #979797;
	clear:none;
	float:left;
	width:140px;
}
.quickSearch a {
	color:#000;
	font-size:75%;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
	float:left;
}
.quickSearch .searchsubmitFront {
	margin-top:0;
	margin-left:4px;
	float:left;
	display:inline;
}
#faqRoot {
	margin-top:20px;
}
#faq {
	float:left;
}
#faq .faqcontent {
	margin: 0 15px 20px 15px;
	font-size: 95%;
}
#faq h4 {
	text-transform:none;
	cursor: pointer;
	padding: 0 0 0 15px;
	margin-bottom: 0;
}
#faq h4.faqclosed:hover {
	color: #E40010;
}
#faq h4.faqclosed {
	background: transparent url(../images/collapsed.png) no-repeat scroll 0 5px;
	margin-bottom:10px;
}
#faq h4.faqopened {
	color: #E40010;
	background: transparent url(../images/expanded.png) no-repeat scroll 0 5px;
	margin-bottom:3px;
}
.sendQ {
	background-color:#EEEEEE;
	border:1px dashed gray;
	display:none;
	height:285px;
	*height: 305px;
	width:240px;
	left:40%;
	padding:5px;
	position:absolute;
	text-decoration:none;
	top:200px;
	z-index:50;
}
.dmstyle{
	background-color:#EEEEEE;
	border:1px dashed gray;
	display:none;
	height:110px;
	width:110px;
	left:-150px;
	padding:5px;
	position:absolute;
	text-decoration:none;
	top:-100px;
	z-index:50;
	font-size: 10px;
}


form.cmxform fieldset {
	margin-bottom: 10px;
}
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	color: #000;
	_margin: 0 -7px;
/* IE Win */
}
form.cmxform label {
	cursor:pointer;
	float:left;
	line-height:1.8em;
	vertical-align:top;
	width:75px;
	font-size: 10px;
}
form.cmxform fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0;
	clear:both;
}
form.cmxform fieldset p input {
	float:left;
	font-size: 10px;
	line-height:1.8em;
	height:14px;
	display: inline;
}

form.cmxform fieldset p input.north {	
	width:15px;
}

form.cmxform fieldset p input.south {	
	width:15px;
}


form.cmxform fieldset p input.popup_input{
            width: 100%;
}

form.cmxform fieldset p textarea {
	font-size:10px;
	height:135px;
	line-height:1.8em;
	padding:4px;
	width:222px;
}
form.cmxform fieldset p.enter-button input {
	width: 80px;
	float: left;
}
form.cmxform .formbutton {
	background-color:#CCC1A9;
	border:1px solid #979797;
	height:25px;
	margin-right:10px;
	padding:2px;
	width:100px;
}
span.close {
	width: 5px;
	margin-right:5px;
	float:right;
	cursor:pointer;
}
span.close a {
	color:#000;
	text-decoration:none;
}
.contact {
	margin-bottom:10px;
	float:left;
}
.contact h3 {
	color:#000;
	text-transform:none;
	margin-bottom:5px;
}
.contact .text {
	margin-bottom:18px;
}
.contact .infoBox {
	background-color: #edebe5;
	float:left;
	width:430px;
	padding:10px 5px;
}
.contact .infoBox .first {
	width:190px;
}
.contact .infoBox div {
	float:left;
}
.contact hr {
	margin-bottom:18px;
	margin-top:18px;
}
.findCraftstman label {
	float:left;
	width:50px;
}
.findCraftstman select {
	float:left;
	width:130px;
}
.sektions ul {
	list-style: none outside none;
	margin: 0;
	padding:0;
	margin:10px 0;
	float:left;
}
.sektions ul li {
	list-style: none outside none;
	margin: 0;
	padding:0;
	width:100px;
	float:left;
}
.sektions ul li a {
	background:transparent url(../images/bak_sektions.gif) no-repeat scroll 0 3px;
	color:#000000;
	display:block;
	height:17px;
	margin:0;
	padding:0 0 0 14px;
	text-decoration:none;
	width:83px;
}
#products, .related {
	float:left;
	width:230px;
}
.related {
	margin-left:18px;
	margin-top:18px;
	display:inline;
}
.ajaxprod {
	clear:both;
	float:left;
	margin-bottom:15px;
	width:100%;
}
.ajaxserie {
	float:left;
	font-size:75%;
	margin-bottom:15px;
	margin-right:12px;
	width:100px;
	height: 115px;
	overflow: hidden;
}
.ajaxserie span {
	display: block;
	float: left;
	clear: both;
	width: 100px;
}
.ajaxserie img {
	clear: right;
	float: left;
}
.ajaxserie .similar {
	margin-right: 12px;
}
.ajaxprod h4 {
	margin-bottom:5px;
	width:100%;
}
.ajaxprod img {
	clear:both;
	margin-bottom:5px;
	float:left;
}
.ajaxprod a {
	clear:both;
	float:left;
	width:100%;
}
.sendT {
	height:288px;
}
.DM_T {
	height:92px;
}
.sendT.error {
	height:390px;
}
.sendT label.error {
	width:100%;
	color:red;
}
table.productinfo, table.productinfo tbody, table.productinfo td {
	padding:0;
	margin:0;
}
table.productinfo td {
	padding-bottom:2px;
	padding-top:2px;
}
table.productinfo td.lc {
	width:100px;
}
table.productinfo td.rc {
	width:100px;
}

table.productinfo .price {
    margin-top: 10px;
}

.description {
	font-weight:bold;
}
.description, .additional_info {
	margin-bottom:10px;
}
#series {
	margin-top:10px;
	float:left;
}
.prodimg {
	float:left;
	width:370px !important;
	margin-right:6px;
	display:inline;
}
.inspimages {
	float:right;
	width:70px;
}
.inspimages img {
	float:left;
	margin-bottom:10px;
}
.leftimage, .leftimage li {
	width:324px;
	float:left;
	overflow:hidden;
}
.leftimage.slideshow {
	height: 482px;
}
.righttext {
	width:384px;
	float:left;
}
.righttext .box h1 {
	position: relative;
	z-index: 50;
}
.righttext .box {
	height:136px;
	float:left;
	padding:20px;
	background:transparent url(../images/bak_campaign.gif) repeat-x 0 0;
	width:344px;
	position: relative;
}
.righttext .box .links {
	float:left;
	left: 20px;
	padding:0;
	position: absolute;
	bottom: 3px;
	z-index: 200;
}
.righttext .box .links a {
	background:transparent url(../images/link_arrow.png) no-repeat scroll 0 0;
	color:#E30010;
	float:left;
	height:17px;
	margin-top:5px;
	padding-left:20px;
	text-decoration:none;
	clear:both;
	
}
.righttext .box .links a.formbutton {
	background-color:#CCC1A9;
	background-image:none;
	border:1px solid #979797;
	cursor:pointer;
	height:17px;
	margin-right:10px;
	padding:2px;
	text-align:center;
	width:95px;
	position: absolute;
	bottom: 8px;
}
.campangebox {
	float:left;
	margin-bottom:10px;
	margin-top:5px;
	padding-bottom:5px;
	width:384px;
}
.campangebox div {
	float: left;
	padding:15px 0 15px 20px;
	width:244px;
	clear: both;
}
.campangebox div h3 a {
	color:#E30010;
	font-family:Verdana, Arial, sans-serif;
}
.campangebox img {
	float: right;
	margin-top:15px;
}
.campangebox .price {
	padding:1px 2px 3px 4px;
	width:55px
}
.campangebox .percentage {
	padding:1px 2px 3px 4px;
	width:60px
}
.campangenews, .campangenewsheading {
	float:left;
	clear:both;
	background-color:#ebe9e1;
}
.campangenewsheading {
	padding:5px 15px;
	margin-top:10px;
}
.campangenewsheading h4 {
	font-family:Verdana, Arial, sans-serif;
	color:#000;
	margin:0;
	font-weight:normal;
	display: block;
}
.campangenews {
	padding:20px 15px 10px;
	width:678px;
}
.campangenews .item {
	float:left;
	width:200px;
	margin-right:20px;
	display:inline;
}
.campangenews .item h4 a {
	color: #E40010;
}
.preface_image {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 30;
}
.preface_short {
	width: 230px;
	z-index: 50;
	position: absolute;
}
/* Lightbox */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat;
/* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prev.gif) left 50% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/next.gif) right 50% no-repeat;
}
/* ** START : next / previous text links ** */
#nextLinkText, #prevLinkText {
	color: #FF9834;
	font-weight:bold;
	text-decoration: none;
}
#nextLinkText {
	padding-left: 20px;
}
#prevLinkText {
	padding-right: 20px;
}
/* ** END : next / previous text links ** */
/* ** START : added padding when navbar is on top ** */
.ontop #imageData {
	padding-top: 5px;
}
/* ** END : added padding when navbar is on top ** */
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData {
	padding:0 10px;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
#imageData #helpDisplay {
	clear: left;
	float: left;
	display: block;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clearfix {
/* Hides from IE-mac \ */
	height: 1%;
/* End hide from IE-mac */
}
/* Search */
#top-navigation, .search-content p.empty {
	padding:10px 0;
	margin:20px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	line-height:1.5;
}
.searchfield {
	border:1px solid #CDCDCD;
}
.check {
	margin:8px 3px 0;
	position:relative;
	top:1px;
}
div.search-item {
	clear:both;
	float:left;
	width:100%;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
}
div.search-item .context {
	float:left;
	width:70%;
}
div.search-item .context h2 {
	font-size:1.1em;
	line-height:1.5;
}
div.search-item .relevance {
	font-size:9px;
}
div.search-item .relevance .bar {
	float:left;
	width:100px;
	font-size:1px;
	background-color:#f4f2ee;
	border:1px solid #CDCDCD;
}
div.search-item .relevance .bar .percent {
	height:11px;
	font-size:1px;
	background-color:#afa689;
}
div.search-item .relevance .meta {
	margin-left:1em;
}
div.surround {
	float: right;
	clear: right;
	width: 100px;
	margin-top: 5px;
}
div.surround div.metatitle {
	float: left;
	color: #E40010;
}
div.surround div.meta {
	text-align: right;
}
/* Advancesearch */
.advanceSearch {
	width: 426px;
	height:142px;
	padding:10px;
	font-size: 14px;
	background: transparent url(../images/bak_advanceSearch.gif) no-repeat 0 0;
	margin-bottom:30px;
}
.advanceSearch label, .advanceSearch select, .advanceSearch input, .advanceSearch .help-text {
	float:left;
	margin: 15px 0;
	display:inline;
}
.advanceSearch label {
	width: 84px;
	text-align:right;
	margin-right:6px;
}
.advanceSearch select {
	width: 110px;
}
.advanceSearch input#free {
	width:275px;
	margin-right:10px;
}
.advanceSearch input.submit {
	background:transparent url(../images/avanceSearchButton.png) no-repeat scroll 0 0;
	float:right;
	height:25px;
	position:relative;
	top:-3px;
	width:45px;
	border: 0px;
	cursor:pointer;
}
.advanceSearch p {
	float:left;
	clear:both;
	width: 100%;
}

.advanceSearch .help-text {
    background: #d00;
    color: #fff;
    font-weight: bold;
    width: 10px;
    margin-left: 1px;
    padding-left: 2px;
    float: left;
}

#help-text-container {
    padding: 0 10px 0 10px;
    width: 230px;
    margin-top: -15px;
}

.produkt {
	width:140px;
	height:auto;
}
.last {
	margin-right:0;
	padding-right:0;
}
#navigation-header {
	margin-bottom:20px;
}
ul#navigation-menu {
	margin-left:0;
	clear:both;
	float:left;
	display:inline;
	width:100%;
}
#navigation-menu li {
	display:inline;
	float:left;
	margin-right:3px;
}

.menu.horizontal.navigation{
    clear:both;
    display:inline;
    float:left;
    margin-left:0;
    width:100%;
}

.menu.horizontal.navigation li{
    display:inline;
    float:left;
    margin-right:3px;
}

.percentage {
	background:transparent url(../images/discount_small.png) no-repeat scroll 0 0;
	bottom:0;
	color:#FFFFFF;
	float:left;
	font-weight:bold;
	height:60px;
	left:338px;
	margin-left:0;
	padding:2px 2px 2px 4px;
	position:relative;
	margin-top:-78px;
	width:60px;
	z-index:10;
}
.price {
	background:transparent url(../images/bak_price.png) no-repeat scroll 0 0;
	color:#FFFFFF;
	float:left;
	font-weight:bold;
	height:35px;
	margin-left:0;
	margin-top:-33px;
	padding:2px 2px 2px 4px;
	width:55px;
	position:relative;
	z-index:10;
	left: 60px;
}
.price .before {
	color: #E30010;
	font-size:9px;
	display: block;
}
.percentage .discount {
	color: #E30010;
	font-size:18px;
	letter-spacing: -1px;
	display: block;
	padding: 15px 0 0 4px;
}
.price .after {
	color: #E30010;
	font-size:18px;
	letter-spacing:-1px;
	display: block;
}
.price.ajaxsmall {
	left: 40px;
}
.price.ajaxbig {
	left: 120px;
}
.productprice {
	background:transparent url(../images/bak_price_big.png) no-repeat scroll 0 0;
	height:57px;
	left:266px;
	margin-top:-68px;
	padding:7px 4px 4px 10px;
	top:64px;
	width:95px;
}
.productprice .before {
	font-size:12px;
}
.productprice .after {
	font-size:33px;
	letter-spacing:-1px;
}
.content .husk {
	background-color: #EEECE6;
	padding:10px;
	padding-left:3px;
	margin-bottom:20px;
	float:left;
	width:433px;
}
.content .husk img {
	float:left;
	margin-right:20px;
}
.content .husk .info {
	float:left;
	width:150px;
}
.content .husk .info div {
	clear:both;
}
.content .husk .info div span {
	float:left;
	width:75px;
}
a.deleteHusk {
	background:transparent url(../images/trashcane.gif) no-repeat scroll 87px 0;
	clear:none;
	padding-left:0;
	padding-right:22px;
}
div.sitemap {
	float:left;
	clear:none;
	margin-right:10px;
	width:220px;
}
div.sitemap h3 a {
	color:#E40010;
}
ul.sitemap li {
	margin-left: 15px;
	margin-bottom:2px;
}
/*
  Accessible News Slider : Plugin Specific
  -----------------------------------------------------------------------------------------
 */
.accessible_news_slider {
	width:450px;
	position: relative;
	overflow: hidden;
	clear: left;
}
.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p {
	font-family: "Arial", "Verdana", sans-serif;
	font-size: .8em;
	line-height: 1.6;
}
.accessible_news_slider li p {
	font-size: 1em;
}
.accessible_news_slider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #fffcd3;
}
.accessible_news_slider .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;
}
.accessible_news_slider .back a,
.accessible_news_slider .next a {
	display: none;
	outline: none;
/* This is optional, and is arguably less accessible. */
	float:left;
	padding-bottom:6px;
	padding-top:3px;
}
.accessible_news_slider .view_all span {
	padding-bottom:6px;
	padding-top:3px;
	float:left;
	margin-left:5px;
	margin-right:5px;
}
.accessible_news_slider .back a {
	background:transparent url(../images/leftArrow.gif) no-repeat 0 0;
	padding-left:17px;
}
.accessible_news_slider .next a {
	background:transparent url(../images/rightArrow.gif) no-repeat scroll 33px 0;
	padding-right:17px;
}
.accessible_news_slider .back,
.accessible_news_slider .next,
.accessible_news_slider .view_all {
	float:left;
}
.accessible_news_slider ul {
	position: relative;
	left: 0;
	clear: both;
	overflow: hidden;
	z-index: 1;
}
.accessible_news_slider li {
	float: left;
	display: inline;
}
.myFieldset label {
	clear:both;
	display:block;
	font-weight:normal;
	margin-top:12px;
	width:95%;
}
/* Formbuilder */
.forms p {
	padding: 0;
	margin: 0;
}
.forms label {
	margin-top: 5px;
}
.forms .separator {
	padding-bottom: 10px;
}
.rightCol p label {
	display: inline;
}

/*  */
.hidden{display:none;}
.red{color: #E40010;}
.show{display: block;}
.inspiration_img{display: none;}
.printpage{display: none;}
.print_wrapper{display: none;}


span.icon_required{
    color: #e40010;
}

a.align_right{
    float: right;
}

.imagenav{
    display: block;    
    float: left;
}

.imagenavnext{
    display: block;    
    float: left;
}

.imagenavprev{
    display: block;    
    float: left;
}

div.item a{
    display: block;
}

div.item h2 a{
    display: inline;
    float: none;
}

.teaser{
    margin: 10px 0 0 10px;
    float: left;
    display: block;
    width: 500px;
}

.teaser p{
    margin-bottom: 5px;
}

.teaser h2 a{
    color: #E40010;
}

.clearfix{
    margin-bottom: 20px;
}

div.teaser a{
    display: block;
    float: left;
    width: 500px;
}

img.newslist{
    padding-top: 50px;
}

div.newslist{
    border-bottom: 1px dotted #666666;
}

.listpic{
    float:right;
}

.iframe{
    float: left; 
    display: block;
}

.tor-shadow-overlay {
  			position: absolute;
  			top: 0;
  			left: 0;
  			right: 0;
  			bottom: 0;
  			background: #111;
  			z-index: 1000;
  			filter:alpha(opacity=70);
  			-moz-opacity:0.7;
  			-khtml-opacity: 0.7;
  			opacity: 0.7;
  			
  		}
  		
  		.tor-shadow-box {
  			position: absolute;
  			z-index: 1001;
  			overflow: visible;
  		}
  		
  		.tor-shadow-box iframe {
  			width: 100%;
  			height: 100%;
  		}
  		
  		.tor-shadow-box .close {
  			position: absolute;
  			z-index: 1002;
  			top: -40px;
  			right: 0px;
  			padding: 10px;
  			background-color: #333;
  			color: #fff;
  			font-weight: bold;
  			text-decoration: none;
  			text-transform: uppercase;
  		}

/* Style for navigation on search-result */
#gsa-search ul.menu.horizontal.navigation li, #gsa-search ul.menu.horizontal.navigation li div{
    display:inline;
}
#gsa-search h2{
    font-size:1.2em;
}
#gsa-search .item{
    border-bottom:1px solid gray;
    padding-bottom:10px;
    margin-bottom:10px;
}
#gsa-adv-search-form table{
    width:450px;
}

/* Coupon-admin */
#coupon-signup td {
    width:30%;
}
#coupon-signup label.error {
    color:red;
    font-weight:bold;
    font-size:0.9em;
    text-align:right;
}

#coupon-admin #keys tr.odd {
    background-color:#ececec;
}
#coupon-admin #keys tr td {
    cursor:pointer;
}
#coupon-admin #keys tr:hover {
    background-color:#e3e3e3;
}
#coupon-admin .coupon-info {
}
#coupon-admin .coupon-info .key {
    font-weight:bold;
    width:20%;
}
#tlo-lightbox {
    display: none;
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 100%;
}
#tlo-lightbox .overlay {
    position: absolute;
    z-index: 1999;
    width: 100%;
    height: 100%;
    background-color: #333;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
#tlo-lightbox .content {
    position: absolute;
    z-index: 2000;
    top: 50%;
    left: 50%;
    width: 700px;
    height: auto;
    margin: -200px 0 0 -350px;
    padding: 20px;
    background: #fff;
}
#tlo-close-wrapper {
    text-align:right;
    font-size:1.3em;
}

/* genereal error from form validator */
label.error {
    color:red;
    font-weight:bold;
    font-size:0.9em;
}


/******* PRODUCT GROUP ******/

#product-group-list-frontpage {
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
}

#product-group-list-frontpage h2 {
    background: #a39b80;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 2px 0;
}

#product-group-list-frontpage h3 {
    background: #a39b80;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: auto;
    text-transform: uppercase;
    padding: 5px 0;
    margin: 0;
}

#product-group-list-frontpage ol {
    list-style: none;
}

#product-group-list-frontpage li {
    float: left;
    display: block;
    width: 133px;
    margin-left: 10px;
}

#product-group-list-frontpage li:first-child {
    margin-left: 0;
}

#product-group-list-frontpage img {
    display: block;
}




/******* SERVICES ******/

#service-list-frontpage {
    overflow: hidden;
    clear: both;
    background: #e7e5dd url('../images/service-list-frontpage-bg.png') left top repeat-x;
    margin-bottom: 20px;
}

#service-list-frontpage h2 {
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

#service-list-frontpage ol {
    list-style: none;
}

#service-list-frontpage li {
    float: left;
    display: block;
    width: 133px;
    margin: 4px;
}

#service-list-frontpage .description {
    font-size: 10px;
    font-style: italic;
    font-weight: normal;
}




/******* CAMPAIGN ******/

.campaign-banner {
    position: relative;
    margin-bottom: 10px;
}

.campaign-banner.paper {
    width: 350px;
    min-height: 180px;
    float: right;
    background: #e7e5dd url('../images/service-list-frontpage-bg.png') left top repeat-x;
}

.campaign-banner.paper h2 {
    background: #f00;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0 2px 10px;
    text-transform: uppercase;
}

.campaign-banner.paper h3 {
    margin-left: 10px;
}

.campaign-banner.paper a {
    margin-left: 10px;
    color: #f00;
}

.campaign-banner.paper .preface {
    font-size: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.campaign-banner.paper a.paper-img {
    float: right;
    display: block;
}

.campaign-banner .region-selector {
    display: none;
    background-color: #eee;
	border: 1px dashed gray;
	height:100px;
	width:200px;
	padding:5px;
	position:absolute;
	text-decoration:none;
	z-index:50;    
}

.campaign-banner a.formbutton {
	background-color: #CCC1A9;
	background-image:none;
	border:1px solid #979797;
	cursor:pointer;
	height:17px;
	margin-right:10px;
	padding:2px;
	text-align:center;
	width:95px;
	position: absolute;
	bottom: 8px;
}


/******* ARTICLES ******/

#article-list-frontpage {
    width: 350px;
    min-height: 180px;
    float: left;
    clear: both;
    background: #e7e5dd url('../images/service-list-frontpage-bg.png') left top repeat-x;
}

#article-list-frontpage h2 {
    background: #f00;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0 2px 10px;
    text-transform: uppercase;
}

#article-list-frontpage h3 {
    font-size: 12px;
}

#article-list-frontpage ol {
    list-style: none;    
    margin: 0 10px;
}

#article-list-frontpage li {
    margin-bottom: 10px;
}

#article-list-frontpage .preface {
    font-size: 10px;
}
