/* 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: 'Questrial', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #333;
	/*background:#1f1f1f url(images/Pebe_Wallpaper_2560px_opt.jpg) top center no-repeat;*/
	background:#1f1f1f url(images/background-2024-opt.jpg) top center no-repeat;
	background-size: cover;
}

@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: #1769b3;
	text-decoration: none;
}

a:hover
{
	color: #1769b3;
	text-decoration: underline;
}

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: 27px;
	margin-top: 0px;
}
.mobileMenubar div.searchBox
{
	margin-top: 0;
	padding-top: 10px;
	padding-right: 10px;
}

input.SearchBox
{
	border: 1px solid rgba(0, 0, 0, .45);
	padding: 0 0 0 8px;
	font-style: italic;
	width: 150px;
	height: 27px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: rgba(255, 255, 255, .75);
}
.mobileMenubar input.SearchBox
{
	background: #fff;
}
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: 650px)
{
	input.SearchBox
	{
		width: 100%;
	}
}

.tdButton 
{
	/* display:none;*/
}
.tdLink
{

}
.tdLink a
{
	display: block;
	width: 32px;
	height: 26px;
	background: url(images/search.png) no-repeat center center;
	background-size: 28px 24px;
	margin: 0 0 0 5px;
	padding: 0;
}

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;
	}
}

body
{
	overflow-y: scroll;
}
div.main
{
	padding-bottom: 212px;	/* Height of footer */
}

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
{
	padding: 4px 0;
}

.articleMode div.content
{
	max-width: 980px;
	margin: 12px auto;
	padding: 38px 40px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 5px 4px #bbbbbb;
box-shadow: 0px 5px 4px #bbbbbb;
}
div.top_content,
div.top-content
{
	position: relative;
	/*background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(180deg, rgba(253,179,2,0.5396359227284664) 0%, rgba(253,179,2,0) 100%);*/
	background: linear-gradient(180deg, rgba(199,140,0,0.48081239331670167) 0%, rgba(199,140,0,0) 100%);
}
.section_bottom
{
	position: absolute;
	bottom: -1px;
	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: 15px 10px;
	}
}
@media screen and (max-width: 479px)
{
	div.top_content,
	div.top-content
	{
		background: none;
	}
}
.headerContent
{
	max-width: 996px;
}
.footerContent
{
	max-width: 996px;
}

.startPageContent
{
	max-width: 996px;
}
.normalContentOuter
{
	max-width: 996px;
	padding: 8px 8px;
}
.normalContent
{
	padding: 18px 20px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}

body.popupPage .main
{
	
}
.popupPageButtons
{
	margin: 0 auto;
	max-width: 996px;
	padding: 0 8px;
}

@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
	{
		
	}
	body.popupPage
	{
		background: #fff;
	}
	.popupPageButtons
	{
		padding: 0 20px 0 31%;
	}
}
@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;
	}
	.popupPageButtons
	{
		padding: 0 20px 20px 20px;
	}
}

div.menubar
{
	min-height: 42px;
	padding: 0 10px;
	margin: 0 0 0 0;
	position: relative;
	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);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

div.menubarRight,
.menubarRight .dateDisplay
{
	display:none;
}

div.menubar a
{
	display: block;
	font-size: 14px;
	font-weight:bold;
	color: #fff;
	line-height: 42px;
	text-decoration:none;
	text-transform:uppercase;
	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
{
	background: rgba(255,255,255,0.15);
}
div.menubar .menubarItemHover, div.menubar .menubarItemSelectedHover
{
	background: rgba(255,255,255,0.15);
}
div.menubar .menubarItemHover a, div.menubar .menubarItemSelectedHover a
{
	text-decoration: none;
}
div.menubar .menubarItemSelected a
{
	text-decoration: none;
}
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: #333; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #666,  #333); /* for firefox 3.6+ */
	border: 0;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.8);
box-shadow: 0px 2px 5px rgba(0,0,0,0.8);
	
}
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:14px;
	line-height: 18px;
}
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 ----- */

body div.mobileMenubar
{
	margin-top: 10px;
	margin-bottom: 8px;
	background: rgba(21, 21, 21, .85);
	/* border: 1px solid rgba(255, 216, 0, .45); */
	border-style: solid none solid none;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.25);
box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.25);
}
div#iconMenu
{
	left: 0;
	margin: 0;
	padding: 8px;
	width: 100%;
	min-height: 46px;
	height: 100%;
}

div#iconMenuIcon
{
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	background: url(images/menu-icon.gif);
	cursor: pointer;
}

div#iconMenuTree
{
	position: absolute;
	width: 100%;
	left: 0;
	background: #1769b2;
	margin-top: 35px;
	padding: 5px;
	z-index: 1000;
	background: rgba(21, 21, 21, 1);
	/* border: 1px solid rgba(255, 216, 0, .45); */
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.25);
box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.25);
}

div#iconMenuTree a
{
	display: block;
	padding: 2px 5px 2px 10px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}

div#iconMenu a:hover,
div#iconMenu a.menuSelected
{
	color: #4780C9;
}

div#iconMenuTree a.lev2
{
	font-size:  16px;
	line-height: 22px;
	font-weight: normal;
}
/* --- 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 #4486c3;
}
div.menu_link_hover
{
	padding: 6px 0px 5px 10px;
	cursor: pointer;
	border-bottom: 1px solid #4486c3;
	background: url(images/menu_item_selected.gif) no-repeat;
	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);
}
div.menu_link_selected, div.menu_link_selected_hover
{
	padding: 6px 0px 5px 10px;
	cursor: pointer;
	background: #afdce0;
	border-bottom:1px solid #4486c3;
	background: url(images/menu_item_selected.gif) no-repeat;
	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);
}
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;
	background: #afdce0;
	background: url(images/menu_item_selected.gif) no-repeat;
	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);
}
div.submenu_link_selected, div.submenu_link_selected_hover
{
	margin: 1px 0;
	padding: 3px 0px 3px 10px;
	cursor: pointer;
	background: #afdce0;
	background: url(images/menu_item_selected.gif) no-repeat;
	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);
}
a.menu_link
{
	color: #333;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	line-height: 18px;
}
a.menu_link_selected
{
	color: #333;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	line-height: 18px;
}
div.menu_link_hover a
{
	color: #333;
}
a.submenu_link
{
	color: #333;
	font-size: 14px;
	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;
}

.menu_sub_section_2 a.submenu_link,
.menu_sub_section_2 a.submenu_link_selected
{
	font-size: 12px;
	line-height: 10px;
}

.menu_sub_section_2 div.submenu_link,
.menu_sub_section_2 div.submenu_link_hover,
.menu_sub_section_2 div.submenu_link_selected, 
.menu_sub_section_2 div.submenu_link_selected_hover
{
	padding: 0px 0px 0px 10px;
}

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
{
	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);
}

div.footerContent
{
	padding: 0 8px;
}

div.footer-content div.article
{
	background: none;
	color: #fff;
	padding: 10px 0;
}

div.footerContent a
{
	color: #fff;
	text-decoration: underline;
}

/* ----- 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
{
	/*-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;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}
.ArtDec .ArtDecTitle
{
	padding: 8px 10px 5px 10px;
}
.ArtDecContent
{
	width: 100%;
	margin: 0;
	padding: 15px;
	background: #fff;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.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);
}



/* --- ArtDecContent 2 - Röd text --- */

.ArtDec_2
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}
.ArtDec_2 .ArtDecTitle
{
	padding: 8px 10px 5px 10px;
}
.ArtDecContent_2
{
	width: 100%;
	margin: 0;
	padding: 15px;
	background: #fff;
	border: 1px solid #ff0000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.ArtDecContent_2 div.article
{
	background: transparent;
	color: #000;
}

.ArtDecContent_2 div.article h1,
.ArtDecContent_2 div.article h2,
.ArtDecContent_2 div.article h3
{
	color: #ff0000;
}

html .ArticleHover_2
{
	-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_2 .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-size: 2.2em;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0 0 .4em 0;
	vertical-align: top;
}
.article h2, h2
{
	font-size: 1.8em;
	line-height: 1.1em;
	font-weight: normal;
	margin: .2em 0 .4em 0;
	vertical-align: top;
}
.article h3, h3
{
	font-size: 1.4em;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0 0 .3em 0;
	vertical-align: top;
}
.article h4, h4
{
	font-weight: bold;
}
.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 0 0;
	vertical-align: top;
}

.article div.section span ul.ulist
{
	margin-top: 15px;
	padding: 0px 0px 0px 16px;
}
.article div.section span ul.ulist li
{
	padding: 0px 0px 8px 0px;
}

.article div.section span ul
{
	padding: 4px 0px 4px 16px;
}
.article div.section span ul li
{
	padding: 0px 0px 2px 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;
}

.article hr
{
	margin: 1rem 0 1rem 0;
}

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;
	padding: 0px 5px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #555;
	cursor: pointer;
	font-weight: normal;
	border: 1px solid #c7c7c7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #f7f7f7;
	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);
}

a.wSuperButton:hover
{
	color: #222;
	text-decoration: none;
}
a.wSuperButton .left,
a.wSuperButton .right
{
	display: none;
}
a.wSuperButton .middle
{
	display: block;
	float: left;
	height: 20px;
	padding: 0 5px;
	cursor: pointer;
}
a.wSuperButton .middle img
{
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}

a.wSuperButton:hover
{
	background: #dddddd;
	background: -moz-linear-gradient(top,#dddddd 0%,#f7f7f7 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#dddddd),color-stop(100%,#f7f7f7));
	background: -webkit-linear-gradient(top,#dddddd 0%,#f7f7f7 100%);
	background: -o-linear-gradient(top,#dddddd 0%,#f7f7f7 100%);
	background: -ms-linear-gradient(top,#dddddd 0%,#f7f7f7 100%);
	background: linear-gradient(to bottom,#dddddd 0%,#f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#f7f7f7',GradientType=0);
}

/*
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;
}

@media screen and (max-width: 719px)
{
	a.wSuperButton .left,
	a.wSuperButton .right
	{
		display: none;
	}
	a.wSuperButton .middle
	{
		background: none;
	}
	a.wSuperButton
	{
		height: 22px;
		padding: 0 6px;
		-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
		background: #f7f7f7;
	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 #c7c7c7;
	}
	a.wSuperButton:hover
	{
		background: #dddddd ;
	background: -moz-linear-gradient(top,#dddddd 0%,#f7f7f7 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#dddddd),color-stop(100%,#f7f7f7));
	background: -webkit-linear-gradient(top,#dddddd 0%,#f7f7f7 100%);
	background: -o-linear-gradient(top,#dddddd 0%,#f7f7f7 100%);
	background: -ms-linear-gradient(top,#dddddd 0%,#f7f7f7 100%);
	background: linear-gradient(to bottom,#dddddd 0%,#f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#f7f7f7',GradientType=0);
	}
}
*/
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;
	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
{
	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;
	/*overflow-wrap: break-word;*/
}
div.prodGrid div.prod
{
	color: #000;
}
div.prodGrid div.image
{
	width: 103px;
	height: 103px;
	padding: 4px 4px;
	line-height: 91px;
	float: left;
	background: #fff;
	/*border: 1px solid #ccc;*/
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, .25);
box-shadow: 0px 0px 1px rgba(0, 0, 0, .25);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	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
{
	float: left;
	width: 49%;
	margin: 0 0 15px 0;
	padding: 5px 7px 7px 7px;
	cursor: pointer;
	-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.prodGrid div.prod:hover
{
	/*::__v-gradient(#ffffff, #ffffff 0%, #BAC7E8 100%);*/
	background: #ffffff;
	background: -moz-linear-gradient(top,#ffffff 0%,#ddddf7 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#ddddf7));
	background: -webkit-linear-gradient(top,#ffffff 0%,#ddddf7 100%);
	background: -o-linear-gradient(top,#ffffff 0%,#ddddf7 100%);
	background: -ms-linear-gradient(top,#ffffff 0%,#ddddf7 100%);
	background: linear-gradient(to bottom,#ffffff 0%,#ddddf7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ddddf7',GradientType=0);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
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.col1
{
	margin-left: 0;
}
div.prodGrid div.row1
{
	margin-top: 0;
}
div.prodGridPager
{
	clear: both;
	padding: 30px 0 10px 0;
	font-size: 12px;
	text-align: center;
}
div.prodGridPager a
{
	margin: 0 10px;
	font-size: 12px;
}
div.prodGridPager a.spec
{

}
div.prodGridPager b
{
	margin: 0 10px;
	color: #000;
}

/*--------------------------------------------------------------------------------*/

div.prodList
{
	font-size: .9em;
	line-height: normal;
	/*overflow-wrap: break-word;*/
}

div.prodList div.prod
{
	padding: 4px 0;
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, .35);
	border-bottom: none;
	color: #000;
}

div.prodList div.prod:last-child
{
	border-bottom: 1px solid rgba(0, 0, 0, .35);
}

div.prodList div.prod:hover
{
	background: #ffffff;
	background: -moz-linear-gradient(top,#ffffff 0%,#ddddf7 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#ddddf7));
	background: -webkit-linear-gradient(top,#ffffff 0%,#ddddf7 100%);
	background: -o-linear-gradient(top,#ffffff 0%,#ddddf7 100%);
	background: -ms-linear-gradient(top,#ffffff 0%,#ddddf7 100%);
	background: linear-gradient(to bottom,#ffffff 0%,#ddddf7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ddddf7',GradientType=0);
}

div.prodList div.image
{
	float: left;
	width: 8.5%;
	min-width: 52px;
	margin-right: 2%;
	overflow: hidden;
	vertical-align: middle;
}
div.prodList div.image a
{
	display: block;
	width: 48px;
	height: 48px;
	margin: 2px 0 0 2px;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	line-height: 42px;
}
div.prodList div.prod div.image img
{
	max-width: 44px;
	max-height: 44px;
	vertical-align: middle;
}
div.prodList div.prod div.title
{
	float: left;
	width: 25%;
	min-width: 150px;
	margin-top: 4px;
	margin-bottom: 3px;
	margin-right: 2%;
}
div.prodList div.prod div.artNo
{
	margin-bottom: 4px;
	font-style: italic;
}

div.prodList div.prod div.extraText
{
	float: left;
/*	width: 28%;*/
	min-width: 120px;
	max-width: 180px;
	margin-top: 4px;
	margin-bottom: 3px;
/*	margin-right: 2%;*/
}
div.prodList div.description
{
	float: right;
/*	width: 30%;*/
	min-width: 190px;
	margin-top: 4px;
	margin-bottom: 3px;
	margin-right: 2%;
}
div.prodList div.prod div.description div.price
{
	float: right;
	padding-top: 4px;
	text-align: right;
}
div.prodList div.prod h3
{
	font-size: 1.2em;
}

div.prodList table.ePriceRow
{
	float: right;
	margin: 0;
	margin-top: 2px;
}
div.prodList table.ePriceRow .eQty input
{
	width: 30px;
}
div.prodList table.ePriceRow .ePrice div
{
	font-size: 14px;
}
div.prodList table.ePriceRow .eBuy,
div.prodList table.ePriceRow .eBuy a.wSuperButton
{
	white-space: nobreak;
}

/*--------------------------------------------------------------------------------*/

/* 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
{
	margin: 20px 0 25px 0;
}

.ePriceRow 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
{
	margin: 0;
	width: 50px;
	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.articleRow td
{
	padding-top: 4px;
}

#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
{
	padding-top: 2px;
	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;
}
#esCart .addArticle .c1,
#esCart .addArticle .c3
{
	color: #000;
	font-weight: bold;
}
#esCart .addArticle input.artNo
{
	width: 100px;
}

#esCart .addArticle input.qty
{
	width: 40px;
}

#esDeliveryAddresses
{
	
}
#esDeliveryAddresses div.DeliveryAddress
{
	margin: 4px 10px 0 0;
	padding: 5px 10px;
	border: solid 1px #afafaf;
	cursor: pointer;
}
#esDeliveryAddresses div.DeliveryAddressHover
{
	margin: 4px 10px 0 0;
	padding: 5px 10px;
	border: solid 1px #afafaf;
	background: #ffffef;
	cursor: pointer;
}

#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;
	-webkit-text-shadow: 1px 2px 2px rgba(0, 0, 0, .35);
text-shadow: 1px 2px 2px rgba(0, 0, 0, .35);
	text-decoration: none;
	font-weight: normal;
}

body #eShopTopArea ul.links
{
	text-align: right;
	vertical-align: middle;
}

body #eShopTopArea .links li
{
	display: inline-block;
	margin-left: 16px;
	margin-right: 4px;
}

body #mobile_eShopTopArea
{
	margin-top: 15px;
	margin-right: 10px;
}

body #mobile_eShopTopArea a
{
	color: #555;
	/*-webkit-text-shadow: 1px 2px 2px rgba(255, 255, 255, .35);
text-shadow: 1px 2px 2px rgba(255, 255, 255, .35);*/
	text-decoration: none;
	font-weight: normal;
}

body #mobile_eShopTopArea ul.links
{
	text-align: right;
}

body #mobile_eShopTopArea .links li
{
	display: inline-block;
	margin-left: 16px;
	margin-right: 4px;
	height: auto;
}

body #esTopAreaCartStatusOuter
{
	position: relative;
}
body #esTopAreaCartStatus
{
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	padding: 10px;
	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);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 12px;
	border: 1px solid #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
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(0, 160, 0, 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 32px;
	font-size: 150%;
	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.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.checkoutLogo img.logo
{
	min-height: 32px;
}

.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;
}


.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;
}
.MiniConfButtons
{
	margin-top: 20px;
}
.MiniConfButton
{
	width: 65%;
	margin-bottom: 5px;
	max-width: 320px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}
.MiniConfButtonContent
{
	display: block;
	width: 100%;
	margin: 0;
	padding: 15px;
	background: #fff;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #000;
}
.MiniConfButtonSelected .MiniConfButtonContent
{
	border: 1px solid #f00;
}

html .MiniConfButton:hover
{
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
html .MiniConfButton:hover .MiniConfButtonContent
{
	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);
}

a.puffknapp
{
	border: 1px solid #ccc;
	width: 100%;
	display: block;
	padding: 20px 20px;
	border-radius: 10px;
	color: #000;
	text-decoration: none;
	font-size: 20px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
	background: #eee;
	background-image: linear-gradient(#fff, #eee);
}
a.puffknapp:hover
{
	color: #000;
	background: #ddd;
	background-image: linear-gradient(#eee, #ddd);
}
div.addArticle
{
	display: none !important;
}
div.cartExtraInfo
{
	background: #47ab0c !important;
}
div.video-container iframe
{
	width: 100%;
}

.mainPrice
{
	font-size: 16px;
	font-weight: bold;
}
table.ePriceRow td.ePrice div
{
	height: 28px;
	font-size: 24px;
	line-height: 24px;
	vertical-align: baseline;
}
table.ePriceRow td.ePrice div span.priceMode
{
	font-size: 14px;
	font-weight: normal;
}
table.ePriceRow td.eQty input
{
	font-size: 14px;
	height: 40px;
	border-radius: 3px;
}
table.ePriceRow td.eBuy a.wSuperButton
{
	background: #47ab0c;
	border: none;
	color: #fff;
	height: 40px;
	line-height: 40px;
	margin: 0px 5px;
	font-size: 14px;
}
table.ePriceRow td.eBuy a.wSuperButton span.middle img
{
	display: none;
}
body.popupPage .menuColumn
{
	display: none;
}
body:not(.popupPage) .linkColumn
{
	display: none;
}
.linkColumn .article h3
{
	margin-top: 1rem;
}

.linkColumn .article div
{
	line-height: 1.5rem;
}

.checkoutPanel .checkoutContent .Discount
{
	display: none;
}

.headerContent
{
	/*border-top: 8px solid #f00;*/
}

#body div.headerLangSearchBlock
{
	text-align: right;
}
#body div.headerLangSearchBlock div.rspArticle
{
	width: auto;
	float: none;
	display: inline-block;
}

#eShopTopArea .icon img,
#mobile_eShopTopArea .icon img
{
	display: none;
}
#eShopTopArea .iconAccount a:after,
#mobile_eShopTopArea .iconAccount a:after
{
	font-family: "Font Awesome 5 Free";
	font-size: 150%;
	font-weight: 900;
	content: "\f007";
}
#eShopTopArea .iconSettings a:after,
#mobile_eShopTopArea .iconSettings a:after
{
	font-family: "Font Awesome 5 Free";
	font-size: 150%;
	font-weight: 900;
	/*content: "\f0ad";*/
	content: "\f02b";
}
#eShopTopArea .iconCart a:after,
#mobile_eShopTopArea .iconCart a:after
{
	font-family: "Font Awesome 5 Free";
	font-size: 150%;
	font-weight: 900;
	content: "\f07a";
}
#eShopTopArea .iconLogout a:after,
#mobile_eShopTopArea .iconLogout a:after
{
	font-family: "Font Awesome 5 Free";
	font-size: 150%;
	font-weight: 900;
	content: "\f2f5";
}

#mobile_eShopTopArea .links li.linkAccount
{
	display: none;
}

#mobile_eShopTopArea .links li.linkLogout
{
	display: none;
}

a.stockArticlesMsg
{
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #f00;
	color: #f00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
	background: #ffffff;
	background: -moz-linear-gradient(top,#ffffff 40%,#f7f7f7 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(40%,#ffffff),color-stop(100%,#f7f7f7));
	background: -webkit-linear-gradient(top,#ffffff 40%,#f7f7f7 100%);
	background: -o-linear-gradient(top,#ffffff 40%,#f7f7f7 100%);
	background: -ms-linear-gradient(top,#ffffff 40%,#f7f7f7 100%);
	background: linear-gradient(to bottom,#ffffff 40%,#f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0);
}

#menubarItem_543
{
	float: right;
}
#menubarItem_543 a img
{
	margin-top: 6px;
}

#menubarItem_926
{
	float: right;
}
#menubarItem_926 a img {
    margin-top: 6px;
}

#menubarItem_489
{
	margin-left: 30px;
	background: #f0f0f0;
	background: -moz-linear-gradient(top,#f0f0f0 40%,#c4c4c4 80%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(40%,#f0f0f0),color-stop(80%,#c4c4c4));
	background: -webkit-linear-gradient(top,#f0f0f0 40%,#c4c4c4 80%);
	background: -o-linear-gradient(top,#f0f0f0 40%,#c4c4c4 80%);
	background: -ms-linear-gradient(top,#f0f0f0 40%,#c4c4c4 80%);
	background: linear-gradient(to bottom,#f0f0f0 40%,#c4c4c4 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#c4c4c4',GradientType=0);
}

#menubarItem_489 a
{
	color: #E10811;
}

.mobileLogoLang div.langSwitcher
{
	float: left;
	margin-top: 0;
}

/* Lang. Switcher */

div.langSwitcher
{
	margin-top: 10px;
/*	padding-right: 43px;*/
	color: #fff;
}

div.langSwitcher .selTextList
{
	color: rgba(0, 0, 0, .6);
}


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: auto;
}
div.langSwitcher table .selTextList
{
	height: auto;
	padding: 4px 4px;
	line-height: 17px;
}
div.langSwitcher div.selectionList
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height:auto !important;
	background: rgba(255, 255, 255, .75);
}
.mobileMenubar div.langSwitcher div.selectionList
{
	background: #fff;
}
div.langSwitcher div.selectionList td.handle
{
	background: url(images/selection_list_handle.gif) -5px 5px no-repeat !important;
}
div.langSwitcher table img
{
	float: left;
	margin-right: 5px;
	vertical-align: top;
	display: inline;
	border: 1px solid rgba(0, 0, 0, .45);
}

@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}

.slides li
{
	display: none;
}
.slides li.first
{
	display: block;
}

/* 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 {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
{
	position: absolute;
	padding: 0 30% 0 0;
	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;
}

/* Configurator */

.cfgStep
{
	margin: 10px 0;
	padding: 5px 0 0 0;
}

.cfgStep span.cfgStepNo
{
	float: left;
	margin-left: 2px;
	margin-top: 2px;
	font-size: 22px;
	font-weight: bold;
	color: #999;
}

.cfgStep h3
{
	margin-top: 3px;
	margin-left: 30px;
	font-size: 1.25em;
	font-weight: normal;
}

.cfgStepActiveChoice
{
	margin: 10px 0 5px 0;
	padding-left: 30px;
}

.cfgStepActiveChoice a
{
	margin-left: 20px;
}

.cfgStepActiveChange
{
	margin: 10px 0 5px 0;
	padding-left: 30px;
}

.cfgStepContent
{
	
}

.cfgStepOption
{
	float: left;
	width: 23%;
	max-width: 250px;
	margin: 10px 0.99%;
	padding: 5px 5px;
	-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);
}

.cfgStepOptionStock
{
	background: #ffff88;
	background: -moz-linear-gradient(top,#ffff88 0%,#eeee66 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffff88),color-stop(100%,#eeee66));
	background: -webkit-linear-gradient(top,#ffff88 0%,#eeee66 100%);
	background: -o-linear-gradient(top,#ffff88 0%,#eeee66 100%);
	background: -ms-linear-gradient(top,#ffff88 0%,#eeee66 100%);
	background: linear-gradient(to bottom,#ffff88 0%,#eeee66 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff88', endColorstr='#eeee66',GradientType=0);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
}

body .cfgStepOptionHover
{
	background: #ffffff;
	background: -moz-linear-gradient(top,#ffffff 0%,#ddddf7 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#ddddf7));
	background: -webkit-linear-gradient(top,#ffffff 0%,#ddddf7 100%);
	background: -o-linear-gradient(top,#ffffff 0%,#ddddf7 100%);
	background: -ms-linear-gradient(top,#ffffff 0%,#ddddf7 100%);
	background: linear-gradient(to bottom,#ffffff 0%,#ddddf7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ddddf7',GradientType=0);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.cfgStepOptionInner
{
	position: relative;
}

.cfgStepOption label
{
	position: absolute;
	max-width: 100%;
/*	padding: 2px 5px;
	background: rgba(255, 255, 255, .55);*/
	cursor: pointer;
}

.cfgStepOption label.cat
{
	display: block;
	bottom: 0;
}

.cfgStepOption label div.text
{

}

.cfgStepOption label.cat div.cat
{
	/*margin-top: 8px;*/
	font-size: 80%;
}

.cfgStepOptionStock label
{
	background: none;
}

.cfgStepOption label.note
{
	position: absolute;
	margin-top: 30px;
	max-width: 100%;
	padding: 2px 5px;
	background: none;
	color: #777;
	font-style: italic;
	cursor: pointer;
}

.cfgStepOptionText label
{
	position: static;
	background: none;
	cursor: pointer;
}

.cfgStepOptionStockTest
{
	float: left;
	width: 90px;
	padding-top: 10px;
	font-size: 90%;
	line-height: 1.2;
	font-weight: bold;
}

#utfChoices .cfgStepOptionInner label,
#safetyChoices .cfgStepOptionInner label
{
	display: table-cell;
	height: 55px;
	vertical-align: middle;
}

.cfgStepOptionImg
{
	float: right;
	width: 100px;
	height: 100px;
	padding: 2px 2px;
	background: #fff;
	text-align: center;
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, .25);
box-shadow: 0px 0px 1px rgba(0, 0, 0, .25);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.cfgStepOptionImg span
{
	 display: inline-block;
	 height: 100%;
	 vertical-align: middle;
}

.cfgStepOptionImg img
{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.cfgStepOptionMakes .cfgStepOptionImg
{
	width: 64px;
	height: 64px;
}

.cfgStepOptionSelectOuter
{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.cfgStepOptionShowDetails a
{
	display: block;
	width: 100%;
	height: 100%;
	padding: 6px 8px 6px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.cfgStepOptionShowDetails
{
	position: relative;
	float: left;
	padding: 0 0 0 0;
	line-height: normal;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, .40);
box-shadow: 0px 0px 2px rgba(0, 0, 0, .40);
}

.cfgStepButtons
{
	padding-top: 10px;
	padding-left: 30px;
}

.cfgStepButtons .wSuperButton
{
	margin-right: 10px;
	margin-bottom: 10px;
}

.cfgStepContentInner
{
	padding-top: 10px;
	padding-left: 30px;
}

.cfgStepContentInner input.number
{
	width: 50px;
	text-align: center;
}

.seatGroup
{
	float: left;
	width: 32.9%;
	padding-left: 20px;
}

.seatGroup h4
{
	margin-top: 3px;
	margin-left: 10px;
	font-size: 1em;
	font-weight: bold;
	color: #999;
}

.seatGroup .checkboxes
{
	margin: 5px 0;
	padding: 0px 6px;
	line-height: 30px;
	border: 1px solid #ddd;
}

.seatGroup .checkboxes label
{
	vertical-align: middle;
}

.seatGroup .checkboxes input
{

}

.seatGroup .partsSelection
{
	margin: 5px 0;
	padding: 0px 6px;
	line-height: 20px;
	border: 1px solid #ddd;
	font-weight: bold;
}

.seatGroup span.note
{
	display: block;
	float: left;
	margin-top: -4px;
	margin-left: 26px;
	font-style: italic;
	font-size: 90%;
	font-weight: normal;
	line-height: 1.4;
}

.seatGroup .partsSelection span.note
{
	margin-top: -1px;
}

.seatGroup .quantity
{
	margin-left: 25px;
}

@media screen and (max-width: 850px)
{
	body .cfgStepOption
	{
		width: 30.9%;
		margin: 10px 1.2%;
	}
	body .seatGroup
	{
		width: 32.9%;
	}
}
@media screen and (max-width: 719px)
{
	body .cfgStepOption
	{
		width: 46%;
		margin: 10px 1.99%;
	}
	body .seatGroup
	{
		width: 49.9%;
	}
}
@media screen and (max-width: 479px)
{
	body .cfgStepOption
	{
		width: 94%;
		margin: 10px 2.99%;
	}
	body .seatGroup
	{
		width: 100%;
	}
}

div.ConfButton,
a.ConfButton
{
	display: block;
	position: relative;
	float: left;
	min-height: 36px;
	margin: 0 1% 10px 0;
	padding: 5px 10px 0 42px;
	border: 1px solid #ccc;
	cursor: pointer;
	line-height: 26px;
	vertical-align: top;
	color: #000;
}
div.ConfButton img,
a.ConfButton img
{
	position: absolute;
	left: 0;
	width: 24px;
	margin: 0 0 0 10px;
}
div.ConfButton h3,
a.ConfButton h3
{
	display: inline;
	margin: 1px 0 0 0;
	line-height: 24px;
	vertical-align: top;
	font-size: 1.25em;
	font-weight: bold;
	color: #555;
}

a.ConfButton:hover
{
	text-decoration: none;
}

.ConfButton
{
	background: #eeeeee;
	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);
}

.ConfButtonHover
{
	background: #DCF1FB;
	background: -moz-linear-gradient(top,#DCF1FB 0%,#68C3EF 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#DCF1FB),color-stop(100%,#68C3EF));
	background: -webkit-linear-gradient(top,#DCF1FB 0%,#68C3EF 100%);
	background: -o-linear-gradient(top,#DCF1FB 0%,#68C3EF 100%);
	background: -ms-linear-gradient(top,#DCF1FB 0%,#68C3EF 100%);
	background: linear-gradient(to bottom,#DCF1FB 0%,#68C3EF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DCF1FB', endColorstr='#68C3EF',GradientType=0);
}

.ConfInfoWin_table
{
	display: table;
}
.ConfInfoWin_row
{
	display: table-row;
}
.ConfInfoWin_textCol
{
	display: table-cell;
	vertical-align: top;
}
.ConfInfoWin_imgCol
{
	display: table-cell;
	vertical-align: top;
}
.ConfInfoWin_imgCol img
{
	max-width: 320px;
}
.ConfInfoWin_text
{
	font-size: 13px;
	line-height: 1.35em;
}
.ConfInfoWin_text .intro
{
	display: inline-block;
	margin: 0 0 10px 0;
	color: #000;
	font-size: 1.2em;
	line-height: 1.4em;
}

.ui-widget-overlay
{
	/*display: none !important;*/
}
.ui-widget-content
{

}
#body .ui-resizable-handle
{
	display: none !important;
}

@media screen and (max-width: 860px)
{
	.ConfInfoWin_imgCol img
	{
		
	}
}

@media screen and (max-width: 479px)
{
	.ConfInfoWin_table,
	.ConfInfoWin_row
	{
		display: block;
	}
	.ConfInfoWin_textCol
	{
		display: block;
		width: 100%;
		vertical-align: top;
	}
	.ConfInfoWin_imgCol
	{
		display: block;
		width: 100%;
		vertical-align: top;
		text-align: center;
	}
	.ConfInfoWin_imgCol img
	{
		max-width: 100%;
		text-align: center;
	}
}

/*--------------------------------------------------------*/
.imageBlock
{
	margin-bottom: 10px;
}
.imageFrame
{
	float: left;
	max-width: 100%;
	border: 5px solid #dbdbdb;
}

div.imageIconHandle
{
	display: block;
	position: absolute;
	width: 35px;
	height: 31px;
	bottom: -10px;
	right: 15px;
	border: none;
	background: url(images/icon_enlarge.png);
}

div.productImageIconHandle
{
	bottom: 5px;
	right: 5px;
}

#fancybox-left, #fancybox-right
{
	visibility: visible; /* IE6 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
}

#fancybox-left span
{
	left: 20px;
}

#fancybox-right span
{
	left: auto;
	right: 20px;
}

#fancybox-left:hover, #fancybox-right:hover
{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}

.galleryBox
{
	margin-top: 10px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.galleryBox div.frame
{
	position: relative;
	display: block;
	width: 102px;
	height: 68px;
	margin: 3px 3px;
	border: 1px solid rgba(0, 0, 0, .10);
	cursor: pointer;
}

.galleryBox div.frame img
{
	position: absolute;  
	max-width: 100px;
	max-height: 66px;
        top: 0;  
        bottom: 0;  
        left: 0;  
        right: 0;  
        margin: auto;
}


/*---------------- lagt till----------------*/

.bigCustomLink
{
	display: block;
	font-size: 20px;
}

.bigCustomLink a
{
	line-height: 25px;
}

.bigCustomLink br
{
	display: none;
}


/*------------------ logga ut/konto/kundvagn - menyval för mobil/tablet -------------------*/

#menubarItem_964, 
#menubarItem_965,
#menubarItem_963,
#menubarItem_2785,
#iconMenuTreeItem_id_963,
#iconMenuTreeItem_id_964,
#iconMenuTreeItem_id_965,
#iconMenuTreeItem_id_2785
{
	display: none !important;
}

@media screen and (max-width: 479px)
{
	body img.logoutPhone
	{
		padding-top: 3px;
	}

	body.eShopLoggedIn a#iconMenuTreeItem_id_963
	{
		display: block !important;
	}

	body img.userPhone
	{
		padding-top: 3px;
	}

	body a#iconMenuTreeItem_id_964
	{
		display: block !important;
	}

	body img.cartPhone
	{
		padding-top: 3px;
	}

	body a#iconMenuTreeItem_id_965
	{
		display: block !important;
	}

	a#iconMenuTreeItem_id_2785
	{
		display: block !important;
	}
}

/*-----------------------------------------------------*/

.PopupDlg_popup
{
	text-align: left;
	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);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.PopupDlg_popup .PopupDlg_title
{
	padding: 5px 8px;
	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);
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	color: #fff;
	font-weight: bold;
}
.PopupDlg_popup .PopupDlg_content
{
	padding: 10px 10px 4px 10px;
}
.PopupDlg_popup .PopupDlg_buttons
{
	padding: 10px 0;
}
.PopupDlg_popup .PopupDlg_buttons a
{
	float: right;
	margin-right: 10px;
}
.PopupDlg_popup .PopupDlg_footer
{

}
.PopupDlg_popup .PopupDlg_popupContent div.selectionList
{
	z-index: 1002 !important;
	background: #f00;
}

body a.CustomerChooser
{
	display: block;
	width: 100%;
	padding: 1px 4px;
	border: 1px solid #bbb;
	font-weight: normal;
	line-height: normal;
	background: #fff;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
}

body .CustomerChooserWin table th
{
	padding: 4px 2px;
	background: #e7e7e7;
	border-bottom: 1px solid #aaa;
}

body .CustomerChooserWin table td
{
	padding: 2px 2px;
}

body .CustomerChooserWin table tr:nth-child(odd) td
{
	background: #f7f7f7;
}

body .CustomerChooserWin .list tr:hover td
{
	background: #eef;
}

