﻿* {
    padding: 0;
    margin: 0;
}

#TB_window {
    font: 12px Arial,Helvetica,sans-serif;
    color: #333;
}

#TB_secondLine {
    font: 10px Arial,Helvetica,sans-serif;
    color: #666;
}

#TB_window a:link {
    color: #666;
}

#TB_window a:visited {
    color: #666;
}

#TB_window a:hover {
    color: #000;
}

#TB_window a:active {
    color: #666;
}

#TB_window a:focus {
    color: #666;
}

#TB_overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.TB_overlayMacFFBGHack {
    background: url(/Images/macFFBgHack.png) repeat;
}

.TB_overlayBG {
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    opacity: .75;
}

* html #TB_overlay {
    position: absolute;
    height: expression(document.body.scrollHeight>document.body.offsetHeight?document.body.scrollHeight:document.body.offsetHeight+"px");
}

#TB_window {
    position: fixed;
    background: #fff;
    z-index: 102;
    color: #000;
    display: none;
    border: 4px solid #525252;
    text-align: left;
    top: 50%;
    left: 50%;
}

* html #TB_window {
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

    #TB_window img#TB_Image {
        display: block;
        margin: 15px 0 0 15px;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #666;
        border-left: 1px solid #666;
    }

#TB_caption {
    height: 25px;
    padding: 7px 30px 10px 25px;
    float: left;
}

#TB_closeWindow {
    height: 25px;
    padding: 11px 25px 10px 0;
    float: right;
}

#TB_closeAjaxWindow {
    padding: 7px 10px 5px 0;
    margin-bottom: 1px;
    text-align: right;
    float: right;
}

#TB_ajaxWindowTitle {
    float: left;
    padding: 7px 0 5px 10px;
    margin-bottom: 1px;
}

#TB_title {
    background-color: #e8e8e8;
    height: 27px;
}

#TB_ajaxContent {
    clear: both;
    padding: 2px 15px 15px 15px;
    overflow: auto;
    text-align: left;
    line-height: 1.4em;
}

    #TB_ajaxContent.TB_modal {
        padding: 15px;
    }

    #TB_ajaxContent p {
        padding: 5px 0 5px 0;
    }

#TB_load {
    position: fixed;
    display: none;
    height: 13px;
    width: 208px;
    z-index: 103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px;
}

* html #TB_load {
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

* html #TB_HideSelect {
    position: absolute;
    height: expression(document.body.scrollHeight>document.body.offsetHeight?document.body.scrollHeight:document.body.offsetHeight+"px");
}

#TB_iframeContent {
    clear: both;
    border: none;
    margin-bottom: -1px;
    margin-top: 1px;
    _margin-bottom: 1px;
}

.treeview, .treeview ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 10px;
}

    .treeview ul {
        margin-top: 4px;
    }

ul.treeview li ul.treeview {
    margin-left: 0;
}

.treeview .hitarea {
    background: url(/Images/Jquery.Treeview/treeview-default.gif) -64px -25px no-repeat;
    height: 16px;
    width: 16px;
    margin-left: -16px;
    float: left;
    cursor: pointer;
}

* html .hitarea {
    display: inline;
    float: none;
}

.treeview li {
    margin: 0;
    padding: 3px 0 3px 16px;
    background: url(/Images/Jquery.Treeview/treeview-default-line.gif) 0 0 no-repeat;
}

.treeview a {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    line-height: 15px;
    text-decoration: none;
    padding-left: 5px;
    display: block;
}

    .treeview a.selected {
    }

#treecontrol {
    margin: 1em 0;
    display: none;
}

.treeview .hover, .treeview a:hover {
    color: #f47609;
    cursor: pointer;
}

.treeview li.collapsable, .treeview li.expandable {
    background-position: 0 -176px;
}

.treeview .expandable-hitarea {
    background-position: -80px -3px;
}

.treeview li.last {
    background-position: 0 -1766px;
}

.treeview li.lastCollapsable, .treeview li.lastExpandable {
    background-image: url(/Images/Jquery.Treeview/treeview-default.gif);
}

.treeview li.lastCollapsable {
    background-position: 0 -111px;
}

.treeview li.lastExpandable {
    background-position: -32px -67px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/Fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/Fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/Fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/Fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/Fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/Fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
html,
body,
form {
  margin: 0;
  height: 100%;
  min-height: 100%;
  font-family: Helvetica, Arial, sans-serif;
  color: #2f2f2f;
}
ul {
  margin-left: 15px;
}
ol {
  margin-left: 25px;
}
a {
  text-decoration: none;
  color: #F47609;
}
a:hover {
  color: #F47609;
  text-decoration: underline !important;
}
h1 {
  color: #515151;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 10px;
}
.categoryContainer > h2,
#customerInfo > h2 {
  font-weight: bold;
  font-size: 14px;
  color: #F47609;
}
h3 {
  outline: 0;
}
h4 {
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 10px;
}
header {
  background-color: #2f2f2f;
  color: #FFF;
  margin-bottom: 1rem;
  height: 35px;
  line-height: 35px;
}
header a {
  color: #FFF;
}
header .icons img {
  height: 20px;
}
header .icons img + img {
  margin-left: 15px;
}
#vatStatusArea {
  text-align: right;
  color: #FFF;
}
#vatStatusArea > a {
  color: #F47609;
}
#headerLinks {
  text-align: right;
}
#headerLinks a + a {
  margin-left: 20px;
}
#headerLinks span {
  margin-right: 4px;
}
#logo {
  display: block;
  margin-top: 25px;
  margin-left: 35px;
  border-width: 0;
}
#logo img {
  max-width: 95%;
}
#safe {
  font-size: 13pt;
  font-weight: bold;
}
#safe ul.checkList {
  margin-top: 25px;
}
#basket {
  background-color: #F47609;
  min-height: 4rem;
  margin-bottom: 1rem;
  color: #FFFFFF;
  font-size: 16pt;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  cursor: pointer;
  border-radius: 2px;
}
.searchButton {
  background-color: #F47609;
}
#basket a {
  margin-top: 1rem;
  color: #FFFFFF;
}
#menu {
  position: relative;
  bottom: -10px;
  width: 960px;
  left: 0;
  height: 52px;
}
#top #top-container .payment {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}
#top #share {
  position: absolute;
  bottom: 45px;
  right: 8px;
}
#top #share a {
  padding-right: 2px;
}
#reviewBox {
  padding-bottom: 50px;
}
#reviewBox h4 {
  color: #F47609;
}
.relProduct {
  margin-bottom: 20px;
}
.relProduct a img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.relProduct .relProductData {
  height: 60px;
}
.headerbtn {
  -moz-border-image: url(/Images/Layout/buttonBorder.png) 0 3 0 5 fill;
  -o-border-image: url(/Images/Layout/buttonBorder.png) 0 3 0 5 fill;
  -webkit-border-image: url(/Images/Layout/buttonBorder.png) 0 3 0 5 fill;
  border-image: url(/Images/Layout/buttonBorder.png) 0 3 0 5 fill;
  border-width: 0 3px 0 5px;
  height: 30px;
  margin-top: -1px;
  padding-top: 3px;
  padding-bottom: 7px;
  margin-right: 10px;
  cursor: pointer;
}
.profile {
  -moz-border-image: url(/Images/Layout/buttonProfileBorder.png) 0 3 0 5 fill;
  -o-border-image: url(/Images/Layout/buttonProfileBorder.png) 0 3 0 5 fill;
  -webkit-border-image: url(/Images/Layout/buttonProfileBorder.png) 0 3 0 5 fill;
  border-image: url(/Images/Layout/buttonProfileBorder.png) 0 3 0 5 fill;
  border-width: 0 3px 0 5px;
  color: #fff;
}
.headerbtn span {
  display: block;
  margin-top: 11px;
  padding-left: 5px;
  padding-right: 15px;
  height: 25px;
  position: relative;
  top: -9px;
  font-size: 12px;
  line-height: 25px;
}
.headerbtn a {
  text-decoration: none;
  color: #2f2f2f;
}
.headerbtn a:hover {
  text-decoration: underline;
}
.headerbtn span img,
#top .profile span img {
  margin-right: 5px;
}
#menu ul {
  list-style: none;
  display: inline;
  font-size: 14pt;
}
#menu ul li {
  float: left;
  margin-left: 10px;
  padding-top: 6px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
#menu ul li a {
  display: block;
  line-height: 28px;
  height: 28px;
  text-decoration: none;
  padding: 0 11px;
  color: #2f2f2f;
}
#menu ul li a:hover,
#top #menu ul li a.selected {
  line-height: 26px;
  height: 26px;
  border: 1px solid #d86425;
  padding: 0 10px;
  color: #fff;
  background-image: url(/Images/Layout/menu-hover.gif);
}
#menu #search {
  float: right;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
#menu #search #txtSearchField {
  border: 1px solid #aaa;
  width: 235px;
  line-height: 18px;
  height: 18px;
  color: #8a8a8a;
}
footer {
  background-color: #575757;
  color: #aaa;
  margin-top: 3rem;
}
footer .middle {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
footer h4 {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  position: relative;
  left: -10px;
  padding-bottom: 0;
}
footer a {
  display: block;
  color: #b2b2b2;
  line-height: 20px;
  text-decoration: none;
}
.mainCategory {
  background-color: #F6F6F6;
  border-radius: 2px;
  cursor: pointer;
  height: 20px;
  font-family: Arial;
  font-size: 10.5pt;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 3px;
}
.mainCategory div {
  float: left;
  width: 175px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.mainCategory div span {
  margin-right: 5px;
}
.mainCategory img.expand {
  float: right;
  margin-right: 10px;
  margin-top: 6px;
  width: 10px;
}
.subCategory {
  background-color: #FFFFFF;
}
#content {
  font-size: 14px;
}
table.list {
  width: 100%;
}
table.list tbody tr td {
  vertical-align: top;
}
table.list a {
  color: #000000;
}
.pagerContainer {
  text-align: center;
}
.pageList {
  display: inline;
  font-size: 0px;
}
.pageList li:last-child {
  border-right: 2px solid #000;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.pageList li:first-child {
  border-left: 2px solid #000;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.pageList li {
  font-size: 2rem;
  list-style: none;
  display: inline-block;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin: 0;
  padding: 5px 10px 5px 10px;
}
.pageList li + li {
  border-left: 1px solid #000;
}
.pageList li.active {
  background-color: #EEE;
}
.buyButton {
  background-color: #F47609;
  border-color: #F47609;
  border-radius: 0;
  color: #FFF;
  font-size: 2.5rem;
  width: 80%;
  margin-left: 10%;
}
.buyButton-front {
  background-color: #F47609;
  border-color: #F47609;
  border-radius: 0;
  color: #FFF;
  width: 100%;
}
input.button {
  padding-left: 3px;
  padding-right: 3px;
}
span.req {
  color: #FF0000;
  font-style: italic;
}
img,
iframe {
  border-width: 0;
  max-width: 100%;
}
div.head {
  margin-bottom: 3rem;
}
span.price {
  font-weight: bold;
  float: left;
  margin-top: 7px;
}
#articlenumber {
  font-size: 10px;
  color: #515151;
  padding-bottom: 10px;
}
#htmlPurchase,
#htmlContactUs {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #e7e7e7;
  padding: 10px;
  margin-top: 5px;
  text-align: left;
  bottom: 0;
}
#htmlPurchase .regular {
  display: block;
  font-size: 12px;
  color: #2f2f2f;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
}
#htmlPurchase .price {
  color: #ff6c00;
  font-weight: bold;
  font-size: 28pt;
  text-align: center;
}
#htmlPurchase .quantity {
  line-height: 28pt;
  margin-top: 7px;
}
#htmlPurchase #buyButton-container .buyButton {
  border-radius: 3px;
}
.product-image {
  padding: 20px;
  text-align: center;
}
#htmlQuantity {
  text-align: center;
  height: 32pt;
}
.product-image img,
#htmlMainImage {
  margin: 0 auto;
}
.product-image .thumbnail img {
  margin: 0;
  margin-right: 10px;
  padding: 5px;
}
nav#categories h3 {
  color: #F47609;
  height: 3rem;
  font-weight: normal;
}
#categorySort {
  margin: 20px 0 20px 0;
}
#categorySort > .btn + .btn {
  margin-left: 30px;
}
.categoryItemImage {
  max-height: 100px;
  margin: 0 auto 0 auto;
  text-align: center;
}
.categoryItemText {
  color: #000;
}
.categoryItemPrice {
  font-size: 3rem;
  text-align: center;
}
.categoryItemOutOfStock {
  font-size: 1.5rem;
}
.prodImg {
  border-width: 0;
}
.manufacturer-link a {
  display: block;
  background-image: url('/Images/Layout/website-icon.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-left: 20px;
  color: #2f2f2f;
}
.manufacturer-link a:hover {
  color: #F47609;
}
ul#documentList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul#documentList li {
  padding-top: 5px;
}
ul#documentList li a {
  color: #2f2f2f;
  display: block;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-left: 20px;
}
ul#documentList li a:hover {
  color: #F47609;
}
ul#documentList li a.Manual {
  background-image: url('/Images/Layout/manual-icon.png');
}
ul#documentList li a.Produktblad,
ul#documentList li a.Tekniskspecifikation,
ul#documentList li a.EG-forsakran {
  background-image: url('/Images/Layout/productinfo-icon.png');
}
.prodData tr td {
  vertical-align: top;
  min-height: 25px;
}
.prodData tr td:nth-child(1) {
  background-color: #e7e7e7;
  padding-left: 10px;
  padding-right: 10px;
}
.prodData tr td:nth-child(2) {
  padding-left: 10px;
}
input[type='submit'] {
  padding-left: 3px;
  padding-right: 3px;
}
.freightFree {
  color: #FFFFFF;
  background-color: #0987F3;
  border: 1px solid #0765D1;
  border-radius: 5px;
  padding: 5px;
}
.frontProduct {
  border: 0.1rem solid #CCC;
  min-height: 30rem;
  padding-top: 0.25rem;
  margin-bottom: 1rem;
}
.frontProduct a {
  color: #000;
}
.frontProduct + .frontProduct {
  margin-right: 0.1rem;
}
.frontProduct .productImage {
  margin-bottom: 1rem;
  max-width: 100%;
}
.priceRow {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
.frontProduct .price {
  color: #F47609;
  font-size: 16pt;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.frontProduct .button {
  padding-left: 0 !important;
  padding-right: 13px !important;
  padding-bottom: 3px;
}
#toggleMenu {
  display: none;
}
#categories h3,
h1 {
  margin-top: 0 !important;
}
ul.checkList {
  list-style: square;
  list-style-image: url('/Images/check.png');
  position: relative;
  left: 10px;
}
ul.listStarTech {
  list-style: square;
  list-style-image: url('/Images/Icons/bulletStartech.png');
}
ul.listTrust {
  list-style: square;
  list-style-image: url('/Images/Icons/bulletTrust.png');
}
ul.listTrustBlue {
  list-style: square;
  list-style-image: url('/Images/Icons/bulletTrustBlue.png');
}
ul.listSquare {
  list-style: square;
  list-style-image: url('/Images/Icons/bulletSquare.png');
}
ul.checkList li {
  margin-top: 5px;
  line-height: 17px;
}
.frontBar {
  position: relative;
  text-align: center;
  font-size: 11pt;
  background-color: #F6F6F6;
  clear: both;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #838383;
}
.frontBar a {
  color: #838383;
}
.frontBar img {
  position: relative;
  top: -4px;
}
h1#frontHeading {
  font-size: 15pt;
  font-weight: bold;
  text-align: center;
}
#pnlTotals {
  padding-bottom: 20px;
}
#orderComment {
  width: 100%;
  height: 10vh;
  resize: none;
}
.nav-item.active > a {
  background-color: #F6F6F6 !important;
}
@media screen and (max-width: 1200px) {
  #vatStatusArea {
    text-align: center !important;
  }
}
@media screen and (max-width: 991px) {
  #logo {
    text-align: center;
  }
  .frontProduct {
    text-align: center;
    padding-bottom: 8rem;
  }
  .frontProduct .productImage {
    width: 100%;
  }
  .frontProduct .priceRow {
    width: 100%;
    padding-left: 8px;
  }
  #toggleMenu {
    display: inline;
    text-align: center;
    min-width: 100%;
    color: #F47609;
    font-size: 20pt;
    cursor: pointer;
    font-weight: bold;
    text-shadow: 1px 1px #333, -1px -1px #333, -1px 1px #333, 1px -1px #333;
    letter-spacing: 1rem;
  }
  .categoryContainer {
    display: none;
  }
  .categoryItemText {
    padding-left: 50px;
  }
  .categoryItemPrice {
    text-align: right;
    padding-right: 50px;
  }
  .categoryItemImage {
    max-height: none !important;
  }
}
@media print {
  a[href]:after {
    content: none !important;
  }
}