/* CSS-reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, figure, footer, header,
hgroup, nav, section
{
	display: block;
}

body
{
	line-height: 1;
}

nav ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
	content: '';
	content: none;
}

a
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
}

b {font-weight: bold;}
th {font-weight: bold;}
i {font-style: italic;}

ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title],
dfn[title]
{
	border-bottom: 1px dotted #000;
	cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

hr
{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding:0;
}

input, select
{
	vertical-align: middle;
}

/*================================================================================
 Readyonet
================================================================================*/

div, span, a, label, input, select, textarea, fieldset, legend, p, img, hr, ul, ol, li
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body
{
	font-family: UrwDinRegular, sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #333;
	background: #fff;
	background-attachment: fixed;
}

input, textarea, select
{
	font-family: Verdana;
	font-size: 11px;
}

table
{
	text-align: left;
	vertical-align: top;
	font-size: 13px;
}

td
{
	text-align: left;
	vertical-align: top;
}

th
{
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}

a
{
	color: #0e5422;
	text-decoration: underline;
	font-weight: bold;
	font-family: UrwDinBold, sans-serif;
}

a:hover
{
	color: #0e5422;
	text-decoration: underline;
}

b
{
	font-family: UrwDinBold;
}
fieldset
{
	border: solid 1px #ccc;
}

legend
{
	font-weight: bold;
}

img
{
	font-size: 0px;
}

img.inline 
{
	max-width:100%;
}

hr, div.hr
{
	width: 100%;
	height: 1px;
	margin: 8px 0px 8px 0px;
	padding: 0px;
	border: 0;
	border-top: 1px solid #ccc;
	font-size: 0px;
}

object
{
	vertical-align: top;
}div.hidden
{
	display: none;
}

div.con
{
	padding-top: 5px;
}

/* Links */

a.page_link
{
	white-space: nowrap;
	padding-right: 12px;
	background: url(images/page_link.gif) 100% 50% no-repeat;
}

div.returnLinkContainer
{
	padding-top: 10px !important;
}

div.returnLinkButtonContainer
{
	padding-top: 10px;
}

a.returnLink
{
	display: inline-block;
	padding: 1px 6px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	background: #eee;
	border: 1px solid #fff;
	color: #DF0029;
}

a.returnLink:hover
{
	color: #000;
}

/* SelectionList */

div.selectionListComp
{
	line-height: normal;
}

div.selectionList
{
	overflow: auto;
	line-height: normal;
	border: solid 1px #888;
	background: #fff;
	z-index: 100;
}

div.selectionListDisabled
{
	border: solid 1px #888;
	background: #eee;
}

div.selectionListFilter
{
	overflow: hidden;
	border: solid 1px #888;
	border-top: none;
	z-index: 100;
}

div.selectionListFilter table td
{
	height: 20px;
	background: #fff;
}

div.selectionListFilter table td.c1
{
	width: 50px;
	text-align: right;
	vertical-align: middle;
	border-right: solid 1px #888;
	background: #eee;
}

div.selectionListFilter table td input.selectionListFilter
{
	width: 100%;
	border: none;
	padding: 2px 2px 2px 4px;
	_margin: -1px 0px;
}

div.selTextList
{
	width: 100%;
	padding: 2px 3px;
	overflow: hidden;
	vertical-align: top;
	font-size: 12px;
}

/* Tables */

tr.odd
{
}

tr.even
{
	background: #eee;
}

tr.selected
{
	background: #cce;
}

tr.hover
{
	background: #ddd;
}

table.row td
{
	vertical-align: middle;
}

table.row th
{
	vertical-align: middle;
}

/* Text alignment classes */

body .article .l {text-align: left;}
body .article .c {text-align: center;}
body .article .r {text-align: right;}
body .article .t {vertical-align: top;}
body .article .m {vertical-align: middle;}
body .article .b {vertical-align: bottom;}

/* Image Maps */

.imgSettings
{
	position: relative;
	cursor: crosshair;
	z-index: 0;
}

div.imgNodeSettings
{
	display: inline;
	position: absolute;
	visibility: hidden;
	background-color: #fff;
	cursor: pointer;
	top: 0;
	left: 0;
	padding: 0px 3px 1px 3px;
	border: solid 1px #000;
	z-index: 10;
	color: #000;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

/* Search */

div.searchBox
{
	float: right;
	height: 25px;
	margin-top: 20px;
}
.mobileMenubar div.searchBox
{
	margin-top: 0;
	padding-top: 7px;
	padding-right: 10px;
}

input.SearchBox
{
	border: 1px solid #ccc;
	padding: 0 0 0 8px;
	font-style: italic;
	width: 150px;
	height: 25px;
}
div.searchBox a:hover
{
	text-decoration: none;
}
#searchTable td
{
	vertical-align: top;
}

#searchButtonTD #searchNBSP
{
	display: none;
}

#searchButtonTD
{
	padding-left: 8px;
}

@media screen and (max-width: 1000px)
{
	input.SearchBox
	{
		width: 100%;
	}
}

.tdButton 
{
	/* display:none;*/
}
.tdLink
{

}
.tdLink a
{
	display: block;
	width:38px;
	height:25px;
	background:url(images/search.png);
	margin: 0 0 0 5px;
	padding:0;
	background-size:70%;
	background-repeat: no-repeat;
	background-position: center;
}

div#SearchBox_Div
{
	display:none;
}

body div.article .l {text-align: left;}
body div.article .c {text-align: center;}
body div.article .r {text-align: right;}
body div.article .t {vertical-align: top;}
body div.article .m {vertical-align: middle;}
body div.article .b {vertical-align: bottom;}

.buttons a.wSuperButton
{
	margin-right: 10px;
}

.buttonRightmost a.wSuperButton
{
	margin-right: 0;
}

div.returnLinkButtonContainer
{
	padding-top: 10px;
}

/* vdcCarouSlide */

.vdcCarouSlide .s-active {position: relative; top: 0; left: 0;}
.vdcCarouSlide .slider-nav .active {font-weight: bold;}
.vdcCarouSlide {position: relative;}
.vdcCarouSlide .slider-wrapper {border: 1px solid #ccc; overflow: hidden; position: relative;}
.vdcCarouSlide .slider-holder {display: block; margin: 0; padding: 0;}
.vdcCarouSlide .slider-holder li.slide {padding: 0; background-color:#fff;}
.vdcCarouSlide .slider-nav {position: absolute; top: 3px; z-index: 100; margin: 0; padding-left: 5px;}
.vdcCarouSlide .slider-nav li {list-style: none; padding: 0; margin: 0;}
.vdcCarouSlide .slider-nav a:link,
.vdcCarouSlide .slider-nav a:visited {border: none; text-align: center; overflow: hidden; display: block; margin: 1px 0; padding: 3px; background: none;}
.vdcCarouSlide .slider-nav .active a:link,
.vdcCarouSlide .slider-nav .active a:visited,
.vdcCarouSlide .slider-nav a:hover,
.vdcCarouSlide .slider-nav a:focus,
.vdcCarouSlide .slider-nav a:active {background: #ff0;}

.vdcCarouSlide .textWin
{
	position: absolute;
	bottom: 0;
	height: 63px;
	padding: 4px 10px;
	background: #000;
	color: #fff;
}
.ie .vdcCarouSlide .textWin
{
	display: none;
}
.vdcCarouSlide .text
{
	position: absolute;
	bottom: 0;
	height: 63px;
	padding: 6px 8px 2px 8px;
	color: #fff;
	overflow: hidden;
}
.ie .vdcCarouSlide .text
{
	background: #000;
}
.vdcCarouSlide .text h1
{
	color: #fff;
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
}
.vdcCarouSlide .text a
{
	display: block;
	color: #fff;
	text-decoration: none;
}


/* Anything Slider */

div.anythingSlider
{
	display: block;
	overflow: hidden;
}
div.anythingSlider .start-stop
{
	display: none;
}

div.anythingSlider .anythingWindow
{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
div.anythingSlider
{
	position: relative;
}

ul.anythingBase
{
	background: none;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
ul.anythingBase li.panel
{
	background: none;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
div.anythingSlider .anythingControls
{
	position: absolute;
	width: 80%;
	bottom: 0;
	right: 0;
	margin-bottom: 8px;
	margin-right: 6px;
	z-index: 100;
	opacity: 0.90;
	filter: alpha(opacity=90);
}
div.anythingSlider .thumbNav
{
	display: block;
	margin: 0;
	padding: 0;
	float: right;
	z-index: 100;
}
div.anythingSlider .thumbNav li
{
	display: block;
	float: left;
}
div.anythingSlider .thumbNav a
{
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
	margin: 1px 4px 1px 1px;
	padding: 1px 4px 2px 5px;
	background: #ddd;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: solid 1px #888;
	color: #888;
}
div.anythingSlider .thumbNav a.cur, div.anythingSlider .thumbNav a:hover
{
	margin: 0 3px 0 0;
	padding: 2px 5px 3px 6px;
	background: #fff;
	color: #444;
	border-color: #666;
}

/* Nivo Slider */

.nivoSlider
{
	position:relative;
}
.nivoSlider img
{
	position:absolute;
	top:0;
	left:0;
}

.nivoSlider a.nivo-imageLink
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:6;
	display:none;
}

.nivo-slice
{
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box
{
	display:block;
	position:absolute;
	z-index:5;
}

.nivo-caption
{
	position:absolute;
	left:0;
	bottom:0;
	background:#000;
	color:#fff;
	opacity:0.8;
	width:100%;
	z-index:8;
}
.nivo-caption p
{
	padding:5px;
	margin:0;
}
.nivo-caption a
{
	display:inline !important;
}
.nivo-html-caption
{
    display:none;
}

.imgCenter,
.imgCenter div.imgText
{
	text-align: center;
}

.clickableBlock
{
	cursor: pointer;
}
.ArticleHover .ArtDecContent
{
	background: #ffc;
}

div.pageBreak,
.onlyPrint
{
	display: none;
}

@media print
{
	.hidePrint
	{
		display: none;
	}

	div.pageBreak,
	.onlyPrint
	{
		display: block;
	}

	div.pageBreak
	{
		display: block;
		border: 1px solid transparent;
		font-size: 0;
		page-break-after: always;
	}
}

div.main
{
}

div.section_main
{
	min-width: 320px;
	margin: 0 auto;
	padding:0 0px;
	position: relative;
	/*background: #e6e6e6;*/
}

.ie8 div.section_main,
.ie7 div.section_main,
.ie6 div.section_main
{
	width: 1440px;
}

div.content
{
	background: #f3f0ed;
}

.articleMode div.content
{
	max-width: 1440px;
	margin: 0px auto;
	background: #fff;
	padding: 40px 40px;
}
div.top-content
{
	/*background: #e6e6e6;*/
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #eee;
}
div.top_content
{
	position: relative;
}.section_bottom
{
	/*background: #e6e6e6;*/
	width: 100%;
}
@media screen and (max-width: 959px)
{
	.articleMode div.content
	{
		padding: 20px 20px;
	}
}
@media screen and (max-width: 719px)
{
	.section_bottom
	{
		position: static;
	}
	div.main
	{
		padding-bottom: 0;
	}
	.articleMode div.content
	{
		padding: 20px 20px;
	}
}
.headerContent
{
	max-width: 1440px;
	background: #fff;
}
.footerContent
{
	max-width: 1440px;
}

.startPageContent
{
	max-width: 1440px;
	/*background: #fff;*/
	padding: 10px 10px;
}
.startPageContent2
{
	max-width: 1440px;
	background: #f3f3f3;
	padding: 10px 10px;
}
.startPageContent3
{
	max-width: 1440px;
	background: #40b63b;
	padding: 10px 10px;
}
.startPageContent4
{
	background: #fff;
}

.normalContentOuter
{
	max-width: 1440px;
	padding: 20px 20px;
	/*background: #fff;*/
}
.normalContent
{
	/*background: #fff;*/
}

@media screen and (max-width: 959px)
{
	.normalContentOuter
	{
		padding: 0px 0px;
	}
	.normalContent
	{
		padding: 0px 0px;
		border: none;
		-webkit-box-shadow: 0px 0px 0px #fff;
box-shadow: 0px 0px 0px #fff;
	}
	.footerContent
	{
		
	}
}
@media screen and (max-width: 719px)
{
	.normalContentOuter
	{
		padding: 0;
	}
	.normalContent
	{
		padding: 0;
		border: none;
		-webkit-box-shadow: 0px 0px 0px #fff;
box-shadow: 0px 0px 0px #fff;
	}
	.footerContent
	{
		padding: 0 2px;
	}
}
div.menubar
{
	min-height: 42px;
	padding: 0 0;
	margin: 0 0 0 0;
	position: relative;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

div.menubarRight,
.menubarRight .dateDisplay
{
	display:none;
	float:right;
}
div.menubarRight td.dateDisplay
{
	display: none;
}
table.langSwitcher img
{
	width:85%;
}
div.menubar a
{
	display: block;
	font-size: 1.8em;
	font-weight: normal;
	color: #000;
	line-height: 42px;
	text-decoration:none;
	transition: color 0.5s ease;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
}
div.menubar a:hover
{
	text-deocration: none;
}
div.menubar .menubarItemSelected
{
}
div.menubar .menubarItemHover, div.menubar .menubarItemSelectedHover
{
}
div.menubar .menubarItemHover a, div.menubar .menubarItemSelectedHover a
{
	text-decoration: none;
	color: #0e5422;
}
div.menubar .menubarItemSelected a
{
	text-decoration: none;
	color: #0e5422;
}
div.menubarShadow
{
	display: none;
	font-size: 0px;
}


/* ------- Responsive menubar ------- */

ul.menubar
{
	list-style-type: none;
	margin-right: 0px;
}
ul.menubar li
{
	display: inline-block;
	padding: 0 8px;
}
ul.menubar li.menubarItemSelected
{
}

/* --------------- Big Menus ------------ */

div.BM_popup
{
	position: absolute;
	top: 0;
	z-index: 101;
}
div.BM_outerContainer
{
	background: #fff;
	-webkit-box-shadow: 4px 5px 8px rgba(0,0,0,0.5);
box-shadow: 4px 5px 8px rgba(0,0,0,0.5);
}
div.BM_innerContainer
{
	padding: 8px 8px;
}
div.BM_subMenu
{
	padding-left: 10px;
}
div.BM_column
{
	float: left;
	min-width: 150px;
}
div.BM_menuColumn
{
	margin-right: 10px;
}
div.BM_column a
{
	display: block;
	margin-bottom: 1px;
	padding: 1px 4px;
	text-decoration: none;
	color: #000;
	/*background: #fff;*/
	font-weight:normal;
	font-size:13px;
	line-height: 18px;
}
div.BM_column a:hover
{
	text-decoration: none;
	/*background: #ddd;*/
	color: #0e5422;
}
div.BM_subMenu a
{
	color: #666;
	font-size: 11px;
}

div.BM_articleColumn
{
	float: left;
	padding: 2px 4px;
}

div.BM_articleColumn table.article td 
{
}

/* --- Responsive menubar dropdown (anvÃ¤nds ej) --- */

div.menubarDropdown
{
	margin:10px 0 20px 0;
	padding:10px 10px;
	background:#fff;
}

div.menubarDropdown select
{
	width: 100%;
	font-size: 1.3em;
}

div.menubarDropdown select option
{

}

/* ----- Menu-icon + dropdownmenu ----- */

div.mobileMenubar
{
	margin-bottom: 8px;
	background: background: #1f1f1f;
	background: -moz-linear-gradient(top,#1f1f1f 40%,#5d5d5d 80%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(40%,#1f1f1f),color-stop(80%,#5d5d5d));
	background: -webkit-linear-gradient(top,#1f1f1f 40%,#5d5d5d 80%);
	background: -o-linear-gradient(top,#1f1f1f 40%,#5d5d5d 80%);
	background: -ms-linear-gradient(top,#1f1f1f 40%,#5d5d5d 80%);
	background: linear-gradient(to bottom,#1f1f1f 40%,#5d5d5d 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f1f1f', endColorstr='#5d5d5d',GradientType=0);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
div#iconMenu
{
	left: 0;
	margin: 0px 20px;
	padding: 0px;
	max-width: 100%;
	min-height: 0px;
	height: 0px;
}

div#iconMenuIcon
{
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	background: url(images/menu-icon.gif);
	cursor: pointer;
	display: none;
}

div#iconMenuTree
{
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	position: relative;
	width: 100%;
	max-width: 1400px;
	left: 50%;
	margin-left: -700px;
	margin-top: 0px;
	padding: 10px;
	z-index: 1000;
	background: #fff;
	border: 1px solid #ddd;
}
@media screen and (max-width: 1400px)
{
	div#iconMenuTree { margin-left: 0px; left:0px;}

}
div#iconMenuTree a
{
	display: block;
	padding: 2px 5px;
	font-size: 15px;
	line-height: 22px;
	color: #000;
	text-decoration: none;
}

div#iconMenu a:hover,
div#iconMenu a.menuSelected
{
}

div#iconMenuTree a.lev2
{
	font-size:  14px;
	line-height: 22px;
	font-weight: normal;
}
div#iconMenuTree a.lev3, div#iconMenuTree a.lev4, div#iconMenuTree a.lev5
{
	font-size:  12px;
	line-height: 22px;
	font-weight: normal;
}
div#iconMenuTree a.iconMenuTreeItem
{
	border-bottom: 1px solid #fff !important;
}
div#iconMenuTreeLevel_id_
{
	border-bottom: 0px !important;
}
div#iconMenuTree .iconMenuTreeLevel
{
	background: none !important;
}
/* --- Sub sections --- */

div.menu_sub_section_1
{
	padding: 4px 0px 0px 15px;
}
div.menu_sub_section_2
{
	padding: 0px 0px 0px 15px;
}
div.menu_sub_section_3
{
	padding: 0px 0px 0px 15px;
}
div.menu_sub_section_4
{
	padding: 0px 0px 0px 15px;
}
div.menu_sub_section_5
{
	padding: 0px 0px 0px 15px;
}
div.menu_sub_section_6
{
	padding: 0px 0px 0px 15px;
}


/* --- Div.menu link --- */

div.menu_link
{
	padding: 6px 0px 5px 10px;
	cursor: pointer;
	border-bottom: 1px solid #eee;
}
div.menu_link_hover
{
	padding: 6px 0px 5px 10px;
	cursor: pointer;
	border-bottom: 1px solid #eee;
}
div.menu_link_selected, div.menu_link_selected_hover
{
	padding: 6px 0px 5px 10px;
	cursor: pointer;
	border-bottom:1px solid #eee;
}
div.submenu_link
{
	margin: 1px 0;
	padding: 3px 0px 3px 10px;
	cursor: pointer;
}
div.submenu_link_hover
{
	margin: 1px 0;
	padding: 3px 0px 3px 10px;
	cursor: pointer;
}
div.submenu_link_selected, div.submenu_link_selected_hover
{
	margin: 1px 0;
	padding: 3px 0px 3px 10px;
	cursor: pointer;
}
a.menu_link
{
	font-size: 1.0em;
	color: #0e5422;
	text-decoration: none;
	line-height: 18px;
}
a.menu_link_selected
{
	font-size: 1.0em;
	color: #0e5422;
	text-decoration: none;
	line-height: 18px;
}
div.menu_link_hover a
{
	color: #0e5422;
}
a.submenu_link
{
	font-size: 0.8em;
	color: #0e5422;
	text-decoration: none;
	line-height: 18px;
}
a.submenu_link_selected
{
	font-size: 0.8em;
	color: #0e5422;
	text-decoration: none;
	line-height: 18px;
}
div.submenu_link_hover a, div.submenu_link_selected_hover a
{
	color: #0e5422;
}

.menu_sub_section_2 a.submenu_link,
.menu_sub_section_2 a.submenu_link_selected
{
	font-size: 11px;
	line-height: 12px;
}
.menu_sub_section_3 a.submenu_link,
.menu_sub_section_3 a.submenu_link_selected
{
	font-size: 11px;
}
img.menu_marker,
img.submenu_marker,
img.menu_sublevel_marker
{
	display:none;
}

div.shopCart
{
	margin: 10px 5px 5px 5px;
	border: solid 1px #7f7f7f;
}
div.shopCart .title
{
	padding: 3px 10px;
	height: 20px;
	color: #ffffff;
	background: url(images/shop_cart_top.gif) top left repeat-x;
	font-size: 11px;
	font-weight: bold;
}
table.shopCart
{
	width: 167px;
	margin: 10px 0px 0px 5px;
}
div.shopCart .links
{
	margin: 10px 0px 5px 5px;
}
div.shopCart .links a
{
}

table.pageContent td.pcTop
{
	height: 1px;
	font-size: 0px;
	overflow: hidden;
	background: #fff;
}
table.pageContent td.pcTop_full
{
	height: 1px;
	font-size: 0px;
	overflow: hidden;
	background: #fff;
}
table.pageContent td.pcTop table,
table.pageContent td.pcTop_full table
{
	display: none;
}
table.pageContent td.pcContent
{
	width: 100%;
	height: 100%;
	background: #fff;
}
table.pageContent td.pcContent_full
{
	width: 100%;
	height: 100%;
	background: #fff;
}
table.pageContent td.pcBottomLinks
{
	height: 12px;
	padding-left: 25px;
}
table.pageContent td.pcBottomLinks_full
{
	height: 12px;
	padding-left: 25px;
}
table.pageContent td.pcBottom
{
	height: 1px;
	overflow: hidden;
	background: #fff;
}
table.pageContent td.pcBottom_full
{
	height: 1px;
	overflow: hidden;
	background: #fff;
}

.footerBackground
{
	/*max-width: 1440px;*/
	background: #fff;
	/*padding: 20px 20px;*/
}

div.footerContent
{
	background: #0e5422;
	color: #fff;
	
}
div.footerContent2
{
	background: #fff;
}
div.footerContent3
{
	background: #fff;
}


/* ----- Footer align ----- */

.footerAlignRight
{
	text-align:right;
}

.footerAlignCenter
{

}

@media screen and (max-width: 720px)
{
	.footerAlignCenter
	{
		text-align:center;
	}

}
	
table.article div.forumThread
{
	
}

table.article div.forumThread div.header
{
	height: 24px;
	line-height: 24px;
	margin-top: -4px;
	margin-bottom: 8px;
	padding: 0px 4px;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
	background: #efefef;
}

table.article div.forumThread div.header h2
{
	display: inline;
	padding: 0px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #3f3f3f;
}

table.article div.forumThread div.header a
{
	padding-bottom: 4px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 16px;
	vertical-align: middle;
	color: #73983C;
}

table.article div.forumThread div.header a:hover
{
	
}

table.article div.forumThread div.header div.pageNav table
{
	height: 24px;
	font-size: 12px;
	
}

table.article div.forumThread div.header div.pageNav table td
{
	padding: 0px 2px;
	vertical-align: middle;
}

table.article div.forumThread div.header div.pageNav table td a
{
	text-decoration: none;
}

table.article table.forumMsg
{
	width: 100%;
	border: solid 1px #5f5f5f;
	margin-bottom: 8px;
	font-size: 12px;
}

table.article table.forumMsg td
{
	padding: 4px 6px;
}

table.article table.forumMsg tr.header td
{
	padding-top: 0;
	padding-bottom: 0;
}

table.article table.forumMsg tr.header
{
	background: #73983C;
}

table.article table.forumMsg tr.header td
{
	height: 20px;
	vertical-align: middle;
	color: #ffffff;
}

table.article table.forumMsg tr.header td.timestamp
{
	width: 146px;
	font-size: 10px;
}

table.article table.forumMsg tr.header td.header
{
	padding: 0;
}

table.article table.forumMsg tr.header td.header table
{
	width: 100%;
}

table.article table.forumMsg td.header td.title
{
	font-size: 12px;
	font-weight: bold;
}

table.article table.forumMsg td.header td.title input
{
	width: 100%;
	height: 16px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background: #ffffdf;
	border: none;
	vertical-align: middle;
}

table.article table.forumMsg td.header td.commands
{
	width: 100px;
	padding-bottom: 2px;
	text-align: right;
}

table.article table.forumMsg td.header td.commands a
{
	line-height: 14px;
	font-size: 12px;
	color: #FFC000;
	vertical-align: top;
	text-decoration: underline;
}
table.article table.forumMsg td.header td.commands a:hover
{
	color: #FFFFFF;
}

table.article table.forumMsg td.header td.commands a:hover
{
	
}

table.article table.forumMsg td.header td.reference
{
	width: 50px;
	text-align: right;
	font-size: 10px;
}

table.article table.forumMsg td.left
{
	width: 146px;
	background: #dfdfdf;
}

table.article table.forumMsg td.left div.user
{
	width: 146px;
	overflow: hidden;
	padding-bottom: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

table.article table.forumMsg td.left div.image
{
	width: 146px;
	/*height: 130px;*/
	/*overflow: hidden;*/
	text-align: center;
	/*background: #ffffff;*/
	/*border: solid 1px #7f7f7f;*/
}

table.article table.forumMsg td.left div.image img
{
	text-align: center;
	border: solid 1px #7f7f7f;
}


table.article table.forumMsg td.right
{
	background: #ffffff;
}

table.article table.forumMsg td.right span.attachments div.fieldset
{
	margin-top: 20px;
}

table.article table.forumMsg td.right span.attachments div.fieldset div.container
{
	padding: 0;
	padding-top: 5px;
}

table.article table.forumMsg td.right span.attachments div.fieldset table td
{
	padding: 3px 4px;
}

table.article table.forumMsg td.toolfield
{
	padding-bottom: 4px;
	background: #dfdfdf;
	border-top: solid 1px #afafaf;
}

table.article table.forumMsg td.toolfield img
{
	border: solid 1px #afafaf;
}

table.article table.forumMsg td.right textarea
{
	width: 100%;
	height: 300px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: inherit;
	background: #ffffdf;
	border: none;
	vertical-align: middle;
}

table.article table.forumMsg tr.status td
{
	padding: 2px 4px 1px 4px;
	font-size: 10px;
	font-style: italic;
	background: #efefef;
}

table.article table.forumMsg tr.status td.left
{

}

table.article table.forumMsg tr.status td.right
{

}

table.article span.forumMsg div.fieldsetCollapsible
{
	background: none;
}

table.article table.forumPermissionTable td
{
	padding: 4px 4px 4px 4px;
}

table.article table.forumPermissionTable tr.firstRow td
{
	padding-top: 10px;
}

/* --- ArtDecContent 1 - Vit inramning --- */

.ArtDec
{
}
.ArtDec .ArtDecTitle
{
	padding: 8px 10px 5px 10px;
}
.ArtDecContent
{
	width: 100%;
	margin: 0;
	padding: 15px;
	background: #fff;
	border: 1px solid #eee;
}

.ArtDecContent div.article
{
	background: transparent;
	color: #000;
}

.ArtDecContent div.article h1,
.ArtDecContent div.article h2
{
	color: #000;
}

html .ArticleHover
{
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
html .ArticleHover .ArtDecContent
{
	/*background: #ffffff;
	background: -moz-linear-gradient(top,#ffffff 0%,#BAC7E8 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#BAC7E8));
	background: -webkit-linear-gradient(top,#ffffff 0%,#BAC7E8 100%);
	background: -o-linear-gradient(top,#ffffff 0%,#BAC7E8 100%);
	background: -ms-linear-gradient(top,#ffffff 0%,#BAC7E8 100%);
	background: linear-gradient(to bottom,#ffffff 0%,#BAC7E8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#BAC7E8',GradientType=0);*/
	background: #ffffff;
	background: -moz-linear-gradient(top,#ffffff 0%,#e5e5ff 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5ff));
	background: -webkit-linear-gradient(top,#ffffff 0%,#e5e5ff 100%);
	background: -o-linear-gradient(top,#ffffff 0%,#e5e5ff 100%);
	background: -ms-linear-gradient(top,#ffffff 0%,#e5e5ff 100%);
	background: linear-gradient(to bottom,#ffffff 0%,#e5e5ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5ff',GradientType=0);
}
.article
{
	width: 100%;
	background: none;
	line-height: 1.3em;
}

/* Headings */

.article h1, h1
{
	font-family: UrwDinBolder, sans-serif;
	font-size: 2.6em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 0 .4em 0;
	vertical-align: top;
	color: #0e5422;
	text-transform: uppercase;
}
.article h2, h2
{
	font-family: UrwDinMedium, sans-serif;
	font-size: 2.0em;
	line-height: 1.1em;
	font-weight: bold;
	margin: .2em 0 .4em 0;
	vertical-align: top;
	color: #0e5422;
}
.article h3, h3
{
	font-family: UrwDinBold, sans-serif;
	font-size: 1.4em;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0 0 .3em 0;
	vertical-align: top;
	color: #0e5422;
}
.article h4, h4
{
	font-weight: bold;
}
.article h5, h5
{
	font-weight: bold;
}
.article h6, h6
{
	font-weight: bold;
}

@media screen and (max-width: 720px)
{
	.article h1, h1 {font-size: 2.0em;}
	.article h2, h2 {font-size: 1.4em;}
	.article h3, h3 {font-size: 1.2em;}
}
/* Legacy headings */

.article span.h1
{
	font-size: 18px;
	font-weight: bold;
}

.article span.h2
{
	font-size: 14px;
	font-weight: bold;
}

.article span.h
{
	font-weight: bold;
}

/* Article elements */

.article .section
{
	margin: .5em 0 0 0;
	vertical-align: top;
}

.article div.section span ul.ulist
{
	padding: 0px 0px 0px 16px;
}
.article div.section span ul.ulist li
{
	padding: 0px 0px 8px 0px;
}

.article .summary
{
	margin: .5em 0 0 0;
	font-weight: 700;
	margin: 10px 0;
}

.article div.author
{
	margin: .3em 0 0 0;
	font-weight: bold;
}

.article div.references
{
	margin: .5em 0 0 0;
}

/* Article images */

.article img
{
	vertical-align: top;
	max-width: 100%;
}

.article .imgText
{
	font-size: 10px;
	font-weight: normal;
	padding: 0px 4px;
	margin: 4px 0;
	vertical-align: top;
	color: #888;
}

.article div.slideshow img.thumb
{
	margin: 4px 2px 0px 2px;
	background: #ffffef;
	border: 1px solid #bbb;
}

/* Form elements */

.article input.text
{
	border: 1px solid #bbb;
}

.article input.date
{
	width: 80px;
	margin-right: 2px;
	text-align: center;
}

.article input.checkbox
{
}

.article input.radio
{
}

.article input.file
{
	border: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}

.article textarea
{
	border: 1px solid #bbb;
	padding: 1px 2px;
}

.article label.label
{
	font-weight: normal;
}

/* Tables */

.article table.facttable th, .article table.facttable td
{
	padding: 2px 4px;
	border: 1px solid #ccc;
}

.article table.form th, .article table.form td
{
	padding: 2px 5px 2px 0px;
	vertical-align: middle;
}

.article table.row th, .article table.row td
{
	vertical-align: middle;
}

.article table.list
{
	width: 100%;
	border: 1px solid #bbb;
}

.article table.list th
{
	border-bottom: 1px solid #bbb;
	vertical-align: middle;
	padding: 2px 2px 2px 2px;
	background: #cfcfcf;
	background: #454545;
	background: -moz-linear-gradient(top,#888888 0%,#454545 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#888888),color-stop(100%,#454545));
	background: -webkit-linear-gradient(top,#888888 0%,#454545 100%);
	background: -o-linear-gradient(top,#888888 0%,#454545 100%);
	background: -ms-linear-gradient(top,#888888 0%,#454545 100%);
	background: linear-gradient(to bottom,#888888 0%,#454545 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#454545',GradientType=0);
	color: #fff;
}

.article table.list td
{
	vertical-align: middle;
	padding: 2px 2px 2px 2px;
}

/* Tables - Page navigation */

.article table.listPageNav
{
	width: 100%;
	vertical-align: middle;
}

.article table.listPageNav td.nav
{
	width: 150px;
	padding: 4px 2px 3px 5px;
}

.article table.listPageNav td.right
{
	display: none;
}

.article table.pageNav
{
	height: 20px;
}

.article table.pageNav td
{
	padding: 1px 2px 1px 2px;
	vertical-align: middle;
}
div.full
{
	width: 100%;
	overflow: hidden;
}
.formColumn
{
}
.formColumn .row
{
	width: 100%;
	clear: both;
	line-height: 18px;
	padding: 2px 0;
	overflow: hidden;
}

.formColumn div.row label.compact
{
	width: auto;
}
.formColumn div.row div.compact
{
	width: auto;
}
.formColumn .row label.L
{
	float: left; 
	display: block; 
	padding-right: 5px;
}
.formColumn .row div
{
	float: left;
}
div.alignRightLeft
{
	padding: 5px;
}
div.alignRightLeft .row label.L
{
	text-align: right;
}
div.alignRightLeft .row div
{
	text-align: left;
}
div.newRow
{
	clear: left;
}
.formColumn .row div input
{
	vertical-align: middle;
}
.formColumn .row div input.text
{
	width: 100%; 
	margin: 0; 
	_margin: -1px 0; 
}
.formColumn .row div input.date
{
	width: 80px;
	margin-right: 2px;
	text-align: center;
}
.formColumn .row div textarea
{
	width: 100%;
	height: 100%;
}
input.markInvalid, textarea.markInvalid, div.markInvalid div.selectionList
{
	background: #ffefdf;
}
div.markInvalid
{
	color: #ff0000;
}
/*
input:focus, textarea:focus
{
	background-color: #FFC;
	border-color: #FC6;
}
*/

div.news
{
	font-size: 13px;
	font-weight: normal;
	height: 100%;
	padding: 2px 2px 0px 2px;
}
div.news h2
{
	font-size: 1.7em;
	line-height: 1.1em;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0;
}
div.news h1
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
}
div.news p
{
	margin: 0px;
	padding: 0px;
	text-align: left;
}
div.newsEntry
{
	padding-bottom: 8px;
}
div.newsEntry a
{
	display: block;
	color: #000;
	font-size: 13px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
}
div.newsEntry a:visited
{
	color: #555;
}
div.newsEntry a:hover
{
	color: #DF0029;
}
div.newsEntry span.date
{
	font-family: bitterbold;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
}
table.pageNav
{
	margin-top: 3px;
	width: 100%;
}

div.indexEntry a
{
	color: #000000;
	font-size: 10px;
	font-weight: normal;
}
div.indexEntry a:visited
{
	color: #009999;
}
div.indexEntry a:hover
{
	color: #999999;
}
div.indexEntry span.date
{
	font-weight: bold;
	line-height: 14px;
}

#GuestbookThread
{
}
#GuestbookThread .GBThread
{
	margin: 0 0 0 15px;
}
#GuestbookThread .GBTopThread
{
	margin: 0;
}
#GuestbookThread .GBPost
{
	margin: 0 0 2px 0;
	padding: 1px 1px;
	border: solid 1px #bbb;
}
#GuestbookThread .GBPost .GBSubject
{
	padding: 0 4px;
	font-weight: bold;
	background: #cfcfcf;
}
#GuestbookThread .GBPost .GBText
{
	padding: 8px 4px 8px 4px;
}
#GuestbookThread .GBMeta
{
	margin-left: 4px;
}
#GuestbookThread .GBMeta th
{
	padding-right: 5px;
}
#GuestbookThread .GBLinks
{
	padding: 10px 0 20px 0;
}

#GuestbookForm
{
	padding: 4px 4px;
	border: solid 1px #afafaf;
	background: #efefef;
}
#GuestbookForm input
{
	width: 100%;
}
#GuestbookForm textarea
{
	width: 100%;
	height: 100px;
}
#GuestbookForm .actionButtons
{
	padding: 5px 5px 0 0;
	height: 28px;
}
#GuestbookForm .actionButtons .wButtonComp
{
	float: right;
}
#GuestbookForm .GBMessages
{
	padding: 0 0 5px 100px;
	
	color: #ff0000;
}

.cpYearNavigation,.cpMonthNavigation
{
	background-color: #7f7f7f;/*#C0C0C0;*/
	text-align: center;
	vertical-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding: 1px;
}
.cpDayColumnHeader, .cpYearNavigation,.cpMonthNavigation,.cpCurrentMonthDate,.cpCurrentMonthDateDisabled,.cpOtherMonthDate,.cpOtherMonthDateDisabled,.cpCurrentDate,.cpCurrentDateDisabled,.cpTodayText,.cpTodayTextDisabled,.cpText
{
	font-family: arial;
	font-size: 8pt;
}
td.cpDayColumnHeader
{
	text-align: right;
	border: solid thin #c0c0c0;/*#C0C0C0;*/
	border-width: 0px 0px 1px 0px;
}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate 
{
	text-align: right;
	text-decoration: none;
}
.cpCurrentMonthDate:hover, .cpOtherMonthDate:hover, .cpCurrentDate:hover 
{
	color: #cf0000;
}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled
{
	color: #D0D0D0;
	text-align: right;
	text-decoration: line-through;
}
.cpCurrentMonthDate, .cpCurrentDate
{
	color: #000000;
}
.cpOtherMonthDate
{
	color: #808080;
}
td.cpCurrentDate
{
	color: white;
	background-color:  #C0C0C0;
	border-width: 1px;
	border: solid thin #800000;
}
td.cpCurrentDateDisabled
{
	border-width: 1px;
	border: solid thin #FFAAAA;
}
td.cpTodayText, td.cpTodayTextDisabled
{
	text-align: center;
	border: solid thin #C0C0C0;
	border-width: 1px 0px 0px 0px;
}
a.cpTodayText, span.cpTodayTextDisabled
{
	text-align: center;
	height: 20px;
	text-decoration: none;
}
a.cpTodayText
{
	color: #000000;
	text-decoration: none;
}
a.cpTodayText:hover
{
	color: #cf0000;
}
a.cpText
{
	color: #000000;
	text-decoration: none;
}
a.cpText:hover
{
	color: #ffbc2b;
	text-decoration: none;
}
.cpTodayTextDisabled
{
	color: #D0D0D0;
}
.cpBorder
{
	border: solid 1px #000000;
	/*background: url(skin/content.png) top left repeat;*/
}
/*
	widget.css
*/

a.wSuperButton
{
	display: block;
	float: left;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
	color: #222;
	cursor: pointer;
}
a.wSuperButton:hover
{
	color: #222;
	text-decoration: none;
}
a.wSuperButton .left
{
	float: left;
	width: 5px;
	/*background: url(images/button.png) no-repeat left top;*/
	cursor: pointer;
	display:none;
}
a.wSuperButton .middle
{
	display: block;
	float: left;
	line-height: 30px;
	height: 30px;
	padding: 0px 10px;
	/*background: url(images/button.png) no-repeat center top;*/
	background: #0e5422;
	color: #fff;
	cursor: pointer;
	border-radius: 4px;
	vertical-align: middle;
}
a.wSuperButton .middle img
{
	float: left;
	margin-top: 2px;
	padding:2px 2px;
	display: none;
}
a.wSuperButton .right
{
	float: left;
	width: 5px;
	/*background: url(images/button.png) no-repeat right top;*/
	cursor: pointer;
	display:none;
}

.ie6 a.wSuperButton .left
{
	background: url(images/button.gif) no-repeat left top;
}
.ie6 a.wSuperButton .middle
{
	background: url(images/button.gif) no-repeat center top;
}
.ie6 a.wSuperButton .right
{
	background: url(images/button.gif) no-repeat right top;
}

a.wSuperButton:hover
{
	background: 0 0;
}
a.wSuperButton:hover .left
{
	background-position: left bottom;
}
a.wSuperButton:hover .middle
{
	background-position: center bottom;
}
a.wSuperButton:hover .right
{
	background-position: right bottom;
}

table.article .calendar
{
}
table.article .calendar th.calendar
{
	vertical-align: middle;
	text-align: center;
	height: 24px;
	border: solid 1px #afafaf;
	background: #f7f7f7;
}
table.article .calendar td.calendarName
{
	padding: 3px 0px;
	border: solid 1px #afafaf;
	font-size: 10px;
	background: #f7f7f7;
}
table.article .calendar td.calendarEmpty
{
	padding: 3px 0px;
	border: solid 1px #afafaf;
	font-size: 10px;
	background: #dfdfdf;
}
table.article .calendar td.calendar
{
	padding: 3px 0px;
	border: solid 1px #afafaf;
	font-size: 10px;
	background: #ffffff;
	cursor: pointer;
}
table.article .calendar table.calendarCell
{
}

table.article table.eventView td,
table.article table.eventView th
{
	padding: 0px 3px 0px 0px;
	vertical-align: middle;
}
table.article table.eventView td div.text
{
}
table.article table.eventView td img,
table.article table.eventView th img
{
	vertical-align: middle;
}
table.article table.timeRuler
{
	font-size: 11px;
}
table.article table.timeRuler td, table.article table.timeRuler th
{
	width: 60px;
}

table.article table.dayEvent
{
	height: 13px;
}
table.article div.dayEvent
{
	font-size: 10px;
	height: 13px;
}

div.userInfo
{
	position: absolute;
	height: 70px;
	top: 10px;
	right: 10px;
	padding: 10px;
	text-align: right;
}
div.userInfo table th
{
	text-align: right;
	padding-bottom: 2px;
}
div.userInfo table td
{
	padding-left: 5px;
	padding-bottom: 2px;
}

/*--------------------------------------------------*/

div.fileBrowserDlg
{
	top: 0px;
	left: 0px;
	overflow: hidden;
	background: #dfdfdf;
	font-family: Arial;
	font-size: 11px;
}
div.fileBrowserDlg table.fileBrowserDlg
{
	width: 100%;
}
div.fileBrowserDlg table
{
	font-family: Arial;
	font-size: 11px;
}

div.fileBrowserDlgTitle
{
	border-bottom: solid 1px #000000;
	background: #afafaf;
}

div.fileBrowserDlg td.fileBrowserDlg
{
	padding: 2px 4px;
}

div.fileBrowserDlgPath
{
	margin-top: 2px;
	padding: 2px 4px;
	height: 20px;
	overflow: hidden;
	border: solid 1px #7f7f7f;
	background: #ffffff;
	font-weight: bold;
	color: #7f7f7f;
}
div.fileBrowserDlgContent
{
	padding: 1px;
	height: 20px;
	border: solid 1px #7f7f7f;
	background: #ffffff;
	color: #7f7f7f;
	overflow: auto;
}
div.fileBrowserDlgContentHeader
{
	height: 20px;
	width: 100%;
}
div.fileBrowserDlgContentList
{
	width: 100%;
	overflow: auto;
}
div.fileBrowserDlgSelected
{
	padding: 2px 4px;
	height: 20px;
	overflow: hidden;
	border: solid 1px #7f7f7f;
	background: #ffffff;
	font-weight: bold;
	color: #7f7f7f;
}
input.fileBrowserDlgSelected
{
	padding: 0px;
	
	line-height: normal;
	width: 100%;
	vertical-align: top;
	border: none;
	background: transparent;
	font-weight: bold;
	color: #7f7f7f;
}

div.fileBrowserDlg table.fbDetailList
{
	width: 100%;
}
div.fileBrowserDlg table.fbDetailList tr.normal
{
	cursor: pointer;
}
div.fileBrowserDlg table.fbDetailList tr.normalFolderMode
{
	cursor: default;
	color: #afafaf;
}
div.fileBrowserDlg table.fbDetailList tr.hover
{
	cursor: pointer;
	background: #d8effc;
}
div.fileBrowserDlg table.fbDetailList th
{
	padding: 2px 4px 2px 2px;
	background: #dfdfdf;
	border-bottom: solid 1px #7f7f7f;
	text-align: center;
	vertical-align: middle;
}
div.fileBrowserDlg table.fbDetailList td
{
	padding: 1px 4px 1px 2px;
	text-align: center;
	vertical-align: middle;
	line-height: 14px;
	height: 14px;
}
div.fileBrowserDlg table.fbDetailList td img
{
	margin-right: 3px;
	vertical-align: top;
}

div.fileBrowserDlg table.fbThumbView
{
}
div.fileBrowserDlg table.fbThumbView td.normal
{
	cursor: pointer;
}
div.fileBrowserDlg table.fbThumbView td.normalFolderMode
{
	cursor: default;
	color: #afafaf;
}
div.fileBrowserDlg table.fbThumbView td.hover
{
	cursor: pointer;
	background: #d8effc;
}

table.imageChooser
{
	width: 375px;
	border: solid 1px #7f7f7f;
	cursor: pointer;
}
table.imageChooser td
{
	padding: 1px;
}
table.imageChooser td img
{
	border: solid 1px #7f7f7f;
}

div.folderBrowser_Folder
{
	height: 19px;
	border: solid 1px #cccccc;
	background: #ffffff url(images/icon_folder.gif) 3px center no-repeat;
	padding: 2px 4px;
	padding-left: 20px;
	cursor: pointer;
}

div.folderBrowser_Back
{
	height: 19px;
	border: solid 1px #cccccc;
	background: #ffffff url(images/icon_folder_back.gif) 3px center no-repeat;
	padding: 2px 4px;
	padding-left: 20px;
	cursor: pointer;
}

div.folderBrowser_Back img
{
	/*margin: 0px 14px;*/
}
div.fileareaPath
{
	margin: 0px;
	padding: 1px 0px 2px 4px;
	font-size: 10px;
	color: 993333;
}
table.filearea
{
	width: 100%;
	border: solid 1px #0071BF;
}
table.filearea th
{
	height: 20px;
	vertical-align: middle;
	padding: 0px 5px;
	border-bottom: solid 1px #0071BF;
	background: #cfcfff;
	color: #000000;
}
table.filearea td
{
	height: 20px;
	vertical-align: middle;
	padding: 0px 5px;
}
table.filearea td a
{
	color: #0071BF;
}
table.filearea td a:hover
{
	color: #000000;
	text-decoration: underline;
}

tr.odd
{
}
tr.even
{
	background: #efefef;
}
tr.selected
{
	background: #B2CCD7;
}
tr.hover
{
	background: #d7d7d7;
}

table.article table tr th.divider
{
	width: 1px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 0px;
}
table.article table tr td.divider
{
	width: 1px;
	padding-left: 0px;
	padding-right: 0px;
	border-left: solid 1px #000000;
	font-size: 0px;
}
input.file
{
	border: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
}
table.acList
{
	border: solid 1px #5f5f5f;
	background: #ffffff;
}
table.acList td, table.acList th
{
	height: 20px;
	padding: 0px 5px;
	text-align: center;
	vertical-align: middle;
}

table.acList th
{
	color: #ffffff;
	background: url(images/list_head_back.gif) top left repeat;
	cursor: default;
}
table.acList td.name
{
	border-right: solid 1px #afafaf;
	text-align: right;
	white-space: nowrap;
	cursor: default;
}

table.article div.fieldset
{
	position: relative;
	_position: static;
	padding: 8px 5px 5px 5px;
	background: #eeeeee;
	background: -moz-linear-gradient(top,#f7f7f7 0%,#dddddd 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7f7f7),color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,#f7f7f7 0%,#dddddd 100%);
	background: -o-linear-gradient(top,#f7f7f7 0%,#dddddd 100%);
	background: -ms-linear-gradient(top,#f7f7f7 0%,#dddddd 100%);
	background: linear-gradient(to bottom,#f7f7f7 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#dddddd',GradientType=0);
	border: 1px solid #ccc;
}
table.article div.fieldset div.legend
{
	position: absolute;
	padding: 0px 3px;
	margin-top: -16px;
	margin-left: 10px;
	background: #F0DAB3 url(images/legend_back.jpg) top left repeat-x;
	color: #000000;
	font-size: 10px;
	font-family: "Trebuchet MS",Arial;
	border: solid 1px #000000;
}

table.article div.fieldset div.container
{
	width: 100%;
	padding: 8px 5px 5px 5px;
}

table.article div.fieldsetCollapsible
{
	position: relative;
	_position: static;
	_height: 5px;
	background: #eeeeee;
	background: -moz-linear-gradient(top,#f7f7f7 0%,#dddddd 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7f7f7),color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,#f7f7f7 0%,#dddddd 100%);
	background: -o-linear-gradient(top,#f7f7f7 0%,#dddddd 100%);
	background: -ms-linear-gradient(top,#f7f7f7 0%,#dddddd 100%);
	background: linear-gradient(to bottom,#f7f7f7 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#dddddd',GradientType=0);
	border: 1px solid #ccc;
	padding-top: 5px;
}
table.article div.fieldsetCollapsible div.legendCollapsible
{
	font-size: 10px;
	font-family: Arial;
	text-transform: uppercase;
	position: absolute;
	padding: 0px 3px 1px 3px;
	margin-top: -13px;
	margin-left: 10px;
	background: #F0DAB3 url(images/legend_back.jpg) top left repeat-x;
	color: #000000;
	border: solid 1px #000000;
	cursor: pointer;
}
table.article div.fieldsetCollapsible div.legendCollapsible img
{
	margin-top: 3px;
}
table.article div.fieldsetCollapsible div.container
{
	width: 100%;
	display: none;
	padding: 5px 5px 5px 5px;
}

table.article div.fieldsetTextarea
{
	position: relative;
	_position: static;
	border: solid 1px #000000;
	padding: 5px 0px 1px 2px;
}
table.article div.fieldsetTextareaInner
{
	position: relative;
	_position: static;
	border: solid 1px #afafaf;
	background: #ffffff;
	padding: 7px 0px 1px 2px;
	margin-top: 3px;
}
table.article div.fieldsetTextarea div.legend,
table.article div.fieldsetTextareaInner div.legend
{
	height: 11px;
	overflow: visible;
	position: absolute;
	padding: 0px 3px 0px 3px;
	margin-top: -16px;
	margin-left: 15px;
	border: solid 1px #000000;
	border-bottom: none;
	_border-left: none;
	_border-right: none;
	background: #ffffff;
	color: #000000;
	vertical-align: top;
	font-size: 11px;
	font-family: "Trebuchet MS",Arial;
}

table.article fieldset
{
	border-color: #7f7f7f;
}

table.article fieldset legend
{
	color: #000000;
	font-size: 11px;
	font-family: "Trebuchet MS",Arial;
	/*border: solid 1px #000000;*/
}
div.toolbar
{
	height: 30px;
	padding: 0px 5px 0px 5px;
	margin-bottom: 13px;
	border-bottom: solid 1px #000000;
}
div.toolbar span.h2
{
	color: #000000;
	line-height: 20px;
	font-family: "Trebuchet MS","Arial";
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
div.actionButtons
{
	padding: 13px 0px;
	height: 45px;
}
div.actionButtons div
{
	float: right;
}

span.errorLog div
{
	width: 100%;
	padding: 1px 4px;
	margin-bottom: 2px;
	background: #ffafaf;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

/* NewCal */

div.NewCal
{
}

div.NewCalNav
{
	margin-bottom: 2px;
	border: solid 1px #ccc;
	padding-top: 2px;
	background: rgb(253,252,201);
	background: -moz-linear-gradient(top,  rgba(253,252,201,1) 0%, rgba(242,235,161,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,252,201,1)), color-stop(100%,rgba(242,235,161,1)));
	background: -webkit-linear-gradient(top,  rgba(253,252,201,1) 0%,rgba(242,235,161,1) 100%);
	background: -o-linear-gradient(top,  rgba(253,252,201,1) 0%,rgba(242,235,161,1) 100%);
	background: -ms-linear-gradient(top,  rgba(253,252,201,1) 0%,rgba(242,235,161,1) 100%);
	background: linear-gradient(to bottom,  rgba(253,252,201,1) 0%,rgba(242,235,161,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfcc9', endColorstr='#f2eba1',GradientType=0 );
}

table.NewCalNav
{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
}
table.NewCalNav .monthName
{
	padding: 2px 0;
	text-align: center;
	vertical-align: middle;
}
table.NewCalNav .previousMonth,
table.NewCalNav .nextMonth
{
	width: 100px;
	text-align: center;
}
table.NewCalNav .previousMonth a,
table.NewCalNav .nextMonth a
{
	display: block;
	height: 24px;
	text-decoration: none;
}
table.NewCalNav .previousMonth
{
	background: url(images/calendar_previous.gif) 50% 50% no-repeat;
}
table.NewCalNav .nextMonth
{
	background: url(images/calendar_next.gif) 50% 50% no-repeat;
}

div.NewCalContent
{
	width: 100%;
}

div.NewCalContent td
{
	padding:0 !important;
}

table.NewCal
{
	width: 100%;
	/*border: solid 1px #DF0029;*/
	font-size: 20px;
	color: #ddd;
	font-weight: bold;
}
table.NewCal td
{
	border: solid 1px #ccc;
	text-align: center;
	padding:0;
}
table.NewCal tr.weekNumSpacerRow
{
	display: none;
}
table.NewCal tr.weekNumSpacerRow td
{
	padding: 0;
	font-size: 0;
	overflow: hidden;
}
table.NewCal th.topLeft
{
	background: #eee;
}
table.NewCal th.dayName
{
	padding: 2px 0px;
	border: solid 1px #ccc;
	text-align: center;
	background: #eee;
	background: url(images/cal_day_bg.png) no-repeat top left;
	font-size: 11px;
	color: #333;
	text-transform: uppercase;
}
table.NewCal th.wd1
{
	width: auto;
}
table.NewCal th.wd6
{
	/*width: 40px;*/
}
table.NewCal th.wd7
{
	/*width: 40px;*/
}
table.NewCal tr th.wd7
{

}
table.NewCal td.weekNum
{
	width: 20px;
	font-weight: bold;
}
table.NewCal td.day
{
}
table.NewCal td.wd6
{
	
}
table.NewCal td.wd7
{
	
}
table.NewCal td.day a
{
	display: inline;
	width: 39px;
	padding: 8px 0 7px 0;
	font-size: 16px;
	line-height: normal;
	color: #ddd;
	font-weight: bold;
	text-decoration: none;
	vertical-align:center;
}
table.NewCal tr td.event
{
	text-align: center;
	background: url(images/cal_event_bg.png) no-repeat top left;
}
table.NewCal tr td.event a
{
	position: relative;
	color: #DF0029;
}
table.NewCal tr td.event a img
{
	text-align: left;
	position: absolute;
	top: 4px;
	left: 3px;
	width: 32px;
	height: 32px;
}
div table.NewCal tr td.today
{
	background: #8CADA2;
}
div table.NewCal tr td.today a
{
	color: #fff;
}
table.NewCal td.preDay,
table.NewCal td.postDay
{
	/*background: #ddd;*/
	border-left: none;
	border-right: none;
}
table.NewCal td.postDay
{
	border-bottom: none;
}

div.NewCal div.filter img.minicalLoginLogo
{
	/* display:none; */
	width: 31px;
	height: 32px;
	background: url(images/guif_logga_32.png) no-repeat left top;
}
div.NewCal div.filter
{
	padding: 1px 3px;
	padding-top: 5px;
}
div.NewCal div.filter .form td
{
	padding-right: 8px;
}
div.NewCal div.filter .form td.c3
{
	padding-left: 4px;
}
div.NewCal div.editForm
{
	padding: 1px 6px;
	padding-top: 8px;
}
div.NewCal .selTextList
{

}

/* Pop up */

.qtip
{
    padding: 0px 8px 4px 4px;
    background: #fff;
    border: solid 1px #000;
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	color: #000;
}
.ie .qtip
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
.ie6 .qtip
{
	filter:progid:DXImageTransform.Microsoft.Alpha(enabled = false);
}
.qtip .qtip-wrapper
{
}
.qtip .qtip-contentWrapper
{
	background: #fff !important;
	border: none !important;
}
.qtip .qtip-contentWrapper h1
{
	margin: 0;
	padding: 0;
	font-size: 20px;
}
.qtip .qtip-title
{
	display: none;
	margin-left: 1px;
	padding: 0 !important;
	padding-top: 1px !important;
	font-size: 12px;
	font-weight: bold;
	background: none !important;
}
.qtip .qtip-content
{
	font-size: 11px;
	padding: 0 !important;
    	border: none;
	margin: 2px 2px 2px 2px;
	color: #000 !important;
	background: none !important;
}
.qtip .qtip-content div.event
{
	padding-left: 15px;
	margin-top: 5px;
	background: url(images/icon_event.gif) 0 2px no-repeat;
}
.qtip .qtip-content div.title
{
	font-size: 12px;
	font-weight: bold;
}


div.NewCal div.filter td.c1
{
	display: none;
}
div.NewCal div.filter td.c2
{
	display: none;
}

div.menuBlock
{
	padding-top: 20px;
}

/* productCategories */

.productCategories
{
	font-family: "futura-pt",sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	line-height: 18px;
}
.productCategories div.level
{
	padding: 3px 0px 0px 15px;
}
.productCategories div.lev1
{
	padding: 0;
}
.productCategories div.cat
{
	padding: 0px 0;
}
.productCategories a
{
	display: block;
	width: 100%;
	padding: 6px 8px 6px 10px;
	border-bottom: 1px solid #4486c3;
	text-decoration: none;
	color: #333;
}
.productCategories div.lev2
{
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	font-weight: normal;
	line-height: 16px;
}
.productCategories div.lev2 a
{
	margin: 1px 0;
	padding: 3px 8px 3px 10px;
	border-bottom: none;
}
.productCategories a.inPath
{
	background: #eeeeee;
	background: -moz-linear-gradient(left,#eeeeee 40%,#ffffff 100%);
	background: -webkit-gradient(linear,left top,right top,color-stop(40%,#eeeeee),color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left,#eeeeee 40%,#ffffff 100%);
	background: -o-linear-gradient(left,#eeeeee 40%,#ffffff 100%);
	background: -ms-linear-gradient(left,#eeeeee 40%,#ffffff 100%);
	background: linear-gradient(to right,#eeeeee 40%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=1);
	color: #000;
}
.productCategories a.selected
{
}
.productCategories a:hover
{
	color: #000;
	background: #eeeeee;
	background: -moz-linear-gradient(left,#eeeeee 40%,#ffffff 100%);
	background: -webkit-gradient(linear,left top,right top,color-stop(40%,#eeeeee),color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left,#eeeeee 40%,#ffffff 100%);
	background: -o-linear-gradient(left,#eeeeee 40%,#ffffff 100%);
	background: -ms-linear-gradient(left,#eeeeee 40%,#ffffff 100%);
	background: linear-gradient(to right,#eeeeee 40%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=1);
}
.productCategories a.inPath:hover
{
}

/*--------------------------------------------------------------------------------*/
/* ProgGrid */

div.prodFilter
{
	padding: 0 0 30px 15px;
}
div.prodSearch
{
	padding: 0 0 10px 15px;
}
div.prodGrid
{
	font-size: .9em;
	line-height: normal;
}
div.prodGrid div.image
{
	height: 80%;
	padding: 4px 4px;
	line-height: 91px;
	float: left;
	background: #fff;
	overflow: hidden;
}
div.prodGrid div.image a
{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
div.prodGrid div.description
{
	padding: 0 10px 0 0;
	margin-left: 113px;
}
div.prodGrid div.prod img
{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
div.prodGrid div.prod div.artNo
{
	margin-bottom: 4px;
	font-style: italic;
}
div.prodGrid div.prod div.title
{

}
div.prodGrid div.prod div.extraText
{

}
div.prodGrid div.prod div.price
{
	margin-top: 10px;
}
div.prodGrid div.prod h3
{
}
div.prodGrid div.prodGrid
{

}
div.prodGrid div.prod
{
	color: #000;
	height: 280px;
	background: #fff;
	float: left;
	width: 50%;
	margin: 0;
	padding: 20px 20px;
	cursor: pointer;
	border: 1px solid #ddd;
}
div.prodGrid div.prod.rel
{
	width: 25%;
	margin: 0 8px 15px 0px;
}
div.prodGrid div.prod:hover
{
}
div.prodGrid div.oddCol
{
	clear: left;
}
div.prodGrid div.evenCol
{
	float: right;
}
@media screen and (min-width: 720px) and (max-width: 959px)
{
	div.prodGrid div.prod
	{
		width: 100%;
		clear: both;
		float: none;
	}
}
@media screen and (max-width: 599px)
{
	div.prodGrid div.prod
	{
		width: 100%;
		clear: both;
		float: none;
	}
	div.prodGrid div.prod.rel
	{
		width: 100%;
		clear: both;
		float: none;
	}
}
div.prodGrid div.col1
{
	margin-left: 0;
}
div.prodGrid div.row1
{
	margin-top: 0;
}
div.prodGridPager,
div.prodGridPageSize
{
	clear: both;
	padding: 30px 0 10px 0;
	font-size: 12px;
	text-align: center;
}
div.prodGridPager a,
div.prodGridPageSize a
{
	margin: 0 10px;
	font-size: 12px;
}
div.prodGridPager a.spec,
div.prodGridPageSize a.spec
{

}
div.prodGridPager b,
div.prodGridPageSize b
{
	margin: 0 10px;
	color: #000;
}

/*--------------------------------------------------------------------------------*/

/* Custom */
div.eShopProdImgOverview
{
	float: right;
}
@media screen and (max-width: 640px)
{
	div.eShopProdImgOverview {float: left;}
}

/* Icons TopArea 960/320px */

.eShop320
{
	margin-bottom:10px;
}
.eShop320 div
{
	white-space: nowrap;
	float:left;
	vertical-align:top;
	margin: 0px 4px 0px 4px;
}
.eShop320 div a
{
	color:#000;
	font-size:1.4em;
	line-height: 1.6em;
}
.eShop320 div a img
{
	vertical-align:middle;
}
.eShop960
{
	display:block;
	position:absolute;
	z-index:999;
	top:20px;
	right:40px;
}

.eShop960 a
{
	color:#fff;
}

.productFormRow
{
	display: block;
	margin: 15px 0 15px 0;
}

.ePriceRow,
.eBuyWidget
{
	margin: 20px 0 25px 0;
}

.ePriceRow td,
.eBuyWidget td
{
	vertical-align: middle;
}

.ePriceRow .ePrice
{
	padding-right: 10px;
	
}

.ePriceRow .ePrice div
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 18px;
	padding-top: 1px;
	color: #000;
}

.ePriceRow .eQty input,
.eBuyWidget .eBuyWidgetQty input
{
	margin: 0;
	width: 50px;
	border: solid 1px #afafaf;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}

.ePriceRow .eBuy,
.eBuyWidget .eBuyWidgetButton
{
	padding-left: 2px;
	vertical-align: top;
}

.ePriceRow .eReadMore
{
	padding-left: 4px;
}

.ePriceRow .eBuy img,
.eBuyWidget .eBuy img
{
	/*border: solid 1px #000000;*/
}

div#esCart
{
	background: #fff;
	border: 1px solid #ddd;
	padding: 40px 40px;
}
#esCart .ArticleRows
{
	width: 100%;
}

#esCart .ArticleRows th,
#esCart .ArticleRows td
{
	padding: 1px 4px;
	vertical-align: middle;
}

#esCart .ArticleRows tr.header
{
	background: #efefef;
}

#esCart .ArticleRows .ArticleNo
{
	width: 100px;
}
#esCart .ArticleRows .Name
{

}
#esCart .ArticleRows .Qty
{
	width: 100px;
	text-align: right;
}
#esCart .ArticleRows .Price
{
	width: 100px;
	text-align: right;
}
#esCart .ArticleRows .LineSum
{
	width: 100px;
	text-align: right;
}
#esCart .ArticleRows .cmdRemove
{
	width: 20px;
	text-align: center;
}

#esCart .ArticleRows .Qty input
{
	text-align: right;
	width: 40px;
}
#esCart .ArticleRows tr.Sum td
{
	border-top: solid 1px #7f7f7f;
	font-weight: bold;
}

#esCart .buttons
{
	margin-top: 10px;
}

#esCart .buttons td
{
	padding-right: 15px;
}

#esCart .orderFooter
{
	font-size: 10px;
	color: #7f7f7f;
}

#esCart .orderFooter .label
{
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}

#esCart .addArticle
{
	margin-top: 10px;
	padding: 0 20px 10px 20px;
	background: #eeeeee;
	background: -moz-linear-gradient(top,#f7f7f7 0%,#dddddd 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7f7f7),color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,#f7f7f7 0%,#dddddd 100%);
	background: -o-linear-gradient(top,#f7f7f7 0%,#dddddd 100%);
	background: -ms-linear-gradient(top,#f7f7f7 0%,#dddddd 100%);
	background: linear-gradient(to bottom,#f7f7f7 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#dddddd',GradientType=0);
	border: 1px solid #ccc;
	display:none;
}
#esCart .addArticle .c1,
#esCart .addArticle .c3
{
	color: #000;
	font-weight: bold;
}
#esCart .addArticle input.artNo
{
	width: 100px;
}

#esCart .addArticle input.qty
{
	width: 40px;
}

#esPayMethods
{
	width: 200px;
}
#esPayMethods div.PayMethod
{
	width: 200px;
	margin: 4px 0px;
	padding: 5px 10px;
	border: solid 1px #afafaf;
	cursor: pointer;
}
#esPayMethods div.PayMethodHover
{
	margin: 4px 0px;
	padding: 5px 10px;
	border: solid 1px #afafaf;
	background: #ffffef;
	cursor: pointer;
}
#esDeliveryMethods
{
	width: 200px;
}
#esDeliveryMethods div.DeliveryMethod
{
	width: 200px;
	margin: 4px 0px;
	padding: 5px 10px;
	border: solid 1px #afafaf;
	cursor: pointer;
}
#esDeliveryMethods div.DeliveryMethodHover
{
	margin: 4px 0px;
	padding: 5px 10px;
	border: solid 1px #afafaf;
	background: #ffffef;
	cursor: pointer;
}
table.form_head_right th
{
	padding-right: 5px;
}
table.esKeyValue th
{
	padding-right: 5px;
}
table.esKeyValue td
{
	padding-right: 8px;
}

table.buttonRow td
{
	padding-right: 15px;
}

body #eShopTopAreaOuter
{
}
body #eShopTopArea
{
	margin-top: 10px;
	margin-right: 10px;
}

body #eShopTopArea a
{
	color: #fff;
	text-decoration: none;
}

body #eShopTopArea  ul.links
{
	float: right;
}

body #eShopTopArea ul.links span.link
{
	padding: 0px 10px 0px 10px;
	background: background: #1f1f1f;
	background: -moz-linear-gradient(top,#1f1f1f 0%,#525252 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1f1f1f),color-stop(100%,#525252));
	background: -webkit-linear-gradient(top,#1f1f1f 0%,#525252 100%);
	background: -o-linear-gradient(top,#1f1f1f 0%,#525252 100%);
	background: -ms-linear-gradient(top,#1f1f1f 0%,#525252 100%);
	background: linear-gradient(to bottom,#1f1f1f 0%,#525252 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f1f1f', endColorstr='#525252',GradientType=0);
	background: #000000;
	background: -moz-linear-gradient(top,#000000 0%,#333333 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#000000),color-stop(100%,#333333));
	background: -webkit-linear-gradient(top,#000000 0%,#333333 100%);
	background: -o-linear-gradient(top,#000000 0%,#333333 100%);
	background: -ms-linear-gradient(top,#000000 0%,#333333 100%);
	background: linear-gradient(to bottom,#000000 0%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#333333',GradientType=0);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 720px) and (max-width: 959px)
{
	#eShopTopArea .links li
	{
		display: inline-block;
		margin-right: 20px;
	}
}

body #esTopAreaCartStatusOuter
{
	position: relative;
}
body #esTopAreaCartStatus
{
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	background: #000000;
	background: -moz-linear-gradient(top,#000000 0%,#333333 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#000000),color-stop(100%,#333333));
	background: -webkit-linear-gradient(top,#000000 0%,#333333 100%);
	background: -o-linear-gradient(top,#000000 0%,#333333 100%);
	background: -ms-linear-gradient(top,#000000 0%,#333333 100%);
	background: linear-gradient(to bottom,#000000 0%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#333333',GradientType=0);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
body #esTopAreaCartStatus .title
{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-bottom: 6px;
}
body #esTopAreaCartStatus table
{
	margin-left: 10px;
	font-size: 12px;
}
body #esTopAreaCartStatusOuter #esTopAreaCartStatus a.showCart
{
	float: right;
	margin-top: 11px;
	margin-right: 20px;
	color: #fff;
}
body #esTopAreaCartStatusOuter #esTopAreaCartStatus a.showCart:hover
{
	color: #000;
}

.esOrder .ArticleRows
{
	border-top: solid 1px #cfcfcf;
	border-bottom: solid 1px #dfdfdf;
}
.esOrder .ArticleRows .ArticleNo
{
	width: 100px;
}
.esOrder .ArticleRows .Name
{

}
.esOrder .ArticleRows .Qty
{
	width: 100px;
	text-align: right;
}
.esOrder .ArticleRows .Price
{
	width: 100px;
	text-align: right;
}
.esOrder .ArticleRows .LineSum
{
	width: 100px;
	text-align: right;
}
.esOrder .ArticleRows .Date
{
	width: 100px;
}
.esOrder .ArticleRows .cmdRemove
{
	width: 20px;
	text-align: center;
}

.esOrder .ArticleRows .Qty input
{
	text-align: right;
	width: 30px;
}
.esOrder .ArticleRows tr.Sum td
{
	font-weight: bold;
}
.esOrder .ArticleRows tr.SubSum td
{
	font-weight: bold;
	color: #5f5f5f;
}

.eShopMyAccount .columns .column
{
	min-width: 190px;
}
.eShopMyAccount .columns .column .colA
{
	min-width: 440px;
}

@media screen and (min-width: 479px) and (max-width: 719px)
{
	.eShopMyAccount .columns .colB,
	.eShopMyAccount .columns .colC
	{
		width: 49.9%;
		padding: 0;
	}
}
@media screen and (max-width: 479px)
{
	.eShopMyAccount div.columns .column
	{
		min-width: 140px;
	}
	.eShopMyAccount div.columns .colA
	{
		width: 100%;
		padding: 0;
	}
	.eShopMyAccount .columns .colB,
	.eShopMyAccount .columns .colC
	{
		width: 49.9%;
		padding: 0;
	}
}

div.retailers
{
	margin: -10px;
}
div.retailerOuter h3
{
	font-size: 16px;
}
div.retailerOuter
{
	width: 33.3%;
	padding: 10px 10px;
	float: left;
}
div.retailer
{
	min-height: 205px;
	padding: 13px 10px 8px 10px;
	background: #eeeeee;
	background: -moz-linear-gradient(top,#f7f7f7 0%,#dddddd 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7f7f7),color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,#f7f7f7 0%,#dddddd 100%);
	background: -o-linear-gradient(top,#f7f7f7 0%,#dddddd 100%);
	background: -ms-linear-gradient(top,#f7f7f7 0%,#dddddd 100%);
	background: linear-gradient(to bottom,#f7f7f7 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#dddddd',GradientType=0);
	border: 1px solid #ccc;	
}
div.retailerInfo
{
	padding: 10px 5px 5px 5px;
}

@media screen and (max-width: 959px)
{
	div.retailers .retailerCol3 {display: none;}
	div.retailers .retailerCol2 {display: block;}
}
@media screen and (min-width: 720px) and (max-width: 959px)
{
	div.retailerOuter
	{
		width: 49.9%;
	}
	div.retailer
	{
		min-height: 210px;
	}
}
@media screen and (min-width: 480px) and (max-width: 719px)
{
	div.retailers
	{
		margin: -5px;
	}
	div.retailerOuter
	{
		width: 49.9%;
		padding: 5px;
	}
	div.retailer
	{
		min-height: 210px;
	}
}
@media screen and (max-width: 479px)
{
	div.retailers
	{
		margin: -5px;
	}
	div.retailerOuter
	{
		width: 100%;
		padding: 5px;
	}
	div.retailer
	{
		min-height: auto;
	}
	div.retailers .retailerCol2 {display: none;}
}

/*--- Checkout V2 -----------------------------------------------------------------------------*/

div.checkoutPanel
{
	margin-bottom: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #ffffff;
	background: -moz-linear-gradient(top,#ffffff 0%,#eeeeee 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,#ffffff 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,#ffffff 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,#ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,#ffffff 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}

div.checkoutPanelGreyed
{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
}

div.checkoutPanel div.checkoutLabel
{
	position: relative;
	padding: 0 10px;
}

div.checkoutPanel div.checkoutLabel .checkoutPanelIcon
{
	position: absolute;
	font-size: 160%;
	color: rgba(0, 0, 0, .45);
	line-height: 160%;
	cursor: default;
}

div.checkoutPanel div.checkoutLabel .checkoutPanelIcon i
{
	vertical-align: middle;
}

div.checkoutPanel div.checkoutLabel .checkoutPanelIconValid
{
	color: rgba(12, 84, 34, 1);
}

div.checkoutPanel div.checkoutLabel .checkoutPanelValidIcon
{
	display: none;
	position: absolute;
	top: 0;
	margin: 0 0 0 -10px;
	font-size: 200%;
	color: rgba(0, 150, 0, 1);
	line-height: 130%;
}

div.checkoutPanel div.checkoutLabel .checkoutPanelValidIcon i
{
	vertical-align: middle;
}

div.checkoutPanel label.checkoutPanel
{
	display: block;
	width: 100%;
	padding: 10px 0 10px 40px;
	font-size: 120%;
	color: rgba(0, 0, 0, .5);
	cursor: default;
}

div.checkoutPanel div.checkoutLabel .checkoutPanelChange
{
	position: absolute;
	right: 0;
	display: block;
	width: 100px;
	padding: 10px 0;
	line-height: 160%;
	text-align: center;
}

div.checkoutPanelOpen label.checkoutPanel
{
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

div.checkoutContent
{
	padding: 10px 10px;
}
div.checkoutContentChosen
{
	padding: 10px 10px;
	font-weight: bold;
}
div.checkoutContent h2
{
	font-size: 22px;
}
/*
div.checkoutPanel ul
{
	margin: 0;
	padding: 0;
}

div.checkoutPanel ul li
{
	position: relative;
	list-style-type: none;
	margin: 0 0;
	padding: 10px 10px 10px 32px;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

div.checkoutPanel ul li+li
{
	
}

div.checkoutPanel ul li input
{
	position: absolute;
	left: 0;
	top: 50%;
	margin: 0 10px;
	margin-top: -7px;
}

div.checkoutPanel ul li label
{
	display: block;
	font-weight: bold;
}

div.checkoutPanel ul li img.logo
{
	display: inline-block;
}
*/
div.checkoutContent > .checkoutTable
{
	margin-top: -10px;
}
.checkoutTable
{
	width: 100%;
	border-collapse: separate;
}

.checkoutTable td
{
	padding: 10px 0px;
	vertical-align: middle;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.checkoutTable tr:last-of-type td
{
	border-bottom: none;
}

.checkoutTable td.checkoutSelect
{
	width: 30px;
	text-align: center;
}

.checkoutTable td.checkoutSelect input
{
	margin-top: 0;
}

.checkoutTable td.checkoutName
{
	padding-left: 4px;
}

.checkoutTable td.checkoutLogo
{
	width: 60px;
	text-align: center;
}

.checkoutTable td.checkoutInfo
{
	width: 100px;
	text-align: center;
}

.checkoutTable td.checkoutPrice
{
	width: 70px;
	padding-right: 10px;
	text-align: right;
}

div.checkoutPanel td.checkoutName label
{
	display: block;
	font-weight: bold;
	cursor: pointer;
}

div.checkoutPanel .chosenImageSprite-container .chosen-results li i
{
	margin: 4px 6px 2px 4px;
}

div.checkoutPanel .chosenImageSprite-container .chosen-single span i
{
	margin: 3px 6px 2px 4px;
}

div.checkoutPanel select
{
	height: 22px;
}

div.manufacturerLogo
{
	width: 30%;
}
div.manufacturerLogo img
{
	max-width: 100%;
}


/* prodList */

.accessoryList
{
	border-bottom: 1px solid #ccc;
}

.accessoryList table.prodList
{
	table-layout: fixed;
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
}
#ProductAddToCartPlugin-messages-dialog
{
	text-align: center;
}

#ProductAddToCartPlugin-messages-dialog h3
{
	font-size: 1.1em;
	line-height: normal;
	font-weight: normal;
	margin: 0 0 0 0;
}

.accessoryList table.prodList > thead > tr > th
{
	padding: 3px 5px;
	vertical-align: middle;
	/*border: 1px solid #ccc;
	border-style: solid none solid none;*/
	background: #eee;
}
.accessoryList table.prodList > tbody > tr > td
{
	padding: 6px 8px;
	vertical-align: middle;
	/*border: 1px solid #ccc;
	border-style: solid none solid none;*/
}
.accessoryList table.prodList .c1 img
{
	width: 100%;
}
.accessoryList table.prodList table.eBuyWidget
{
	border: none;
}
.accessoryList table.prodList table.eBuyWidget td
{
	padding: 0;
	border: none;
}
.accessoryList table.prodList table.eBuyWidget .eBuyWidgetQty input
{
	width: 50px;
	text-align: center;
}
.accessoryList table.prodList table.eBuyWidget .eBuyWidgetButton
{
	padding-left: 10px;
}

.accessoryList table.prodList .c1,
.accessoryList table.prodList .c2,
.accessoryList table.prodList .c3
{
	vertical-align: top;
}

.accessoryList table.prodList .c1
{
	width: 96px;
}
.accessoryList table.prodList .c2
{
	width: 100px;
}
.accessoryList table.prodList .c4
{
	width: 120px;
	font-weight: bold;
	font-size: 16px;
}
.accessoryList table.prodList .c5
{
	width: 150px;
}
.accessoryList table.prodList .cQty
{
    width: 50px;
    text-align: center;
}
.accessoryList table.prodList .cQty input
{
    width: 100%;
    text-align: center;
}
.accessoryList table.prodList h3
{
	display: inline-block;
}

@media screen and (max-width: 479px)
{
	/* Force table to not be like tables anymore */
	#body div.accessoryList  table.prodList thead,
	#body div.accessoryList table.prodList tbody,
	#body div.accessoryList table.prodList tr.prod th.prod,
	#body div.accessoryList table.prodList tr.prod td.prod,
	#body div.accessoryList table.prodList tr.prod
	{ 
		display: block;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#body div.accessoryList table.prodList td.prod
	{
		empty-cells: show;
	}

	#body div.accessoryList table.prodList tr.prod td.c2,
	#body div.accessoryList table.prodList tr.prod td.c4,
	#body div.accessoryList table.prodList tr.prod td.c5,
	#body div.accessoryList table.prodList tr.prod td.cQty
	{
		display: inline;
	}
	#body div.accessoryList table.prodList tr.prod td.cQty input
	{
		margin-left: 5px;
		width: 50px;
	}
	#body div.accessoryList table.prodList tr.prod td.c5
	{
		display: inline-block;
		float: right;
	}
	#body div.accessoryList table.prodList tr.prod td.c1 img
	{
		width: 64px;
		border: 1px solid rgba(0, 0, 0, .1);
		background: #fff;
	}
	/*

	#body div.accessoryList table.prodList tr.c3 td
	{ 
		display: inline;
	}
	*/
	#body div.accessoryList table.prodList,
	#body div.accessoryList table.prodList table.form
	{
		border: none;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	#body div.accessoryList table.prodList thead tr
	{ 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	#body div.accessoryList table.prodList tr.prod
	{
		margin: 10px 0;
		padding: 5px 5px;
		border: 1px solid #ccc;
		overflow: hidden;
	}

	#body div.accessoryList table.prodList td.prod
	{ 
		width: auto;
		padding: 2px 0;
		border: none;
		text-align: left;
		vertical-align: middle;
		line-height: 20px;
	}
	
	#body div.accessoryList table.prodList td.prod:before
	{
		padding: 0;
		overflow: visible;
		line-height: 10px;
	}
	
}
.poll
{
	width: 100%;
}
.pollResults
{
	margin: 4px 0;
	padding: 2px 2px;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
}
div.pollChoices
{
	margin: 4px 0;
	padding: 2px 0px;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
}
.pollChoices tr td
{
	height: 20px;
	vertical-align: middle;
	
	padding: 0 2px;
	_padding: 0;
}
.pollLink
{
	display: none;
	text-align: center;
}
.pollButton
{
	padding-left: 100px;
}
.pollResult
{
	padding: 1px 0 4px 0;
}
.pollBar
{
	height: 10px;
	/*border: solid 1px #999;*/
	background: #D21331;
	font-size: 0;
}
.pollVotes
{
	padding-left: 5px;
	font-size: 11px;
}
@font-face
{
  font-family: UrwDinRegular;
  src: url(images/URWDIN-Light.woff);
  font-weight: normal;
}
@font-face
{
  font-family: UrwDinMedium;
  src: url(images/URWDIN-Regular.woff);
  font-weight: bold;
}
@font-face
{
  font-family: UrwDinBold;
  src: url(images/URWDIN-Medium.woff);
  font-weight: bold;
}
@font-face
{
  font-family: UrwDinBolder;
  src: url(images/URWDIN-Bold.woff);
  font-weight: bold;
}
.productPageTop {
  transition: max-height 0.5s ease;
  overflow: hidden;
}
.productPageTop::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, transparent,#F4F1EE);
  pointer-events: none;
}
.productPageTop-readmore-link {
  display: block;
  margin-top: 10px;
  color: #0E5422;
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
  padding: 10px 20px;
}
#checkout
{
	background: #fff;
	border: 1px solid #ccc;
	padding: 40px;
}
#startSearchBox
{
	width: 80px;
	margin-right: 4px;
}

#relatedProducts div.prod.rel 
{
	width: 25%;
	min-width: 300px;
	height: 400px;
	text-align: center;
	margin: 0px 0px;
	border: 0px;
	box-shadow: inset 0 0 0 3px #ffffff, inset 0 0 0 4px #ddd;
}
#relatedProducts div.prod div.relImage 
{
	height: 150px;
}
#relatedProducts div.prod div.title 
{
	height: 60px;
}
#relatedProducts div.prod div.title h1 
{
	margin: auto;
}
#relatedProducts table.eBuyWidget
{
	margin: 0px auto;
}
#relatedProducts div.relatedProductsCartButton
{

}
@media screen and (max-width: 959px)
{
	#relatedProducts div.prod.rel { width: 50%; float: left; clear: none; } 
}
@media screen and (max-width: 640px)
{
	#relatedProducts div.prod.rel { width: 100%; } 
}

#relatedProducts div.prod.rel img
{
	/*max-width: 80%;
	max-height: 80%;*/
}
#lastProductListOuter
{
	width: 100%;
    min-height:420px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 20px 10px;
	text-align: center;
}

#lastProductList
{
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	background: #fff;
}

#lastProductList div
{
	background: #fff;
	max-height: 400px;
}
#lastProductList div:first-child
{
	display:block;
}
#lastProductList > div
{
	width:100%;
	padding: 10px 10px;
	overflow: hidden;
}
#lastProductList div span
{
	display:block;
	height: 50px;
	text-align: center;
}
#lastProductList img
{
	max-width: 100%;
	max-height: auto;
	object-fit: cover;
}

span#prodlist_category_filter
{
	display:none;
}
div#SelectionList_selCategory
{
	display:none;
}

html {
    -webkit-text-size-adjust: 100% !important; /* Prevent font scaling in landscape while allowing user zoom */
}
div#esCart .ArticleRows thead th
{
	color: #0e5422;
	font-family: UrwDinBolder, sans-serif;
	font-size:18px !important;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
div#esCart .ArticleRows
{
	border-bottom: 1px solid #ddd;
}
div#esCart tr.articleRow td
{
	padding: 8px 4px !important;
}
div#iconMenuTree .iconMenuTreeToggle
{
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="rgb(23,84,33)" viewBox="0 0 24 24"><path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"/></svg>') !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
div#iconMenuTree .iconMenuTreeParentOpen .iconMenuTreeToggle
{
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="rgb(23,84,33)" viewBox="0 0 24 24"><path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-12v-2h12v2z"/></svg>') !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
div.offerCartFieldset
{
	background: #fff;
	padding: 40px 80px;
	border: 1px solid #ddd;
}
@media screen and (max-width: 1024px)
{
	div.offerCartFieldset {padding: 20px 20px;}
}
div.offerCartFieldset div.formColumn
{
	padding: 20px 20px;
}
div.offerCartFieldset div.offerCart
{
	padding: 20px 20px;
	border-bottom: 1px solid #eee;
}
div.offerCartFieldset div.actionButtons
{
	padding: 20px 20px !important;
}
span.eShop div.section div img
{
	/*border: 1px solid #ddd;*/
	padding: 10px 10px;
	margin: 10px;
}
div.prodList
{
	padding: 20px 20px;
	background: #fff;
	border: 1px solid #ccc;
}
div.prodList table.prodList
{
	border: 0px;
}
div.prodList table.prodList th
{
	border: 0px;
}
div.prodList table.prodList .c1
{
	width: 64px;
}
div.prodList table.prodList .c5
{
	/*display: none;*/
	width: 200px;
}
div#productpage-top-left
{
	width:100%;
	color:#999;
	height:100%;
	line-height:1.7em;
	font-size: 1.1em;
	letter-spacing:1px;
	padding-right: 60px;
}
div#productpage-top-right
{
	width:100%;
	color:#999;
	float:left;
	height:100%;
	text-align:center
}
a.productpage-top-right-button
{
	border:1px solid #ccc;
	text-align:center;
	display:block;
	padding: 20px 20px;
	margin-top:20px;
	text-decoration: none;
}
div#productpage-overview
{
	background:#fff;
	width: 100%;
	border:1px solid #ddd;
	padding:40px 40px;
	float:left;
	line-height:1.5em
}
div#productpage-overview-img
{
 	width:50%;
	float:right;
}
div#bottom-menu
{
	width: 100%;
	text-align: center;
	border-top: 1px solid #eee;
	min-height: 100px;
}
div#bottom-menu div
{
	width: 50%;
	float: left;
	padding: 20px 40px;
	font-size: 12px;
	color: #999;
}
@media screen and (max-width: 1024px)
{
	div#bottom-menu div {width:100%; padding:10px 0px !important; margin:0px; float:left;}
}
div#startpage-header
{
	float:left;
	line-height: 22px;
	font-size: 16px;
	width: 100%;
	padding: 60px 0px;
	position: relative;
	background: url(/files/4e6ae5593f7e1870f720b9a296c193d8.jpg) no-repeat right;
	background-size: contain;
}
@media screen and (max-width: 640px)
{
	div#startpage-header {background: url(/files/8abb6872e8cbe76c8142c9b46040e06a.jpg) no-repeat right;}
}

div#startpage-header-inner
{
	max-width: 1440px;
	margin: 0 auto;
	padding: 0px 40px;
	position: relative;
}
div#startpage-header-left
{
	float:left;
	width: 50%;
	padding-right: 40px;
	position: relative;
}
div#startpage-header-right
{
	float:left;
	width:50%;
	height: 220px;
	padding-left: 40px;
	position: relative;
}
div#startpage-header-right div
{
	position: absolute;
	right:0;
	bottom:0;
}
div#startpage-product-sectors
{
	/*background: #40b63b;*/
	background: #005426;
	color: #fff;
	float:left;
	line-height: 22px;
	font-size: 16px;
	width: 100%;
	padding: 60px 0px;
}
div#startpage-product-sectors-inner
{
	max-width: 1440px;
	margin: 0 auto;
	padding: 0px 40px;
}
div#startpage-product-sectors a
{
	color: #fff;
}
div#startpage-product-sectors h2
{
	color: #fff;
}
div#startpage-product-sectors-left
{
	float:left;
	width: 50%;
	padding-right: 40px;
}
div#startpage-product-sectors-right
{
	float:right;
	width:50%;
	text-transform:uppercase;
	padding-left: 40px;
	line-height:1.8em;
}
div#startpage-product-sectors-right-1
{
	float:left;
	width:50%;
}
div#startpage-product-sectors-right-2
{
	float:right;
	width:50%;
}
@media screen and (max-width: 960px)
{
	div#startpage-product-sectors-left {width:100%; padding:0;}
	div#startpage-product-sectors-right {width:100%; padding:0;float:left;}
}
@media screen and (max-width: 720px)
{
	div#startpage-product-sectors-right-1 {width:100%; padding:0;}
	div#startpage-product-sectors-right-2 {width:100%; padding:0;:float:left}
}
div.startpage-block
{
	width:100%;
	min-height: 420px;
	padding: 40px 40px;
	background: #fff;
	border: 1px solid #ddd;
}
div.startpage-bgblock
{
	width:100%;
	min-height: 420px;
	padding: 40px 40px;
	color: #fff;
	border: 1px solid #ddd;
	background-size: cover !important;
}
div.startpage-bgblock-big
{
	width:100%;
	min-height: 420px;
	padding: 40px 40px;
	color: #000;
	border: 1px solid #ddd;
	background-size: cover !important;
	background-position: center center !important;
}
div.startpage-bgblock-big h2
{
	color: #0e5422;
}
div.startpage-bgblock-big a
{
	color: #0e5422;
}
div.startpage-bgblock-newbig
{
	width:100%;
	min-height: 420px;
	padding: 40px 40px;
	color: #000;
	border: 1px solid #ddd;
	background-repeat: no-repeat !important;
	background-color: #fff !important;
	background-size: contain !important;
	background-position: right center !important;
}
div.startpage-bgblock-newbig h2
{
	color: #0e5422;
}
div.startpage-bgblock-newbig a
{
	color: #0e5422;
}
div.startpage-endblock-outer
{
	max-width: 1440px;
	margin: 0px auto;
	padding: 40px 20px;
}
div.startpage-endblock
{
	width:100%;
	min-height: 520px;
	width: 100%;
	padding: 40px 40px;
	color: #fff;
	background-size: cover !important;
}
div.startpage-bgblock a, div.startpage-bgblock h2, div.startpage-endblock a, div.startpage-endblock h2
{
	color: #fff;
}
div.startpage-productblock
{
	width:100%;
	min-height: 420px;
	padding: 40px 40px;
	background: #fff;
	border: 1px solid #ddd;
	text-align: center;
	position: relative;
}
div.startpage-productblock-text
{
	position: absolute;
	bottom: 0;
	left:0;
	width:100%;
	padding: 40px 40px;
}
/* -------------- */

div#webpage-header
{
	width: 100%;
	height: 38px;
	padding: 0px 20px;
	float:left;
	position:relative;
	background: #fff;
	text-transform: uppercase;
}
div#webpage-header-left
{
	float:left;
	width:40%;
	height: 100%;
	padding: 0px 0px;
}
div#webpage-header-left div
{
	float:left;
	padding: 0px 10px;
	height: 100%;
	font-size: 15px;
	line-height: 38px;
	vertical-align: middle;
}
div#webpage-header-mid
{
	float:left;
	width:20%;
	height: 100%;
	padding: 0px 0px;
	text-align: center;
}
div#webpage-header-mid img
{
	height: 38px;
	min-width: 225px;
}
div#webpage-header-right
{
	float:left;
	width:40%;
	height: 100%;
	padding: 0px 0px;
	font-size: 15px;
	text-align:right;
}
div#webpage-header-right div
{
	float:right;
	padding: 0px 10px;
	line-height: 38px;
	vertical-align: middle;
}
div#webpage-header a
{
	color: #0e5422;
	text-decoration: none;
}
@media screen and (max-width: 960px)
{
	div#webpage-header {margin: 10px 0px;}
	div#webpage-header-left {width:20%;}
	div#webpage-header-mid {width:60%;}
	div#webpage-header-right {width:20%;}
	div#webpage-header-right div {padding: 0px 5px;}
	div#webpage-header-mid img {height: 32px; min-width: 189px;}
}

/*---*/
@media screen and (max-width: 1024px) { iframe {width:480px !important;} }
@media screen and (max-width: 720px) { iframe {width:320px !important;} }
@media screen and (max-width: 480px) { iframe {width:240px !important;} }
/*----*/
.offerCartFieldset .formColumn label.L
{
	width: 100% !important;
	text-align: left !important;
}

.offerCartFieldset .formColumn div
{
	width: 100% !important;
}
.offerCartFieldset div.formColumn
{
	width: 100% !important;
	padding: 10px 20%;
}
@media screen and (max-width: 800px)
{
	.offerCartFieldset div.formColumn { padding: 10px 10%;	}

}
@media screen and (max-width: 640px)
{
	.offerCartFieldset div.formColumn { padding: 10px 10px;	}
	div.offerCart {padding: 5px 5px 5px 5px !important;}
}
/*--------------*/

div.cols.multiCols div.col.colLeft
{
	padding-right: 12px !important;
}
div.cols.multiCols div.col.colRight
{
	padding-left: 12px !important;
	float: right;
	width: 50%;
}

span.eShop table.form
{
	/*clear:both;*/
}

div#productPagePuffGroup
{
}
div#productPagePuffGroup div
{
	width: 25%;
	display:inline;
	float:left;
	padding: 4px 4px;
	text-align: center;
}
div#productPagePuffGroup div a
{
	display: block;
	border: 1px solid #ddd;
	width: 100%;
	height: 100%;
	padding: 10px 10px;
	border-radius: 3px;
}
@media screen and (max-width: 640px)
{
	div#productPagePuffGroup div {width: 50%;}
}
div#esPayMethods
{
	width:50%;
}
div#esPayMethods div.PayMethod, div#esPayMethods div.PayMethodHover
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width:100%;
	height:60px;
}
div#esPayMethods div:nth-child(2) img
{
	/*content: url(images/paypal.png);*/
	width:40% !important;
}
@media screen and (max-width: 720px)
{
	div#esPayMethods {width:100%;}
}

/*---------------------*/
.ModalBox div {
	visibility: hidden;
	position: fixed;
	top: 5%;
	right: 5%;
	bottom: 5%;
	left: 5%;
	z-index: 75;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ModalBox div:before {
	content: '';
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 74;
	background-color: rgba(0, 0, 0, 0);
	transition: all 0.5s ease-out;
}

.ModalBox div img {
	position: relative;
	z-index: 77;
	max-width: 100%;
	max-height: 100%;
	margin-left: -9999px;
	opacity: 0;
	transition-property: all, opacity;
	transition-duration: 0.5s, 0.2s;
	transition-timing-function: ease-in-out, ease-out;
}

.ModalBox div:target { visibility: visible; }

.ModalBox div:target:before { background-color: rgba(0, 0, 0, 0.7); }

.ModalBox div:target img {
	margin-left: 0px;
	opacity: 1;
	border: 3px solid #fff;
	-webkit-box-shadow: 3px 3px 10px #000000;
box-shadow: 3px 3px 10px #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*---------------------*/

div#prodtabs h3
{
	font-size:0.9em;
	margin: 2px 0px 0px 0px;
}

div#prodtabs .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
	background: #eee;
	font-size: 0.8em;
	font-family: UrwDinRegular, sans-serif;
}
div#prodtabs div.ui-accordion-content
{
	background: #fff;
	font-size: 0.8em;
	font-family: UrwDinRegular, sans-serif;
}
div#prod_col_all_images div img
{
	width: 80%;
	text-align:center;
}
div.colBlock
{
	width:30px;
	height:30px;
	display: block;
	margin: 2px 2px;
	float:left;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div#toplogos
{
	width:100%;
	height:50px;
}
img#tarsus-logo
{
	width:230px;
	float:left;
	margin-right:20px;
}
img#sjobloms-logo
{
	width:230px;
	float:left;
	margin-right:20px;
}
@media screen and (max-width: 960px)
{
	img#tarsus-logo {float:none;}
	img#sjobloms-logo {float:none;}
}
div#memoryhook
{
	float:left;
	width:296px;
	font-size:1.4em;
	padding-top:18px;
	white-space: nowrap;
}
/*
@media screen and (max-width: 960px)
{
	div#memoryhook {font-size:1.1em;}
}
*/
@media screen and (max-width: 720px)
{
	div#memoryhook {display:none;}
}
/* ------------------------- */

#esTopAreaCartStatus .checkoutButton
{
	display:none;
}
/* ------------------------- */
@media screen and (max-width: 479px)
{
	div#esTopAreaCartStatus
	{
		width:100%;
		margin:0;
	}
}
.embed-container
{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ------- Puffar ------- */

div.puff
{
	position: relative;
	float: none;
	background: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}
div.puffSpaceMaker
{
	display: block;
	
	background: #fff;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;

}
a.puffLinkHover
{
	text-decoration:none;
}
a.puffLinkHover div.puffSpaceMaker
{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=32)";
	filter: alpha(opacity=32);
	-moz-opacity:.32;
	-khtml-opacity:.32;
	opacity:.32;
}
div.puffText
{
	position: relative;
	display: block;
	width: 100%;
	font-weight:normal;
	text-align: center;
	vertical-align: middle;
	z-index: 1;
	background: rgba(255,255,255,0.8);
	padding:10px 10px 10px 10px;
}
.ie9 div.puffText
{
	filter: progid:DXImageTransform.Microsoft.Shadow(Color='#555555',Direction=-134,Strength=3);
}

/* ------- Knappar -------- */

td.eBuy a.wSuperButton span.middle
{
	background: #0e5422;
	/*border: #e30613 1px solid;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:1em;
	color:#fff;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}
td.eBuy a.wSuperButton:hover span.middle
{
	background: #000;
}
td.eBuy a.wSuperButton span.left
{
	display:none;
}
td.eBuy a.wSuperButton span.right
{
	display:none;
}
td.eBuy a.wSuperButton span.middle img
{
	display:none;
}

.ui-widget {
	/*font-family: Roboto, Sans-serif !important;*/
	/*font-size: 12px;*/
	font-family: UrwDinRegular, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: normal;
	color: #333;
}

table.articleInnerWrapper
{
	width: 100%;
}

/* */

#menubarItem_543
{
	float: right;
}
#menubarItem_543 a img
{
	margin-top: 6px;
}
.mobileLogoLang div.langSwitcher
{
	float:left;
	margin-top:0;
}

/* Lang. Switcher */
div.langSwitcher_div
{
    	float: right;
	position:relative;
	top:46px;
	right: 10px;
}
div.langSwitcher_div table
{
	margin: 0px 0px 0px 0px !important;
}
div.langSwitcher_div table td
{
	padding: 0px 4px 0px 0px !important;
}
div.langSwitcher_div table td img
{
	width:80%;
}
div.langSwitcher
{
	margin-top: 10px;
	padding-right: 43px;
	color:#fff;
}

div.langSwitcher .selTextList
{
	color:#000;
}


div.langSwitcher table
{
	width:100%;
}

div.langSwitcher table td
{
	vertical-align: middle;
}
div.langSwitcher table .c1
{
	padding-right: 8px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}
div.langSwitcher table .c2
{
	width: 150px;
}
div.langSwitcher table .selTextList
{
	height: auto;
	padding: 4px 4px;
}
div.langSwitcher div.selectionList
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height:auto !important;
}
div.langSwitcher div.selectionList td.handle
{
	background: url(images/selection_list_handle.gif) -5px 4px no-repeat !important;
}
div.langSwitcher table img
{
	margin-right: 3px;
	vertical-align: top;
	display: inline;
	border: 1px solid #777;
}

@media screen and (max-width: 650px)
{
	div.langSwitcher table .c1
	{
		display: none;
	}
	div.langSwitcher table .c2
	{
		width: auto;
		padding-left: 10px;
	}
}
@media screen and (max-width: 479px)
{
	div.langSwitcher
	{
		margin-left: 10px;
	}
	div.langSwitcher .SelectionList_ctrlOuter
	{
		width: 60px !important;
	}
	div.langSwitcher .SelectionList_ctrl
	{
		width: 38px !important;
	}
	div.langSwitcher .selTextList
	{
		white-space: nowrap;
		overflow: hidden;
	}
}

/* ----------------- */

span.searchResults
{
	display: block;
	margin-bottom: 13px;
}

/* ----------------- */

.NewsBlock
{
	padding:8px;
}

.News
{
	padding: 5px 15px;
	background: #fff;
	border: none;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .25);
box-shadow: 1px 1px 5px rgba(0, 0, 0, .25);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}



/* ----- Contact form ----- */

.Readyonet_ContactForm input.text,
.Readyonet_ContactForm textarea
{
	width: 100% !important;
}


/* Responsiva inställningar */

div.rspBlock
{
	margin: 0 auto;
}

div.rspArticle
{
	/*background: #fff;*/
}

div.floatFix
{
	height: auto;
}

div.Content
{
	max-width: 960px;
	background: #fff;
}



/* dataGrid */

table.article .dataGrid
{
	width: 100%;
}
table.article .dataGrid td.header
{
	padding: 2 4px;
	background: #eee;
	border: solid 1px #aaa;
	font-weight: bold;
}
table.article .dataGrid td
{
	padding: 2 4px;
	border: solid 1px #aaa;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets */
.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flexslider img {vertical-align: top;}

/* FlexSlider Default Theme
*********************************/
.flexslider {width: 100%; margin: 0px; padding: 0; position: relative;}
.flex-viewport {-webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}

/* Direction Nav */
.flex-direction-nav {position: absolute; width: 100%; top: 50%; margin-top: -15px; font-size: 0; z-index: 100;}
.flex-direction-nav a {display: block; width: 30px; height: 30px; padding: 0; margin: 0; background: url(images/bg_direction_nav.png) no-repeat 0 0; z-index: 1000; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}

.flex-direction-nav .flex-next {float: right; background-position: right top;}
.flex-direction-nav .flex-prev {float: left;}

.flexslider .flex-next {opacity: 0.8;}
.flexslider .flex-prev {opacity: 0.8;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; text-align: center; margin-top:10px;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.flexslider .slides li {position: relative;}

@media screen and (max-width: 860px)
{
	.flex-direction-nav .flex-prev {opacity: 1;}
	.flex-direction-nav .flex-next {opacity: 1;}
}

div.slideImgText
{
	position: absolute;
	padding: 0 30% 0 0;
	font-family: sans-serif;
	font-size: 1.8em;
	font-weight:normal;
	color:#fff;
}

div.slideImgText span
{
	display: block;
	margin-top: 40%;
	padding:5px 0 5px 20px;
	line-height: 1.3em;
	background:url(images/black-transparent.png) repeat;
}

.radiobuttons label
{
	clear: left;
}

.PopupDlg_popup
{
	text-align: left;
	background: #fff;
	border: 1px solid #000;
}
.PopupDlg_popup .PopupDlg_title
{
	padding: 15px 15px;
	background: #fff;
	font-family: UrwDinBold, sans-serif;
	font-size: 1.4em;
	line-height: normal;
	font-weight: normal;
	vertical-align: middle;
	color: #0e5422;
	border-bottom: 1px solid rgba(0, 0, 0, .25);
}
.PopupDlg_popup .PopupDlg_content
{
	padding: 10px 15px 4px 15px;
}
.PopupDlg_popup .PopupDlg_buttons
{
	padding: 10px 0;
}
.PopupDlg_popup .PopupDlg_buttons a
{
	float: right;
	margin-right: 15px;
}
.PopupDlg_popup .PopupDlg_footer
{

}
.PopupDlg_popup .PopupDlg_popupContent div.selectionList
{
	z-index: 1002 !important;
	background: #f00;
}

