body {
	font-family: verdana;
	font-size:8pt;

	margin:0;
}

.divFade
{
	position: absolute;
	margin:0;
	padding:0;
	display: none ;  /*Remove !important to enable the fade*/
	width: 100%;
	z-index: 4000;
	-moz-opacity: .70;
	filter: alpha(opacity=70);
	opacity: .70;
	background-color: Black;
}

#divMain
{
}

#divMidden
{
}

#tbLayout
{
}

#tblContainer
{
	margin:12px 0 0 0;
}

#tdLeft 
{
	width:212px !important;
}

#tdLeft #divLeftContainer
{
	width:200px !important;
	margin: 0;
	padding: 0;
	overflow:hidden;
}

#tdLeft #divLeftContainer table
{
	margin-bottom:12px;
}

#tdLeft table div
{
}

#tdMiddle
{
	padding: 0;
	width: 600px;
	background-color: transparent;
}
#tdMiddle .tblMiddle
{
	padding: 0;
	margin: 0;
	width: 600px;
	background-color:White;
}
#tdMiddle.cols2 .tblMiddle,
#tdMiddle.cols2
{
	width:812px;
}
#tdMiddle.cols3 .tblMiddle,
#tdMiddle.cols3
{
	width:1024px;
}
#tdRight 
{
	width:212px !important;
}

.blok {
	background-color:#ffffc0;
	color:#c0c000;
	height:12px;
}

.SiteWide
{
	width:1024px;
}

.basebutton 
{
	height:20px;
	text-align:center;
	cursor:pointer;
	width:80px;
	
	border: 1px solid #FF8A00;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-image: initial;

	background: #ff7f04; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb76b), color-stop(50%,#ffa73d), color-stop(51%,#ff7c00), color-stop(100%,#ff7f04)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* IE10+ */
	background: linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* W3C */
	

	color:#3f1700;
}

.basebutton.wide
{
	width:150px;
}
.basebutton.important
{
	background-color: #A00000;
	color:White;
}
.basebutton.rmaSearch
{
	display:none;
}
.basebutton:hover
{
	background-color:#818285;
	color:white;
}
.basebutton p
{
	margin:3px 2px 0 3px;
}

/* =======  shadow container around popup =========================== */
.departmentmenu ul.dropdown,
#divRmaSearchResultPopup,
#divSearchResultPopup,
#divBigImagePopup,
#divEmployeeToolbarPopup
{
	-webkit-box-shadow: 2px 2px 6px 0px #808080;
	-moz-box-shadow: 2px 2px 6px 0px #808080;
	box-shadow: 2px 2px 6px 0px #808080;
}

/* =======  TOP BANNER =========================== */

#tdTopBanner 
{
	background-repeat:no-repeat;
	height:128px;
	padding:0px;
}
.divBannerHotSpot
{
	width:180px;
	height:100px;
	cursor:pointer;
	position: absolute;
	z-index:6002;
	
	background-color:white;
	-moz-opacity: .01;
	filter: alpha(opacity=1);
	opacity: .01;
}

/* =======  LOGIN  =========================== */

body.login {
	color:#444;
}

body.login a {
	color:#444;
}

.divLoginExtraInfo
{
	color: #d3cecb;
	font-size: 0.9em;
	text-align: center;
}

.inpLoginTextbox
{
	width: 200px;
}

.layouttable {
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
}

.loginpage_passwordblock
{
	position: absolute;
	width:330px;
	background-color: transparent;
	border: 0px;
	margin-left: 140px;
	margin-top: 180px;
}

.tdLoginMainPart
{
	background-repeat: no-repeat;
	height: 300px;
	vertical-align: top;
	border:1px solid #ccc;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

.tdLostPassword
{
	text-align: center;
}

.tdLostPassword a
{
	
}


/* =======  LOST PASSWORD  =========================== */

body.lostpassword {
	color:#444;
}

body.lostpassword a {
	color:#444;
}

.tdLostpasswordMainPart
{
	background-repeat: no-repeat;
	height: 300px;
	vertical-align: top;
	border:1px solid #ccc;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

/* =======  ACTIVATE  =========================== */

body.activate {
	color:#444;
}

body.activate a {
	color:#444;
}

.tdActivateMainPart
{
	background-repeat: no-repeat;
	height: 300px;
	vertical-align: top;
	border:1px solid #ccc;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

.loginlink 
{
	color:White;
}

/* ======= TOP TABS =========================== */

#divTopTabs
{
	position: absolute;
	z-index: 3999;
	width: 1024px;
	display:none;
}

.bannerLogin,
.divTopTabsInBanner
{
	position: absolute;
	z-index: 2000;
	width: 1016px;
	top:40px;
	margin-right:8px;
}

.TopTab
{
	background-repeat: no-repeat;
	float: right;
	line-height: 16px;
	text-align: center;
	font-size:8pt;
}

.bannerLogin a,
.TopTab a
{
	color: #444;
	display: block;
	text-decoration: none;
	display: block;
	line-height: 16px;
	font-weight:bold;
}

.bannerLogin a,
.TopTab a:hover
{
	color: #444;
}

.bannerLogin
{
	text-align:right;
	top:20px;
	display:none;
}

.TopTab a .spnPipe
{
	margin: 0;
	padding: 0;
	color:#888;
}

.TopTab_Selected
{
	
}

.TopTab_Selected a
{
	color: #222;
}

/* ======= LANGUAGE BAR =========================== */

.divLanguageBar
{
	margin: 0;
	padding: 0;
	top: 10px;
	width: 128px;
	font-size:8pt;
}

.divLanguage
{
	margin-left: 0;
	margin-top: 10px;
	top: 32px;
}

.divLanguage
{
	border-right: 1px solid #AAAAAA;
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-left: 8px;
	padding-right: 8px;
	text-decoration: underline;
}

.divLanguage_dim
{
	border-right: 1px solid #AAAAAA;
	cursor: pointer;
	float: right;
	margin-left: 8px;
	padding-right: 8px;
}

/* ======= DEPARTMENT MENU =========================== */

.tdDepartmentBackground
{
}

.divDepartmentToolbarContainer
{
	margin: 0;
	width: 1024px;
	z-index:8000;
	background-color:#c7c8ca;
	height:34px;
	position:relative;
}

.DepartmentToolbar_None
{
	display: block;
	float: left;
}

.departmentmenu
{
	border: 0px;
}

.departmentmenu .button
{
	float: left;
	height:34px;
}

.departmentmenu .button:hover,
.departmentmenu .button.selected
{
	background-color:#818285;
}

.departmentmenu .button div.left
{
	float: left;
	width: 2px;
	height:34px;
	/* background-image: url('../departmentbar/departmentbutton-left.png'); */
}

.departmentmenu .button:hover div.left
{
	height:34px;
	/* background-image: url('../departmentbar/departmentbutton-left-selected.png'); */
}

.departmentmenu .button.selected div.left
{
	height:34px;
	/* background-image: url('../departmentbar/departmentbutton-left-selected.png'); */
}

.departmentmenu .button h2
{
	float: left;
	margin: 0px;
	padding: 0px;
	height:34px;
	/* background-image: url('../departmentbar/departmentbutton-middle.png'); */
	background-repeat: repeat-x;
	font-size: 8pt;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 10px;
}

.departmentmenu .button:hover h2
{
	/* background-image: url('../departmentbar/departmentbutton-middle-selected.png'); */
	height:34px;
}

.departmentmenu .button.selected h2
{
	/* background-image: url('../departmentbar/departmentbutton-middle-selected.png'); */
	height:34px;
}

.departmentmenu .button a
{
	text-decoration: none;
	color: #404040;
}

.departmentmenu .button:hover a
{
	text-decoration: none;
	color: white;
}

.departmentmenu .button.selected a
{
	text-decoration: none;
	color: white;
}

.departmentmenu .button div.right
{
	float: left;
	height:34px;
	width: 2px;
	/* background-image: url('../departmentbar/departmentbutton-right.png'); */
}

.departmentmenu .button:hover div.right
{
	/* background-image: url('../departmentbar/departmentbutton-right-selected.png'); */
}

.departmentmenu .button.selected div.right
{
	/* background-image: url('../departmentbar/departmentbutton-right-selected.png'); */
}

.departmentmenu ul.dropdown
{
	position: absolute;
	border: 1px solid #d0d0d0;
	background-color: White; /*	background-image:url('../departmentbar/background.png'); */
	background-repeat: repeat-x;
	z-index: 20000;
	list-style-type: none;
	list-style-image: none;
	-webkit-padding-start: 0px;
	margin: 0px;
	padding: 0px;
	margin-top: 34px;
}

.departmentmenu ul.dropdown li.column
{
	float: left;
	width: 190px;
	margin: 12px 0px 0px 12px;
	padding: 0px;
}

.departmentmenu ul.dropdown li.column h3
{
	margin: 0px;
	padding: 0px;
}

.departmentmenu ul.dropdown li.column h3 a
{
	text-decoration: none;
	color: #404040;
}

.departmentmenu ul.dropdown li.column ul
{
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	-webkit-padding-start: 0px;
	margin-bottom: 16px;
}

.departmentmenu ul.dropdown li.column ul.subitems li
{
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
	color: #606060;
}

.departmentmenu ul.dropdown li.column ul.subitems li span
{
	font-size: 9pt;
	font-weight: normal;
}

.departmentmenu li.spotlight
{
	float: none;
	clear: both;
	margin: 20px;
	padding: 0px;
}

.departmentmenu ul.dropdown li.column ul.subitems li.subitem a
{
	text-decoration: none;
	color: #808080;
	font-weight:normal;
}

.departmentmenu ul.dropdown li.column ul.subitems li.subitem:hover a
{
	color: #FF8A00;
}

/* ======= DIVTOPTOOLBAR ==================== */

#divTopToolbar
{
	width: 600px;
	background-color: #4a4d4f;
	height: 30px;
}

#divTopToolbar div
{
	margin-top: 0;
}

.tdViewModeText
{
	color: #bbb; ;
	font-size:0.7em;
}

.tdViewTabIcons
{
}

.tdViewTabIcons img
{
	cursor: pointer;
	padding-left: 4px;
	padding-right: 4px;
}

/* ======= SUBCATSTOOLBAR ==================== */

.tblSubCatsToolbar
{
	background-color: #c0c0c0;
	color: #404040;
	width: 100%;
	margin-bottom: 0;
}

.tblSubCatsToolbar .tblFilterToolbar
{
	padding: 0px;
	border-spacing: 0;
}

.tblSubCatsToolbar .tblFilterToolbar td
{
	padding: 0px;
	height: 30px;
	vertical-align: middle;
	font-size: 9pt !important;
}

/* ======= FOOTER =========================== */

#div2
{
	margin-top:12px!important;
}

#tdFooter 
{
}

#tdFooter A 
{
}

#tdFooter #divFooter
{
}

#tdFooter #divFooter a
{
}

#tdFooter #divFooter a:hover
{
}

.footerblock 
{
	width:1024px;
	height:118px;
	background-color:#bcbdc0;
}

.footerblock .column
{
	float:left;
	width:256px;
}

.footerblock h3 
{
	font-size:9pt;
	color:white;
	margin:14px 0px 6px 30px;
}

.footerblock .column p
{
	font-size:9pt;
	margin-left:30px;
}

.footerblock .column ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:12px;
	margin-left:30px;
}

.footerblock .column ul li {
	margin:0;
}

.footerblock .column ul a {
	color:white;
	text-decoration:none;
	font-size:7pt;
}

/* ======= COLLAPSIBLE TREE =============================== */

.TranConCollapsibleTree 
{
	width:200px;
	background-color:white;
	margin:0px;
	padding:0px;
	font-size:10pt;
}

.TranConCollapsibleTree UL 
{
	zoom:1;
	background-repeat:repeat-y;
	list-style:none;
	list-style-position:outside;
	margin:0px;
	margin-left:0px;
	padding:0px;
}

.TranConCollapsibleTree UL LI A
{
	display:block;
	height:20px;
	padding:0px 0px 0px 8px;
	color:#505050;
	text-decoration:none;
	font-weight:normal;
}

.TranConCollapsibleTree UL LI.treeItem
{
	height:24px;
	margin:0px 0px 0px 0px;
	padding:4px 0px 0px 0px;
}

.TranConCollapsibleTree UL LI.treeItem A:hover 
{
	color:black;
}

.TranConCollapsibleTree UL LI.level1 
{
	background-color:#f3f3f3;
}

.TranConCollapsibleTree UL LI.level1.selected
{
	padding:6px 0px 0px 0px;
	border:0px solid #d0d0d0;
	background-color:#4a4d4f;
}

.TranConCollapsibleTree UL LI.level1.selected A
{
	color:white;
}

.TranConCollapsibleTree UL LI.level2 
{
	background-color:#e4e4e4;
}

.TranConCollapsibleTree UL LI.level2.selected
{
	background-color:#818285;
}

.TranConCollapsibleTree UL LI.level2 A
{
	padding:0px 0px 0px 16px;
}

.TranConCollapsibleTree UL LI.level2.selected A
{
	color:white;
}

/* ======= SEARCH =================================== */

#divSearchArea
{
	position: absolute;
	width: 200px;
	height: 24px;
	margin: 0px;
	margin-left:822px;
	padding: 0px;
	top: 70px;
	background-color: white;
	background-repeat: no-repeat;
	cursor: pointer;
	text-align:right;
	border:1px solid #acacad;
}

#txtSearch
{
	width: 196px;
	margin-top:4px;
	padding: 0 0 0 4px;
	background-color: white;
	color:#404040;
	border:0px !important;
}

#txtSearch:focus {
	outline:none;
}

#divSearchArea.banner
{
	width: 285px;
	margin-left:526px;
}
#divSearchArea .basebutton
{
	float: right;
	height:inherit;
	margin-right: -1px;
    margin-top: -1px;
}
#divSearchArea .basebutton p
{
	margin-top:5px;
}

#divSearchResultPopup
{
	position: absolute;
	top: 58px;
	margin-left: 216px;
	z-index: 8500;
	background-color:white;
}
.searchPopupTop
{
	height:40px;
}
.searchPopupbottom
{
	height:12px;
}
.searchpopupclosebutton {
	position:absolute;
	margin-left:-18px;
	margin-top:-58px;
	color:#808080;
	cursor:pointer;
	background-image:url('/images/main/popupclose.png');
	width:36px;
	height:36px;
}
.spnMoreResultsText
{
	color:red;
	text-decoration:underline;
	float:right;
	cursor:pointer;
}
#divMoreResults
{
	margin-right:12px;
	display:none;
}
.ulSearchResults
{
	width:585px;
	list-style: none outside none;
	padding:0;
	margin:12px;
}
.ulSearchResults .row
{
	background-color:#ffffff;
	clear:both;
}
.ulSearchResults .row.alternate
{
	background-color:#f0f0f0;
}
.ulSearchResults .row .picture
{
	border:1px solid white;
	cursor:pointer;
	float:left;
}
.ulSearchResults .row .info
{
	cursor:pointer;
	height:81px;
	margin-left:82px;
	position:relative;
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
}
.ulSearchResults .row .info:hover
{
	background-color:#ffe0a0;
}
.ulSearchResults .info.first
{
	border-top:1px solid #d0d0d0;
}
.ulSearchResults .info.last
{
	border-bottom:1px solid #d0d0d0;
}
.ulSearchResults .info .stockindicator
{
	margin-left:460px;
	margin-top:12px;
	position:absolute;
}
.ulSearchResults .orderInfo
{
	margin-top:54px;
	margin-left:285px;
	position:absolute;
	width:215px;
	text-align:right;
}
.ulSearchResults .orderInfo span
{
	font-weight:bold;
	color:#404040;
	padding-right:12px;
}
.ulSearchResults .orderInfo input
{
	width:30px;
	text-align:right;
	margin-right: 12px;
	height:12px;
	margin:-2px 0 3px 3px;
	position:absolute;
}
.ulSearchResults .itemInfo
{
	padding: 10px 47px 10px 10px;
}
.ulSearchResults .info .itemCode
{
	font-weight:bold;
	color:#404040;
}
.ulSearchResults .info .bigDescription
{
	color:#808080;
	font-size:7pt;
	font-weight:7px;
}
.btnCart
{
	float:right;
	margin-right:6px;
	width:95px;
	text-align:right;
	margin-top:-4px;
}
.btnCart.disabled:hover
{
	cursor:default;
	background-color:#C7C8CA;
	color:#404040;
}

#addWholeCat .btnCart,
#divOuter .btnCart,
.tblInvoiceAndOrderGrid .btnCart,
#tblProductGrid td.order .btnCart {
	width:60px;
	text-align:center;
	margin-top:0px;
}

#addWholeCat .btnCart
{
	margin-top:15px;
}
/* ======= DOCKING PANELS =============================== */

#divDock {
	margin-left:12px;
	width:192px;
}

#divDock #tblDock 
{
	margin:0px;
}

.imgdocktop {
	display:none;
}

.imgdockbottom {
	visibility:hidden;
	height:8px;
}

.divDockHeader
{
	font-weight: bold;
	padding:7px 0px 0px 8px;
	color: white;
	background-color:#505050;
	font-size: 8pt;
	width: 192px; /* +8px padding = 200px */
	height: 23px; /* +7px padding = 30px */
}

.tblDockItemContents a
{
}

.tblDockItemContents_TD_header 
{
	vertical-align:top;
	background-repeat:repeat-y;
	line-height:20px;
	padding-left:4px;
	height: 20px;
}

.tblDockItemContents
{
	margin: 0 0px 12px 0;
	width: 200px;
	color: #666;
	background-color:#f3f3f3;
	padding-bottom:12px;
}

.tblDockItemContents_TD
{
	padding: 4px 8px 4px 8px;
	vertical-align: top;
	margin: 0;
}

.tblDockItemContents_TD div
{
	width: auto;
}

.tblDockItemContents a
{
	color: #333;
}

.tblDockItemContents a:hover
{
	color: #000;
}

.searchcloud {
	width:182px;
}

/* ======= PAGING ======================================= */

.tblPagingUberContainer
{
	padding: 8px;
	text-align: center;
}

.tblPagingContainer
{
	margin: 0 auto;
	padding: .25em;
	color: #333;
}

A.paging 
{
	display:block;
	float:left;
	margin:2px;
	color:#606060;
	text-align:center;
	text-decoration:none;
	font-size:9pt;
}

a.paging:hover
{
	background-color: #666666;
	border-color: #fff;
	color: #fff;
}

.paging_text 
{
	display:block;
	float:left;
	margin:0px;
	margin-top:5px;
	color:#606060;
	text-align:center;
	padding-left:4px;
	padding-right:4px;
}

.paging
{
	background-color: #fff;
	border: 1px solid #e0e0e0;
	color: #fff;
	font-weight: normal;
	height: 16px;
	width: 30px;
}

/* ======= SPECS ========================================= */

/* SPECS */
.divSpecContainer 
{
	margin:0px 20px 0px 20px;
	font-size:8pt;
	line-height:18px;
	position:relative;
}

.divSpecContainer a
{
	color:#404040;
	cursor:pointer;
}

.divSpecContainer a:hover
{
	color:black;
}

#divSpecPopup 
{
	position:absolute;
	border:1px solid #808080;
	background-color:White;
	color:Black;
	width:400px;
	height:200px;
	z-index:4000;
	display:none;
}

/* SpecTable, filters */

.SpecCatTable
{
	width: 100%;
	border-collapse: collapse;
}

.SpecCatTable td
{
	border: 1px solid #d0d0d0;
	padding: 4px;
}

td.SpecCatTitle
{
	font-weight: bold;
	background-color: #f4f4f4;
	padding-top: 6px;
	padding-bottom: 6px;
}

.SpecCatTable div.ticked
{
	width: 16px;
	height: 16px;
	background-image: url('../specs/tick.png');
	background-repeat: no-repeat;
	background-position: center;
}

.SpecCatTable div.notticked
{
	width: 16px;
	height: 16px;
	background-image: url('../specs/no.png');
	background-repeat: no-repeat;
	background-position: center;
}

.SpecCatFilterList
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 180px;
	overflow: auto;
}

.SpecCatFilterList li
{
	margin-left: 4px;
}

.SpecCatFilterList li div
{
	text-decoration: underline;
	cursor: pointer;
}

.SpecCatFilterMultiList
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 180px;
	border: 1px solid #d0d0d0;
}

.SpecCatFilterMultiList li
{
}

.filters
{
	margin-bottom:12px;
}

.filterbutton
{
	cursor: pointer;
	border: 1px solid #808080;
	float:left;
	width:70px;
	margin-right: 4px;
	text-align: center;
}

.filterbuttonseparator
{
	width:10px;
	float:left;
}

.filterseparator
{
	height: 3px;
}

.slidercontainer {
	width:173px;
	margin-left:10px;
}

.filterslider 
{
	height:40px;
	padding:4px 2px 0px 2px;
}

.filterslider .valuelabel
{
	color:#202020;
	font-size:10pt;
	text-align:center;
	margin-bottom:6px;
}

.filterclear
{
	position:absolute;
	font-size:8pt;
	width:190px;
	text-align:right;
	color:#d1d1d1;
	margin-top:6px;
	cursor:pointer;
}

.ui-slider-range {
	background:#6080f0 !important;
}

/* Specs */

.divSpecPanes {
	width:200px;
	padding-top:12px;
	clear:both;
}

.divPane {
	background-color:#f3f3f3;
	/* border:1px solid #d0d0d0; */
	border:0px;
	margin-bottom:12px;
}

.divPane h3 {
	padding-left:8px;
	margin:0px;
	padding-top:6px;
	padding-bottom:6px;
	font-size:10pt;
	color:White;
	background-color:#505050;
}

.divPane ul.filterlist {
	list-style-type:none;
	margin:0px;
	padding:8px;
}

.divPane ul.filterlist li {
}

.divPane ul.filtermultilist {
	list-style-type:none;
	margin:0px;
	padding:8px;
}

.divPane ul.filtermultilist li 
{}

.divPane ul.filtertickbox {
	list-style-type:none;
	margin:0px;
	padding:8px;
	height:20px;
}
.divPane ul.filtertickbox li
{
	float:left;
	width:80px;
}
.divPane select.filterselect {
	margin-left:10px;
	margin-bottom:6px;
	margin-top:6px;
}


/* ======= SUBCATS ====================================== */

.tdSubCatsTop, .tdSubCatsTop *
{
	color: #333;
}

.tdSubCatsTop div b
{
	border-bottom: 1px solid #ddd;
/*	width: 590px; */
	display: block;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

.tdSubCatsTop div
{
	margin: 0px;
	width: 100%;
}

.tdSubCatsTop td
{
	border-left: 0px solid #e0e0e0;
	padding-bottom: 4px;
	padding-left: 2px;
}

.tdSubCatsTop a
{
	text-decoration: none;
}
.tdSubCatsTop a:hover
{
	color: #666666;
}

#tblSubCats {
	margin-top:0px !important;
}

#tblSubCats td {
	padding:6px 0px 6px 6px;
}

.aSubCatLink
{
	font-weight:normal;
}

#divFloatingSubCatPath {
	position:absolute;
	margin-top:-22px;
	margin-left:8px;
	width:400px;
}

#divFloatingSubCatPath .link {
	color: #FF8A00;
	font-size: 7pt;
}

#divFloatingSubCatPath .link:hover {
	color: #FF8A00;
}

#divFloatingSubCatPath .separator {
	color: #FF8A00; 
	font-size: 7pt;
	margin-left: 10px;
	margin-right: 10px;
}


/* ======= PRODUCT VIEWS =================================== */
/* shared */

.PDPrijs 
{
	font-weight:normal;
}

.PDUwPrijs 
{
	font-size:14pt;
	font-weight:bold;
	color:#606060;
	padding-right:6px;
}

.voorraadText 
{
	position:absolute;
	text-align:left;
	color:#404040;
	font-size:8pt;
}

.ProductViewItemLayoutBased,
.ProductViewItemCard,
.ProductViewItemThumb,
#ctl00_ContentPlaceHolder2_ucRandom_dlRandomThumbs table,
#ctl00_ContentPlaceHolder2_rptrProductDetail_ctl00_ucProductDetail_divProductDetail_Content table
{
	border:1px solid #d0d0d0;
}

.divItemDescription img
{
	border:0px;
}

.ProductViewItemCard input[type='text'],
.ProductDetailContainer input[type='text'],
.thumb.bottom input
{
	border:1px solid #ddd;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;

	width:30px;
	margin-left:100px;
	text-align:right;
	height:12px;
	margin-top: 2px;
}
.thumb.bottom .btnCart
{
	margin-top:2px;
}

#addWholeCat
{
	width:598px;
	height:52px;
	border:1px solid #D0D0D0;
}

/* random */

/* layout based */

.ProductViewItemLayoutBased {
	width:198px;
}

.ProductViewItemLayoutBased .description
{
	position:absolute;
	margin-top:30px;
	width:180px;
	margin-left:10px;
	cursor:pointer;
	color:#222;
}

.divSet_Thumb{
	margin-top:-10px;
	margin-left:8px;
}

/* card */

.ProductViewItemCardContainer td {
	border-spacing:0;
	padding:0;
}

.ProductViewItemCard {
	margin:4px 0 4px 0;
}

.ProductViewItemCard input[type='text'],
.ProductDetailContainer input[type='text']
{
	margin-left:500px;
}

.ProductViewItemCard .btnCart,
.ProductDetailContainer .btnCart
{
	margin-top:20px;
	width:90px;
}

.ProductDetailContainer .btnCart p
{
	text-align: right;
}

/* thumb */

/* grid - list */

#tblProductGrid 
{
}

#tblProductGrid TH
{
	padding-top:5px;
	padding-bottom:8px;
	padding-left:2px;
	color:Black;
	text-align:left;
	background:#f0f0f0;
	font-size:8pt;
	font-weight:normal;
}

#tblProductGrid td
{
	border-bottom:1px solid #c0c0c0;
}

#tblProductGrid td.artcode {
	width:70px;
	font-size:7pt;
}

#tblProductGrid td.price {
	text-align:right;
}

#tblProductGrid td.input {
	text-align:center;
}

#tblProductGrid td.order {
	width:70px;
}

#tblProductGrid td a
{
	color:black;
}

/* ======= PRODUCT DETAIL =================================== */

.ProductDetailContainer
{
	border:1px solid #d0d0d0;
}

.Overlay
{
	position:absolute;
	z-Index:3000;
}

.Discount
{
	margin-left:400px;
	margin-top:10px;
}

.divSet_Detail
{
	margin-left:12px;
	margin-top:-40px;
}
/* ======= VIEW TABS ======================== */
.trViewtab 
{
	display:none;
}

.divViewTabs.detailtab 
{
	/* margin-left:500px; */
}

.divViewTabs
{
	background-color:#444;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 9pt;
	font-weight: normal;
	height: 24px;
	margin-left: 1px;
	margin-right: 1px;
	padding: 0px;
	width: 110px;
	padding-top:6px;
}

.divViewTabs_dim
{
	background-color:#ccc;
	color: #333;
	cursor: pointer;
	float: left;
	font-size: 9pt;
	font-weight: normal;
	height: 24px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 0px;
	padding: 0px;
	width: 110px;
	padding-top:6px;
}

.ViewTab_A
{
	color: white;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 110px;
}

.divViewTabs_dim .ViewTab_A {
	color:#444;
}

.segment {
	background-color:#ccc;
}

.ProductDetailContainer input[type='text'].txtProductLink
{ /* Product Link QTY Input */
	margin-left:90px;
}
.noResultText
{
	font-style:italic;
}
#ctl00_ContentPlaceHolder2_rptrProductDetail_ctl00_ucProductDetail_divProductDetail_Content
{
	margin:12px;	
	overflow:auto;
}

/* COMBI tab*/
.divCombi
{
	border-top:1px solid #d0d0d0;
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
}


/* ======= STOCK ========================================== */

.divLegend
{
	background-color: #e1e1e1;
	border: 1px solid #404040;
	display: none;
	padding: 4px;
	position: absolute;
	top: 100px;
	z-index: 2000;
}

.stockindicator {
	border:1px solid white;
	width:29px;
	height:10px;
	background-repeat:no-repeat;
}

.stock_0
{
	background-image:url('../stock/Stock_0.png');
}
.stock_1
{
	background-image:url('../stock/Stock_1.png');
}
.stock_2
{
	background-image:url('../stock/Stock_2.png');
}
.stock_3
{
	background-image:url('../stock/Stock_3.png');
}

.thumbStock
{
	z-index:1;
	position:absolute;
	margin-left:154px;
}

/* ======= CART DOCKING PANEL ============================= */

.trCartRow
{
	background-color: transparent;
	border-bottom: 1px solid #a0a0a0;
}

.trCartRow a {
	font-weight:normal;
	display:block;
	margin-top:5px;
	overflow:hidden;
}

.trCartRowAlternate
{
	background-color: white;
	border-bottom: 1px solid #a0a0a0;
	font-weight:normal;
}

.trCartRowAlternate a {
	font-weight:normal;
	display:block;
	margin-top:5px;
	overflow:hidden;
}


.trCartRowCurrent
{
	background-color: #ffffc0;
	border-bottom: 1px solid #a0a0a0;
	font-weight:normal;
}

.trCartRowCurrent a
{
	color:white;
	font-weight:normal;
	display:block;
	margin-top:5px;
	overflow:hidden;
}

.trCartRowGrouping
{
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	font-weight: bold;
}

.trCartRowGrouping img
{
	margin-right: 2px;
}

.trCartRowGrouping td
{
	background-color: #404040;
	color: #fff;
	cursor: pointer;
	padding-left: 4px;
	width: 196px;
}

#tdCartTotals 
{
	background-color:Black;	
	text-align:center;
	padding-top:10px;
}

#divCartAantalArtikelen
{
	margin-left:8px;
}

#divAfronden
{
	margin-left:8px;
	margin-bottom:
}

/* ======= CART =============================================== */

#tblCartWizard_Cart
{
	line-height: 16px;
}

#tblCartWizard_Cart td
{
	border-bottom: 1px solid #e0e0e0;
}

#tblCartWizard_Cart_Head
{
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
}

#tblCartWizard_Cart_Head th
{
	background-image: url('../../images/main/TableHeaderGradient.jpg');
	background-repeat: repeat-x;
	font-size: 0.8em;
	height: 24px;
	text-align: left;
}

.tblAfronden
{
	background-color: #fff;
	color: black;
	width: 1024px;
}

.tblAfronden th
{
	background-color: #a0a0a0;
	color: #fff;
	font-weight: bold;
	padding-right: 4px;
	text-align: left;
}

.trCartWizardTopRow td
{
	background-color: #fff;
	border-top: 1px solid #e0e0e0;
}

.trCartWizardTopRowAlt td
{
	background-color: #fafafa;
	border-top: 1px solid #e0e0e0;
}

.trGroupRowInCart
{
	background-color: #404040;
	color: #fff;
	cursor: pointer;
}

.tdDeleteCartRow
{
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	cursor: pointer;
	text-align: center;
	width: 20px;
}

#tblCart 
{
	border:1px solid #e0e0e0;
	font-size:7pt;
}

.tblCart 
{
	background-color:White;
	border:0px;
}
.tblCart TH
{
	background-color:red;
	color:White;
	text-align:left;
}
.tblCart TD
{
	padding:0px;
	border:0px;
	margin:0px;
/*	border:1px solid purple; */
}
.tblCart SPAN 
{
	padding:0px;
	margin:0px;
}
.tblCart DIV
{
	padding:0px;
	margin:0px;
}

.trCombiRow 
{
	background-color:white;
	color:#808080;
}

.trCombiRow td {
	border-top:1px solid #e0e0e0;
}

.trCombiRow .divCartWizardArtikelOmschrijving 
{
	font-size:8pt;
	color:#808080;
	font-weight:normal;
}

.divCartStepButtons
{
	width: 500px;
}

.divCartWizard_Headers
{
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 10px;
}

.divCartWizardArtikelOmschrijving
{
	color: #303030;
	font-size: 0.9em;
	font-weight: bold;
	margin-top:-12px;
}

.cart-nostock 
{
	color:Red;
}

.tblCartWizard
{
	margin: 0px;
	width: 350px;
}

.tblCartWizard tr
{
	height: 20px;
}
.tblCartWizard input,
.tblCartWizard select
{
	margin-top:2px;
	margin-bottom:2px;
}

#tblCart
{
	font-size:8pt;
	margin:0px;
	margin-top:-6px;
}

#tblCart tr td
{
	border: none;
	padding: 4px 0;
}

#tblCart tr td div
{
	height: auto;
}

#divWizardContent
{
	margin-top: 10px;
}

.tblDeliveryMethods {
    border: 1px solid #A0A0A0;
    margin-bottom: 2px;
}
.tblDeliveryMethods tr {
    background-color: #FFFFFF;
    cursor: pointer;
}
.tblDeliveryMethods TR:hover {
    background-color: #D8D8D8;
}

/* ======= CART WIZARD STEPS ============================================= */

.divWizardStep
{
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	height: 24px;
	margin-right: 4px;
	width: 125px;
}

.divWizardStepCaption
{
	color: black;
	margin-left: 28px;
	position: absolute;
	top: 5px;
}

.divWizardStepCaption:hover
{
	color: #f4a729;
}

.divWizardStepCaptionSelected
{
	color: #000000;
}

.divWizardStepContainer
{
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	position: absolute;
}

.divWizardStepNumber
{
	color: #fff;
	margin-left: 10px;
}

.divWizardStepSelected
{
	font-weight: bold;
}

/* ======= Sitemap ============================================= */

.sitemap_DepartmentTitle {
    font-size: 14pt;
}
.sitemap_GroupTitleDIV {
    border-bottom: 1px solid #F0F0F0;
    border-top: 1px solid #F0F0F0;
    font-size: 0.75em;
    margin-bottom: 8px;
    padding: 4px;
}
.sitemap_GroupTitleLink {
    color: black;
    text-decoration: none;
}
.sitemap_ItemDIV {
    float: left;
    font-size: 0.75em;
    margin: 4px 0 0;
    width: 200px;
}
.sitemap_ItemLink {
    color: #808080;
    text-decoration: none;
}
.divContent H1 {
    font-size:14pt;
    margin:0px;
}
.divContent H2 {
    font-size:12pt;
    margin:0px;
}
.divContent H3 {
    font-size:10pt;
    margin:0px;
}
.sitemapImg
{
	float:left;
	margin-right:20px;
	border:2px solid #000000;
	width:80px;
	height:80px;
}

/* ======= tblInvoiceAndOrderGrid ============================================= */

.tblInvoiceAndOrderGrid 
{
	border-collapse:collapse;
	width:100%;
}

.tblInvoiceAndOrderGrid th
{
	text-align:left;
	padding:6px;
	background-color:#808080;
	color:White;
	text-decoration:underline;
	cursor:pointer;
}

.tblInvoiceAndOrderGrid th.asc
{
	color:Black;
}

.tblInvoiceAndOrderGrid th.desc
{
	color:Black;
}

.tblInvoiceAndOrderGrid td
{
	padding:6px;
	border:1px solid #c0c0c0;
}

.tblInvoiceAndOrderGrid tr.odd
{
	background-color:white;
}

.tblInvoiceAndOrderGrid tr.even
{
	background-color:#f4f4f4;
}

.tblInvoiceAndOrderGrid tr:hover
{
	background-color:#ffffe8;
}

.divIOPageContainer 
{
	margin-top:4px;
	height:26px;
}

.divIOPageButton 
{
	float:left;
	width:32px;
	height:15px;
	border:1px solid #b0b0b0;
	background-color:#e0e0e0;
	text-align:center;
	padding-top:3px;
	margin-right:2px;
	cursor:pointer;
}

.divIOPageButton:hover
{
	background-color:#e08040;
	color:White;
}

.aIOLink
{
	color:#e08040;
}

.divIOPageButton.selected
{
	background-color:white;
	color:black;
}
/* ======= RMA ============================================= */
.divRma_Headers
{
	font-weight: bold;
	margin-bottom: 10px;
}

/* ======= OVERIG ========================================== */
.theme-default .nivoSlider {
	margin-left:5px;
	-webkit-margin-start:5px;
	-moz-margin-start:5px;
}

/* ======= CART WIZARD - EXISTING ADDRESS ============================================= */

#openDeliveryAddress {
	text-decoration:underline;
	cursor:pointer;
	
}


#divSelectExistingAddress {
	background-color:white;
	border:1px solid #ccc;
	border-radius:12px;
	padding:20px;

	z-index:9900;
	display:none;
	position:absolute;
	margin-left:200px;
	top:400px;
	width:600px;

	-webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.29);
	-moz-box-shadow:    4px 4px 5px rgba(50, 50, 50, 0.29);
	box-shadow:         4px 4px 5px rgba(50, 50, 50, 0.29);
}

#divSelectExistingAddress h2 {
	margin:0 0 8px 0;
	font-size:10pt;
}

#divSelectExistingAddress table {
	margin:0;
	border-spacing:0;
	width:100%;
}

#divSelectExistingAddress table th {
	text-align:left;
	padding:0 16px 4px 0;
}

#divSelectExistingAddress table td {
	text-align:left;
	padding:0 16px 4px 0;
	cursor:pointer;
}

#divSelectExistingAddress table tr:hover td {
	background-color:#eee;
}


#closeExistingAddress {
	position:absolute;
	width:20px;
	margin-left:590px;
	margin-top:-10px;
	cursor:pointer;
	text-align:center;
}

/* ======= DEALER =================================================================== */
.divDealerContainer 
{
	position:relative;
	height:420px;
}

.divDealerInfoHeader 
{
	border:1px solid #b0b0b0;
	background-color:#f4f4f4;
	width:590px;
	position:absolute;
	left:10px;
}

.divDealerInfoHeader .interior 
{
	margin:20px;
}

.divDealerMap 
{
	border:1px solid #b0b0b0;
	width:400px;
	height:400px;
	position:absolute;
	right:10px;
}

.divDealerCard 
{
	width:1002px;
	height:120px;
	border:1px solid #b0b0b0;
	margin:5px 10px 5px 10px;
	float:left;
	position:relative;
}

.divDealerCard .interior
{
	margin:10px;
}

.divDealerCard .interior .hdr
{
	font-weight:bold;
	margin:4px 0px 4px 8px;
}

.divDealerCard .interior .adr
{
	margin:4px 0px 4px 8px;
}

.divDealerCard .interior .icon
{
	background-color:#43aafd;
	color:black;
	width:24px;
	height:16px;
	border:1px solid black;
	text-align:center;
}

.divDealerCard .interior .km 
{
	position:absolute;
	width:975px;
	text-align:right;
	color:#a0a0a0;
	font-size:8pt;
}

.divDealerCard .interior .body
{
	width:700px;
	height:100px;
	margin:10px;
	position:absolute;
	left:250px;
}

.divDealerCard .interior .divSelect
{
	position:absolute;
	width:120px;
	height:21px;
	color:white;
	font-size:10pt;
	left:872px;
	top:90px;
	text-align:center;
	cursor:pointer;
	padding-top:4px;
	background-color:#888;
}
.divDealerCard .interior .divSelect:hover 
{
	background-color:#808080;
}
.divDealerCard .interior .divSelectSelected
{
	position:absolute;
	width:121px;
	height:21px;
	color:white;
	font-size:10pt;
	left:872px;
	top:90px;
	text-align:center;
	cursor:default;
	padding-top:4px;
	background-color:#40a040;
}

.dealerlist {
	overflow:auto;
}

.dealerfilters {
	background-color:#f4f4f4;
	border:1px solid #b0b0b0;
	margin:10px;
	padding:2px 10px 2px 10px;
}

.dealerfilters .filterbox {
	color:#888;
	font-style:italic;
	width:300px;
}

.dealerfilters .filterbox.active {
	color:black;
	font-style:normal;
}


/* ======= RETOUREN ======================================== */
.retour-header {
	font-weight:bold;
	font-size:12pt;
	margin-top:16px;
}

.retour-overview {
	width:100%;
	border-collapse:collapse;
	margin-top:10px;
}

.retour-overview th {
	text-align:left;
	border-bottom:1px solid #888;
}

.retour-overview td {
	padding:6px;
	border:1px solid #f0f0f0;
}

.retour-overview .buttontd {
	padding:1px 0 1px 0 !important;
}

.retour-overview .buttontd .basebutton.green {
/* reserved */
}

.retour-overview .buttontd .basebutton.center {
	margin:0 auto 0 auto;
}

.retour-overview tr.alt td {
	background-color:#f0f0f0;
}

.retour-overview .rohProduct {
	width:400px;
}

.retour-overview .rohAantal {
	width:50px;
}

.retour-overview .rohSerie {
	width:150px;
}

.retour-overview .rohOrderNr {
	width:100px;
}

.retour-overview .rohReason {
	width:200px;
}

.retour-overview select {
	width:100%;
	height:22px;
	margin-top:2px;
}

.retour-newrow td {
	padding:2px 4px 2px 4px;
}

.retour-newrow td input[type='text'] {
	width:98%;
}


#popupProduct {
	display:none;
	border:1px solid #888;
	background-color:white;
	padding:8px;
	position:absolute;
	margin-top:24px;
	z-index:1000;
	-webkit-box-shadow: 4px 4px 10px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    4px 4px 10px rgba(50, 50, 50, 0.25);
	box-shadow:         4px 4px 10px rgba(50, 50, 50, 0.25);
	cursor:pointer !important;
}

#popupProduct table {
	border-collapse:collapse;
}

#popupProduct table td {
	border:0px !important;
}

#popupProduct table tr.current td {
	background-color:#d8020a;
	color:white;
}

/* -------- MATRIX COMBOS ----------- */

td.matrixtd {
	/*border:1px dashed purple;*/
	padding:10px 0 10px 0;
/*	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd; */
}

.matrixcombocontainer {
	
}

.matrixcombocontainer span.title {
	margin-left: 20px;
	width: 70px;
	display: inline-block;
	margin-bottom: 10px;
}

.matrixcombocontainer select {
	padding:2px;
}

.matrixcombocontainer select option {
	padding:2px;
}

div.ajaxloadgif {
	display:inline-block;
	margin-left:8px;
	overflow:auto;
	visibility:hidden;
}

div.ajaxloadgif img {
	margin-top:4px;
}

div.matrixquickordercontainer {
	margin-left: 20px;
	margin-top: 3px;
	display:inline-block;
	cursor:pointer;
	z-index:100;
/*
	background: #e6442f!important;
	border: 1px solid #e6442f;
*/
	background: #808080!important;
	border: 1px solid #3A3A3A;
	padding:4px;
}

div.matrixquickordercontainer span.link {
	text-decoration:none;
	color:white;
}

/* Matrix container in Product Detail */

#matrixcontainer {
	display:none;
	padding:10px;
	position:absolute;
	background-color:white;
	border:1px solid #ddd;
	box-shadow:2px 2px 4px rgba(0,0,0,.5);
	z-index:9000;
	left:0;
	min-width:500px;
}

#matrixcontainer .closebutton {
	position:absolute;
	background-color:#e6442f;
	border-radius:50%;
	width:28px;
	height:28px;
	right:-10px;
	top:-10px;
	cursor:pointer;
}

#matrixcontainer .closebutton  span.x {
	color: white;
	position: absolute;
	left: 10px;
	top: 7px;
}

#matrixcontainer table.matrix {
	border-collapse:collapse;
	background-color:#fafafa;
	width:100%;
}

#matrixcontainer table.matrix th {
	border:1px solid #ddd;
	padding:6px;
}

#matrixcontainer table.matrix td {
	border:1px solid #ddd;
	padding:6px;
	text-align:center;
	min-width:40px;
}

#matrixcontainer table.matrix .ycaption {
	text-align:left;
}

#matrixcontainer .quickqty {
	width:40px;
	text-align:right;
}

#matrixcontainer .quickqty.error {
	background-color:red;
}

#matrixcontainer .quickqty.process {
	background-color:#ffff00;
}

#matrixcontainer .quickqty.ordered {
	background-color:#60ff60;
}

.matrixwaiter {
	display:none;
	overflow:auto;
}

#matrixorderbutton {
	float:right;
}

/* Matrix product preview */
div.matrixitempreview {
	position:relative;
	height:110px;
	padding:10px 10px 0 10px;
}

div.matrixitempreview .name {
	position:absolute;
	left:100px;
	height: 20px;
	font-weight:bold;
	font-size:11pt;
	overflow:hidden;
}

div.matrixitempreview .itemcode {
	position:absolute;
	left:100px;
	font-weight:bold;
	top:30px;
}

div.matrixitempreview .description {
	position:absolute;
	left:100px;
	top:60px;
	height: 40px;
	overflow: hidden;
}

/* matrix color */
.matrixcolorscontainer {
	overflow:auto;
	margin-left:10px;
}

.matrixcolorblock {
	width:12px;
	height:12px;
	margin-right:4px;
	border:1px solid #444;
	float:left;
}

/* matrix images */
.matriximage-leftbutton {
	clear:both;
	float:left;
	width:32px;
	height:32px;
	background-image:url('../matrix/matriximage-left.png');
	background-repeat:no-repeat;
	margin-left:8px;
	margin-top:4px;
	cursor:pointer;
	visibility:hidden;
}

.matriximage-rightbutton {
	float:left;
	width:32px;
	height:32px;
	background-image:url('../matrix/matriximage-right.png');
	background-repeat:no-repeat;
	margin-top:4px;
	cursor:pointer;
}

.matriximagescontainer {
	overflow:hidden;
	width:120px;
	height:36px;
	min-height:36px;
	float:left;
}

.matriximagescontainer ul {
	width:2000%;
	margin:0;
	padding:0;
	list-style-type:none;
}

li.matriximgblock {
	width:32px;
	height:32px;
	overflow:hidden;
	float:left;
	margin:0 4px 0 4px;
}

li.matriximgblock.block-1 {
}

li.matriximgblock  img {
	width:32px;
	height:auto;
}

/* ====== PRODUCT GROUP BREADCRUMBS =======  */
.productgroupbreadcrumbs {
	background-color: #FFEFD2;
	padding: 8px;
	font-size: 8pt;
	font-weight: bold;
	color: #585858;
}

td.productgroupbreadcrumbs {
	border-bottom: 2px solid darkgrey!important;
	padding-top: 10px!important;
}

/* ====== STAFFELS POPUP ======== */
.staffelpopup-span {
	position:absolute;
	margin-left:134px;
	z-index:200;
}

.staffelpopup-span.thumb-view {
}

.staffelpopup-span.layoutbased-view {
}

.staffelpopup-span.card-view {
	margin-left: 524px;
	margin-top: 8px;
}

.staffelpopup-span:hover {
	font-weight:bold;
}

.staffelpopup-popup {
	background-color:#f4f4f4;
	padding:12px;
	border:1px solid #bbb;
	position:absolute;
	z-Index:100;
	margin:12px 0 0 30px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.25);
}

#detail_breadcrumb
{
	display:none;
}
