/* 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: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	background: #fff;
	/*background:url(images/background_01.jpg) top center no-repeat;*/
	/*background-size: 100%;*/
}

@media screen and (max-width: 479px)
{
	body
	{
		background:#fff;
	}
}

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
{
	font-weight: normal;
	color: #F17D01;
	text-decoration: none;
}

a:hover
{
	color: #F17D01;
	text-decoration: none;
}

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;
	/* background: url(images/search-bg.gif) top left no-repeat; */
	/*width:220px;*/
	height: 31px;
	margin-top:0px;
}
.mobileMenubar div.searchBox
{
	margin-top:0;
	padding-top: 7px;
	padding-right: 10px;
}

input.SearchBox
{
	border: 1px solid #333;
	padding: 0 0 0 8px;
	font-style:italic;
	width:150px;
	height:31px;
}

#searchTable td
{
	vertical-align: top;
}

#searchButtonTD #searchNBSP
{
	display: none;
}

#searchButtonTD
{
	padding-left: 8px;
}

.tdButton 
{
	/* display:none;*/
}
.tdLink
{

}
.tdLink a
{
	display: block;
	width:38px;
	height:32px;
	background:url(images/search.png);
	margin: 0 0 0 5px;
	padding:0;
}

div#SearchBox_Div
{
	display:none;
}
/* 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
{
	padding-bottom: 170px;	/* Height of footer */
	background: #f0f0f0;
}

div.section_main
{
	/* max-width: 996px; */
	min-width: 320px;
	margin: 0 auto;
	padding:0 0px;
	position: relative;
}

.ie8 div.section_main,
.ie7 div.section_main,
.ie6 div.section_main
{
	width: 996px;
}

div.content
{
	margin-top: 100px;
	margin-bottom: 300px;
}

.top-content
{
}

@media screen and (max-width: 719px)
{
	.top-content
	{
		margin-top:0px;
	}
	div.content
	{
		margin-top: 0px;
	}
}
@media screen and (max-width: 719px) and (min-width: 320px)
{
	.content
	{
		padding: 60px 0;
	}
}

.articleMode div.content
{
	max-width: 1280px;
	margin: 12px auto;
	padding: 38px 40px;
	background: #fff;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.25);
	border-radius: 10px;
}
.section_bottom
{
	position: absolute;
	bottom: -1px;
	width: 100%;
}
@media screen and (max-width: 719px)
{
	.section_bottom
	{
		position: static;
	}
	div.main
	{
		padding-bottom: 0;
	}
}
.headerContent
{
}
.footerContent
{
	max-width: 1280px;
}

.startPageContent
{
}
.normalContentOuter
{
	max-width: 1280px;
	padding: 8px 8px;
}
.normalContent
{
	padding: 18px 20px;
	background: #fff;
	border-radius: 10px;
}

@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
{
	height: 42px;
	padding: 0 10px;
	margin: 0 0 0 0;
	position: relative;
	background: #0096d4;
	border-radius: 10px;
}

div.menubarRight,
.menubarRight .dateDisplay
{
	display:none;
}

div.menubar a
{
	font-size: 1.4em;
	font-weight: normal;
	color: #fff;
	line-height: 42px;
	text-decoration: none;
	text-transform: none;
}
div.menubar a:hover
{
	text-deocration:none;
}
div.menubar .menubarItemSelected, div.menubar .menubarItemSelectedHover
{
	background: #00c6f3;
}

div.menubar .menubarItemHover, div.menubar .menubarItemSelectedHover
{
	background: #00c6f3;
}
div.menubar .menubarItemHover a, div.menubar .menubarItemSelectedHover a
{
	text-decoration:none;
	background: #00c6f3;
}
div.menubar .menubarItemSelected a, div.menubar .menubarItemSelectedHover a
{
	text-decoration:none;
	background: #00c6f3;
}
div.menubarShadow
{
	display: none;
	font-size: 0px;
}


/* ------- Responsive menubar ------- */

ul.menubar
{
	float: left;
	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: #00c6f3;
	border: 0;
}
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: #FFF;
	/*background: #fff;*/
	font-weight:normal;
	font-size:16px;
	line-height: 20px;
}
div.BM_column a:hover
{
	text-decoration: underline;
	/*background: #ddd;*/
	color: #FFF;
}
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: #000000; /*#1f1f1f*/
	-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;
	top: 0;
	margin: 0;
	padding: 8px;
	width: 100%;
	min-height: 60px;
	/*height: 100%;*/
	background-color: #fff;
	/* Fixed */
	position: fixed;
	z-index: 3;
	height: 60px;
	border-bottom: 1px solid #eee;
}

div#iconMenuIcon
{
	/*position: relative;*/
	float: left;
	width: 48px;
	height: 48px;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjRweCIgZmlsbD0iIzAwMDAwMCI+PHBhdGggZD0iTTAgMGgyNHYyNEgwVjB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTQgMThoMTZjLjU1IDAgMS0uNDUgMS0xcy0uNDUtMS0xLTFINGMtLjU1IDAtMSAuNDUtMSAxcy40NSAxIDEgMXptMC01aDE2Yy41NSAwIDEtLjQ1IDEtMXMtLjQ1LTEtMS0xSDRjLS41NSAwLTEgLjQ1LTEgMXMuNDUgMSAxIDF6TTMgN2MwIC41NS40NSAxIDEgMWgxNmMuNTUgMCAxLS40NSAxLTFzLS40NS0xLTEtMUg0Yy0uNTUgMC0xIC40NS0xIDF6Ii8+PC9zdmc+");
	cursor: pointer;
	background-size: cover;
	/*filter: invert(1);*/
	/* Fixed */
	position: fixed;
	z-index: 3;
}

div#iconMenuTree
{
	/*position: absolute;*/
	width: 100%;
	left: 0;
	margin-top: 52px;
	padding: 10px;
	z-index: 1000;
	background: #fff;  /*#6f3d23; #1f1f1f; */
	border-bottom: 1px solid rgba(0,0,0,0.16);
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	/* Fixed */
	overflow: scroll;
	max-height: 85vh;
}
div#iconMenuTree div.iconMenuTreeLevel
{
	border: 0;
}
div#iconMenuTree a
{
	display: block;
	padding: 2px 5px;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	transition: none;
	-webkit-transition: none;
}
div#iconMenuTree a.iconMenuTreeItem
{
	margin: 10px 0px 0px 0px;
	border-bottom: 1px solid #eee !important;
}

div#iconMenu a:hover,
div#iconMenu a.menuSelected
{
	/*background: #7f7f7f;
	background: -moz-linear-gradient(top,#7f7f7f 40%,#a1a1a1 80%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(40%,#7f7f7f),color-stop(80%,#a1a1a1));
	background: -webkit-linear-gradient(top,#7f7f7f 40%,#a1a1a1 80%);
	background: -o-linear-gradient(top,#7f7f7f 40%,#a1a1a1 80%);
	background: -ms-linear-gradient(top,#7f7f7f 40%,#a1a1a1 80%);
	background: linear-gradient(to bottom,#7f7f7f 40%,#a1a1a1 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f7f7f', endColorstr='#a1a1a1',GradientType=0);/*
	/*-webkit-box-shadow: inset 0 0 15px 5px rgba(255, 255, 255, .25);
box-shadow: inset 0 0 15px 5px rgba(255, 255, 255, .25);*/
}

div#iconMenuTree a.lev2
{
	font-size:  16px;
	line-height: 22px;
	font-weight: bolder;
	color: #F17D01;
}
div#iconMenuTree a.lev3
{
	font-size:  14px;
	line-height: 22px;
	font-weight: bolder;
	color: #F17D01;
}
div#iconMenuTree a.lev4
{
	font-size:  14px;
	line-height: 22px;
	font-weight: normal;
	color: #F17D01;
}
div#iconMenuTree a.iconMenuTreeToggle
{
	width: 36px;
	height: 36px;
	float: right;
	position: relative;
	background: no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCA3LjMzbDIuODI5LTIuODMgOS4xNzUgOS4zMzkgOS4xNjctOS4zMzkgMi44MjkgMi44My0xMS45OTYgMTIuMTd6Ii8+PC9zdmc+);
	background-position: center;
	background-size: 50%;
}
div#iconMenuTree .iconMenuTreeParentOpen a.iconMenuTreeToggle
{
	background: no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCAxNi42N2wyLjgyOSAyLjgzIDkuMTc1LTkuMzM5IDkuMTY3IDkuMzM5IDIuODI5LTIuODMtMTEuOTk2LTEyLjE3eiIvPjwvc3ZnPg==);
	background-position: center;
	background-size: 50%;
}
table.menutree
{
	margin: 0px;
	width: 100%;
}

table.menutree td.menutreeTop,
table.menutree td.menutreeBottom
{
	display:none;
}
table.menutree td.menutreeContent
{

}
table.menutree td.menutreeContent div.menutreeContent
{
	margin-top:0;
}
table.menutree td.menutreeContent div.menutreeContent *
{
	vertical-align: top;
}


/* --- Sub sections --- */

div.menu_sub_section_1
{
	padding: 0px 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: 5px 0px 5px 10px;
	cursor: pointer;
	border-bottom:1px solid #ddd;
}
div.menu_link_hover
{
	padding: 5px 0px 5px 10px;
	cursor: pointer;
	border-bottom:1px solid #ddd;
	background: url(images/menu_item_selected.gif) repeat-y;
}
div.menu_link_selected, div.menu_link_selected_hover
{
	padding: 5px 0px 5px 10px;
	cursor: pointer;
	background: #F17D01;
	border-bottom:1px solid #ddd;
	background: url(images/menu_item_selected.gif) repeat-y;
}
div.submenu_link
{
	padding: 5px 0px 5px 10px;
	cursor: pointer;
}
div.submenu_link_hover
{
	padding: 5px 0px 5px 10px;
	cursor: pointer;
}
div.submenu_link_selected, div.submenu_link_selected_hover
{
	padding: 5px 0px 5px 10px;
	cursor: pointer;
}
a.menu_link
{
	color: #333;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	line-height: 22px;
}
a.menu_link_selected
{
	color: #333;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	line-height: 22px;
}
div.menu_link_hover a
{
	color: #333;
}
a.submenu_link
{
	color: #333;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	font-weight: normal;
	line-height: 16px;
}
a.submenu_link_selected
{
	color: #333;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	font-weight: normal;
	line-height: 16px;
}
div.submenu_link_hover a, div.submenu_link_selected_hover a
{
	color: #333;
}
table.menutree td.menutreeContent a:hover
{
	color: #333;
}
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
{
	border-top: solid 8px rgba(241,126,1,1);
	background: #444;
	padding: 20px 0px;
}

div.footerContent
{
	padding: 0 8px;
}

div.footer-content div.article
{
	background:none;
	color:#ccc;
	padding:10px 0;
}
div.footer-content div.article a
{
	color:#ccc;
}

/* ----- 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 --- */

.ArtDecContent
{
	width: 100%;
	margin: 0;
	padding: 20px;
	background: #fff;
	border: none;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.25);
	border-radius: 10px;
}

.ArtDecContent div.article
{
	background: transparent;
	color: #000;
}

.ArtDecContent div.article h1,
.ArtDecContent div.article h2
{
	color: #000;
}


.article
{
	width: 100%;
	background: none;
	line-height: 1.6em;
}

/* Headings */

.article h1, h1
{
	font-size: 2.0em;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0 0 .4em 0;
	vertical-align: top;
	text-transform: uppercase;
}
.article h2, h2
{
	font-size: 1.8em;
	line-height: 1.1em;
	font-weight: bold;
	margin: .2em 0 .4em 0;
	vertical-align: top;
	text-transform: uppercase;
}
.article h3, h3
{
	font-size: 1.4em;
	line-height: 1.1em;
	font-weight: bold;
	margin: 0 0 .3em 0;
	vertical-align: top;
	text-transform: uppercase;
}
.article h4, h4
{
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: bold;
	margin: 0 0 .3em 0;
	vertical-align: top;
	text-transform: uppercase;
}
.article h5, h5
{
	font-weight: bold;
}
.article h6, h6
{
	font-weight: bold;
}

/* 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 .5em 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: 1px 2px 1px 2px;
	background: #cfcfcf;
	color: #000;
}

.article table.list td
{
	vertical-align: middle;
	padding: 1px 2px 1px 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;
	height: 20px;
	line-height: 20px;
	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;
	height: 20px;
	background: url(images/button.png) no-repeat left top;
	cursor: pointer;
}
a.wSuperButton .middle
{
	display: block;
	float: left;
	height: 20px;
	padding: 0 5px;
	background: url(images/button.png) no-repeat center top;
	cursor: pointer;
}
a.wSuperButton .middle img
{
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}
a.wSuperButton .right
{
	float: left;
	width: 5px;
	height: 20px;
	background: url(images/button.png) no-repeat right top;
	cursor: pointer;
}

.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: #efefff;
}
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;
	border: solid 1px #000000;
	padding: 8px 5px 5px 5px;
	background: #D9EFF8 url(images/fieldset_back.jpg) top left repeat-x;
}
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: #D9EFF8 url(images/fieldset_back.jpg) top left repeat-x;
	border: solid 1px #000000;
	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;
}

/* 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;
}



/* ------------------------- */

.ePriceRow
{
	margin-top: 10px;
	/*background: #cfcfff;*/
}

.ePriceRow td
{
	vertical-align: middle;
}

.ePriceRow .ePrice
{
	padding-right: 10px;
}

.ePriceRow .ePrice div
{
	height: 18px;
	padding-top: 1px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.ePriceRow .eQty input
{
	margin: 0;
	width: 30px;
	border: solid 1px #afafaf;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}

.ePriceRow .eBuy
{
	padding-left: 2px;
	vertical-align: top;
}

.ePriceRow .eReadMore
{
	padding-left: 4px;
}

.ePriceRow .eBuy img
{
	/*border: solid 1px #000000;*/
}

#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: 30px;
}
#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;
}

#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 td
{
	padding-right: 8px;
}

table.buttonRow td
{
	padding-right: 15px;
}

body #eShopTopArea
{
	display: block;
	top: 10px;
	right: 20px;
}

body #eShopTopArea a,
body #eShopTopArea a:hover
{
	color:#fff;
}
.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;
}
@media screen and (max-width: 1024px)
{
	div.rspImageBlockV9
	{
		float: none !important;
		padding-left: 0px !important;
		width: 100% !important;
		max-width: none !important;
	}
	div.rspImageBlockV9 img
	{
		width: 100% !important;
		max-width: none !important;
	}
}


@media screen and (max-width: 860px)
{
	div.article div.section span div.multiCols div.colLeft,
	div.article div.section span div.multiCols div.colRight
	{
		float:none !important;
		width: 100% !important;
	}
}
#gdpr-cookie-accept
{
	background: #F17D01 !important;
	font-family: 'Montserrat', sans-serif !important;
}
#gdpr-cookie-message button:hover
{
	color: #000 !important;
}
#gdpr-cookie-advanced
{
	color: #F17D01 !important;
	font-family: 'Montserrat', sans-serif !important;
	/*display:none;*/
}
#gdpr-cookie-message h4, #gdpr-cookie-message h5
{
	color: #000 !important;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: bold !important;
}
#gdpr-cookie-message a
{
	color: #F17D01 !important;
	font-family: 'Montserrat', sans-serif !important;
}
#gdpr-cookie-message a:hover
{
	color: #000 !important;
	border-bottom: 0px !important;
}
div.topImageOuter
{
	width:100%;
	height: 600px;
	background: url(../files/a450aa53c1a638003c33db79254f7a2d.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	position:relative;
}
div.topImageOuterFilter
{
	width:100%;
	height: 100%;
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.1));
}
div.topImageInner
{
	max-width:1280px;
	width: 100%;
	margin: auto;
	padding: 80px 20px;
}
div.topImageInnerText
{
	color:#fff;
	font-size: 42px;
	line-height: 50px;
	font-weight: bold;
}
@media screen and (max-width: 960px)
{
	div.topImageInnerText {font-size: 22px;line-height: 30px; text-align:center}
}
a.black
{
	color:#000;
}
a.linkArrow
{
	background: url(../files/63b8657b9f7984b018ac3f30a24e97d4.png) no-repeat;
	background-size: contain;
	padding-left: 20px;
}
div.productIcon
{
	width: 60px;
	float: left;
	display: block;
	padding: 4px 8px;
}
div.productIconText
{
	width: 80%;
	float: left;
	display: block;
}
div#specTopMenu
{
	height: 100%;
	float:right;
}
div#specTopMenu div
{
	float: left;
	padding: 44px 10px;
	text-transform: uppercase;
	font-weight: bold;
	height: 100%;
}
div#specTopMenu div a
{
	font-weight: bold;
	color: #333;
}
div#specTopMenu div a:hover
{
	color: rgba(245,125,1,1);
}
div#specTopMenu div:hover
{
	background: rgba(245,125,1,0.1);
}

div#specialAboutMenu, div#specialProductsMenu
{
	position: fixed;
	display:none;
	top:100px;
	left:0;
	width:100%;
	background: #fff;
	background-image: linear-gradient(#ffffff,white);
	border-top:2px solid #333;
	border-bottom:2px solid #333;
	color: #000; /*000*/
	padding: 40px 10% 60px 10%;
	line-height: 1.6em;
	z-index: 2;
}
div#specialAboutMenu a, div#specialProductsMenu a
{
	/*color: rgba(245,125,1,1);*/
	color: #000;
	font-weight: normal;
}

span.specialMenuHeadline, span.specialMenuHeadline a
{
	color:#000;
	text-transform: uppercase;
	font-weight: bold !important;
}

div#blackTop
{
	background: #000;
	height: 36px;
	width: 100%;
	position:fixed;
	z-index: 1;
}
div#blackTop div
{
	max-width: 1280px;
	width: 100%;
	padding: 10px 10px;
	color: #ccc;
	text-align: right;
	margin: auto;
	font-size: 14px;
}
div#blackTop div a
{
	color: #ccc;
}
div.infoBox
{
	background: rgba(0,150,212,0.2);
	padding: 40px 10px;
	border-radius: 10px;
}
div.infoBox div
{
	margin: 0 auto;
	text-align: center;
	font-size: 1.3em;
	font-weight:normal;
	width:75%
}
div.infoBox div h1
{
	font-size: 36px;
}
/* Responsiva inställningar för Youtube */

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} 


.mobileLogoLang div.langSwitcher
{
	float:left;
	margin-top:0;
}

/* Lang. Switcher */

div.langSwitcher
{
	margin-top:0px;
}

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
{
	vertical-align: top;
	display: inline;
	border: 1px solid #777;
}

/* ----------------- */

span.searchResults
{
	display: block;
	margin-bottom: 13px;
}

/* ----------------- */

.NewsBlock
{
	padding:8px;
}

.News
{
	padding:5px 15px;
	background: #fff;
	border: none;
	-webkit-box-shadow: 0px 5px 4px #bbbbbb;
box-shadow: 0px 5px 4px #bbbbbb;
	-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; height:500px; width: 100%; max-width: 100%; object-fit:cover;}

/* 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: 0;}
.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: 0; 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 {display:none; width: 100%; position: absolute; bottom: -40px; text-align: center;}
.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 h1
{
	font-size: 1.5em;
	color:#fff !important;
}

div.slideImgText
{
	position: absolute;
	padding: 0 0 0 0;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}

div.slideImgText span
{
	display: block;
	padding:60px 60px 60px 60px;
	line-height: 1.3em;
	/*background: rgba(0,0,0,0.5);*/
	background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0));
	margin-top: 0px;
}
