html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

body {
	font-size: 14px;
  	font-weight: normal;
  	font-family: Arial, Libre-Franklin-Medium, sans-serif;
	width: auto;
	min-width: 320px;
	background-color: #2B2B2B;
}

nav#mainmenu {
  font-size: 1.0em;
  background-color: #2B2B2B;
  color: #fff;
  height: 32px;
  line-height: 32px;
}

nav#mainmenu ul {
	display: inline-block;
	list-style-type: none;
	padding-left: 24px;
	padding-top: 2px;
	margin-top: 0;
}

nav ul li {
  float: left;	
}

nav#mainmenu ul li::after {
  content: "|";
  float: right;
  margin-left: 10px;
  margin-right: 10px;
}

nav#secondary-menu {
  font-size: 0.9em;
  background-color: #2B2B2B;
  color: #fff;
  text-align: right;
  height: 28px;
  line-height: 28px;
  padding-right: 12px;
  padding-top: 2px;
}

nav#secondary-menu ul {
	display: inline-block;
	padding-left: 8px;
    list-style-type: none;
	padding-top: 0;    
 }

nav#secondary-menu ul li::after {
  content: "|";
  float: right;
  margin-left: 10px;
  margin-right: 10px;  
}

nav ul li:last-child::after {
  display: none;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
}

nav ul li a:hover {
  text-decoration: underline;
}

nav#secondary-menu img#countryflag {
	margin-right: 6px;
	line-height: 1em;
	vertical-align: middle;
	padding-bottom: 2px;
}

ul {
	padding-top: 1.2em;
}

div#banner {
  height: 120px;
  padding: 0;
  background-color: #fff;
}

div#banner div#logo, div#banner div#logo2 {
  height: 120px;
  font-size: 2em;
  font-family: Arial, Libre-Franklin-Medium, sans-serif;
  color: #2B2B2B;
  text-align: center;
  position: absolute;  
}

div#banner div#logo2 {
	left: 270px;
	top: 40px;
	height: 100px;	
}  

div#banner div#logo img {
  height: 100px;
  margin: 10px;
}

div#banner div#logo2 img {
  height: 100px;  
}

div#banner div#logo2 img#carpaintlogo {
  opacity: 0.6;
}
  
div#banner div#logo2 img#carpaintlogo:hover {
  opacity: 1;
}

div#banner div#logo:hover, div#banner div#logo2:hover {
	cursor: pointer;
}

div#banner div#cart {
	float: right;
	cursor: pointer;
	height: 20px;
	width: 20px;
	position: relative;
	margin-top: 20px;
}

div#banner div#cart img {
	position: absolute;
	z-index: 1;
	right: 20px;
	top: 12px;
}

div#banner div#cart span {
	display: none;
}

div#banner div#cart span.hasitems {
	font-family: Arial, Libre-Franklin-Medium, sans-serif;
	font-size: 1.8em;
	display: inline-block;
	background-color: red;
	color: #fff;
	line-height: 1.8em;
	border-radius: 0.9em;
	font-size: 0.7em;
	width: 1.8em;
	position: absolute;
	z-index: 2;
	text-align: center;
	right: 32px;
	top: -2px;
	vertical-align: middle;
}

p#carpaintalert {
	padding-top: 0;
	display: inline-block;
}

p#carpaintalert img {
	margin-right: 6px;
	vertical-align: middle;
}

p#carpaintalert a {
  text-decoration: none;
  color: red;
  font-weight: bold;
}

p#carpaintalert a:hover {
  text-decoration: underline;
}

/*
@font-face { 
  font-family: OpenSans-regular; 
  src: url('../fonts/HelveticaNeueLTPro-Th.ttf');
}
*/

@font-face { 
  font-family: HelveticaNeueLTPro-Md; 
  src: url('../fonts/HelveticaNeueLTPro-Md.ttf');
}

@font-face {
  font-family: Libre-Franklin-Medium;
  src: url('../fonts/LibreFranklin-Medium.ttf');
}

div#page {
  background: #2B2B2B url("../images/backgrounds/harley/harley-001.jpg") no-repeat fixed 400px top;
  color: #ccc;
  min-height: 1080px;
  padding: 0;
}

div#feature {
    position: relative;
	width: 1px;
    display: inline-block;
    float: left;
}

div#feature blockquote {
	font-size: 2em;
	color: #fff;
	font-family: Arial, Libre-Franklin-Medium, sans-serif;
	line-height: 1em;
	top: 56px;
	left: 80px;
	position: absolute;
	padding: 0;
	margin-bottom: 56px;
	width: 440px;
}

/* TODO do we want this */
div#feature {
	display: none;
}

div#feature blockquote {
	display: none;	
}

div#mobilefeature {
	display: none;
}

div#content {
	min-width: 420px;
	min-height: 1062px;
	max-width: 640px;
	padding: 0 0 18px 0;
	color: #000;
	display: inline-block;
	float: left;
	line-height: 1.8;
	background-color: #fff;	
}

div#content div#text {
	padding: 20px;
}

div#content div#text ul {
   list-style-position: inside;
}

div#content div#text img.maintext {
	margin-top: 20px;
	width: 100%;
}

h1 {
  color: #000;
  font-family: HelveticaNeueLTPro-Md; 
  font-size: 1.9em;
  line-height: 1.1em;
  padding: 10px 0 10px 0;
  min-width: 300px;
}

h1.underscored {
	border-bottom: 2px solid #2B2B2B;
}

h2 {
  color: #000;	
  font-family: HelveticaNeueLTPro-Md; 
  font-size: 1.5em;
  line-height: 1em;
  padding: 30px 0 0 0;
  min-width: 300px;
}

h3 {
  color: #000;
  font-family: HelveticaNeueLTPro-Md; 
  font-size: 1.2em;
  line-height: 1em;
  min-width: 300px;
  padding: 30px 0 0 0;
}

h3#ourproducts {
  padding: 20px 20px 20px 20px;
}

p#intro a {
	color: #2B2B2B;
	text-decoration: none;
    padding: 30px 0 0 0;
}

div#productcategories {
	width: 100%;
	box-sizing: border-box;
	height: 178px;
	padding: 8px;
	background-color: #777;
}

div#productcategories ul#products {
	list-style-type: none;
	height: 144px;
	vertical-align: middle;
	padding: 0 0 0 16px;
	margin: 0;
}

div#productcategories ul#products li {
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #ccc;
	float: left;
	margin: 0 20px 0 2px;
	text-align: center;
    font-family: Arial, Libre-Franklin-Medium, sans-serif;
	padding: 0;
	width: 130px;
	height: 130px;
	font-size: 0.8em;
	height: 160px;
}

div#productcategories ul#products li a {
	text-decoration: none;
	display: inline-block;
	color: #2B2B2B;
	width: 100%;
	min-height: 2em;
}

div#productcategories ul#products li a img {
	margin: 0 auto;
}

div#productcategories ul#products li a:hover {
	text-decoration: underline;
}

fieldset {
	border-radius: 12px;
	max-width: 600px;
	min-width: 300px;
	padding: 0 18px 20px 18px;
	font-size: 0.9em;
  	background-color: #2B2B2B;
  	color: #fff;
  	margin: 20px 0 0 0;
}

#content ul#paint-locator-tabs {
	list-style-type: none;
	height: 40px;
	vertical-align: middle;
	padding: 0;
	width: 100%;
	background-color: #fff;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	min-width: 336px;
	max-width: 436px;
}

#content ul#paint-locator-tabs li {
	height: 28px;
	padding: 10px 12px 8px 12px;
	display: inline-block;
	background-color: #2B2B2B;
	border-radius: 6px 6px 0 0;		
	border-bottom: 2px #2b2b2b solid;	
	min-width: 120px;
	vertical-align: middle;
	text-align: center;	
}

#content ul#paint-locator-tabs li.unselected {
	background-color: #ccc;
	color: #2b2b2b;
	border-radius: 6px 6px 0 0;
	border-bottom: 2px #2b2b2b solid;
}

#content ul#paint-locator-tabs li a {
	color: #fff;
	text-decoration: none;
}

#content ul#paint-locator-tabs li.unselected a {
	color: #2b2b2b;
}

#content ul#paint-locator-tabs li a:hover {
	text-decoration: underline;
}

fieldset#findmypaint, fieldset#findmycarpaint {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

fieldset.tabs {
	border-radius: 0 6px 6px 6px;
	margin-top: 6px;
}

fieldset#findmypaint div.input select, fieldset#findmycarpaint div.input select {
	max-width: none;
	padding-top: 2px;
}

fieldset#contact-details {
	font-size: 18px;
}

fieldset#contact-details label {
	width: auto;
	min-width: 150px;
	font-family: Arial, Libre-Franklin-Medium, sans-serif;
	text-align: right;
	font-size: inherit;
    vertical-align: middle;
	margin-top: 0;
}

span#openinghours {
	line-height: 20px;
	height: auto;
	vertical-align: middle;
}

label#openinghourslabel {
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
	padding-top: 5px; /* TODO */
}

div#content fieldset.shoppaints {
	margin-top: 0;
	margin-bottom: 12px;
	min-width: 320px;
}

div#content fieldset.shoppaints div.info {
	margin-top: 20px;
}

fieldset div.input {
  clear: both;
  padding-top: 14px;
}

select, input, textarea {
  width: 100%;
  max-width: 340px;
  min-width: 220px;
  border-radius: 6px;
  border: none;
  box-sizing: border-box;
  height: 2.4em;
  padding-left: 6px;
  margin-top: 4px;
  background-color: #fff;
  font-size: 14px;
  font-family: Arial, Libre-Franklin-Medium, sans-serif;
}

textarea {
	max-width: none;
	height: 240px;
	line-height: 1.4em;
	padding: 8px;
	font-size: 14px;
}

input[type=radio], input[type=checkbox], input[type=number] {
  width: auto;
  height: auto;
  min-width: 1px;
}

textarea {
  height: 240px;
}

div#content fieldset.shoppaints {
	padding: 12px;
}

div#content fieldset.shoppaints h2 {
	padding-left: 0;
	padding-top: 8px;
	color: #fff;
	font-size: 1.4em;
}

div#content fieldset.shoppaints div.selectpaint {
	float: left;
	width: 270px;
    box-sizing: border-box;
    height: 60px;
    overflow: hidden;
}

div#content fieldset.shoppaints div.selectquantity {
	float: left;
	width: 60px;
	margin-left: 8px;
    height: 60px;	
    box-sizing: border-box;    
}

div#content fieldset.shoppaints div.selectpaint select {
	width: 270px;
}

label.qty {
	margin-left: 4px;
	margin-bottom: 2px;
}

input.qty {
  border-radius: 6px;  
  height: 2.4em;
  border: none;
  padding: 0;
  margin-top: 2px;
  text-align: center;
}

div#content fieldset.shoppaints div.selectquantity span.trash {
	display: inline-block;
	height: 32px;
	width: 20px;
	margin-left: 8px;
	margin-bottom: 2px;
	vertical-align: middle;
	background: url('../images/trash2-white.svg') no-repeat;
	background-size: 20px 32px;
}

div#content fieldset.shoppaints div.selectquantity span.trash:hover {
	background: url('../images/trash2-red.svg') no-repeat;
	background-size: 20px 32px;
	cursor: pointer;
}

div#vat {
	margin: 0 auto 0 auto;
}

input.submit {
  float: right;
}

div.buttonbar {
  width: 100%;
  box-sizing: border-box;
  height: 60px;
  margin: 0 auto 0 auto;
}

div.buttonbar div.positivebutton {
	float: right;
	background-color: #2B2B2B;
	color: #fff;
	border: 1px solid #fff;
	line-height: 26px;
	vertical-align: middle;
	border-radius: 6px;
  	padding: 7px 18px 5px 18px;
  	margin: 8px 0 8px 8px;
  	cursor: pointer;
  	font-size: 14px;
}

div.buttonbar div.positivebutton span.addtocart {
	background: url('../images/add-to-cart.svg') no-repeat;
	background-size: 20px 20px;
	height: 24px;
	width: 24px;
	display: inline-block;
	line-height: 24px;
	vertical-align: middle;
	margin-left: -6px;
	margin-right: 6px;
}

div.buttonbar div.positivebutton:hover, input[type=submit]:hover {
	background-color: #fd0b23;
}

div.buttonbar div.negativebutton:hover, div.cta:hover {
	border-color: red;
}

div.buttonbar div.negativebutton:hover a, div.cta:hover a {
	color: red;
}

div.buttonbar div.positivebutton a {
	color: #fff;
}

div.buttonbar div.negativebutton, div.cta {
	float: right;
	background-color: #fff;
	color: red;
	border: 2px solid #fd0b23;
	line-height: 26px;
	vertical-align: middle;
	border-radius: 6px;
  	padding: 5px 16px 3px 16px;
  	margin: 8px;
  	cursor: pointer;
    font-family: Arial, Libre-Franklin-Medium, sans-serif;
  	font-size: 14px;    
}

div.buttonbar div.negativebutton a, div.cta a {
	color: #2B2B2B;
}

div.cta {
	display: inline-block;
	float: none;
	margin-left: 0;
}

div.buttonbar div a {
	text-decoration: none;
}

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

a:hover {
	text-decoration: underline;
}
 
div.alert {
  width: auto;
  background-color: white;
  border: 1px solid #fd0b23;
  padding: 16px;
  color: black;
  border-radius: 6px;
}

div.info {
  width: 100%;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid #fd0b23;
  padding: 8px 16px;
  color: red;
  font-family: Arial, Libre-Franklin-Medium, sans-serif;
  border-radius: 6px;
}

fieldset.shoppaints div.info {
	max-width: none;
}

div.info strong, div.info sup {
  font-weight: bold;
  color: #fd0b23;
}

div#alert strong, div.alert strong, div.smallalert strong {
  font-weight: bold;
  color: #fd0b23;
}

fieldset div#alert, fieldset div.alert, fieldset div.info {
  max-width: 380px;
  margin-top: 32px;
}

fieldset#findmycarpaint div#alert {
  background-color: #fff;
  color: #000;
  border: 2px solid #00754C;
  border-radius: 6px;
  padding: 6px 6px 0 6px;
}

img#productdetailimg {
	display: block;
	margin: 20px auto 20px auto;
	border-radius: 6px;
	border: 1px solid #aaa;
	background-image: linear-gradient( #eee, #ccc );	
}

div#productdetailprice {
	display: block;
	margin: 16px auto 16px auto;
	width: 300px;
	text-align: left;
}

span.price {
	color: #2B2B2B;
	font-size: 1.1em;
	font-weight: bold;	
}

div#productdetailprice span.price {
	color: #2B2B2B;
	font-size: 1.4em;
	font-weight: bold;
}

div#productdetail p {
	margin-top: 0;
	padding-top: 0;
}

fieldset#productoptionsfieldset {
	width: 300px;
	display: block;
	margin: 20px auto 20px auto;
	box-sizing: border-box;
	padding: 0 20px 20px 20px;
}

fieldset#productoptionsfieldset select {
	width: 100%;
	float: left;
	display: inline-block;
}

fieldset#productoptionsfieldset div#inputgroup {
	width: 100%;
	display: block;
	height: auto;
}

fieldset#productoptionsfieldset div.buttonbar {
	height: 100px;
	margin: 0;
	width: 100%;
	display: block;
}

fieldset#productoptionsfieldset div.buttonbar div {
	float: right;
	margin: 12px 0 0 0;
	width: 100%;
	box-sizing: border-box;	
}

fieldset#productoptionsfieldset div.input label {
	width: auto;
	float: left;
	clear: both;
	line-height: 2.4em;
	vertical-align: middle;
}

fieldset#productoptionsfieldset div.input label.qty {
	width: auto;
	clear: left;
} 

fieldset#productoptionsfieldset div.input input {
	width: auto;
	float: left;
	clear: right;
}

#content div.product-list-cat {
	border-radius: 6px;
	background-color: none;
	margin: 20px 0 20px 0;
	padding:0;
}

#content div.product-list-cat h2 {
	color: #fff;
	background-color: #2B2B2B;
	margin: 0;
	padding: 18px 20px 20px 20px;
	font-size: 1.4em;	
}

div#productlistgroup {
	background-color: #eee;
	margin: 0 -20px 0 -20px;
}

#content ul.productlist {
	list-style-type: none;
	min-width: 350px;
	max-width: 600px;
	margin-left: 0;
	padding: 18px 18px 0 18px;
}

#content ul.productlist li {
	background-color: #fff;
	color: #000;
	font-family: Arial, Libre-Franklin-Medium, sans-serif;
	border: 1px solid #2B2B2B;
	border-radius: 6px;
	padding: 8px;
	margin: 0 0 18px 0;
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
}

ul.productlist li img {
	background-image: linear-gradient( #eee, #ccc );	
	border-radius: 6px;
	border: 1px solid #111;
	float: left;
	margin-right: 12px;
}

ul.productlist li a {
	text-decoration: none;
	color: #000;
	display: inline;
	height: 150px;
	border: red;
}

span.product-name {
	font-weight: bold;
	line-height: normal;
	vertical-align: top;
}

span.product-name:hover {
	text-decoration: underline;
}

ul.productlist p {
	color: #000;
	font-size: 0.8em;
	max-width: none;
	min-width: none;
	padding: 4px 0 0 0;
}

span.vat-shipping {
	font-size: 0.8em;
}

fieldset label {
  font-weight: normal;
  float: left;
  display: inline-block;
  clear: both;
  line-height: 20px;
  vertical-align: middle;
  width: 100%;
  margin: 2px 8px 0 0;
}

fieldset div.inputcheckbox0 { 
  clear: both;
}

fieldset div.inputcheckbox input.checkbox { 
  margin-left: 80px; 
  float: left; 
  clear: left; 
  margin-top: 2px; 
} 

fieldset div.inputcheckbox label.checkbox { 
  max-width: 380px; 
  text-align: left; 
  float: left; 
  clear: right; 
  margin-left: 6px; 
} 

div#noteonyears {
  background-color: white;
  border: 1px solid #fd0b23;
  border-radius: 6px;
  padding: 6px 12px;
  margin: 12px 0 0 0;
  font-family: Arial, Libre-Franklin-Medium, sans-serif;
  color: red;
}

div#noteonyears strong, div.paintalert strong {
  font-weight: bold;
  color: #fd0b23;
  display: block;
  padding: 0;
  margin-bottom: 4px;
}

fieldset div#address, fieldset div#telephone, fieldset span#email {
  float: left;
  color: #fff;
  line-height: 20px;
  vertical-align: middle;
}

fieldset div#telephone a {
	color: #fff;
}

a.url, div.geo, img.logo { display: none; }

div.org {
	margin-bottom: 12px;
}

div.org a {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.colourschemes {
  border: none;
  padding: 0;
  margin-top: 4px;
}

div.colourScheme {
  background-color: #E9E9E9;
  border:  1px solid #2B2B2B;
  border-radius: 6px;
  padding: 6px;
  margin-bottom: 6px;
  color: #000;
  min-height: 2em;
}

div.colourScheme img {
	width: 100%;
    box-sizing: border-box;	
}

div.selectedsection {
	background-color: #fff;
}

div.colourschemeheader, div.inputcheckbox2 {
  padding: 0;
  color: #fff;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 24px;
}

div.colourschemeheader label, div.inputcheckbox2 label.checkbox {
	vertical-align: middle;
    line-height: 20px;
    clear: right;
    float: left;
    padding: 2px 0 0 6px;
    margin: 0;
    color: #000;
    width: 80%;
}

div.colourschemeheader input[type=radio], div.inputcheckbox2 input.checkbox {
    clear: left;
    float: left;
	vertical-align: middle;
    line-height: 20px;
    margin-top: 3px;
}

div.colours {
	margin-top: 8px;
	margin-left: 2px;
}

div.inputcheckbox2 {
  background-color: #fff;
  color: #000;
}

input[type=submit] {
  border-radius: 6px;
  border: none;
  float: right;
  display: inline-block;
  color: #fff;
  padding: 7px 18px 5px 18px;
  margin: 8px 0 8px 8px;
  font-size: 14px;
  height: 32px;
  vertical-align: middle;
  background-color: #2B2B2B;
  cursor: pointer;
  width: auto;
  max-width: none;
  min-width: 20px;
  vertical-align: middle;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

form.submitted input:invalid {
	border: 2px solid red;
}

p, #content ul {
  	padding: 20px 0 0 0;
}

div#content div#datasheets dl {
	width: 100%;
}

div#content div#datasheets dl div.datasheet {
	border: none;
	border-radius: 6px;
	background-color: #2B2B2B;
    font-family: Arial, Libre-Franklin-Medium, sans-serif;
	color: #fff;
	padding: 6px;
	margin: 20px 0 0 0;
}

div#content div#datasheets dl div.dd {
	background-color: #fff;
	color: #000;
	padding: 6px;
}

div#content div#datasheets dl div.dd a.doc {
	color: red;
	text-decoration: none;
}

div#content div#datasheets dl div.dd a.doc:hover {
	text-decoration: underline;
}	
	
div#content div#datasheets dl dt {
	padding-bottom: 6px;
}

ul#about-us-contact a {
	color: #2B2B2B;
}

footer {
	background-color: #2B2B2B;
}

footer ul#foot, footer ul#foot2 {
	display: inline-block;
	list-style-type: none;
	padding: 20px 20px 26px 20px;
	margin-top: 0;
	float: right;
}

footer ul#foot li, footer ul#foot2 li {
  display: inline-block;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

footer a {
	color: #fff;
	text-decoration: none;
	font-size: 0.8em;
}

footer a:hover {
	text-decoration: underline;
}

.slick-prev {
	margin-left: 20px;
	margin-top: 10px;
}
.slick-next {
	margin-right: 22px;
	margin-top: 10px;	
}

/* MEDIA SPECIFIC */
@media only screen and (max-width: 600px) {

  div#page {
  	max-width: 100vw;
  }
  
  div#content {
  	width: 100%;
  	min-width: 100%;
	box-sizing: border-box;
	margin: 0 auto 0 auto;
  }

  div#feature {
  	display: none;
  }
  
  div#mobilefeature {
  	display: inline-block;
  	float: left;
	box-sizing: border-box;
  	width: 100%;
  	padding: 20px;
  	min-height: 300px;
  	background: #2B2B2B url("../images/backgrounds/ducati.jpg") no-repeat fixed -600px -300px;
  }
  
  div#mobilefeature blockquote {
 	font-size: 1.7em;
	color: #fff;
	font-family: Arial, Libre-Franklin-Medium, sans-serif;
	line-height: 1em;
	padding: 0;
  }

  div#mobilefeature {
	display: none;
  }
  
  #content ul.productlist {
	padding: 8px 8px 0 8px;
  }

  #content ul.productlist li {
	margin: 0 0 8px 0;
  }

  ul.productlist li img {
	width: 150px;
	height: 150px;
  }

  div#banner div#logo {
    height: 120px;
  }

  div#banner div#logo2 {
	display: none;
    height: 60px;
	left: 0px;
	top: 140px;    
  }
  
  div#banner div#logo img {
  	margin-top: 10px;
    height: 100px;
    width: 250px;
  }  

  div#banner div#logo2 img {
	display: none;
    height: 60px;
    width: 150px;
    margin-left: 20px;
  }
  
  div#banner div#cart img {
	height: 40px;
  }
  
  div#banner div#cart span.hasitems {
  	right: 28px;
  }
  
  div#divModels, div#divYears, div#noteonyears, div#selectcolourscheme, div#colourschemes, div#findbypaintcode, div#alert, div#divCarPaints {
	  display: none;
  } 
  
}