/* bright ts colour #3DFFB8 */
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
/* end reset */

/* HTML5 hack for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/* END HTML5 hack for older browsers */

/* main */

body {
  background: black;
  font-family: arial;
  font-size: 0.8em;
  padding-left: 20px;
  padding-right: 20px;
}

#page {
  padding: 9px;
  margin: 20px auto 20px auto;
  background: white;
  width: 998px;
  /* min-width: 718px; */
  /* max-width: 998px; */
}

nav {
  width: 820px;
  padding: 0;
  margin: -30px 0 0 0;
  height: 30px;
  -webkit-font-smoothing: antialiased;
}

ul#navigation {
  margin-left: 0;
  margin-bottom: 0;
  display: inline;
  padding: 0;
}

ul#navigation li {
  margin: 0 2px 0 0;
  padding: 9px 0 4px 0;
  list-style: none;
  display: block;
  float: left;
  width: 100px;
  height: 17px;  
  text-align: center;
  border: 1px solid #B9B9B9;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom: none;
  background-color: white;
  -moz-box-shadow: 4px -2px 2px #333;
  -webkit-box-shadow: 4px -2px 2px #333;
  box-shadow: 4px -2px 2px #333;
}

ul#navigation li.selected {
  background-color: #E2E2E2;
}

ul#navigation li.selected a {
  color: black;
}

ul#navigation li.cart {
 background-color: transparent;
 background-image: none;
 height: 26px;  
 width: 140px;
 margin-top: -6px;
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 box-shadow: none;
 border: none;
}

ul#navigation li a {
  font: normal normal 500 100% Arial;
  color: #565656;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}

ul#navigation li a:hover {
  color: #009F67;
}

#featurepane {
  height: 200px;
  min-width: 700px;
  background: black url(/images/banner-default-classic.jpg) no-repeat top left;
  margin-bottom: -4px;
}

#featurepane div#globalOptions {
  height: 46px;
  width: 340px;
  border: 0;
  float: right;
  margin-right: 10px;
  padding-left: 12px;
  padding-top: 6px;
  background-color: rgba(255,255,255,0.6);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

#featurepane div#globalOptions ul {
  margin:0;
  padding:0;  
  list-style:none;
}

#featurepane div#globalOptions li {
  margin:0;
  margin-right: 11px;
  padding:5px 2px 2px 2px;
  height:40px;
  display:block;
  list-style:none;
  cursor:pointer;
  float: right;
}

#featurepane div#globalOptions li.flag {
  padding-top: 2px;
}

#featurepane div#globalOptions a {
  color: black;
  font-size: 80%;
  text-decoration: none;
}

select#changelanguage {
  width: 140px;
  margin-top: 6px;
}

#content {
  background-color: #E2E2E2;
  border: 1px solid #B9B9B9;
  border-top: 0;
  padding: 20px;
  min-height: 400px;
  width: 956px; /* firefox 3.6 */
}

h1 {
  font-size: 250%;
  margin-bottom: 10px;
  font-weight: bold;
  width: 500px;
  color: #404040;
  padding: 0;
  text-shadow: 0 0 1px rgba(51,51,51,0.5);
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  font-family: Mako-Regular, sans-serif; 
}

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

h2 {
  font-size: 110%;
  margin: 0 0 8px 8px;
  font-weight: bold;
  color: #404040;
}

h2 a {
  color: #404040;
}

h3 {
  font-size: 100%;
  margin: 8px 0 4px 16px;
  font-weight: bold;
  font-style: italic;
}

a {
  color: #00754C;
}

a:hover {
  color: #009F67;
}

div.cta {
  height: 20px;
  width: 100%;
  margin-bottom: 6px;
}

div.cta a {
  color: #00754C;
  background: url(/images/cta.jpg) no-repeat center right;
  padding-right: 12px;
  font-weight: bold;
  text-decoration: none;
  float: left;
  margin-left: 26px;
}

div.cta a.back {
  color: #00754C;
  background: url(/images/cta_back.jpg) no-repeat center left;
  padding-left: 12px;
  font-weight: bold;
  text-decoration: none;
  float: left;
  margin-left: 26px;
}

span.cta a {
  color: #00754C;
  background: url(/images/cta.jpg) no-repeat center right;
  padding-right: 12px;
  font-weight: bold;
  text-decoration: none;
  margin-left: 6px;
}

span.cta a.back {
  color: #00754C;
  background: url(/images/cta_back.jpg) no-repeat center left;
  padding-left: 12px;
  font-weight: bold;
  text-decoration: none;
  margin-left: 6px;
}

.cta a:hover {
  color: #009F67;
}

p {
  padding: 8px;
  margin: 0 6px 8px 18px;
  line-height: 12pt;
}

p#intro {
  margin-left: 0;
}

div#content img.inline {
  display: block;
  margin-left: 30px;
  padding: 6px;
}

div#worldpay {
  margin-left: 30px; 
  margin-bottom: -16px
}

div#worldpay table {
  padding: 0;
  border: 1px black solid;
  width: auto;
  margin: 0;
  background: white;
}

div#worldpay td {
  padding: 4px;
  border: 0;
  width: auto;
  margin: 0;
  background: inherit;
}

table {
  padding: 8px;
  border: 1px solid black;
  background: white;
  width: 680px;
  margin-bottom: 16px;
  margin-left: 20px;
}

table caption {
  font-style: italic;
  padding: 6px 0;
}

th {
  padding: 2px;
  border: 1px solid black;
  background: black;
  color: white;
}

td {
  padding: 2px 2px 4px 2px;
  border: 1px solid black;
  background: white;
}

td.buy {
  width: 80px;
  text-align: center;
  padding: 2px 2px 2px 2px;
}

div.viewbasket {
  text-align: right;
  width: 700px;
  margin-bottom: 20px;
}

ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 26px;
  margin-bottom: 8px;
}

li {
  padding: 4px;
}

fieldset#findmypaint, fieldset#findbypaintcode {
  width: 520px;
  margin: 20px;
  padding: 0 0 12px 0;
}

fieldset#findmypaint p, fieldset#findbypaintcode p {
  font-style: normal;
}
 
fieldset#findmypaint label, , fieldset#findbypaintcode label {
  width: 140px;
}

fieldset#findmypaint div#colourschemes label {
  width: 400px;
}

fieldset.shoppaints div.input {
  margin-bottom: 4px;
}

fieldset {
  background: #EFEFEF;
  margin: 0;
  padding: 12px 0 12px 0;
  border: 1px #ccc solid;
  line-height: 14pt;
  width: 720px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.84, rgb(223,223,223)),
      color-stop(0.33, rgb(239,239,239))
  );
}

fieldset div.input {
  clear: both;
  margin-bottom: 0;
}

fieldset div.inputtextarea {
  clear: both;
  margin-bottom: 2px;
  height: 300px;
}

textarea {
  font-family: arial;
  font-size: 100%;
}

input.submit {
  float: right;
}

div.alert {
  width: 400px;
  background-color: white;
  border: 1px solid #00754C;
  padding: 20px;
  margin: 20px;
  margin-left: 40px;
  color: black;
  line-height: 12pt;
}

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

div.info {
  width: 400px;
  background-color: white;
  border: 1px solid #eb7c23;
  padding: 20px;
  padding-top: 16px;
  margin: 20px;
  margin-left: 40px;
  color: black;
  line-height: 12pt;
}

div.smallalert {
  width: 380px;
  background-color: white;
  border: 1px solid #00754C;
  padding: 20px;
  padding-top: 16px;
  margin: 20px;
  margin-left: 40px;
  color: black;
  line-height: 12pt;
}

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

div.info div {
  margin-top:4px;
}

fieldset div#alert, fieldset div.alert, fieldset div.info {
  width: 480px;
  margin-top: 4px;
}

fieldset label {
  font-weight: normal;
  float: left;
  display: block;
  width: 200px;
  clear: both;
  text-align: right;
  margin: 0 4px 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 { 
  width: 420px; 
  text-align: left; 
  float: left; 
  clear: right; 
  margin-left: 6px; 
} 

fieldset div#address, fieldset div#telephone, fieldset span#email {
  float: left;
}

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

div#map {
  width: 600px;
  height: 400px;
  margin: 20px;
  margin-left: 40px;
  padding: 20px;
  border: 1px gray groove;
}

fieldset p {
  float: left;
  font-style: italic;
}

.productdetail {
  display: none;
}

blockquote {
  background: #EDEDED url(/images/openquotes.jpg) no-repeat top left;
  margin: 20px;
  padding: 36px 20px 5px 20px;
  border: 1px gray groove;
  min-height: 30px;
}

blockquote p span {
  padding: 3px;
  font: italic bold 12px arial;
  display: block;
  float: right;
}
/* end main */

/* displyBox */
div.overlay {
  color: black;
  background: white;
  border: 2px #E2E2E2 groove;
  padding: 12px;
}

div.overlay h2 {
  margin-left: 0;
  margin-bottom: 6px;
  padding: 0;
}

div.overlay img {
  display: block;
  border: 4px solid #E2E2E2;
  margin: 12px auto 0 auto;
}

div.overlay p {
  margin: 20px 0 12px 0;
  padding: 0;
}
/* end displyBox */

/* index */
#makes {
  display: none;
}
/* end index */

/* paints */
div#fullmakeslist {
  background-color: #E2E2E2;
}

fieldset#makes_input {
  width: 480px;
}

fieldset#makes_input label {
  width: 100px;
  margin-top: 2px;
}

#suggest_makes {
  display: none;
}
/* end paints */

/* input fields */

input, select {
  color: black;
  background-color: white;
  width: auto;
  margin: 0 0 8px 0;
  padding-left: 4px;
}

select {
  width: 260px;
}

input.submit {
  background-color: #00754C;
  color: white;
  border: 1px gray solid;
  height: 24px;
  width: auto;
}

input.checkbox, input.radio {
  height: auto;
  border: 0;
  width: auto;
  margin: 0;
  background-color: transparent;
}

input.basket {
  height: auto;
  width: auto;
  border: 0;
}

input.submit:hover {
  background-color: #009F67;
}

div.extrainfo {
  margin: 6px;
  padding: 4px;
  background-color: white;
  color: black;
  border: 1px solid #00754C;
}

div.selectrow {
  height: 30px;
  padding-top: 4px;
  border-bottom: 1px solid #ccc;
}

div.selectrow-alt {
  height: 30px;
  background-color: white;
}


/* end input fields */

/* buttons */

ul#navigation li.cart {
  width: 180px;
  border: none;
}

span.shoppingcart, ul#navigation li.cart span.shoppingcart {
  background: transparent url( /images/shopping-btn-right.png ) no-repeat top right;
  height: 24px;
  padding: 0;
  margin: 0;
  width: auto;
  display: inline-block;
}

span.shoppingcart a, ul#navigation li.cart span.shoppingcart a {
  padding: 0;
  margin: 0;
  height: 18px;
  width: auto;
  background: transparent url( /images/shopping-btn-left.png ) no-repeat top left;
  padding-top: 6px;
  padding-left: 24px;
  margin-right: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  color: white;  
  text-decoration: none;
}

ul#navigation li.cart span.shoppingcart a {
  font-family: arial;
  font-size: 100%;
  color: white;
  height: 20px;
  padding-top: 4px;
}

/* hack.. */
div#alert span.shoppingcart a {
  padding-top: 4px;
  height: 20px;
}

span.shoppingcart a:hover, nav ul li.cart span.shoppingcart a:hover {
  color: yellow;
}

/* footer */

footer {
  font-size: 80%;
  margin-top: 20px;
  background-color: white;
  border: 1px solid #00754C;
  padding: 10px;
  line-height: 14px;
  height: 26px;
}

ul#foot {
  display: inline;
}

ul#foot li {
  list-style: none;
  display: block;
  float: left;
}

.colourschemes {
  width: 480px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0;
  margin: 0 6px 6px 20px;
  color: black;
  border-radius: 6px;
}

.colourschemes div.selectcolourscheme {
  padding: 12px 4px 12px 6px;
}

div.colourScheme {
  border: 1px solid #00754C;
  border-radius: 6px;
  background-color: #fff;
  margin: 0 6px 6px 6px;
}

div.colourScheme:hover, div.selectedsection {
  background-color: #76D5B4;
  border: 1px solid #009F67;
  border-radius: 6px; 
  margin: 0 6px 6px 6px;
}

div.colourschemeheader {
  padding: 6px 4px 4px 6px;
  color: #000;
  margin: 0;
  height: 18px;
}

div.colourschemeheader label {
  float: left;
  display: block;
  width: 420px;
    margin: 0;
    clear: right;
    text-align: left;
    vertical-align: middle;
}

div.colourschemeheader input[type=radio] {
  float: left;
  display: block;
  margin: 0 4px 0 2px;
  padding: 0;
  clear: left;
  vertical-align: middle;
}

div.colourScheme div.colours {
  padding: 8px;
  background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

div.inputcheckbox2 {
  clear: both;
  height: 20px;
  padding: 2px 0 2px 12px;
  margin: 0;
  background-color: #fff;
}

div.inputcheckbox2 input.checkbox {
  margin-left: 8px; 
  float: left; 
  clear: left; 
  margin-top: 3px;
}

div.inputcheckbox2 label.checkbox { 
  width: 380px; 
  text-align: left; 
  float: left; 
  clear: right; 
  margin-left: 6px; 
  margin-top: 2px;
}

input.submitcolourscheme {
  border-radius: 6px;
  float: right;
  display: block;
  clear: both;
  color: white;
  height: 22px;
  margin: 0;
  padding: 2px 12px 2px 12px;
  border: solid 1px #009F67;
  background: #64991e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#76D5B4), to(#00754C));
  background-image: -moz-linear-gradient(top, #76D5B4 , #00754C);
}

input.submitcolourscheme:hover {
  color: yellow;
}

/* welcome page with flags */
      ul#languages {
        list-style:none;
        width: 90%;
        padding-left: 40px;
      }

      ul#languages li {
        width: 70px;
        text-align: center;
        height: 140px;
        float: left;
        margin-right: 40px;
      }

      a {
        text-decoration: none;
        display: inline;
      }
/* END welcome page with flags */

div#noteonyears {
  width: 236px;
  background-color: white;
  border: 1px solid #eb7c23;
  border-radius: 6px;
  padding: 6px 12px;
  margin: 0 0 0 203px;
  color: black;
}

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

p#poweredbyrs, p#poweredbyrs2 {
	display: block;
	float: right;
	font-size: 86%;
	padding: 0 8px 0 0;
	margin: 0;
	/* TODO: get small rs logo background: transparent url(/images/logo_top.jpg) top left no-repeat;*/
}

div#rsbikepaintlocator {
	width: 520px;
	padding: 0;
	margin: 10px 0 20px 20px;
}

p#enterdetails, p#enterdetails2 {
	margin: 0;
	padding: 12px;
	width: 480px;
}

div.paintalert {
  width: 422px;
  background-color: white;
  border: 1px solid #eb7c23;
  border-radius: 6px;
  padding: 6px 12px;
  margin: 12px 0 0 0;
  color: black;
}

fieldset#findmypaint div#colourschemes div.paintalert label {
	width: 120px;
}

input.submitbutton {
  border-radius: 6px;
  float: right;
  display: block;
  clear: both;
  color: white;
  height: 22px;
  margin: 0;
  padding: 2px 12px 2px 12px;
  border: solid 1px #009F67;
  background: #64991e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#76D5B4), to(#00754C));
  background-image: -moz-linear-gradient(top, #76D5B4 , #00754C);
}

