
/* GENERIC STYLES */

BODY {
	background: #f2f2f2 url(../img/bg_gradient.png) top center repeat-y;
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-family: arial, helvetica, sans-serif;
	color: #555;
}

H1 {
	font-size: 1.83em;
	color: #555;
	padding-bottom: 0.3em;
	background: url(../img/dot.png) left bottom repeat-x;
	font-family: dax, sans-serif;
	font-weight: normal;
	margin: 1em 0 3px 0;
}

H1 A {
	color: #555;
}

H1 .current A {
	color: #9a8737;
}

H2 {
	font-size: 2.5em;
	color: #9a8737;	
	margin: 0;
	font-weight: normal;
	font-family: dax, sans-serif;
}

.column-full H2 {
	margin: .5em 0 -20px 0;
}

A, .link {
	color: #9a8737;
	text-decoration: none;
	cursor: pointer;
}

A.dot {
	background: url(../img/bullet.png) left center no-repeat;	
	padding-left: 15px;
}

A IMG {
	border: 0;	
}

A.gfx {
	text-indent: -500px;
	overflow: hidden;
	display: block;
}

A.pdf {
	background: url(../img/icon_pdf.png) left top no-repeat;
	padding-left: 15px;
}

TABLE.filelist TD {
	padding: .5em 2em .5em 0;
}

.column TABLE {
	border-spacing: 0;
}

TABLE.tblstyle1 TD {
	vertical-align: top;	
}

TABLE.tblstyle1 IMG {
	display: block;
	margin: 0 20px 4px 0;
}

.clickable {
	cursor: pointer;	
}

.clear {
	clear: both;	
}

.left {
	float: left;	
}

.right {
	float: right;	
}

.block {
	display: block;	
}

.vertical-margins {
	margin-top: .5em;
	margin-bottom: .5em;	
}

.full {
	width: 100%;	
}

.hidden {
	display: none;	
}

.column {
	float: left;
	margin: 0 50px 20px 0;
}

.column-full {
	float: none;
	clear: both;
	width: 100%;
	margin: 0 0 20px 0;
}

.column-first {
	clear: left;
}

.column-last {
	margin-right: 0;
}

.column:empty,
.column-empty {
	display: none;
}

.dotted-top {
	background: url(../img/dot.png) left top repeat-x;
	padding-top: 0.8em;
}

FORM.two-col FIELDSET {
	margin: .5em 0;
	clear: both;
	border: 0;
	padding: 0;
}

FORM.two-col LABEL {
	float: left;
	display: block;
	width: 10em;
	text-align: left;
	margin: 0 1em 0 0;
	line-height: 2em;
}

FORM.two-col FIELDSET TEXTAREA {
	width: 28em;
}

FORM.two-col FIELDSET INPUT {
	width: 20em;
}

FORM.two-col INPUT.submit {
	margin-left: 11em;
	font-size: 1em;
	width: auto;
}

FORM TH {
   text-align: right;
   padding-right: 10px;
}


INPUT.text,
TEXTAREA,
INPUT[type=text] {
	border: 1px solid #b7b7b7;
	padding: 3px;
	color: #555;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
}

SELECT,
LABEL {
	color: #555;	
}

LABEL.boxed {
	background: #efefef;
	padding: 9px 12px;
	display: block;
}

LABEL.boxed SELECT {
	display: block;
	margin-top: 9px;
}

UL {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

UL LI {
	background: url(../img/bullet.png) left center no-repeat;
	margin: 0;
	padding: .3em 0 .3em 1em;
}

UL A {
	text-decoration: none;	
}

UL.horizontal {
	list-style: none;
	margin: 0;
	padding: 0;
}

UL.flat {
	list-style: none;
	margin: 0;
	padding: 0;
}

UL.flat LI {
	margin: 1em 0;
	padding: 0;
	background: none;
}

.column-last UL.flat LI UL {
	padding-left: 1em;
}

.column-last UL.flat LI UL LI {
	background: transparent url(../img/bullet.png) no-repeat left center;
	padding: .3em 0 .3em 1em;
}

UL.horizontal LI {
	float: left;	
	margin: 0;
	padding: 0;
	background: none;
}

UL.navi-tree,
UL.navi-tree UL {
	list-style: none none outside;
	padding: 0;
	overflow: visible;
}

UL.navi-tree {
	font-family: dax, sans-serif;
	font-size: 1.167em;
}

UL.navi-tree LI {
	background: url(../img/dot.png) left bottom repeat-x;
	padding-left: 0;
	padding: .6em 0;
}

UL.navi-tree UL {
	margin-top: .25em;	
}

UL.navi-tree UL LI {
	background: url(../img/bullet.png) left .6em no-repeat;
	padding: .3em 0 .3em 1em;
}

UL.navi-tree LI A {
	color: #555;
	display: block;
	margin-left: -16px;
	padding-left: 16px;
}

UL.navi-tree > LI.open > A {
	background: url(../img/arrow_down.png) left center no-repeat;
}

UL.navi-tree LI.open > A,
UL.navi-tree LI.current > A {
	color: #9a8737;
}

UL.navi-tree > LI > UL > LI.open > A {
	display: inline;
	padding-right: 1em;
	background: url(../img/arrow_down.png) right center no-repeat;
}

UL.navi-tree UL UL LI.current > A {
	font-weight: bold;
}

UL.navi-tree UL UL {
	margin: .3em 0 .6em 0;
}

UL.navi-tree UL UL LI {
	font-family: sans-serif;
	font-size: .86em;
	background: none;
}

UL.simple {
	list-style: none none outside;
	margin: 1em 0;
}

UL.simple LI {
	background: url(../img/dot.png) left bottom repeat-x;
	padding-bottom: .8em;
	margin-bottom: .8em;
}

UL.simple LI.last-child,
UL.simple LI:last-child {
	background: none;
	padding-bottom: 0;	
}

UL.simple LI A {
	color: #555;	
}

UL.simple LI.current H4 A {
	color: #9a8737;
}

UL.simple LI P {
	margin: 0.5em 0 0 0;
	color: #7D7D7D;
	font-size: 0.92em;
}

UL.simple H4 {
	margin: 0;
}

#content UL.simple P A {
	text-decoration: none;
	color: #7D7D7D;
}

UL.navi-minimal {
	list-style: none none outside;
	border: 1px solid #ddd;
	padding: 0.5em;
	margin: 3em 0 0 -10px;
}

UL.navi-minimal LI {
	padding: .2em 0;	
}

UL.navi-minimal LI A {
	color: #555;
}

UL.mini-thumbs {
	margin-top: 3px;	
}

UL.mini-thumbs LI {
	width: 39px;
	height: 32px;
	padding: 5px 2px 2px 2px;
}

UL.mini-thumbs LI.current {
	background: url(../img/minithumb-current.png) top left no-repeat;
}

UL.mini-thumbs IMG {
	width: 35px;
	height: 25px;
	display: block;
}

DL.product-data {
	border: 1px solid #d7d7d7;
	padding: 4px 12px 0 12px;
	overflow: hidden;
	line-height: 2.2em;
	text-align: left;
}

DL.product-data DT,
DL.product-data DD {
	float: left;
	padding: 0 2px;
	margin: 0;
}

DL.product-data DT {
	width: 100px;
	color: #7d7d7d;
}

DL.product-data DD {
	width: 136px;
	background: url(../img/dot.png) left bottom repeat-x;
	margin: 0 10px 0 -100px;
	padding-left: 100px;
}

DL.product-data DT.full {
	clear: left;	
}

DL.product-data DD.full {
	width: 388px;
	line-height: 1.5em;
	padding-top: .35em;
	background: none;
}

DL.product-data DD.full P {
	margin-top: 0;	
}

.column > UL {
	margin-bottom: 0.5em;
}

.column-first UL LI {
	margin-left: -12px;
	padding-left: 12px;
}

.column-first UL LI LI {
	margin-left: 0;	
}

.group {
	border-top: 1px solid #ccc;
	background: url(../img/vertical_shade.png) top left repeat-x;	
	margin: 1em 0;
	clear: both;
	width: 850px;
	margin-left: -10px;
}

.group H3 {
	float: left;
	padding: 0.85em 16px 0.85em 8px;
	margin: 0;
	font-size: 1.25em;
	font-family: dax, sans-serif;
	font-weight: normal;
	color: #9a8737;
	background: url(../img/arrow_down.png) center right no-repeat;
}

.group UL {
	clear: both;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.group-untitled UL {
	padding-top: 1em;	
}

.group UL LI {
	overflow: hidden;
	font-size: .88em;
	padding: 4px;
}

.group P {
	margin: 0;
}

.group-series UL LI {
	margin: 0 8px 16px 8px;
	width: 252px;
	height: 86px;
	position: relative;
	line-height: 1.1em;
}

.group-series UL LI.hover,
.group-series UL LI:hover {
	border: 1px solid #e1dcc8;
	padding: 3px;
}

.group-series UL LI.hover H4,
.group-series UL LI:hover H4 {
	color: #555;
	text-decoration: none;
}

.group UL LI A {
	color: #838383;
}

.group-series UL LI IMG {
	float: left;
	margin: 0 10px 0 0;
	/*width: 115px;
	height: 75px;*/
}

.group-series UL LI .overlay {
	position: absolute;
	top: 4px;
	left: 4px;
	width: auto;
	height: auto;
}

.group-series UL LI:hover .overlay {
	top: 3px;
	left: 3px;
}

.group UL LI H4 {
	font-size: 1.087em;
	color: #9a8737;
	text-decoration: underline;	
	font-weight: bold;
	margin: 0 0 .35em 0;
}

.group-items UL {
	margin: 0 5px;	
}

.group-items UL LI {
	width: 114px;
	text-align: center;
	margin: 0 0 12px 0;
	padding: 3px;
}

.group-items UL LI.hover,
.group-items UL LI:hover {
	border: 1px solid #e1dcc8;
	padding: 2px;
}

.group-items UL LI IMG {
	display: block;
	margin-bottom: 3px;
}


/* MAIN ELEMENTS */

#root {
	padding: 0 10px;
	min-height: 303px;
	background: url(../img/wave.png) top center no-repeat;
}

#document {
	margin: 0 auto;
	width: 850px;
	font-size: 0.75em; /* 12px */
}

#header {
	position: relative;
	padding: 50px 0 12px 0;
	min-height: 4.1em;
	background: url(../img/header_line.png) left bottom no-repeat;	
}

#header .logo {
	display: block;
	width: 145px;
	height: 35px;
	background: url(../img/logo.png) top left no-repeat;
	text-indent: -300px;
	overflow: hidden;
	position: absolute;
	bottom: 12px;
	left: 0;
}

#header .navi {
	color: #555;	
	float: right;
}

#header .navi LI {
	background: url(../img/bullet.png) left 6px no-repeat;	
	padding-left: 1.2em;
	margin-left: 1em;
	font-family: dax, sans-serif;
}

#header .navi LI A {
	color: #555;	
}

#header .navi LI:first-child,
#header .navi LI.first-child {
	padding: 0;
	margin: 0;
	background: none;
}

#header .navi-extra {
	position: absolute;
	top: 25px;
	right: 0;
	font-size: .9em;
}

#header .navi-lang {
	font-size: .92em;
	margin-bottom: 1.5em;
	clear: right;
}

#header .navi-lang LI {
	height: 1.2em;
}

#header .navi-lang .english,
#header .navi-lang .svenska {
	text-indent: -200px;
	height: 12px;
	display: block;
	overflow: hidden;
}

#header .navi-lang .english {
	background: url(../img/english.png) no-repeat;
	width: 75px;
}

#header .navi-lang .svenska {
	background: url(../img/svenska.png) no-repeat;
	width: 51px;
}

#header .navi-top {
	clear: right;
	font-size: 1.17em;
}

#header .navi-top LI {
	line-height: 1.5em;
	height: 1.5em;
}

#header .navi-top LI.current A {
	color: #9a8737;
}

#content {
	min-height: 20em;
	padding: 0 10px;	
}

#content .column A:hover {
	text-decoration: underline;
}

#footer {
	clear: both;
	padding-top: 20px;
}

#footer .inner {
	background: url(../img/dot.png) left top repeat-x;
	padding: 12px 8px;
	text-align: right;
	color: #7d7d7d;
	font-size: 0.92em;
}

#footer .inner .first-child,
#footer .inner :first-child {
	float: left;
}

#footer .inner .last-child,
#footer .inner :last-child {
	margin-left: 3px;	
}

#footer .inner SPAN {
	margin: 0 .5em;
}


/* PER-TEMPLATE STYLES */

BODY.front #content {
	padding: 0;
}

BODY.front .carousel {
	margin: 1px 0 10px 0;
	overflow: hidden;
	position: relative;
	height: 335px;
}

BODY.front .carousel .frame {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
}

BODY.front .carousel,
BODY.front .carousel .frame {
	width: 850px;
	height: 335px;
}

BODY.front .carousel .frame IMG {
	display: none;
}

BODY.front .carousel {
	margin-bottom: 0;
}

BODY.front .intro {
	background: #e7e2d6 url(../img/introline-plain-bg.png) 0 0 no-repeat;
	padding: 14px 0 10px 15px;
	margin-bottom: 1px;
	color: #6a5946;
	font-size: 1.1em;
	overflow: hidden;
}

BODY.front .lifts {
	float: left;
	clear: both;
}

BODY.front .lifts LI {
	width: 190px;
	background: url(../img/gradient-separator.png) top right no-repeat;
	overflow: hidden;
}

BODY.front .lifts LI A {
	padding: 96px .5em 0 .5em;
	display: block;
	color: #555;
	font-size: 1.25em;
	font-family: dax, sans-serif;
}

BODY.front .lifts LI.last-child,
BODY.front .lifts LI:last-child {
	padding-right: 1px;
}


BODY.front .lifts LI:first-child A,
BODY.front .lifts LI.first-child A {
	padding-left: 0;	
}

#small-column {
	width: 250px;
	padding: 20px 15px 0 15px;
	background: url(../img/dotted_bg.png) left top no-repeat;
	float: left;
	position: relative;
	height: 90px;
}

#small-column H3 {
	margin: 0;
	font-size: 1.33em;
	font-weight: normal;
	font-family: dax, sans-serif;
}

#small-column P {
	margin: 0 0 0.5em 0;
	font-size: 0.92em;
}

#small-column A {
	margin-top: 1.3em;
	padding: 0;
	font-size: 1.1em;
	text-decoration: none;
}

#small-column .link {
	position: absolute;
	left: 15px;
	top: 96px;
}

#small-column .upper,
#small-column .lower {
	font: normal 16px georgia, serif;
	height: 67px;
	padding: 10px 15px 0 15px;
	width: 248px;
}

#small-column .upper {
	background: #b9b397 url(../img/small-column-bg-upper.png) 0 0 repeat-x; 
	color: #fff;
	margin-bottom: 1px;
}

#small-column .upper A {
	color: #fff;
}

#small-column .lower {
	background: #fbfaf7 url(../img/small-column-bg-lower.png) 0 0 repeat-x; 
	color: #6a5946;
}

#small-column .lower A {
	color: #6a5946;
}

BODY.front #small-column A {
	font: normal 16px georgia, serif;
}

BODY.front #small-column {
	padding: 0;
	margin-left: 1px;
	background: none;
}

BODY.sub .column-first {
	width: 200px;
}

BODY.sub .column-last {
	width: 580px;
	/*text-align: justify;*/
}

BODY.sub-flipped .column-last {
	width: 250px;
}

BODY.sub-flipped .column-first {
	width: 530px;
	/*text-align: justify;*/
}

BODY.sub .column .column-first {
	width: 200px;
	margin: 0 0 20px 0;
	text-align: left;
}

BODY.sub .column .column-last {
	width: 360px;
	margin: 0 0 20px 20px;
	text-align: left;
}

BODY.product-intro .column-narrow {
	width: 220px;
	margin-right: 30px;
}

BODY.product-intro .column-wide {
	width: 580px;
}

.product-title {
	background: url(../img/title_bg.png) top left no-repeat;
	height: 35px;
	padding-left: 3px;
}

.product-title .inner {
	background: url(../img/title_bg.png) top right no-repeat;
	padding: 0 14px 0 11px;
}

.product-title H2 {
	margin: 0;
	width: 350px;
	font-size: 18px;
	line-height: 35px;
}

.product-title .right {
	line-height: 35px;
	color: #7d7d7d;
	font-size: .92em;
}

.product-title .index {
	margin: 0 2em;
	color: #000;
}

.product-title .prev {
	background: url(../img/arrow_left.png) left center no-repeat;
	padding-left: 17px;
}

.product-title .next {
	background: url(../img/arrow_right.png) right center no-repeat;
	padding-right: 19px;
}

.contact_info {
	width: 220px;
	line-height: 1.8em;
}

.contact_info H4 {
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}

.contact_info P {
	margin: 0.2em 0 1em 0;	
}

.contact_info A,
.contact_info SPAN {
	display: block;	
}

FORM.contact FIELDSET {
	width: 275px;
	float: left;
	border: 0;
	padding: 0;
	margin: 0;
}

FORM.contact FIELDSET.odd {
	margin-right: 14px;
}

FORM.contact FIELDSET LABEL {
	display: block;
	margin-bottom: 2px;
}

FORM.contact INPUT.text,
FORM.contact INPUT[type=text] {
	width: 275px;
}

FORM.contact INPUT.odd {
	margin-right: 14px;
}

FORM.contact FIELDSET.full,
FORM.contact TEXTAREA {
	width: 572px;
}

FORM.contact INPUT,
FORM.contact LABEL,
FORM.contact TEXTAREA {
	margin-bottom: 15px;	
}

FORM .invalid, .ngformError {
	border-color: red;	
}

.ngformError label {
  color: red;
}

#big-image {
	position: relative;	
}

#big-image .label {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 3px;
}

#big-image .label-bg {
	opacity: .75;
	filter: alpha(opacity=75);
	background: #fff;
	color: #fff;
}

#big-image .label-text {
	color: #000;
	opacity: .75;
	filter: alpha(opacity=75);
}

.popup-shadow {
	position: absolute;
	z-index: 1000;
	display: none;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.36;
}

DIV.popup-box {
	position: fixed;
	z-index: 1002;
	display: none;
	width: 300px;
	height: 300px;
	top: 40px;
	left: 10px;
	padding: 30px 20px 20px 20px;
	background: #fff no-repeat;
	font-size: 0.75em; /* 12 px */
}

	DIV.popup-box .close {
		position: absolute;
		top: 10px;
		right: 12px;
	}
	
	DIV.popup-box .picture {
		margin: 18px auto 14px auto;
	}
	
	DIV.popup-box .navi {
		padding: 0;
		border: 0;
		margin: 0 auto;
	}

	DIV.popup-box .navi * {
		margin: 0 .3em;
	}

	DIV.popup-box .navi .current {
		color: #fff;
		background: #6F5C51;
		padding: 1px 4px;
	}

