/* CSS Document */
#documentsHolder {
	width:100%;
	display:table;
	box-sizing:border-box;
	margin-top:20px;
	margin-bottom:20px;
}
ul#documents {
    list-style: none inside none;
	padding:0px;
	margin:0px;
	box-sizing:border-box;
}
ul#documents li {
    list-style: none;
    padding-left: 5px;
	line-height: 22px;
	background-color:#fff;
	border-bottom:1px solid #ccc;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 50px;
	box-sizing:border-box;
	width: 100%;
}
ul#documents li:hover {
	
}
.docDownload {
	float: left;
	height: 50px;
	width: 50px;
	margin-right: 10px;
	box-sizing:border-box;
}
.docDownload.pdf {
	background: rgba(0, 0, 0, 0) url("../images/pdf_icon.png") no-repeat scroll center center;
}
.docLink {
	float: left;
	height: 50px;
	width: 50px;
	margin-right: 10px;
}
.docLink.pdf {
	background: rgba(0, 0, 0, 0) url("../images/PDF-link.png") no-repeat scroll center center;
}
.docTitleHolder {
	float: left;
}

ul.productUL {
	list-style: outside none none;
	margin: 0;
	padding: 0;	
}
li.product { 
    list-style: outside none none;
	width: 100%;
}
#superPriceHolder {
	border:1px solid #fff;
 	box-sizing: border-box;
	border-radius:3px;
	width: 100%;
	margin-top: 30px;
	float:left;
	clear:both;
	margin-bottom:30px;
	
	box-shadow: 0px 0px 5px #c0bcbc;
	
    background: -moz-linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,238,238,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%); /* ie10+ */
    background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* ie6-9 */
	
}
#oldPriceHolder {
	float: left;
	clear: both;
	position: relative;
	float: left;
	clear: both;
 	box-sizing: border-box;
	padding: 10px;
	color: #bdbbbb; 
}
#price {
/*	text-decoration:line-through;
	text-decoration-color: red;
	text-decoration-style: double;*/
	line-height:40px;
	box-sizing: border-box;
}
#crossHolder {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	padding-left: 18px;
	box-sizing: border-box;
	position: absolute;
	top: 22px;
	left: 3px; 
}
#corssImg {
	width:50px;
	box-sizing: border-box;
}


#discountHolder {
	background:url(../images/greenbadge_100.png) center center no-repeat; 
	width: 100px;
	box-sizing: border-box;
	position: absolute;
	top: 36px;
	right: -80px;
}
#discount {
	font-size:24px;
	font-weight:bold;
	line-height: 100px;
	text-align:center;  
	color: white;
	box-sizing: border-box;
	text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.6);	
}

#divider {
	width:100%; 
	float:left;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}

.from {
	display: inherit;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 53px;
	padding-right:5px;
	font-style: italic;
	box-sizing: border-box;
}
#newPriceHolder {
	float: left;
	clear: both;
	position: relative;
	float: left;
	clear: both;
 	box-sizing: border-box;
	padding-left: 10px;
	color: #81CC08;
}
#priceInnerHolder {
	margin:0 auto;
	display: table;
	box-sizing: border-box;
	padding-top: 15px;
}
.currency {
	display: inherit;
	float: left;
	font-size: 16px;
	padding-right: 10px;
	font-weight: bold;
	line-height: 50px;	
	box-sizing: border-box;
}
.priceOld {
	float: left;
	font-size: 30px;
	font-weight: bold;	
	box-sizing: border-box;	  
}
#offer {
	font-size: 12px;
	font-style: italic;
	float: left;
	width: 100%;
	color:#000; 
}
#price {
	display:none;	
}
#priceShow {
	float: left;
	font-size: 30px;
	font-weight: bold;	
	box-sizing: border-box;
	text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.6);
}
.price_trail {
	float: left;
	font-size: 30px;
	font-weight: bold;
	margin-right: 10px;	
	box-sizing: border-box;
}
.price_mva {
    clear: both;
    float: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 0;
    margin-right: 24px;
	display:none; 
	box-sizing: border-box;
} 
 
#kButtonsHolder { 
	box-sizing: border-box;
}
#purchaseHolder {
	box-sizing: border-box;
	width:100%;
}
input#purchase {
    background: url("../images/addtocart.png") no-repeat scroll right center #73B10E;
    border-color: #647942;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 1px 1px #95E512 inset, 0 0 1px 1px rgba(0, 0, 0, 0.15);
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block; 
    float: left;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    padding: 0 0 0 24px;
    text-align: left;
    text-decoration: none;
    text-shadow: 1px 1px 1px #365207;
    text-transform: uppercase;
    width: inherit;
}
input#purchase:hover {
    background: url("../images/addtocart.png") no-repeat scroll right center #84CB10;
    border-color: hsl(83, 28%, 36%);
    -webkit-box-shadow: inset 0 0 1px 1px #9eed1e, 0 0 1px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 0 1px 1px #9eed1e, 0 0 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 1px 1px #9eed1e, 0 0 1px 3px rgba(0, 0, 0, 0.15);
    -webkit-text-shadow: 1px 1px 1px #3f6008;
    -moz-text-shadow: 1px 1px 1px #3f6008;
    -o-text-shadow: 1px 1px 1px #3f6008;
    text-shadow: 1px 1px 1px #3f6008;
}
input#purchase:active {
    background: url("../images/addtocart.png") no-repeat scroll right center #6aa30d;
}




















.kLabel {
    clear: both;
    display: inline-table;
    float: left;
    font-size: 14px;
    line-height: 28px;
	box-sizing:border-box;
}
.kValue {
    clear: both;
    display: inline-table;
    float: left;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
	box-sizing:border-box;
}
#formInnerHolder { 
	padding-left:0;
	float:right;
	width: 100%;
	box-sizing:border-box;
}

.formFieldset {
	vertical-align:baseline;
	padding: 0 0 10px;
	margin: 0;
	box-sizing:border-box;
}
#kHeader {
	border-bottom:1px solid #ccc;
    font-size: 14px;
    font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 100%;
	box-sizing:border-box;
}

#contactform_kontakt {
	margin-bottom: 20px;
    float: left;
	box-sizing:border-box;
	display: table;
	width: 100%;
}
form#contactform_kontakt input#companyname, form#contactform_kontakt input#email, form#contactform_kontakt input#phone {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    padding: 4px 6px;
    vertical-align: middle;
	background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
	margin-bottom: 10px;
	box-sizing:border-box;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
-webkit-appearance: none;
border-radius: 0;		 
}
form#contactform_kontakt input#companyname:hover, form#contactform_kontakt input#email:hover, form#contactform_kontakt input#phone:hover {
  border: 1px solid #007F3F;
  box-sizing:border-box;
-webkit-appearance: none;
border-radius: 0;	
}
form#contactform_kontakt input#companyname:focus, form#contactform_kontakt input#email:focus, form#contactform_kontakt input#phone:focus {
  box-shadow: 0 0 2px #007F3F;
  border: 1px solid #007F3F;
  box-sizing:border-box;
-webkit-appearance: none;
border-radius: 0;	
} 
form#contactform_kontakt textarea#message {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 6px;
    vertical-align: middle;
	background-color: #fff;
    border-style: solid;
    border-width: 1px; 
    border-radius: 0;
	width: 100%; 
	max-width:100%;
	box-sizing:border-box;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
-webkit-appearance: none;
border-radius: 0;	
}
form#contactform_kontakt textarea#message:hover {
  border: 1px solid #007F3F;
}
form#contactform_kontakt textarea#message:focus {
  box-shadow: 0 0 2px #007F3F;
  border: 1px solid #007F3F;
}


.idleField {
	border-color:#CCCCCC;	
}
.focusField {
	border-color:#999;	
}
.errorField {
	border-color:#C00;	
}
input.idleField {
	border-color:#CCCCCC;	
}
input.focusField {
	border-color:#999;	
}
input.errorField {
	border-color:#C00;	
}
textarea.idleField {
	border-color:#CCCCCC;	
}
textarea.focusField {
	border-color:#999;	
}
textarea.errorField {
	border-color:#C00;	
}

#ajaxsuccess_kontakt { 
    color: green;
    font-size: 16px;
    margin-left: 5px;
	margin-top: 6px; 
	height:24px;
	clear: both;
	float: left;
	display:none;
	background-image:url(../images/check.png);
	background-repeat:no-repeat;
	background-position:center left;
}
#ajaxsuccess_kontakt p {
    height: 24px;
    line-height: 23px;
    padding-left: 40px;
}
#ajaxtimeout_kontakt {
    color: #F90;
    font-size: 16px;
    margin-left: 5px;
	margin-top: 6px; 
	height:24px;
	float: left;
	clear: both;
	display:none;
	background-image:url(../images/error.png);
	background-repeat:no-repeat;
	background-position:center left;
}
#ajaxtimeout_kontakt p {
    height: 24px;
    line-height: 23px;
    padding-left: 40px;
}


#ajaxerror_kontakt {
    color: #C30;
    font-size: 16px;
    margin-left: 5px;
	margin-top: 6px; 
	height:24px;
	clear: both;
	float: left;
	display:none;
	background-image:url(../images/error.png);
	background-repeat:no-repeat;
	background-position:center left;
}
#ajaxerror_kontakt p {
    height: 24px;
    line-height: 23px;
    padding-left: 40px;
}


#sender_kontakt {
    color: #000;
    font-size: 16px;
    margin-left: 5px;
	margin-top: 6px; 
	height:24px;
	clear: both;
	float: left; 
	display:none;
	background-image:url(../images/loader.gif);
	background-repeat:no-repeat;
	background-position:center left;
}
#sender_kontakt p {
    height: 24px;
    line-height: 23px;
    padding-left: 40px;
}

#obligatorisk_kontakt {
    color: #000;
    font-size: 16px;
    margin-left: 5px;
	margin-top: 8px; 
	height:24px;
	clear: both;
	float: left;
	display:none;
	background-image:url(../images/alert.png);
	background-repeat:no-repeat;
	background-position:center left;
}
#obligatorisk_kontakt p {
    height: 24px;
    line-height: 23px;
    padding-left: 40px;
	margin: 0
}
div#konbut { 
    border-color: #cccccc;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    clear: both;
    color: #333333;
    cursor: pointer;
    float: left;
    font-size: 16px;
	margin-right:20px;
    padding: 10px 50px;
    text-align: center;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	user-select: none;

}
div#konbut:hover {
    background-color: #007F3F; 
    border-style: solid;
    border-width: 1px;
    color: #fff;
}
div#resultat { 
	float:left;
	clear: both;
}