/* apply a natural box layout model to all elements, but allowing components to change */
html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #666;
}
/*ensure all text is same font */
body, .pure-g [class*="pure-u"] {
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
}
p {
	margin-top: 0px;
}
/* Ensure content doesn't get hidden behind the position fixed header */
body {
/* padding-top: 170px; */
}
*, *:before, *:after {
	box-sizing: inherit;
}
/* To allow padding within divs */
.pure-g > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Ensure images will scale properly and responsively */
img {
	max-width: 100%;
	height: auto;
	display: block;
	width: auto; /* For IE8 */
}
img.centre, .headerphoto img {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
/* Cookie bar */
#cookiebarcont {
	width: 100%;
	background-color: #000;
	position: fixed;
	bottom: 0px;
}
#cookiebar {
	padding: 10px;
	color: #FFF;
	font-size: 14px;
}
#cookiebar a:link, #cookiebar a:visited {
	color: #FFF;
}
#cookiebar .cookieleft {
	text-align: right;
	border-right: 1px solid #fff;
	padding-right: 20px;
}
#cookiebar .cookieright {
	text-align: left;
	padding-left: 20px;
}
#cookiebar p {
	margin-bottom: 0px;
	line-height: 20px;
}
#cookiebar img {
	vertical-align: bottom;
}
/* End */

#headercontainer {
	position: relative;
	z-index: 100;
}
#topnavcont, #navcont, .contentcontainer, #footer, .largephotoinnercont, #scrollingCatsCont, #homeimages, .blockfeatcont, .blockfeatcontcat, #loginbar, #cookiebar, .slidercaptioncont {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
}
/* Top login bar */
#toploginbarcont {
    background-color: #6a6b6d;
    font-size: 14px;
}
#loginbar {
    color: #fff;
}
#loginbar img {
    display: inline-block;
	vertical-align: middle;
}
#loginbar a:link, #loginbar a:visited {
    color: #fff;
    text-decoration: none;
}
#loginbar a:hover {
    text-decoration: underline;
}
#loginbar a.dropdown:hover {
    text-decoration: none;
}
.loginright {
    text-align: right;
}
/* End of top login bar */
/* Link transitions */
#topnav a:link, #footer a:link, #topsocial a:link, .footbox a {
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-khtml-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.headline {
	font-weight: normal;
	font-size: 30px;
	margin-top: 0px;
}
.subheadingone {
	font-weight: normal;
	font-size: 30px;
	margin-top: 0px;
}
.subheadingtwo {
	font-weight: normal;
	font-size: 24px;
	margin-top: 0px;
}
.subheadingdivider {
	font-weight: normal;
	font-size: 30px;
	margin-top: 100px;
	border-bottom: 1px solid #444;
	padding-bottom: 5px;
}
.headingregister {
	font-size: 26px;
	margin-top: 0px;
}
.producttitle {
	font-weight: normal;
	font-size: 30px;
	margin-top: 0px;
}
#scrollingCatsCont {
	padding-bottom: 35px;
}
#headertop {
	border-bottom: 1px solid #EFEFEF;
	background-color: #fff;
}
#header {
}
#topnavtable {
	float: right;
	margin: 17px 0px 0px 0px;
}
#topnavtable td {
	padding: 2px 5px;
	font-size: 12px;
}
#topnavtable #searchbar {
	width: 200px;
}
#topnav img.basket {
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
a:link.vatlink, a:visited.vatlink {
	color: #6a6b6d;
}
a:link.vatactive, a:visited.vatactive {
	color: #e78925;
	font-weight: bold !important;
}
#navfullwidth {
	background-color: #e78925;
}
#navcont {
	width: 100%;
	min-height: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#searchcont {
	display: inline-block;
	margin: 20px 0px 0px 0px;
	background-color: #f5f5f5;
font-size: 14px;
border: 1px solid #999;
float: right;
}
#searchbox {
	width: 200px;
	border: 0px;
	font-size: 13px;
	padding: 7px 4px;
	background: transparent;	
}
#searchcont input[type=image] {
	border: 0px;
	padding: 4px;
	margin-left: -25px;
}
#searchcont img, #searchcont input, #searchcont select
/* Aligns form fields with an image button vertically */
 {
    vertical-align:bottom;
}
.headervat label {
	display: inline;
	vertical-align: middle;
}
.headervat input {
	display: inline;
}
#toptel {
    font-size: 24px;
    padding: 20px 15px 0 5px;
}
#toptel img {
    display: inline-block;
    vertical-align: top;
}
#toptel a:link, #toptel a:visited {
    color: #666;
    font-size: 24px;
    margin-left: 15px;
    text-decoration: none;
}
#toptel a:hover {
    color: #e78925;
}
#mainContent {
	padding: 15px 0px 15px 0px;
}
.homeboxrow {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
#homemainContent {
	background-color: #e78925;
	color: #fff;
	padding: 10px 0px;
}
#homemainContent a:link.btn, #homemainContent a:visited.btn {
	background-color: #666;
}
#contentleft {
	padding-right: 25px;
}
#contentright {
	padding-left: 10px;
}
#homemainContent .contentcontainer .homepageintro {
	padding-right: 60px;
}
.main-slide-title {
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    text-shadow: 0 0 9px rgba(0, 0, 0, 0.61);
}
.largePhotos, .largephotoscat {
	height: 330px;
	max-width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
}
.largephotoscat {
	height: 250px;
}
.blockfeatcont {
	padding: 0px;
}
.blockfeatcontcat {
	padding: 0px;
}
.blockfeature {
	display: block;
	float: left;
	position: relative;
	margin-left: 15px;
	margin-top: -160px;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 10px;
	font-size: 22px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
}
.categoryleadtext {
	position: relative;
	margin-left: 15px;
	margin-top: -250px;
	padding: 20px;
	font-size: 16px;
	color: #fff;
	height: 250px;
	overflow: hidden;
	background-color: #000000;
}
#featuresbar {
	background-color: #444;
}
.emphasize {
	color: #e78925;
}
/* Grid of pictures where the left and right must be flush to the container's sides */
.picture {
	padding-top: 10px;
	padding-bottom: 10px;
}
.boxrow {
	max-width: 1110px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
.box a:link, .box a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 700;
}
.box p {
	margin-top: 10px;
}
.boxrow .box {
	text-align: center;
	border: 15px solid #FFFFFF;
}
.boxrowpad {
	max-width: 1040px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.boxrowpad .box {
	padding: 20px 40px;
	text-align: center;
}
.catcolourone {
	background-color: #0b3569;
}
/* End of flush grid pics */

.contentcontainer a:link, .contentcontainer a:visited {
	color: #444;
}
.contentcontainer a:hover {
	color: #FBB23B;
}
.emphasis {
	font-size: 15px;
	line-height: 26px;
	color: #444;
	font-weight: bold;
}
#topnav a:link, #topnav a:visited, #topnavmob a:link, #topnavmob a:visited {
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}
#footer a:link, #footer a:visited {
    color: #666;
    font-weight: normal;
}
#footer a:hover {
    color: #f79239;
}
.footericons {
    text-align: right;
}
.footbox {
    font-size: 14px;
    line-height: 1.3em;
    padding: 8px;
}
.footbox img {
    display: inline;
    padding-bottom: 10px;
}
input.footerinput {
	height: 35px;
}
.bottomborder {
	border-bottom: 3px solid #999999;
}
.redtext {
	color: #e78925;
	font-weight: bold;
}
div.mobilebasket {
	display: none;
	text-align: right;
}
.addtobasket {
	background-color: #EEEEEE;
	padding: 15px;
	margin-top: 15px;
}
.sideborder {
	border-left: 1px dotted #999999;
}
.subcatbox {
	text-align: center;
	padding: 0px 0px 25px 25px;
}
.subcatbox a:link {
	font-weight: bold;
}
.subcatbox img, .box img {
	/* margin-bottom: 10px; */
}
.categoryheading {
	background-color: #EFEFEF;
	padding: 5px;
	font-weight: bold;
}
.information {
	background-color: #EFEFEF;
	padding: 10px;
}
a.btn:link, a.btn:visited, .btn, a.btncheckout:link, a.btncheckout:visited {
    background-color: #e78925;
    border: 0 none;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
	display: inline-block;
    padding: 6px 10px;
    text-decoration: none;
}
a.btn:hover {
    background-color: #666;
}
a.btncheckout:link, a.btncheckout:visited {
	background-color: #000;
}
a.btn2:link, a.btn2:visited, .btn2 {
    background-color: #666;
    border: 0 none;
    color: #ffffff;
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
}
a.btn2:hover {
    background-color: #e78925;
}
a.btn3:link, a.btn:visited, .btn3 {
    background-color: #e78925;
    border: 0 none;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 4px;
    text-decoration: none;
}
a.btn3:hover {
    background-color: #666;
}
a:link.btndiscounts, a:visited.btndiscounts, input.btndiscounts {
	background-color: #444;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-style: none;
	display: inline-block;
}
a:link.btntrade, a:visited.btntrade, a:link.btnquoterequest, a:visited.btnquoterequest, a:link.btntradetick, a:visited.btntradetick {
	text-decoration: none;
	color: #fff;
	padding: 10px 10px 10px 30px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-bottom: 5px;
}
a:link.btntrade, a:link.btntradetick {
	background-color: #01738d;
	background-image: url(../images/account-icons/trade.png);
	margin-right: 20px;
}
a:link.btntradetick {
	background-image: url(../images/account-icons/tick.png);
	pointer-events: none;
    cursor: default;
}
a:link.btnquoterequest {
	background-color: #333;
	background-image: url(../images/account-icons/pound.png);
}
a:hover.btntrade, a:hover.btnquoterequest {
	background-color: #000;
}
.google-maps {
	position: relative;
	padding-bottom: 75%; /* This is the aspect ratio */
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.filteroptions {
	background-color: #efefef;
	padding: 10px;
}

ul.ticked {
	padding-left: 0px;
}
	
.ticked li {
	padding-left: 30px;
	list-style-type: none;
	background-image: url(../images/tick.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 15px;
}
/* Tables css */
.shoptables, .reviewtables {
	background-color: #EEEEEE;
}
.shoptables th {
	padding: 15px;
	font-size: 18px;
	border-bottom: 2px solid #444;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}
.shoptables tr {
	border-bottom: 1px solid #FFFFFF;
}
.shoptables td {
	padding: 10px;
	border: 2px solid #FFFFFF;
}
.reviewtables td {
	padding: 10px;
}
.reviewtable img {
	display: inline;
}
.shoptables input {
}
.tabs .shoptables input {
	display: block;
}
.shoptables input[type='checkbox'], .shoptables input[type='radio'] {
	width: 20px;
	display:inline;
}
.cellalignleft {
	text-align:left;
}
.cellalignright {
	text-align:right;
}
.cellaligncentre {
	text-align: center;
}
tr.basketproduct {
	background-color: #FFF;
	border-bottom: 1px solid #444;
}
tr.basketproductcheckout {
	border-bottom: 1px solid #CCC;
}
.basketproduct img {
	max-width: 80px;
}
tr.rowborder {
	border-bottom: 1px solid #444;
}
.responsivetable {
	width: 50%;
}
.noborders td, .noborders tr {
	border-style: none;
	border-width: 0px;
}
.postageops {
	line-height: 1.4em;
}

/* End of tables css */

/* category option filter code */
.optionfilter {
	margin-bottom: 20px;
}
.optionfilter td {
	padding: 3px;
	text-align: left;
}
.filterheading {
	font-size: 18px;
	background-color: #EEEEEE;
}
.productoverview {
	padding: 5px;
	background-color: #EEEEEE;
	color: #000;
	font-weight: normal;
}
.headingproduct {
	font-size: 14px;
	min-height: 45px;
}
.filterdisplayoptions {
	margin-left: 15px;
	float:right;
	text-align: center;
}
div.viewitem {
	font-weight: bold;
	background-color: #1F1F1F;
	padding: 5px;
	width: 140px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
div.viewitem:hover {
	background-color: #5B5B5B;
}
.productresultsheader {
	text-align: left;
}
.pagenumbers {
	border-top: 1px solid #B4A592;
	padding-top: 10px;
	text-align: left;
}
.pagenumbers a:link {
	padding: 5px 10px;
	color: #504A44;
	text-decoration: none;
}
.pagenumbers a:visited {
	border-left: 1px solid #736A61;
	color: #736A61;
}
.pagenumbers a:hover, .pagenumbers a:active {
	text-decoration: underline;
}
.pagenumbernolink {
	padding: 5px 10px;
	background-color: #EEE;
}
.currentpage {
	padding: 5px 10px;
	font-weight: bold;
	background-color: #eee;
	color: #000;
}
/* End */

/* Accordion */
.accordion {
	overflow: hidden;
}
.accordion-section {
	padding-bottom: 15px;
}
.accordion-section-content {
	display: none;
}
/* End of accordian styles */

.breadcrumbs {
	font-size: 20px;
	margin-bottom: 0px;
	padding: 5px;
	background-color: #eee;
}
.productdetailbreadcrumb {
	margin-bottom: 20px;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
	text-decoration: none;
}
.stockstatus {
	font-weight: normal;
	color: #006600;
	font-size: 12px;
}
.checkoutheader {
	text-align: right;
	padding-top: 15px;
	padding-left: 10px;
}
.checkoutheader img {
	display: inline;
}
.fullwidth {
	border-top: 1px solid #CCC;
}
#continuebtn, #registerguestbtn {
	margin-top: 15px;
	display: none;
}
#continuebtn a, #registerguestbtn a {
	margin-right: 25px;
}
.checkouttables {
}
.checkouttables td {
	padding: 4px;
}
h5 {
	background-color: #CCC;
	color: #FFFFFF;
	padding: 5px 10px;
	font-size: 18px;
	margin: 0px;
}
h5.checkoutenabled {
	background-color: #444;
}
h5 a:link, h5 a:visited, h5 a:focus {
	text-decoration: none;
	color: #FFF !important;
	display: block;
}
.borderdiv {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 0px 15px 15px 15px;
}
.accountbox {
	margin-bottom: 15px;
	padding: 15px;
	border: 5px solid #FFF;
}
.accounticon {
	padding-right: 10px;
}
.favtable td {
	padding: 10px 5px;
	vertical-align: top;
}
.favtableheader {
	border-bottom: 2px solid #444;
}
.favitem {
	border-bottom: 1px solid #999;
}

.sml { font-size: 12px }

.error { 
	background: #FFD9D9;
	border:1px solid #999;
	font-size: 14px;
	padding: 5px;
}
.termsbox td {
	padding: 5px 5px 5px 0px;
	vertical-align:top;
}
.searchresdetails {
	border-bottom: 1px solid #666666;
	padding-top: 15px;
	padding-bottom: 15px;
}
.searchresdetails:last-child {
	border: none;
}
.sidepad {
	padding: 0px 10px;
}
.prodphotothumbs img {
	padding: 10px;
}
.prodphotothumbs {
	border: 5px solid #eee;
	margin-right: 20px;
	margin-bottom: 10px;
}
#alsoboughtrow {
    max-width: 1080px;
}
	
.reviews {
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
}
.reviewtable td {
	padding: 5px 0px 5px 10px;
}
.prodquestion {
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
}
.prodquestion:last-child {
	border: none;
}
table.bpflink {
	background-color: #FFF;
	margin-top: 25px;
	border-top: 1px solid #F6303E;
}
table.bpflink td {
	padding: 5px;
	vertical-align: center;	
}
table.bpflink p {
	margin-bottom: 0px;
}
.didyouknow {
	font-size: 20px;
	color: #e78925;
}

/* Display products in list css */
.gridtoggle {
	margin-bottom: 30px;
}
.gridtoggle img {
	display: inline-block;
	float: left;
}
.partno {
	font-size: 12px;
}
.listdisplay {
	padding: 15px;
	border-bottom: 2px solid #eee;
	background-color: #fff;
}
.listdisplayimage  {
	float:left;
	padding: 5px;
}
.listproductoverview {
	float:left;
	color:#000;
	font-weight: normal;
	text-align:left;
	padding: 0px 10px;
}
.listproductoverview a:link, .listproductoverview a:visited {
	text-decoration: none;
}
.listviewitem {
	background-color: #1f1f1f;
	color: #ffffff;
	font-weight: bold;
	margin: 10px auto 5px;
	padding: 5px;
	width: 120px;
}
.listprice {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	text-align: center;
	float: right;
	padding: 5px;
	border-left: 2px solid #eee;
	height: 100%
}
div.listviewitem:hover {
	background-color: #5B5B5B;
}
.listviewtext {
	font-size: 16px;
}
/* End of list view css */
.instock, .notinstock {
	font-size: 14px;
}
.instock {
	color: #009900;
}
.notinstock {
	color: #CC0000;
}

.show-password .tabs input:checked + label, .show-passwordbusiness .tabs input:checked + label {
	background-color: #000;
    border:none !important;
    color: #555;
}

#deskbuilderpromo {
	max-width:1100px;
	margin: 0 auto;
	border-left:15px solid #FFF;
	border-right:15px solid #FFF;
}
.discountpricetable {
    display: none;
}
a.btnaqua:link, a.btnaqua:visited {
	background-color: #00748C;
	display: inline-block;
	margin-top: 5px;
}
input.invisinput {
	border:none;
	width: 65px;
	font-size: 15px;
}
#wholesaledetails {
	display: none;
}
#wholesaleform td {
	border: none;
}
#wholesaleform tr:last-child {
	border: none;
}
/* Proceed button */
.proceedbuttoncont {
	position:relative;
	max-height: 300px;
}
@-moz-document url-prefix() {
	.proceedbuttoncont {
	height: 300px;
}
}
.proceedbutton {
	position: absolute;
	top: 50%;
	left: 50%; 
	transform: translate(-50%, -50%);
}
.proceedbutton a:link, .proceedbutton a:visited {
	white-space:nowrap;
	background:#e78925;
	color:#FFF;
	padding:12px;
	text-decoration:none;
	font-weight:bold;
}
.proceedbutton a:hover {
	background-color: #000;
}

/*End */

.listparts {
	background-color: #fff;
	margin-bottom: 5px;
}
.listparts div {
	padding: 5px;
}
.listparts p {
	margin-bottom: 5px;
}
.partnumber {
	font-size: 13px;
}

.dividerone, .dividertwo {
	height: 12px;
	line-height: 12px;
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}
.dividerone {
	background-image: url(../images/divider1.png);
}
.dividertwo {
	background-image: url(../images/divider2.png);
}

.homeoffers, .categorylandingbox {
	padding: 10px;
	text-align: center;
}
.categoryboxgrid, .categorylandinginnerbox {
	border: 1px solid #D8D8D8;
	background-color: #dfdfdf;
}
.categoryboximagegrid {
	display: table;
	width: 100%;
	position: relative;
}
.categoryimage img {
	max-height: 150px;
}
a:link.btnwhite, a:visited.btnwhite {
	color: #fff !important;
}
a:hover.btnwhite {
	color: #fff !important;
}
.homeoffers a:link, .homeoffers a:visited, .categorylandinginnerbox a:link, .categorylandinginnerbox a:visited {
    color: #f79239;
    font-size: 14px;
    text-decoration: none;
	display: block;
	font-weight: bold;
}
.homeoffers a:hover, .categorylandinginnerbox a:hover {
    color: #e78925;
}
.categorylandinginnerbox a:link, .categorylandinginnerbox a:visited {
	font-size: 14px;
}
.categorylandinginnerbox p {
	padding: 10px 0px 10px;
	margin-bottom: 0px;
}
.homeoffers .productteaserinfo {
    line-height: 1.2em;
    min-height: 40px;
	background-color: #dfdfdf;
	padding-top: 10px;
}
.homeoffers p {
    margin-bottom: 5px;
}
.productprice {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 2px;
}
.vat {
	font-size:12px;
	font-weight: normal;
}
.prevprice {
	font-size: 12px;
	font-weight: normal;
	color: #B7B7B7;
	text-decoration: line-through;
}
.offer {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
}
.footercontact {
	font-size: 28px;
	text-align: right;
	font-weight: strong;
}
.checkouttables td {
	padding: 5px;
}
.checkouttables input:not([type="submit"]), .checkouttables textarea {
	width: 100%;
	padding: 5px;
}

.checkoutprogress {
    margin-bottom: 15px;
}
.checkoutprogress td {
    font-size: 14px;
    padding: 0;
    text-align: center;
}
table.checkouttable {
    background-color: #fff;
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
}
.checkouttable th {
    background: #69b33a none repeat scroll 0 0;
    color: white;
    font-weight: bold;
}
.checkouttable td, .checkouttable th {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 6px;
    text-align: left;
}
.checkouttable td {
    font-size: 14px;
    vertical-align: top;
}

.checkoutaddress {
    margin-bottom: 25px;
}
#storedaddresses {
    display: none;
}

/* Forms */
.genericform input:not([type="submit"]):not([type="file"]):not([type="radio"]):not([type="checkbox"]), .genericform textarea {
	width: 100%;
	max-width: 450px;
}
.genericform .formfieldsmall {
	max-width: 100px;
}
.genericform input {
	padding: 5px;
	margin: 5px 0px;
}
input:not([type="file"]), select, textarea {
	padding: 5px;
	font-size: 13px;
	line-height: 1.3em;
	border: 1px solid #ccc;
}
input:focus, select:focus, textarea:focus {
	border: 1px solid #e78925;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.75);
}
placeholder {
	color: 999;
	opacity: 1;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999;
}
.genericform input.formfieldsmall {
	width: 75px !important;
}
.inputsmall, .inputmedium, .inputlarge, .inputfullwidth, .tablecheckout select {
	margin: 0px 10px 5px 0px;
	height: 34px;
	padding: 8px;
	border: 1px solid #ddd;
	font-size: 13px;
	display: inline;
}
.inputsmall {
	width:160px; 
}
.inputmedium { 
	width:240px; 
}
.inputlarge { 
	max-width:490px; 
	width: 100%;
	height:100px; 
	box-sizing:border-box;  
}
.inputfullwidth { 
	width: 100%;
	max-width:490px;
	box-sizing:border-box; 
}
.inputfloatleft {
	float: left;
	margin-right: 10px;
}
/* Apply stronger colour to placeholder text in forms */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
}
:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
}
::-moz-placeholder {
  opacity: 1;
}
/* End of forms */

.hiddendiv, .continuebutton, #vatregnumber {
	display: none;
}
.checkoutfootercont {
	margin-top: 100px;
	border-top: 2px solid #e78925;
}
.headercheckout {
	border-bottom: 2px solid #e78925;
}
.checkoutpadlock {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
td.aligntextright {
	text-align: right;
}

.photogrid {
	margin-top: 10px;
}
.photogrid div {
	padding-right: 10px;
}
.photogrid div:last-child {
	padding-right: 0px;
}
.slidercaptioncont {
	text-align: center;
}
.downloadlist {
	padding: 0px;
}
.downloadlist li {
	background-image: url(../images/pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	list-style-type: none;
	margin-bottom: 5px;
}
.downloadlist li a:link, .downloadlist li a:visited {
	text-decoration: none;
}

/* Countdown timer */
#timer {
	position: fixed;
	top: 5px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2000;
	pointer-events: none;
}
.timercont {
	background-color: #000;
	display: inline-block;
	padding: 5px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75);
}
.timerheader {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	display: inline-block;
}
.timerelement {
	display: inline-block;
	background-color: #F00;
	padding: 5px;
	margin: 0px 5px;
	width: 40px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
	