
/***************************************
** COPYRIGHT NOTICE 
** Copyright 2012 Kingsley Internet Solutions Ltd All Rights Reserved.
** We will take legal action against those who copy
** our HTML content, CSS style sheets, PHP and JavaScript functions.
** Selling this code without prior written consent is
** expressly forbidden.
***************************************/

// MOBILE AT 1240

/*************************  Links *************************/

a:link {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 color: #808080;
 font-size: 14px;
 font-weight: bold;
 text-decoration: none;
}

a:visited {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 color: #808080;
 font-size: 14px;
 font-weight: bold;
 text-decoration: none;
}

a:hover {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 color: #000000;
 font-size: 14px;
 font-weight: bold;
 text-decoration: none;
}

a:active {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 color: #000000;
 font-size: 14px;
 font-weight: bold;
 text-decoration: none;
}

/*-------------------- Footer Links -------------------------*/

a.footer:link {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 14px;
 color: #808080;
 background-color: transparent;
 font-weight: normal;
 text-decoration: none;
}

a.footer:visited {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 14px;
 color: #808080;
 background-color: transparent;
 font-weight: normal;
 text-decoration: none;
}

a.footer:hover {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 14px;
 color: #000000;
 background-color: transparent;
 font-weight: normal;
 text-decoration: none;
}

a.footer:active {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 14px;
 color: #000000;
 background-color: transparent;
 font-weight: normal;
 text-decoration: none;
}

/*-------------------- More Links -------------------------*/

a.prod:link, a.prod:visited {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 16px;
 color: blue;
 font-weight: bold;
 text-decoration: none;
}

a.prod:hover, a.prod:active {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 16px;
 color: #000000;
 background-color: transparent;
 font-weight: bold;
 text-decoration: none;
}


a.listLineLink:link, a.listLineLink:visited {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 24px;
 color: blue;
 font-weight: bold;
 text-decoration: none;
}

a.listLineLink:hover, a.listLineLink:active {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 24px;
 color: #000000;
 background-color: transparent;
 font-weight: bold;
 text-decoration: none;
}

/*-------------------- Required Prod Links -------------------------*/

a.requ:link, a.requ:visited, a.requ:hover, a.requ:active {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 13px;
 color: blue;
 font-weight: bold;
 text-decoration: none;
}

/*-------------------- Delivery Links -------------------------*/

a.delivery:link, a.delivery:visited, a.delivery:hover, a.delivery:active {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 14px;
 color: blue;
 font-weight: bold;
 text-decoration: none;
}

/*-------------------- Page Links -------------------------*/

a.page:link, a.page:visited {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 color: blue;
 font-size: 14px;
 font-weight: bold;
 text-decoration: none;
}

a.page:hover, a.page:active {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 color: black;
 font-size: 14px;
 font-weight: bold;
 text-decoration: none;
}

/*--------- Button Links -----------*/

a.formButton:link,
a.formButton:visited {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  display: block;
  margin: 0px auto;
  border: none;
  padding: 0px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  color: white;
  }

/**********************************************************/

html {
	height:100%
	}

body {
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  color: #000000;
  border: 0px solid blue;
  overflow-y: scroll;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  text-align: center;
  font-size: 14px;
  -webkit-transition: padding-top 0.5s;
  transition: padding-top 0.5s;
  }

body,input,textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  }

/****************           *********************/

img {
 border: none;
 vertical-align: text-bottom;
 }

a img {
 border: none;
 vertical-align: text-bottom;
 }

form {
  margin:0;
  padding:0;
  }

.mainPage p {
margin: 0px;
border: 0px solid red;
padding-top: 10px;
}

.scaleImg {
  max-width: 100%;
  max-height: 100%;
  }

/***********************************************************/

#smartHeader {
  display: none;
  }

#smallHeader {
  width: 100%;
  height: 240px;
  /*display: table;*/
  margin: 0px auto 0px auto;
  border-bottom: 2px solid #808080;
  padding: 0px;
  background-color: #EBEBEB;;
  }

#smallHeaderPanel {
  position: relative;
  width: 950px;
  height: 240px;
  /*display: table;*/
  margin: 0px auto 0px auto;
  border: 0px solid red;
  padding: 0px;
/*background-color: red;*/
  }

#headerLogo {
  width: 300px;
  height: 200px;
  display: inline;
  float: left;
  margin: 0px;
  border: 0px solid red;
  padding: 0px;
  }

#headerAddress {
  width: 220px;
  height: 200px;
  display: inline;
  float: right;
  margin: 0px;
  border: 0px solid red;
  padding: 0px;
  }

#topMenuSmall {
  clear: both;
  width: 950px;
  height: 30px;
  line-height: 30px;
  display: block;
  margin: 0;
  border-top: 0px solid #C0C0C0;
  padding: 0px 0px 0px 0px;
  text-align: left;
  z-index: 5;
  }

/*
#topMenuSmart {
  display: none;
  }
*/
/*
#mainPageFull {
  width: 800px;
  display: inline;
  float: left;
  margin: 0px 0px 0px 10px;
  border-left: 1px solid #C0C0C0;
  padding: 10px 0px 10px 0px;
  background-color: #FFFFFF;
  text-align: left;
  }
*/


#Wrapper {
  width: 950px;
  background-color: #FFFFFF;
  color: #000000;
  display: table;
  margin: 0px auto 0px auto;
  border: 0px solid red;
  padding: 0px;
  }

#Content {
  width: 98%;
  /*clear:both;*/
  display: table;
  margin: 0px auto 0px auto;
  border: 0px solid blue;
  padding: 0px;
  background-position: center top;
  }


div.contentRow {
  width: 900px;
  /*height: 30px;*/
  display: table;
  margin: 20px auto 0px auto;
  border: 0px solid red;
  padding: 0px 0px 0px 0px;
  }

div.leftPanel {
  width: 440px;
  /*height: 220px;*/
  float: left;
  display: table;
  margin: 0px 0px 0px 0px;
  border: 0px solid red;
  padding: 0px 0px 0px 0px;
  }

div.rightPanel {
  width: 440px;
  /*height: 220px;*/
  float: right;
  display: table;
  margin: 0px 0px 0px 0px;
  border: 0px solid green;
  padding: 0px 0px 0px 0px;
  }

div.titleBox {
  width: 580px;
  display: table;
  margin: 0px auto 20px auto;
  border: 0px solid green;
  padding: 0px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  }

div.homeText {
  text-align: left;
  }

#footer {
  width: 100%;
  height: 280px;
  clear:both;
  text-align: center;
  color: #808080;
  margin: 20px auto 0px auto;
  border-top: 1px solid #808080;
  padding: 10px 0 10px 0;
  background-color: #EBEBEB;;
  }


#smartFooter {
  display: none;
  }

#phoneInfo {
  display: none;
  }

 /**************** Cookies *********************/

div.cookieInfo {
  float: right;
  margin-left: 5px;
  }

div.cookieContent{
  width: 100%;
  height: 20px;
  font-size: 14px;
  }

#cookieBox {
  position: fixed;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 0px;
  line-height: 30px;
  background-color: #FFFFFF;
  color: #000000;
  margin: 0px auto 0px auto;
  border: 0px solid red;
  padding: 0px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  font-size: 14px;
  box-shadow: 0px 5px 10px black;
  overflow:hidden;
  z-index: 250;
  }

#cookieConsent {
  display: inline-block;
  width: 100px;
  height: 20px;
  /*line-height: 20px;*/
  padding: 0px;
  margin: 0px auto;
  color: white;
  font-size: 12px;
  cursor: pointer;
  border: 0px solid white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none; 
  }

/*------------ FORMS ---------*/

div.formCenter {
  clear: both;
  width: 420px;
  display: table;
  background-color: #EBEBEB;
  margin: 30px auto 20px auto;
  border: 1px solid #000000;
  padding: 10px 0px 15px 0px;
  text-align: center;
  }

div.detailsFormRow {
  width: 380px;
  clear: both;
  display: table;
  margin: 0 auto 0 auto;
  border: 0px solid yellow;
  padding: 5px 0 5px 0;
  /*font-size: 12px;*/
  text-align: center;
  }

div.detailsFormRow span.left {
float: left;
display: block;
width: 38%;
margin: 4px 0px 0px 0px;
border: 0px solid blue;
padding: 0;
text-align: right;
}

div.detailsFormRow span.right {
float: right;
display: block;
width: 58%;
margin: 0;
border: 0px solid red;
padding: 0;
text-align: left;
font-weight: bold;
}

.detailsInput {
  width: 350px;
  height: 20px;
  display: block;
  background-color: #FFFFFF;
  margin: 0px auto 0px auto;
  border: 1px solid #808080;
  padding: 1px 0px 1px 2px;
  font-size: 14px;
  }

.borderAlert {
  /*border-color: red;*/
  box-shadow: 0px 0px 2px 3px red;
  }

/*------------- View Input -----------------------*/

/*
div.formCenter {
  clear: both;
  width: 420px;
  display: table;
  background-color: #EEEEEE;
  margin: 30px auto 20px auto;
  border: 1px solid #000000;
  padding: 10px 0px 15px 0px;
  text-align: center;
  }
*/


div.formRow {
width: 380px;
clear: both;
display: table;
margin: 0 auto 0 auto;
border: 0px solid yellow;
padding: 5px 0 5px 0;
/*font-size: 12px;*/
text-align: center;
}

div.formRow span.label {
float: left;
display: block;
width: 190px;
margin: 4px 0px 0px 0px;
border: 0px solid blue;
padding: 0;
text-align: right;
}

div.formRow span.checkLabel {
float: left;
display: block;
width: 190px;
margin: 0px;
border: 0px solid #FF8000;
padding: 0;
text-align: right;
}

div.formRow span.info {
float: right;
display: block;
width: 180px;
margin: 0;
border: 0px solid red;
padding: 0;
text-align: left;
font-weight: bold;
}

div.formRow span.left {
float: left;
display: block;
width: 48%;
margin: 4px 0px 0px 0px;
border: 0px solid blue;
padding: 0;
text-align: right;
}

div.formRow span.right {
float: right;
display: block;
width: 48%;
margin: 0;
border: 0px solid red;
padding: 0;
text-align: left;
font-weight: bold;
}

/*------------- DD's -----------------*/

div.pitchDD {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  border: 1px solid black;
  padding-left: 0px;
  text-align: left;
  }

.pitch-select {
  position: relative;
  width: 200px;
  height: 26px;
  overflow: hidden;
  background: url('../buttons/dd_arrow.gif') no-repeat right #FFFFFF;
  border: 0px solid blue;
  }

.pitch-select select {
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent;
  width: 220px;
  height: 26px;
  line-height: 26px;
  border: 0px solid red;
  border-radius: 0;
  padding: 0px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  }

/**************** COLOUR CHOICE *********************/

#showColours {
  width: 580px;
  display: table;
  margin: 0px auto 0px auto;
  border: 0px solid blue;
  padding: 0px;
  text-align: center;
  }

div.colourBoxDisp {
  width: 200px;
  height: 100px;
  display: table;
  margin: 25px auto 0px auto;
  border: 1px solid #C0C0C0;
  padding: 0px;
  }

div.showPanel {
  width: 250px;
  height: 160px;
  display: table;
  color: #FFFFFF;
  background-color: #000000;
  margin: 0px auto 0px auto;
  border: 0px solid red;
  padding: 0px;
  }

div.showOrderSel {
  width: 250px;
  height: 160px;
  display: table;
  color: #FFFFFF;
  background-color: #000000;
  margin: 0px auto 0px auto;
  border: 0px solid blue;
  padding: 0px;
  }

/*
div.headerAddr {
  float: right;
  display: table;
  margin: 20px 20px 0px 0px;
  border: 1px solid red;
  font-size: 14px;
  text-align: right;
  }
*/

div.prodInfoRow {
  width: 330px;
  clear: both;
  display: table;
  /*background-color: #DAE364;*/
  margin: 0 auto 0 auto;
  border: 0px solid green;
  padding: 5px 0 5px 0;
  font-size: 12px;
  }

div.prodInfoBox {
  float: left;
  display: table;
  background-color: #FFFFFF;
  margin: 0px 0px 0px 5px;
  border: 0px solid #DAE364;
  font-size: 16px;
  text-align: right;
  }

/*
.prodWeight {
  width: 100px;
  padding: 3px 0 3px 3px;
  }
*/

.prodMeasure {
  width: 100px;
  padding: 3px 0 3px 3px;
  }

.prodPrice {
  width: 100px;
  padding: 3px 0 3px 3px;
  }

.prodQtyLabel {
  width: 94px;
  padding: 3px;
  }

.prodQty {
  width: 100px;
  padding: 0px;
  }

.qtyInput {
  width: 50px;
  height: 18px;
  float: right;
  display: block;
  color: #000000;
  background-color: #FFFFFF;
  border-top: 1px solid #808080;
  border-right: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  border-left: 1px solid #808080;
  margin: 0px;
  padding: 1px 2px 1px 0px;
  font-size: 16px;
  font-weight: normal;
  text-align: right;
  }

div.testBox {
  position: relative;
  background-color: white;
  background-image: url('../images/tin_graphic_2.jpg');
  width: 300px;
  height: 520px;
  margin: 0px auto 0px auto;
  border: 1px solid green;
  background-position: top left;
  z-index: 1;
  }

div.testCircle {
  position: absolute;
  background-color: #FFFFFF;
  top: 44px;
  left: 65px;
  width: 172px;
  height: 171px;
  line-height: 100px;
  border: 0px solid white;
  -webkit-border-radius: 85px;
  -moz-border-radius: 85px;
  border-radius: 85px;
  z-index: 2;
  }

div.testLabel {
  position: absolute;
  /*background-color: #FFFFFF;*/
  top: 350px;
  left: 60px;
  width: 180px;
  height: 100px;
  line-height: 28px;
  border: 0px solid red;
  text-align: center;
  font-weight: bold;
  font-size: 16pt;
  z-index: 3;
  }

#colourBlanker {
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 4;
  }

/*
  border-radius: 50%;
*/
/*--------------- Footer Stuff ----------------*/

/*div.footerRow {*/

#footerRow {
  width: 940px;
  clear: both;
  display: table;
  margin: 0px auto 0px auto;
  border: 0px solid green;
  padding: 0px 0px 0px 0px;
  text-align: center;
  }

#footerRow span.threeBox {
  width: 300px;
  height: 250px;
  display: block;
  float: left;
  background-color: #D6D6D6;
  margin: 0px 0px 0px 10px;
  border: 0px solid #808080;
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  }

#smartFooterRow {
  display: none;
  }

/*----------------- Modal Panels ---------------*/

div.modalPanel {
  display:table;
  width: 100%;
  height: 100%;
  color: black;
  margin: 0px auto 0px auto;
  border: 0px solid red;
  padding: 10px;
  text-align: left;
  font-size: 14px;
  }

div.layoutPanel {
  display:table;
  color: black;
  margin: 0px auto 0px auto;
  border: 0px solid red;
  padding: 10px;
  text-align: left;
  font-size: 14px;
  }

.deliveryPanel {
  width: 300px;
  height: 300px;
  background-color: #F7F7F7;
  text-align: center;
  }

.notice {
  width: 100%;
  height: 100%;
  background-color: white;
  text-align: center;
  }

/*----------------- Modal Classes ---------------*/

#showBox {
  position: absolute;
  border: 0px solid red;
  display: none;
  z-index: 6;
  box-shadow: 0px 0px 20px black;
  }

#showPanel {
  background-image: url('../images/loading_rotor.gif');
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 0px solid white;
  background-position: center center;
  z-index: 7;
  }

div.messagePanel {
  width: 100%;
  height: 100%;
  display:table;
  color: black;
  background-color: white;
  margin: 0px auto 0px auto;
  border: 0px solid blue;
  padding-top: 0px;
  }

div.messageRow {
  width: 90%;
  display: block;
  border: 0px solid red;
  margin: 10px auto 0px auto;
  }

div.boxClose {
  position: absolute;
  top: -17px;
  right: -17px;
  width: 34px;
  height: 34px;
  border: 0px solid white;
  z-index: 12;
  }

#modalBackground {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color:#333333;
  display: none;
  opacity: 0.70;
  filter: alpha(opacity=70);
  z-index: 5;
  }

#cookieBackground {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color:#333333;
  display: none;
  opacity: 0.70;
  filter: alpha(opacity=70);
  z-index: 7;
  }

/*---------------------------------*/

div.picRow {
  clear: both;
  margin: 10px auto 0px auto;
  border: 0px solid yellow;
  padding: 0px;
  }

div.graphicsBox {
  display: inline;
  margin: 0px 5px 0px 5px;
  border: 0px solid #000000;
  padding: 0px;
  }

/*------------------------*/

div.mainProp {
  width: 1px;
  height: 700px;
  float: right;
  /*background-color: red;*/
  }

div.clearBoth {
  clear: both;
  height: 1px;
  overflow: hidden;
  /*background-color: green;*/
  }

/*------------------------*/

.makeBold {
  font-weight: bold;
  }

/*---------------------- Buttons --------------------*/

div.buttonRow {
  width: 90%;
  clear: both;
  display: table;
  margin: 10px auto 0px auto;
  border-top: 1px solid #000000;
  padding: 10px 0px 0px 0px;
  text-align: center;
  }

div.buttonRow span.leftButton {
  width: 48%;
  display: block;
  float: left;
  text-align: center;
  margin: 0px;
  border: 0px solid #008000;
  padding: 0px;
  }

div.buttonRow span.rightButton {
  width: 48%;
  display: block;
  float: right;
  text-align: center;
  margin: 0px;
  border: 0px solid #008000;
  padding: 0px;
  }

div.buttonRow span.threeButton {
  width: 33%;
  display: block;
  float: left;
  text-align: center;
  margin: 0px;
  border: 0px solid #008000;
  padding: 0px;
  }

div.buttonRowB {
  width: 90%;
  clear: both;
  display: table;
  margin: 0px auto 0px auto;
  border: 0px solid red;
  padding: 10px 0px 0px 0px;
  text-align: center;
  }

div.buttonRowB span.leftButton {
  width: 48%;
  display: block;
  float: left;
  text-align: center;
  margin: 0px;
  border: 0px solid #008000;
  padding: 0px;
  }

div.buttonRowB span.rightButton {
  width: 48%;
  display: block;
  float: right;
  text-align: center;
  margin: 0px;
  border: 0px solid #008000;
  padding: 0px;
  }

#cartButton {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130px;
  height: 30px;
  display: block;
  margin-top: -22px;
  margin-left: -52px;
  border: 0px solid blue;
  z-index: 2;
  }

/*-------- Button Colours ------------*/

.buttonGrey {
  background-color: #6E6E6E;
  /*color: white;*/
  }

.buttonFaded {
  background-color: #D4D4D4;
  }

.buttonRed {
  background-color: red;
  }

.buttonGreen {
  background-color: green;
  }

.buttonBlue {
  background-color: blue;
  }

/*-------- Button Sizes ------------*/

.button-120-24 {
  width: 120px;
  height: 24px;
  line-height: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  }

.button-130-30 {
  width: 130px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  }

.button-160-30 {
  width: 160px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  }

.button-150-24 {
  width: 150px;
  height: 24px;
  line-height: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  }

.textAlignLeft {
  text-align: left;
  }

#submit {
  width: 120px;
  height: 24px;
  color: #C0C0C0;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  border:none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-appearance: none; 
  }

#submit2 {
  width: 130px;
  height: 30px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  border:none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-appearance: none; 
  }

/*-------- Lines ------------*/

div.horLine70 {
width: 70%;
height: 1px;
clear: both;
background-color: black;
margin: 5px auto 5px auto;
border: 0;
padding: 0;
font-size: 1px;
}

div.horLine90 {
width: 90%;
height: 1px;
clear: both;
background-color: black;
margin: 5px auto 5px auto;
border: 0;
padding: 0;
font-size: 1px;
}

/*-------- Spacers ------------*/

div.spacer5 {
  height: 5px;
  clear: both;
  margin: 0px;
  padding: 0px;
  font-size: 1px;
  }

div.spacer10 {
  height: 10px;
  clear: both;
  margin: 0px;
  padding: 0px;
  font-size: 1px;
  }

div.spacer20 {
  height: 20px;
  clear: both;
  margin: 0px;
  padding: 0px;
  font-size: 1px;
  }


div.spacer30 {
  height: 30px;
  clear: both;
  margin: 0px;
  padding: 0px;
  font-size: 1px;
  }


.textAlignLeft {
  text-align: left;
  }

.textAlignRight {
  text-align: right;
  }

.textAlignCentre {
  text-align: center;
  }

.text11 {
  font-size: 11px;
  }

.text12 {
  font-size: 12px;
  }

.text14 {
  font-size: 14px;
  }

.text16 {
  font-size: 16px;
  }

.text18 {
  font-size: 18px;
  }

.text24 {
  font-size: 24px;
  }

.text35 {
  font-size: 35px;
  }

.line16 {
  line-height: 16px;
  }

.line18 {
  line-height: 18px;
  }

.line24 {
  line-height: 24px;
  }

.makeBold {
  font-weight: bold;
  }

.makeNormal {
  font-weight: normal;
  }

.makeGreen {
  color: #008000;
  }

.makeRed {
  color: #CC0000;
  }

.makeBlue {
  color: #0000FF;
  }

.makeBlack {
  color: #000000;
  }

.makeWhite {
  color: #FFFFFF;
  background-color: black;
  }

.makeYellow {
  color: #FFFF00;
  background-color: black;
  }

.makeGrey {
  color: #C0C0C0;
  }

.makeOrange {
  color: #FF8000;
  }

.hiddenPic {
  display:none;
  }

.formAlert {
  color: #FF0000;
  font-weight: bold;
  }

/******************************* Mobile ***************************/
/*******************************        ***************************/

/*@media screen and (max-width: 767px) {*/

@media screen and (max-width: 1024px) {

#smallHeader {
  display: none;
  }

#smartHeader {
  position: relative;
  width: 100%;
  display: table;
  height:auto !important;
  margin: 0px auto 0px auto;
  border-bottom: 2px solid black;
  background-color: #EBEBEB;;
  }

#topMenuSmart {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 39px;
  color: #C0C0C0;
  display: table;
  right: 10%;
  top: 50%;
  margin: -40px 0px 0px 0px;
  border: 0px solid red;
  padding: 0px;
  text-align: right;
  z-index: 5;
  }

/*
#topMenuSmall {
  display: none;
  }
*/

#Wrapper {
  width: 100%;
  /*background-color: #FFFFFF;*/
  color: #000000;
  /*display: table;*/
  margin: 10px auto 10px auto;
  border: 0px solid green;
  padding: 0px;
  }

#headerLogo {
  width: 50%;
  height: auto !important;
  float: left;
  display: block;
  margin: 0px;
  border: 0px solid red;
  padding: 0px 0px 0px 0px;
  text-align: left;
  }

#Content {
  width: 98%;
  /*height: 500px;*/
  clear:both;
  /*display: table;*/
  margin: 10px auto 10px auto;
  border: 0px solid blue;
  padding-bottom: 0px;
  }

/*
div.contentRow {
  width: 50%px  !important;
clear: both;
  display: block;
  margin: 20px auto 0px auto;
  border: 5px solid red;
  padding: 0px 0px 0px 0px;
  }
*/

div.contentRow {
  width: 98%;
  position: relative;
  display: table;
  border: 0px solid yellow;
  height:auto !important;
  align: center;
  }

div.leftPanel {
  width: 98%;
  height: auto !important;
  float: none;
  clear: both;
  display: block;
  margin: 0px auto 0px auto;
  border: 0px solid red;
  padding: 0px 0px 0px 0px;
  height:auto !important;
  }

div.rightPanel {
  width: 98%;
  height: auto !important;
  float: none;
  clear: both;
  display: block;
  margin: 0px auto 0px auto;
  border: 0px solid green;
  padding: 0px 0px 0px 0px;
  height:auto !important;
  }

/*----------- Colour Choice ----------------*/

div.titleBox {
  width: 90%;
  float: none;
  display: table;
  margin: 0px auto 20px auto;
  border: 0px solid green;
  padding: 0px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  }

#showColours {
  width: 90%;
  display: table;
  margin: 0px auto 0px auto;
  border: 0px solid blue;
  padding: 0px;
  text-align: center;
  }

/*----------- Smart Menu ----------------*/

 /* Dropdown Button */
.dropbtnx {
    background-color: #FFFFFF;
    color: white;
    padding: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn {
  background: url('../buttons/smart_button.gif');
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  float: right;
  display: inline;
  margin: 0px 0px 0px 10px;
  border: 0px solid red;
  padding: 0px;
  cursor: pointer;
  background-position: left top;
  }

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
}

/* The container <div> - needed to position the dropdown content */
#topMenuxx {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
	right: 0px;
    background-color: #FFFFFF;
    min-width: 180px;
  border: 1px solid black;
    box-shadow: 0px 16px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 0px 5px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #C0C0C0}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

/*-------------------------------------------*/

div.listLine {
  width: 98%;
  display: block;
  line-height: 36px;
  border: 0px solid green;
  padding: 0px 0px 0px 0px;
  align: center;
  font-size: 24px;
  font-weight: bold;
  }

/*
div.contentRow {
  position: relative;
  border: 0px solid yellow;
  height:auto !important;
  align: center;
  }
*/


/*
#footer {
  display: none;
  }
*/

#smartFooter {
  display: none; 
  }

/*------------------------*/

div.mainProp {
  display: none;
  }

div.clearBoth {
  display: none;
  }

/*------------ FORMS ---------*/

div.formCenter {
  clear: both;
  width: 98%;
  display: table;
  background-color: #EBEBEB;
  margin: 30px auto 20px auto;
  border: 1px solid #000000;
  padding: 10px 0px 15px 0px;
  text-align: center;
  }

div.detailsFormRow {
  width: 100%;
  clear: both;
  display: table;
  margin: 0 auto 0 auto;
  border: 0px solid brown;
  padding: 5px 0 5px 0;
  /*font-size: 12px;*/
  text-align: center;
  }

.detailsInput {
  width: 90%;
  height: 20px;
  display: block;
  background-color: #FFFFFF;
  margin: 0px auto 0px auto;
  border: 1px solid #808080;
  padding: 1px 0px 1px 2px;
  font-size: 14px;
  }

/*--------------- Footer Stuff ----------------*/

#footerRow {
  display: none;
  }

/*
#smartFooter {
  width: 100%;
  clear:both;
  display: table;
  color: black;
  margin: 5px auto 5px auto;
  border-top: 1px solid #808080;
  padding: 0px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  }
*/

#smartFooterRow {
  width: 90%;
  clear: both;
  display: table;
  border: 0px solid green;
  margin: 10px auto 0px auto;
  padding-right: 10px;
  }

div.footerBox {
  display: none;
  }

.phoneLink {
  display: block;
  }

#cookieBox {
  position: fixed;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 0px;
  line-height: 25px;
  background-color: #FFFFFF;
  color: #000000;
  margin: 0px auto 0px auto;
  border: 0px solid blue;
  padding: 0px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  font-size: 14px;
  box-shadow: 0px 5px 10px black;
  overflow:hidden;
  z-index: 250;
  }


}



