
@font-face {
	font-family: 'robotoregular';
	src: url('/fonts/Roboto-Regular-webfont.eot');
	src: url('/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Roboto-Regular-webfont.woff') format('woff'),
		url('/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
		url('/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'bauhaus_md_btbold';
	src: url('/fonts/bauhausb-webfont.eot');
	src: url('/fonts/bauhausb-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/bauhausb-webfont.woff2') format('woff2'),
		url('/fonts/bauhausb-webfont.woff') format('woff'),
		url('/fonts/bauhausb-webfont.ttf') format('truetype'),
		url('/fonts/bauhausb-webfont.svg#bauhaus_md_btbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

body
{
	font-family: 'robotoregular', Arial;
}

body, div, form
{
	margin: 0px;
	padding: 0px;
}

img
{
	display: block;
}

.error
{
	color: #bf0000;
	font-weight: bold;
}

#logo 
{
	padding: 15px 0px 13px 13px;
	float: left;
}

#logo img
{
	margin: 0 auto;
}

#logo-contact
{
	text-align: right;
	padding: 16px 13px 0px 0px;
}

#logo-contact .text
{
	font-size: 11px;
	line-height: 16px;
	color: #ff8200;
}

#logo-contact .number
{
	font-size: 15px;
	line-height: 18px;
	color: #ffffff;
	font-weight: bold;
	font-family: 'bauhaus_md_btbold';
}

#logo-contact .number a
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#header-new-message
{
	padding: 8px 10px 9px 10px;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
	background-color: #b10000;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

#header-new-message br
{
	display: none;
}

#header-new-message p
{
	font-size: 14px;
	line-height: 17px;
	margin: 0px;
}

#header-new-message a
{
	color: #fff;
}

#header-wrapper 
{
	border-top: 2px solid #ff8200;
	position: relative;
	background-color: #232334;
	height: 34px;
	margin: 0px 0px 0px 0px;
}

#logo-wrapper {
	background-color: #2e3051;
}

#menu-button 
{
	float: left;
	padding: 9px 8px 0px 6px;
	background-image: url('/mobile/images/menu-divider.png');
	background-repeat: no-repeat;
	background-position: 100% 0px;
	background-size: auto 33px;
	height: 25px;
}

#menu-button img
{
	float: left;
	margin-right: 7px;
}

#menu-button .text
{
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 17px;
}

#sub-header 
{
	height: 31px;
	border-bottom: 1px solid #bababa;
	border-top: 1px solid #bababa;
	background-image: url('/mobile/images/header-fade.gif');
	position: relative;
}

#basket 
{
	padding: 6px 12px 0 0;
}

#basket .text
{
	float: right;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	padding-right: 8px;
}

#basket .text a
{
	color: #fff;
	text-decoration: none;
}

#view-basket 
{
	float: right;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	font-size: 12px;
	color: #000;
	line-height: 22px;
	text-align: center;
	background: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#body-wrapper 
{
	padding: 7px;
	font-size: 9pt;
	background-image: url('/images/shadow.png');
	background-size: auto 31.5px;
	background-repeat: repeat-x;
}

#body-wrapper.home {
	padding: 0;
	background-image: none;
}

#body-wrapper p
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
}

#main-content #cat-menu,
#cat-menu {
	margin: 0px 0px 33px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#main-content #cat-menu li.title,
#cat-menu li.title {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	border-bottom: 5px solid #ff8200;
	margin: 0px 0px 20px 0px;
	padding: 21px 0px 13px 0px;
	color: #2e3051;
}

#main-content #cat-menu li,
#cat-menu li
{
	margin: 0px 0px 9px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 16px;
	color: #808080;
}

#main-content #cat-menu li a,
#cat-menu li a
{
	color: #808080;
	text-decoration: none;
}

#header-search-animation.open 
{
	height: 50px;
	overflow: visible;
}

#header-search-animation 
{
	height: 0px;
	overflow: hidden;
	background-color: #dedede;
}

#header-search-wrapper
{
	background-color: #ff8200;
	padding: 10px 20px 10px 20px;
}

#search-wrapper 
{
	height: 33px;
	width: 50px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	background-image: url('/mobile/images/search.png');
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: center;
}

#header-search-box
{
	background-color: #ffffff;
	border: 1px solid #fff;
	display: block;
	border-radius: 5px;
	height: 24px;
	padding: 2px;
}

#header-search-button
{
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
}

#header-search-input
{
	margin: 0px 55px 0px 0px;
	overflow: hidden;
	padding-left: 5px;
}

#header-search
{
	background-color: #ffffff;
	border: 0px solid #ffffff;
	color: #666666;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	height: 25px;
	line-height: 12pt;
	margin: 0px;
	min-width: 250px;
	outline: 0 none !important;
	padding: 0px 0px 2px 0px;
	width: 100%;
}

#mobile-check
{
	text-align: center;
	font-size: 10pt;
	line-height: 12pt;
	color: #666666;
	padding: 10px 0px 10px 0px;
}

#mobile-check a
{
	color: #666666;
}

#website-by-spark
{
	text-align: center;
	padding: 10px 0px 10px 0px;
	font-size: 11px;
	color: #666666;
}

#website-by-spark a
{
	color: #666666;
}

#banner-wrapper {
	margin: 0px 0px 13px 0px;
	overflow: hidden;
	position: relative;
}

.banner-content {
	margin: 0px 15px;
	padding: 15px 0;
}

.banner-content .content {
	background-image: url('/images/banner-content.png');
	background-repeat: repeat;
	text-align: center;
	padding: 12px 12px 16px 12px;
}

#slides .slide .banner-content .text1 {
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	margin: 0 0 5px 0;
}

#slides .slide .banner-content .text2 {
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 10px 0;
}

#slides .slide .banner-content .text3 {
	color: #ff8200;
	font-size: 14px;
	line-height: 20px;
}

#slides .slide .banner-content .text3 span {
	background-image: url('/images/banner-icon.png');
	background-size: 26px auto;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 34px;
	font-weight: bold;
}
	
#slides
{
	width: 60000px;
	transition: transform .5s ease;
	transform: translate3d(0px,0px,0px);

	-webkit-transition: -webkit-transform .5s ease;
	-webkit-transform: translate3d(0px,0px,0px);

	-moz-transition: -moz-transform .5s ease;
	-moz-transform: translate3d(0px,0px,0px);
}

.slide
{
	background-size: cover;
	background-position: center;
	float: left;
	width: 100%;
}

h2.h1-larger,
#body-wrapper h1
{
	font-size: 18px;
	line-height: 26px;
	color: #2e5082;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	background-image: none;
}

h2.h2-large {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 26px;
	color: #000;
}

#bread-crumb, #breadcrumb
{
	font-size: 7pt;
	line-height: 9pt;
	color: #666666;
	padding: 0px 0px 8px 0px;
}

#bread-crumb a, #breadcrumb a
{
	color: #666666 !important;
	text-decoration: none;
}

#cat-wrapper
{
	margin: 0px 0px 0px 0px;
}

#cat-description
{
	padding: 15px 10px 10px 10px;
}

#cat-description p
{
	font-size: 12px;
	line-height: 15px;
	margin: 0 0px 10px 0px;
	padding: 0px;
}

#item-wrapper
{
	clear: right;
}

#item-wrapper .item
{
	border-bottom: 1px dashed #c1c1c1;
	padding: 10px 0px 10px 0px;
	cursor: pointer;
}

#item-wrapper .item-image
{
	width: 100px;
	float: left;
}

#item-wrapper .item-info
{
	margin: 0px 0px 0px 110px;
}

#item-wrapper .item-info h2
{
	color: #666666;
	font-size: 8pt;
	margin: 0px;
	padding: 0px 0px 4px 0px;
}

#item-wrapper .item-info h2 a
{
	color: #2e5082;
	text-decoration: none;
}

#item-wrapper .item-price
{
	color: #666666;
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
}

#item-wrapper .item .price-wrapper span
{
	display: block;
}

#item-wrapper .item .price-wrapper {
	color: #1a1a1a;
}

#item-wrapper .item .price-wrapper .price
{
	padding: 0px 0px 0px 0px;
	font-size: 20px;
	line-height: 20px;
}

#item-wrapper .item .price-wrapper .price span
{
	display: inline;
}

#item-wrapper .item .price-wrapper .price.odd
{
	padding: 2px 0px 0px 0px;
}

#item-wrapper .item .price-wrapper .from
{
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	display: inline;
}

#item-wrapper .item .price-wrapper .was
{
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #bf0000;
	display: block;
	margin: 0 0 4px 0;
}

#item-wrapper .item .price-wrapper .save
{
	font-size: 14px;
	line-height: 17px;
	color: #bf0000;
}

#item-wrapper .item-price img
{
	padding-top: 5px;
}

.item-clear
{
	clear: both; 
	height: 0px;
	overflow: hidden;
}

#item-wrapper .item-stock
{
	font-size: 7pt;
	line-height: 9pt;
	color: #b9525b;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
}

#item-wrapper .item-delivery
{
	font-size: 7pt;
	line-height: 9pt;
	color: #666666;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
}

#more-info #item-images-wrapper
{
	border: 1px solid #bfbfbf;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 8px 0px;
	touch-action: pan-y;
	height: 250px;
	overflow: hidden;
}

#more-info #item-images
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	transform: translate3d(0px, 0px, 0px);
	transition: transform 0s ease-out;
	height: 250px;
}

#more-info #item-images li
{
	height: 250px;
	float: left;
	width: 100%;
	margin: 0px 0px 5px 0px;
}

#more-info .stock 
{
	background-image: url('/mobile/images/tick.gif');
	background-position: 0 2px;
	background-repeat: no-repeat;
	background-size: 14px 11px;
	color: #1a1a1a;
	font-size: 13px;
	font-weight: bold;
	height: 25px;
	line-height: 16px;
	padding: 0 0 0 25px;
}

#more-info .product-code 
{
	color: #4d4d4d;
	font-size: 12px;
	line-height: 15px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#more-info .delivery 
{
	color: #4d4d4d;
	font-size: 12px;
	line-height: 17px;
	margin: 0 0px 10px 0px;
	padding: 0 0 0 0px;
}

#more-info .prices
{
	padding: 0px 0px 10px 0px;
}

#more-info .prices .price
{
	font-size: 28px;
	line-height: 28px;
	display: block;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
	color: #000;
}

#more-info .price.odd
{
	padding: 5px 0px 0px 0px;
}

#more-info .from
{
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}

#more-info .was
{
	color: #bf0000;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 15px;
	margin: 0 0 1px 0;
	display: block;
	font-weight: bold;
}

#more-info .save
{
	font-size: 15px;
	line-height: 17px;
	color: #bf0000;
	clear: right;
	font-weight: bold;
}

#more-info .vat
{
	font-size: 13px;
	line-height: 14px;
	color: #666666;
	font-weight: bold;
}

#more-info .item-buttons
{
	padding: 8px 9px 9px 9px;
	border: 1px solid #bababa;
	background-image: url('/mobile/images/more-info-fade.gif');
	background-repeat: repeat-x;
	background-position: 0px 100%;
	margin: 0px 0px 10px 0px;
}

#more-info .item-options
{
	font-size: 9pt;
	line-height: 11pt;
	font-weight: bold;
	color: #666666;
	padding: 0px 0px 10px 0px;
}

#more-info .item-qty
{
	font-size: 9pt;
	line-height: 11pt;
	font-weight: bold;
	color: #666666;
	float: left;
	padding: 6px 0px 0px 0px;
}

#more-info .item-qty input[type="text"] {
	display: inline-block;
	border: 1px solid #b2b2b2;
	width: 36px;
	height: 24px;
	text-align: center;
	color: #666666;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#more-info .item-qty span {
	padding: 0 5px 0 0;
}

#more-info .item-basket
{
	float: right;
}

#more-info .item-thumb
{
	width: 56px;
	height: 56px;
	border: 1px solid #bfbfbf;
	float: left;
	margin: 0px 7px 7px 0px;
}

#more-info .item-thumb img
{
	margin: 0px auto 0px auto;
}

#more-info .item-images
{
	padding: 0px 0px 8px 0px;
}

#item-thumb-loader
{
	padding: 8px 0px 15px 0px;
	background-image: url('/images/filter-ajax-loader.gif');
	background-size: 25px 25px;
	background-position: 0px 2px;
	background-repeat: no-repeat;
	width: 125px;
	text-align: right;
	margin: 0px auto 0px auto;
}

#item-content-wrapper
{
	border: 1px solid #bababa;
	border-top: 0px;
	margin: 0 0 10px 0;
	padding: 0px 0px 0px 0px;
	font-size: 8pt;
	color: #666666;
	list-style: none;
}

#item-content-wrapper li h2
{
	font-size: 13px;
	line-height: 14px;
	color: #666666;
	margin: 0px;
	padding: 10px 0px 13px 0px;
	height: 23px;
	background-image: url('/mobile/images/menu-expand.png');	
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: 96% 9px;
}

#item-content-wrapper li.hover h2 
{
	background-image: url('/mobile/images/menu-contract.png');	
}

#item-content-wrapper li.odd h2
{
	background-image: none;
}

#item-content-wrapper li
{
	border-top: 1px solid #bababa;
	padding: 0px 0px 5px 10px;
	max-height: 28px;
	overflow: hidden;
	background-image: url('/mobile/images/menu-fade.gif');
	background-repeat: repeat-x;
}

#item-content-wrapper li.hover, #item-content-wrapper #item-content.hover, #item-content-wrapper #reviews-content.hover
{
	max-height: 10000px;
}

#item-content-wrapper li p
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#item-content-wrapper li ul
{
	border: 0px;
	margin: 0px;
	padding: 0px 0px 7px 0px;
	list-style: none;
}

#item-content-wrapper li ul li
{
	margin: 0px;
	padding: 0px 10px 0px 0px;
	max-height: none;
	background-image: none;
	border: 0px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	#item-content-wrapper li ul li {
//		display: inline;
	}
}

#item-content-wrapper li ul li #item-content-text
{
	max-height: 58px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 20px;
}

#item-content-wrapper li.full ul li #item-content-text
{
	max-height: none;
}

#item-content-wrapper li ul li #item-content-read-more
{
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#item-content-wrapper li.full ul li #item-content-read-more
{
	display: none;
}

#hidden-menu
{
	background-color: #232334;
	width: 70%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1;
	display: none;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

#hidden-menu.open
{
	display: block;
}

#hidden-menu ul
{
	margin: 0px;
	padding: 10px 10px 10px 10px;
	list-style: none;
	position: relative;
	z-index: 1;
}

#hidden-menu ul li
{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #626262;
	margin: 0px;
	background-image: url('/mobile/images/nav-arrow.png');
	background-position: 95% 6px;
	background-size: 14px 14px;
	background-repeat: no-repeat;
}

#hidden-menu ul li.title
{
	color: #ff8200;
	background-image: none;
	padding: 0px 0px 5px 0px;
	font-size: 12pt;
	line-height: 14pt;
}

#hidden-menu ul li.last
{
	border-bottom: 0px;
}

#hidden-menu ul li a
{
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 27px 5px 10px;
}

#page-wrapper
{
	transition: transform .5s ease;
	transform: translate3d(0px,0px,0px);

	-webkit-transition: -webkit-transform .5s ease;
	-webkit-transform: translate3d(0px,0px,0px);

	-moz-transition: -moz-transform .5s ease;
	-moz-transform: translate3d(0px,0px,0px);

	position: relative;
	background-color: #fff;
	z-index: 2;
	overflow: hidden;
}

#page-wrapper.open
{
	-webkit-transform: translate3d(70%,0px,0px);
	-moz-transform: translate3d(70%,0px,0px);
	transform: translate3d(70%,0px,0px);

	border-left: 5px solid #ff8200;
}

html.popup, body.popup
{
	height: 100%;
	overflow: hidden;
}

.table-header
{
	background-color: #000;
	font-size: 8pt;
	line-height: 8pt;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.table-body
{
	background-color: #f1f1f1;
	font-size: 8pt;
	line-height: 10pt;
	text-align: center;
	color: #363636;
}

.table-body-2
{
	background-color: #f1f1f1;
	font-size: 11pt;
	line-height: 15pt;
	text-align: center;
	color: #363636;
	font-weight: bold;
	border-top: 2px solid #fff;
}

.table-header-2
{
	background-color: #b9525b;
	background-color: #4d4d4d;
	font-size: 8pt;
	line-height: 8pt;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-top: 2px solid #fff;
}

.table-header-3
{
	background-color: #313131;
	font-size: 13pt;
	line-height: 13pt;
	text-align: center;
	color: #fff;
}

#promo
{
	width: 280px;
	height: 32px;
	background-image: url('/mobile/images/box3.gif');
	background-repeat: no-repeat;
	margin: 0px auto 0px auto;
}

#promobox
{
	width: 200px;
	border: 0px;
	padding: 0px 0px 0px 7px;
	margin: 0px 0px 0px 0px;
	font-size: 9pt;
	line-height: 11pt;
	color: #000;
	background-color: transparent;
}

#promobox::-webkit-input-placeholder {
	color: #000;
}

#promobox::-moz-placeholder {
	color: #000;
}

#shop-wrapper
{
	font-size: 9pt;
}

#shop-wrapper td
{
	font-size: 9pt;
}

#shop-wrapper a
{
	color: #ff8200;
}

#body-wrapper a
{
	color: #ff8200;
}

.field-name
{
	font-weight: bold;
	font-size: 9pt;
}

.field-input input
{
	width: 220px;
}

.field-textarea textarea
{
	width: 220px;
}

#map
{
	width: 300px; 
	height: 300px; 
	border: 1px solid #999; 
	padding: 0px;
	margin: 0px auto 0px auto;
}

#column1
{
	padding: 0px 0px 10px 0px;
}

#column2
{
	padding: 0px 0px 20px 0px;
}

.black_overlay 
{
 	background-color: #fff;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

#new_image_popup 
{
	position: fixed;
	left: 50%;
	width: 750px;
	background-color: #ffffff;
	padding: 1px;
	margin-left: -375px;
	display: none;
	z-index: 9002;
}

#new_image_popup_image
{
	position: relative;
	left: 0px;
	top: 0px;
	scale: 1;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-ms-touch-action: none;
}

#closebutton
{
	position: fixed; 
	top: 8px; 
	right: 8px;
	z-index: 9003;
	display: none;
}

#new_image_popup a
{
	cursor: pointer;
}

#related-items-wrapper
{
	overflow: hidden;
	touch-action: pan-y;
}

#related-items
{
	width: 600px;
	transform: translate3d(0px, 0px, 0px);
	height: 240px;
	-webkit-transition: -webkit-transform .25s ease-out;
}

#related-items-wrapper .related-item
{
	width: 100px;
	margin: 0px 0px 0px 0px;
	height: 230px;
	float: left;
	padding: 0px 15px 0px 15px;
}

#related-items-wrapper .related-item-image
{
	width: 100px;
	height: 100px;
}

#related-items-wrapper .related-item-info h2
{
	text-align: center;
	background-image: none !important;
	height: 60px !important;
	font-size: 8pt;	
	line-height: 10pt;
}

#related-items-wrapper .related-item-info h2 a
{
	color: #2e5082;
	text-decoration: none;
}

#related-items-wrapper .vat {
	color: #666666;
	font-size: 11px;
}

#related-items-wrapper .related-item-price
{
	text-align: center;
	height: 26px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
}

#related-items-wrapper .related-item-price .from
{
	font-weight: normal;
}

#reviews-wrapper
{
	cursor: pointer;
	height: 60px;
}

#reviews-stars
{
	height: 21px;
	width: 122px;
	background-image: url('/mobile/images/stars-empty.png');
	background-size: 122px 21px;
	float: left;
	margin: 0px 10px 4px 0px;
}

#reviews-stars-inside
{
	height: 21px;
	background-image: url('/mobile/images/stars-full.png');
	background-size: 122px 21px;	
}

#reviews-rating
{
	color: #4d4d4d;
	font-size: 9pt;
	line-height: 11pt;
	padding: 7px 0px 0px 0px;
	float: left;
	height: 18px;
}

#reviews-rating span
{
	padding-right: 10px;
}

#reviews-rating span span
{
	padding: 0px;
}

#reviews-write
{
	color: #4d4d4d;
	font-size: 9pt;
	line-height: 11pt;
	padding: 7px 0px 0px 0px;
	float: left;	
	color: #ff8200;
	text-decoration: underline;
}

#mini-reviews-wrapper
{
	float: right;
	padding: 20px 0px 0px 0px;
}

#mini-reviews-wrapper.odd
{
	padding: 37px 0px 0px 0px;
}

#mini-reviews-stars
{
	height: 12px;
	width: 70px;
	background-image: url('/mobile/images/stars-empty.png');
	background-size: 70px 12px;
	float: right;
	margin: 0px 0px 4px 0px;
}

#mini-reviews-stars-inside
{
	height: 12px;
	background-image: url('/mobile/images/stars-full.png');
	background-size: 70px 12px;	
}

#more-info #mini-reviews-rating
{
	float: right;
	font-size: 8pt;
	line-height: 10pt;
	padding: 1px 0px 0px 5px;
}

.block-in select 
{
	margin: 8px 8px 8px 0;
}

#price-for-all-items
{
	padding: 10px 0px 0px 0px;
}

#price-for-all-items .title
{
	color: #1a1a1a;
	font-size: 14px;
	line-height: 20px;
	border: 0px;
	height: auto;
	margin: 0px;
	font-weight: bold;
}

#price-for-all-items div
{
	margin: 0px 0px 10px 0px;
}

#price-for-all-items .price
{
	font-size: 24px;
	line-height: 27px;
	color: #000;
	width: 117px;
	font-weight: bold;
}

#price-for-all-items .vat
{
	font-size: 11px;
	line-height: 14px;
	color: #999999;
	font-weight: normal;
}

#price-for-all-items input
{
	padding: 20px 0px 0px 0px;
}

#badges 
{
	max-width: 660px;
	margin: 0 auto 0px auto;
}

.badge 
{
	float: left;
	margin-right: 2%;
	margin-bottom: 9px;
	border-bottom: 3px solid #ff8200;
	max-width: 330px;
	width: 49%;
	height: 166px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.badge.left
{
	background-position: left;
}

.badge .image {
	margin: 0 10px;
	height: 110px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#body-wrapper .badge .text 
{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 0 0 3px 0;
	height: 49px;
	line-height: 37px;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}

#body-wrapper .badge a 
{
	text-decoration: none;
	color: #2e5082;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	padding: 0px 5px 0px 5px;
}

.aligner 
{
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.badge.odd 
{
	margin-right: 0;
}

.clear-inline
{
	clear: both;
	height: 0px;
	overflow: hidden;
	display: block;
}

.clear
{
	clear: both;
	height: 0px;
	overflow: hidden;
	display: block;
}

#sort-by
{
	float: right;
	font-size: 12px;
	line-height: 15px;
	height: 35px;
	color: #4d4d4d;
}

#home-brands {
	border-bottom: 2px solid #b2b2b2;
}

#brandswrapper {
	padding: 0 7px 8px 7px;
}

.brandsbutton {
	float: left;
	width: 49%;
	height: 57px;
	margin: 0 2% 10px 0;
	text-align: center;
	padding: 0px;
	position: relative;
}

.brandsbutton:nth-child(even) {
	margin-right: 0;
}

.brandsbutton img {
	margin: 0 auto;
}

#home-content {
	background-image: url('/images/home-content.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0 10px;
}

#home-content .content {
	padding: 23px 0;
	margin: 0;
}

#home-content h1 {
	margin: 0 0px 23px 0;
	padding: 0 0 18px 0;
	color: #2e5082;
	font-size: 28px;
	line-height: 36px;
	font-weight: bold;
	background-image: url('/mobile/images/line.png');
	background-size: 80px auto;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#home-content p {
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 15px 0;
	padding: 0;
}

#home-content .content a {
	float: left;
	padding: 0px 14px;
	height: 42px;
	color: #fff;
	font-size: 13px;
	line-height: 42px;
	text-decoration: none;
	background-color: #ff8200;
	color: #fff;
	cursor: pointer;
	outline: 0;
}

#home-offers {
	background-color: #2e3051;
	padding: 14px 10px;
}

#contact-details h3, #newsletter-wrapper h3, #home-offers h2 {
	background-image: url('/images/line.png');
	background-size: 80px auto;
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
	color: #fff;
	margin: 0 0px 15px 0;
	padding: 0 0 18px 0;
	font-size: 28px;
	line-height: 32px;
}

#home-offers p {
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 17px 0;
	padding: 0;
}

#home-offers #item-wrapper .item {
	background-color: #fff;
	border: 0;
	margin: 0 0 10px 0;
	padding: 9px 10px;
}

#home-offers #item-wrapper .item-info h2 a {
	color: #2e5082;
}

#home-offers #item-wrapper .item h2 {
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

#home-offers #item-wrapper .item-price img {
	float: none;
	padding: 11px 0 0 0;
}

#home-offers #item-wrapper .item-image {
	padding: 4px 0 0 0;
}

#item-wrapper .item .price-wrapper span.vat {
	display: inline;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

#newsletter-wrapper {
	background-color: #2e5082;
}

#contact-details {
	background-color: #cccccc;
	margin: 0 0 10px 0;
}

#newsletter-wrapper,
#contact-details {
	padding: 15px 10px;
}

#contact-details h3, #newsletter-wrapper h3 {
	font-size: 21px;
	line-height: 28px;
}

#newsletter-wrapper p {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
}

#newsletter-wrapper label {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	display: block;
	margin: 0 0 9px 0;
	padding: 0;
}

#home-email {
	border-radius: 0;
	height: 34px;
	border: 0;
	padding: 0 12px;
	margin: 0 0 8px 0;
	outline: 0;
	background-color: #2e3051;
	color: #fff;
	width: 220px;
	font-size: 14px;
}

#home-email::-webkit-input-placeholder {
	color: #e5e5e5;
}

#home-email::-moz-placeholder {
	color: #e5e5e5;
}

#home-email:-ms-input-placeholder {
	color: #e5e5e5;
}

#home-email:-moz-placeholder {
	color: #e5e5e5;
}

#contact-details .address {
	color: #606468;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 16px 0;
	padding: 0 0 0 0;
	display: block;
}

#contact-details h3 {
	color: #2e5082;
}

#contact-details .phone {
	margin: 0 0 3px 0;
}

#contact-details .phone .text {
	color: #2e5082;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
}

#contact-details .phone .number,
#contact-details .phone .number a {
	font-weight: bold;
	font-size: 26px;
	line-height: 26px;
	text-decoration: none;
	padding: 0 10px 0 0;
	color: #2e3051;
	font-family: 'bauhaus_md_btbold';
}

#contact-details .phone .openHours {
	color: #606468;
	font-size: 14px;
	line-height: 26px;
	display: block;
}

#contact-details .email a, #contact-details .email {
	color: #2e5082;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
}

#contact-details .email a {
	text-decoration: underline;
}

#copyright {
	color: #2e3051;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	padding: 10px 10px 0 10px;
	margin: 0 0 15px 0;
}

#copyright a {
	text-decoration: none;
	color: #2e3051;
}

#copyright p {
	margin: 0 0 10px 0;
}

#paymentMethods {
	text-align: center;
}

#paymentMethods img,
#paymentMethods div {
	display: inline;
}

#body h1 {
	font-size: 28px;
	line-height: 36px;
	color: #2e5082;
	margin: 0px 0px 18px 0px;
	padding: 0px 0px 13px 0px;
	background-image: url('/mobile/images/line.png');
	background-size: 80px auto;
	background-repeat: no-repeat;
	background-position: bottom left;
	font-weight: bold;
}

#about5, #about2 {
	background-color: #2e3051;
	padding: 10px;
}

#about5 img, #about2 img {
	max-width: 100%;
	margin: 0 auto 10px auto;
	height: auto;
}

#more-info .disc {
	background-color: #bf0000;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	padding: 6px 0px 2px 0px;
	height: 19px;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
}

#more-info .sash {
	background-color: #f08400;
	font-size: 12px;
	line-height: 13px;
	color: #fff;
	padding: 6px 0px 2px 0px;
	height: 19px;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
}

#more-info .partNumber {
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 10px 0;
}

#shortDesc {
	color: #666666;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 10px 0;
}

#partsDeclaration {
	background-color: #e5e5e5;
	padding: 14px 10px 5px 10px;
	margin: 0 0 13px 0;
}

#partsDeclaration h2 {
	color: #ff8200;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 16px 0;
	padding: 0;
}

#partsDeclaration p {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin: 0 0 14px 0;
	padding: 0;
	color: #2e3051;
}

#productEnquiry {
	background-color: #2e5082;
	color: #fff;
	padding: 10px;
	margin: 0 0 10px 0;
}

#productEnquiry h2 {
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	padding: 0 0 16px 0;
	margin: 0 0 20px 0;
	background-image: url('/mobile/images/line.png');
	background-size: 80px auto;
	background-repeat: no-repeat;
	background-position: bottom left;
	font-weight: bold;
}

#productEnquiry p {
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	font-weight: normal;
	padding: 0;
	margin: 0 0 10px 0;
}

#productEnquiry p.highlight {
	font-weight: bold;
	margin-bottom: 20px;
}

#productEnquiry p a {
	text-decoration: none;
	color: #fff;
}

#productEnquiry label {
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	padding: 0 0 0 0;
	display: block;
	margin: 0 0 4px 0;
}

#productEnquiry input[type="text"] {
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0 0 10px 0;
	color: #fff;
	font-family: 'robotoregular', Arial;
	font-size: 14px;
	line-height: 20px;
	outline: 0;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #2e3051;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

#productEnquiry textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 15px;
	color: #fff;
	font-family: 'robotoregular', Arial;
	font-size: 14px;
	line-height: 20px;
	outline: 0;
	margin: 0 0 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #2e3051;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 142px;
}

#productEnquiry .prefFootnote p {
	font-size: 11px;
	line-height: 13px;
}

#productEnquiry #PFTLWidget label {
	display: block;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 3px 0;
}

#productEnquiry #PFTLWidget input[type="checkbox"] {
	margin: 0 0 5px 0;
	padding: 0;
	display: block;
}

#productEnquiry .inputs {
	margin: 0 0 10px 0;
}

p.qty_break_title {
	color: #000;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
}

#qty-breaks, .qty-breaks {
	margin: 0px 0px 15px 0px;
}

#qty-breaks .row-1 td, .qty-breaks .row-1 td {
	background-color: #2e5082;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	padding: 10px 10px 10px 10px;
	color: #fff;
	border: 1px solid #254471;
}

#qty-breaks .heading-1, .qty-breaks .heading-1 {
	text-align: left !important;
}

#qty-breaks .selected, .qty-breaks .selected {
	background-color: #ff8200 !important;
	color: #fff !important;
	border: 1px solid #ff8200 !important;
}

#qty-breaks .row-2 td, .qty-breaks .row-2 td {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	padding: 10px 10px 10px 10px;
	color: #2c2a28;
	border: 1px solid #ececec;
}

#about2 .right h2 {
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 20px 0;
	padding: 0 0 19px 0;
	background-image: url('/mobile/images/line.png');
	background-size: 80px auto;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#body #about2 .right p {
	font-size: 15px;
	line-height: 21px;
	color: #fff;
	padding: 0;
	margin: 0 0 15px 0;
}

#about2,
#about3 {
	margin: 0 0 17px 0;
}

#about3 h2, #about4 h2 {
	color: #2e5082;
	font-size: 22px;
	line-height: 28px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	background-image: url('/mobile/images/line.png');
	background-size: 80px auto;
	background-repeat: no-repeat;
	background-position: bottom left;
}

#home-brandss {
	padding: 14px 0 0 0;
}

#about5 h2 {
	color: #ff8200;
	font-size: 22px;
	line-height: 28px;
	background-image: url('/mobile/images/line.png');
	background-size: 80px auto;
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 0 0 20px 0;
	margin: 0 0 22px 0;
	font-weight: bold;
}

#body #about5 p {
	color: #fff;
}

.newsclear {
	width: 100%;
	height: 1px;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
	padding: 5px 0 0 0;
	margin: 0 0 25px 0;
}

.news .newsclear:first-of-type {
	border: 0;
	padding: 0;
}

.news h3 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #2e5082;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

.newsimage {
	max-width: 100%;
	height: auto;
	margin: 0px auto 10px auto;
}

#main-content ol, #main-content ul, ul#key-points, ul#extra-points {
	margin: 0 0 22px 30px;
	padding: 0;
}

#main-content ol li, #main-content ul li {
	font-size: 15px;
	line-height: 22px;
	color: #666666;
	margin: 0 0 8px 0;
	padding: 0;
}

ul#extra-points li,
ul#key-points li {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
}

#main-content h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 18px;
	line-height: 22px;
	color: #2e5082;
}

#main-content table {
	border-spacing: 0;
	border-collapse: collapse;
}

#main-content table td {
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	padding: 10px 10px 10px 10px;
	color: #2c2a28;
	border: 1px solid #ececec;
}

#body-wrapper p.small {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
}

#contact-info {
	padding: 10px 0 0 0;
	margin: 0 0 15px 0;
}

.companyparts {
	width: 168px;
	height: 155px;
	text-align: center;
	margin: 0px 17px 15px 0px;
	background-image: url(/images/bgawesome2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	font-size: 9pt !important;
	cursor: pointer;
}

.companypartsimage {
	width: 168px;
	height: 108px;
	text-align: center;
	border-radius: 5px;
	background-position: center center;
	background-repeat: no-repeat;
}

.companypartstext {
	height: 50px;
	width: 162px;
	margin: auto;
	color: white;
	font-weight: bold;
	padding: 6px 2px 2px 2px !important;
}

#landing-new2 .badge {
	padding: 0px;
	margin: 0px 16px 16px 0px;
	width: 169px;
	display: block;
	height: 220px;
	background-repeat: no-repeat;
	background-color: #23211F;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	float: left;
	position: relative;
	text-decoration: none;
}

#landing-new2 .badge .overlay {
	height: 170px;
	display: block;
	overflow: hidden;
}

#landing-new2 .badge .overlay img {
	height: 64px;
	width: 64px;
	padding-top: 10px;
	padding-right: 10px;
	display: block;
	float: right;
}

#landing-new2 .badge .footerLink {
	background-image: url('/images/footerLink.png');
	background-repeat: no-repeat;
	display: block;
	background-position: top center;
	height: 36px;
	overflow: hidden;
	font-size: 11px;
	line-height: 16px;
	padding: 7px 10px;
	color: #ffffff;
	font-weight: normal;
	background-color: #ffffff;
}

#overlay-badge.loading-light {
	margin: 0px auto 20px auto;
}

#product-image {
	margin: 0px auto 15px auto;
}

#loading-light-table td {
	font-size: 7pt;
}

#extra-diagram {
	margin: 0px auto 15px auto;
}

h2.safetyProducts {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
}

#estimator input[type="image"],
.item-basket input[type="image"] {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}

#callForPrice {
	color: #ff8200;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#body-wrapper #callForPrice span a,
#callForPrice span {
	font-family: 'bauhaus_md_btbold';
	color: #232334;
	font-size: 18px;
	text-decoration: none;
}

#clearance-banner
{
	height: 31px;
	background-image: url('/mobile/images/clearance-banner-background.png');
	background-size: auto 31px;
}

#footer-logo
{
	width: 110px;
	margin: 0px auto 20px auto;
}

#more-info .available
{
	background-color: #ed1c24;
	padding: 20px 20px 20px 20px;
	text-align: center;
	margin: 0px 0px 10px 0px;
}

#more-info .available .logo
{
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 10px 0px;
}

#more-info .available .logo img
{
	width: 96px;
}

#more-info .available .text
{
	font-size: 13px;
	line-height: 38px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 10px;
}

#more-info .available .button a
{
	display: block;
	background-color: #2e3051;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 38px;	
	height: 40px;
}

#payment-form button
{
        color: #fff;
        font-size: 17px !important;
        text-align: center !important;
        text-decoration: none !important;
        background-color: #ff8200 !important;
        border: 0px !important;
        font-weight: bold !important;
        font-family: 'robotoregular', Arial !important;
}
