/* - - - Defaults - - - */
* { margin: 0; padding: 0; }
body { background-color: #eee; color: #373737; font-size: 95%; }
/* - Font - */
body, button, input, select, textarea { font-family: 'Trebuchet MS',Helvetica,sans-serif; }

a img { border: none; }
a, a:visited { color: #fff; font-weight: bold; text-decoration: none; }
a:hover { color: #d00; text-decoration: underline; }
a#skipnav { display: block; height: 0; width: 0; overflow: hidden; }
h2 {
  color: #a3a3a3;
  font-size: 4.4em;
  margin-top: -15px;
  padding: 10px 0 0 25px;
  text-transform: lowercase;
}
h3 { font-size: 1.4em; }
h4 { font-size: 1.1em; }
p { padding: 0 10px; }

::-moz-selection { background: #d00; color: #fff;}
a::-moz-selection { background-color: #fff; color: #d00;}
::selection { background: #d00; color: #fff;}
a::selection { background-color: #fff; color: #d00;}

/* - Form Defaults - */
  /* Common */
  input, textarea { background-color: #d8d8d8; border: 1px solid #aaa; color: #373737; font-size: 1em; }
  input:focus, textarea:focus { background-color: #e9e9e9 !important; }
  /* Element Specific */
  fieldset { border: none; }
  legend span {
    color: #a3a3a3;
    font-size: 2.1em;
    font-weight: bold;
    margin-top: 10px;
    padding-left: 10px;
    text-transform: lowercase;
  }
  label {
    float: left;
    padding-right: 5px;
    position: relative;
    text-align: right;
    top: 2px;
    width: 6.8em;
  }
  input { padding: 2px 4px; width: 12em; }
  textarea { height: 10em; padding: 3px; width: 22em; }
  select { font-size: 95%; width: 12em; }
  /* Default button has space on left for image */
  button {
    background: #bbb no-repeat 10% 50%;
    border: 1px solid #eee;
    font-size: 95%;
    font-weight: bold;
    height: 1.7em;
    padding: 2px 2px 2px 25px;
    text-transform: lowercase;
    width: 4.5em;
  }
  button:hover { background-color: #bff2ca !important; border-color: #2fb24d !important; }
  button.reset { /* RAC background-image: url(/img/arrow_rotate_clockwise.png) !important;*/ margin-right: 5px; }
  button.reset:hover { background-color: #ffe2e1 !important; border-color: #f07b75 !important; }
/* - - - End Defaults - - - */



/* - - - Logo/Name - - - */
h1 {
  height: 60px;
  line-height: 60px;
  margin-left: 10px;
  overflow: hidden;
  position: relative;
  width: 275px;
}
h1 span {
  background: url(/content/images/ocarbon-logo.png) no-repeat 0 0;
  display: block;
  height: 60px;
  left:0;
  position: absolute;
  top:0;
  width: 275px;
  z-index: 1;
}
h1 a { color: #373737; cursor: pointer; display: block; height: 60px; width: 275px; }
p#tagline {
  color: #a6a6a6;
  display: inline; /* IE */
  font-weight: bold;
  float: left;
  margin: 0 0 -40px 300px;
  position: relative;
  text-transform: lowercase;
  top: -40px;
}
/* - - - End Logo - - - */


/* - - - Footer - - - */
div#footer {
  background-color: #373737;
  border-top: 3px solid #eee;
  color: #eee;
  font-family: verdana,tahoma,sans-serif; 
  font-size: .75em;
  height: 2.6em;
  line-height: 2.6em;
  text-align: left;
  padding-left:6px;
  padding-right:6px;
}
#footer ul {
  display: inline;
  margin-left: 2px;
}
#footer ul li {
  border-left: 1px solid #eee;
  display: inline;
  margin-right: -3px;
  padding: 0 6px;
}
/* - - - End Footer - - - */

div#footer-end {
  background-color: #eee;
  font-family: verdana,tahoma,sans-serif; 
  font-size: .60em;
  padding-top: 2px;
  padding-left: 3px;
  text-align: center;
}
#footer-end a {
  color:#373737;
}


/* - - - Main - - - */
#outer { height: 300px; margin: 5px auto 0 auto; width: 740px; }
#contain {
  background-color: #bbb;
  height: auto !important;
  height: 300px; /* IE */
  min-height: 300px;
  width: 100%;
}
/* make sure nothing floats out the bottom */
div#content:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
/* - - - end main - - - */



/* - - - Headers - - - */
#home #mhead h2 { left: 320px; font-size: 4.6em;}
#order #mhead h2 { left: 320px; font-size: 4.6em;}
#gallery #mhead h2 { left: 50px; font-size: 4.6em;}
#about #mhead h2 { left: 20px; font-size: 4.6em;}

#about #mhead { background: url('/content/images/about.jpg') no-repeat top left; }

#quote #mhead,
#gallery #mhead,
#contact #mhead { background: url('/content/images/ochead4.jpg') no-repeat top left; }

#error #mhead,
#home #mhead,
#terms #mhead,
#privacy #mhead { background: url('/content/images/ochead2.jpg') no-repeat top left; }

#buy #mhead,
#buy2 #mhead,
#order-process #mhead,
#faq #mhead,
#order #mhead,
#copyright #mhead,
#order-guide #mhead { background: url('/content/images/status.jpg') no-repeat top left; }

#gallery #mhead h2,
#order #mhead h2,
#home #mhead h2,
#about #mhead h2 { top: 1.35em; }

#buy2 #mhead h2,
#buy #mhead h2,
#order-process #mhead h2,
#quote #mhead h2,
#faq #mhead h2,
#terms #mhead h2,
#privacy #mhead h2,
#contact #mhead h2,
#copyright #mhead h2,
#order-guide #mhead h2 { top: 1.25em; }
/* - - - End Headers - - - */



/* - - - Navigation - - - */
ul#nav-main {
  background-color: #373737;
  border-bottom: 3px solid #eee;
  font-size: 1em;
  list-style-type: none;
  padding: .3em 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#nav-main li { display: inline; margin-left: -.4em; position: relative;}
#nav-main li a {
  border-bottom: 3px solid #eee;
  border-right: 2px solid #eee;
  color: #fff;
  font-weight: bold;
  padding: .3em 1em .3em 1em;
  position: relative; /* IE */
}
#nav-main li.mnuact a { }
#nav-main li#mnuend a { border-right: none; }
#nav-main li#mnuselected a { text-decoration: none; color: #d00; }
#nav-main li#mnuselectedend a { text-decoration: none; color: #d00; border-right: none; }
#nav-main li a:hover { border-bottom-color: #d00; text-decoration: none; }



/* - sub menus - */

#nav-main li > ul { display: none; border: 2px solid #eee;}
#nav-main li > ul a,
#nav-main li#mnuselected > ul a {
  border: none;
  display: block;
  color: #eee;
  margin: -.3em 0;
}
#nav-main li > ul a:hover,
#nav-main li#mnuselected > ul a:hover {
  color: #d00;
  z-index:52;
}
#nav-main li > ul li:hover,
#nav-main li#mnuselected > ul li:hover {
  background-color: #bbb;
  color: #373737;
  z-index: 51;
}
#nav-main li:hover > ul {
  background-color: #373737;
  color: #bbb;
  width: 100%;
  display: block;
  z-index: 50;
}
#nav-main li:hover > ul > li { display: block; }
#nav-main > li > ul li {
  border-bottom: 1px dotted #eee;
  margin-left: 0;
  padding: .3em 0;
}
#nav-main > li:hover > ul {
  position: absolute;
  left: -3px; 
  margin-top: 4px;
}
#nav-main > li > ul li:hover > ul {
  position: absolute;
  left: 100%;
  top: -2px;
}
#nav-main > li:hover > ul > li > ul > li > ul { width: 200px; }



/* - - - End #menu - - - */



/* - - - Product Pages - - - */
div#mhead {
  border-bottom: 3px solid #eee;
  height: 155px;
  overflow: hidden;
  position: relative; /* IE */
  width: 740px;
}
#mhead h2{
  color: #eee;
  font-size: 5em;
  left: 80px; 
  position: relative;
  top: -.83em;
  z-index: 10;
}
#mhead img { height: 155px; position: relative; width: 740px; z-index: 5; }

body#products h2 + h3 {
  height: 1em; margin: -1.6em 0 0 3.6em; }

body#products dl { float: left; margin: 0px 0 20px 5px;width:300px;}
body#products dl dt {
  text-transform: lowercase;
  color: #a3a3a3;
  font-weight: bold; font-size: 2.1em;
  margin: 5px 0 -.55em 5px;
}
body#products dl dd { font-size: 1.2em; margin-left: 2.5em; text-align: justify; }
body#products dl dt.mview { margin-bottom: -.35em; }
body#products dl ul { display: inline; list-style: none; width: 300px; }
body#products dl li { display: inline; margin: 0 10px 0 0;}
body#products dl img, #thumbs img {
  border:1px solid #eee;
  height: 54px;
  margin-bottom: 2px;
  width: 72px;
}
body#products dl a:hover img, img#lg:hover, #thumbs a:hover img { border-color: #ccc; }

img#lg {
  border: 1px solid #eee;
  display: block;
  float: right;
  height: 300px;
  margin: 0 5px 10px 5px;
  width: 400px;
}
/* - - - End Product - - - */





/* - - - Contact Page - - - */
div#cinfo { float: left; margin-top: 5px; width: 350px; }
#cinfo h3 {
  color: #a3a3a3;
  font-weight: bold;
  font-size: 2.1em;
  margin: 10px 0 -.55em 10px;
  text-transform: lowercase;
}
#cinfo div.tel span,
#cinfo a,
#cinfo div.adr { font-size: 1.35em; margin-left: 4.5em; text-align: justify; }
#cinfo div.tel span.type { font-size: 1em; margin-left: 0; }
#cinfo div.adr a.org { font-size: 1em; font-weight: normal; color: #373737; margin: 0;}
.vcard abbr { border: none; }

#cform fieldset { float: right; margin: 15px 10px 0 0; }
#cform label#lcom { float: none; position: static; text-align: left; width: auto; }
/* RAC #cform button { background-image: url(/img/email_go.png); } */
/* - - - End Contact - - - */



/* - - - Order Page - - - */
div#oinfo { float: left; margin-top: 5px; width: 350px; }
#oinfo h3 {
  color: #a3a3a3;
  font-weight: bold;
  font-size: 2.1em;
  margin: 10px 0 -.55em 10px;
  text-transform: lowercase;
}
#oinfo div.tel span,
#oinfo a,
#oinfo div.adr { font-size: 1.35em; margin-left: 4.5em; text-align: justify; }
#oinfo div.tel span.type { font-size: 1em; margin-left: 0; }
#oinfo div.adr a.org { font-size: 1em; font-weight: normal; color: #373737; margin: 0;}

#oform fieldset { float: right; margin: 15px 10px 0 0; }
#oform label#lcom { float: none; position: static; text-align: left; width: auto; }
#oform button { background-image: url(/img/email_go.png); }
/* - - - End Order - - - */



/* - - - Gallery - - - */
#gallery dl { margin-top: 15px; }

#gallery dl dt {
  height: 60px;
  margin-top: 10px;
  padding-left: 10px;
  text-transform: lowercase;
  width: 350px;
}
#gallery dl dt a {
  color: #a3a3a3;
  font-size: 2.1em;
}

#gallery dl dd {
  margin: 0 auto 10px auto;
  text-align: center;
  /*width: 650px;*/
}


#gallery dl dt a:hover { color: #eee; text-decoration: none; }
#gallery dl dt a:hover em { color: #373737; }

/* new gallery */
#gallery dl dd ul { width: 300px; }

/* - - - End Gallery - - - */



/* - - - Boxes - - - */
/* greens:  light #bff2ca; dark #2fb24d;
 * yellows: light #fffed0; dark #cac835;
 * reds:    light #ffe2e1; dark #f07b75; */
.infobox,
.err,
.notice {
  margin: 10px auto;
  padding: 12px 12px 12px 50px;
  width: 600px;
}

.infobox {
  background: #bff2ca url(/content/images/information.png) no-repeat 20px 50%;
  border: 1px solid #2fb24d;
}
.err {
  background: #ffe2e1 url(/content/images/delete.png) no-repeat 20px 50%;
  border: 1px solid #f07b75;
}
.notice {
  background: #fffed0 url(/content/images/error.png) no-repeat 20px 50%;
  border: 1px solid #cac835;
}

.infobox a,
.err a,
.notice a { color: #d00; }


/* - - - FAQ - - - */
body#faq dl { margin: 20px; text-align: justify; }
body#faq dl dt a { color: #373737; }
body#faq dl dt a:hover { color: #d00; text-decoration:none; }
body#faq dl dt {
  font-size: 17px;
  font-weight: bold;
  margin-top: 15px;
}
body#faq dl dd { margin: 0 30px; }
body#faq dl p {
  line-height: 1.3em;
  margin-bottom: 10px;
}
body#faq dl dd ul {
  list-style-type: circle;
  margin: 0 30px 10px 30px;
}
body#faq dl dd ol { margin: 0 30px 10px 50px; }
body#faq dl dd li { margin-top: 5px; }
body#faq dl em {
  font-style: normal;
  font-weight: bold;
}
/* - - - End FAQ - - - */



/* - - - About - - - */
q { font-style: italic; }
body#about p.fp { text-indent: 10px; }
body#about #content p {
  font-size: .95em;
  margin-bottom: 10px;
  padding: 0 25px;
  text-align: justify;
}



/* - - - Model Selection - - - */
div.modellist {
  float: left;
  height: 230px;
  margin: 20px auto 0 auto;
  width: 245px;
}
div.modellist h3, div.modellist h3 a {
  color: #373737;
  /*clear: left;
  float:left;*/
  font-size: 35px;
  font-weight: bold;
  /*font-style: italic;*/
  width: 245px;
  text-align: center;
  margin-bottom: -10px;
  
}
div.modellist h3 a:hover {
  color: #eee;
  background-color: #bbb;
  border-bottom: 2px solid #eee;
}
div.modellist h3 span {
  color: #d00;
  font-size: 18px;
  margin: 0 2px;
  position: relative;
  top: -5px;
}

div.modellist ul {
  width: 165px;
  margin: 0 auto;
}
div.modellist ul li {
  font-weight: bold;
  list-style: none;
  margin: 10px 20px;
  text-transform: lowercase;
  width: 125px; border-bottom: 1px solid #cecece;
}
div.modellist ul li a {
  height:35px;
  
  color: #eee;
  display: block;
  /*float: left;*/
  text-align: center;
  width: 165px;
  font-size: 20px;
  /*margin-top: -25px;*/
  margin-left: -20px;
  padding: 5px 0 15px 0;
  /*margin: 25px 0px 0px 25px;*/
}
div.modellist ul li a span {
display: block; text-align: left;
  color: #a3a3a3;
  font-size: 25px;
  /*margin: 10px 0 -.55em 10px;*/
  margin-bottom: -13px;
padding-left: 5px;
  line-height: 1em;
}
div.modellist a:hover {
  background-color: #373737;
  /*color: #d00;*/
  text-decoration: none;
}
h2.mdesc {
  font-size: 40px;
  margin-bottom: -10px;
}
p.mtext {
  margin: 0 45px;
  text-align: justify;
}
p.mcustom { /*  TODO - hack; fix later */
  clear: both;
  margin: 0 25px;
  margin-bottom: -45px;
  position: relative; top: -45px;
}



/* - - - single model page - - - */
body#products dl.platf {
  float: none;
  margin: 20px auto;
  padding: 0;
  width: 670px;
  padding: 1px;
}
body#products dl.platf:target {
  background-color: #ccc;
  border: 1px dotted #373737;
  padding: 0;
}
body#products dl.platf dt {
  color: #373737;
  float: left;
  font-size: 26px;
  font-weight: bold;
  margin: 0; padding: 0;
  text-align: right;
  text-transform: none;
  width: 200px;
}
body#products dl.platf dt a { color: #373737; }
body#products dl.platf dt a:hover {
  color: #eee;
  text-decoration: none;
}
body#products dl.platf dd {
  border-left: 1px solid #eee;
  font-size: 14px;
  margin-left: 210px;
  margin-right: 20px;
  padding: 0 0 10px 10px;
}
body#products dl.platf dd a {
  display: block;
  font-size: 15px;
  text-align: center;
}
body#products dl.platf span.sep {
  color: #d00;
  font-size: 16px;
  margin: 0 -1px;
  position: relative;
  top: -.2em;
}
body#products dl.platf span.sep:first-child {
  font-size: 26px;
  top: 0;
}



/* - - footer - - */
#bottom { text-align: right; padding: 0px 6px;}
#bottomright { float: right}



div.polaroid {
 border: 1px solid #000;
 padding: 5px;
 display:inline;
 float:left;
 background-color:#fff;
 margin:4px 4px 10px 7px;
 width:100px;
}
img.polaroid {
 border: 1px solid #000;
 margin-left: -1px;
 margin-top: -1px;
 width:100px;
 height:100px;
}
div.polaroidsmall {
 padding: 3px;
 display:inline;
 width:75px;
}
img.polaroidsmall {
 border: 1px solid #000;
 width:75px;
 height:75px;
}
a.gallerytag  {
 text-transform:uppercase;
 color:#000;
 text-decoration: none;
 padding-left:3px;
 padding-right:3px;
 font-size:0.8em;
}
a.gallerytag:hover {
 color:#d00;
}
a.phototag  {
 text-transform:uppercase;
 color:#000;
 text-decoration: none;
 padding-left:3px;
 padding-right:3px;
 font-size:0.8em;
}
a.phototag:hover {
 color:#d00;
}

div.folder {
 border: 1px solid #000;
 padding: 5px;
 display:inline;
 float:left;
 background-color:#373737;
 margin:4px 4px 4px 7px;
 width:223px;
 height:280px;
 text-align:center;
}
img.folder {
 border: 1px solid #000;
 width:223px;
 height:200px;
}
a.foldername  {
 text-transform:uppercase;
 color:#fff;
 text-decoration: none;
 font-size:3.5em;
}
a.foldername:hover {
 color:#d00;
}


div.productinfo {
 padding-left:15px;
 padding-right:20px;
 text-align: justify;
}
div.productinfo ul {
 margin-left:40px;
 list-style-type: circle;
}
div.productinfo li {
 /*font-size:1.2em;*/
 padding-left: 10px;
}
/*div.productinfo li:hover { color: #eee; }*/
div.productinfo h4 {
 text-transform: lowercase;
 color: #a3a3a3;
 font-weight: bold;
 font-size: 2.1em;
}
/*div.productinfo span {
 font-size: 1.2em;
 margin-left: 2.5em;
 text-align: justify;
 padding-left:15px;
}*/
div.productinfo p {
  margin-bottom: 5px;
}
.productinfo.corex ul,
.productinfo.corex p {
  font-size: 0.8em;
  line-height:10pt;
}
.productinfo.corex ul li { margin-top: 5px; margin-bottom: 5px; }
div.productinfo h4 + p {
  text-indent: 3em;
}
.productcontain{
  margin-top:5px;
  margin-left:270px;
}



body#home dl { float: left; margin: 0px 0 20px 5px;width:685px;}
body#home dl dt {
  text-transform: lowercase;
  color: #a3a3a3;
  font-weight: bold; font-size: 2.1em;
  margin: 5px 0 -.55em 5px;
}
body#home dl dd { font-size: 1.2em; margin-left: 2.5em; text-align: justify; }

body#groupbuy dl { float: left; margin: 0px 0 20px 5px;width:685px;}
body#groupbuy dl dt {
  text-transform: lowercase;
  color: #a3a3a3;
  font-weight: bold; font-size: 2.1em;
  margin: 5px 0 -.55em 5px;
}
body#groupbuy dl dd { font-size: 1.2em; margin-left: 2.5em; text-align: justify; }

body#gb dl { float: left; margin: 0px 0 20px 5px;width:685px;}
body#gb dl dt {
  text-transform: lowercase;
  color: #a3a3a3;
  font-weight: bold; font-size: 2.1em;
  margin: 5px 0 -.55em 5px;
}
body#gb dl dd { font-size: 1.2em; margin-left: 2.5em; text-align: justify; }

div#newshead {
  border-bottom: 3px solid #eee;
  overflow: hidden;
  position: relative; /* IE */
  width: 740px;
}
#newshead h2{
  color: #eee;
  font-size: 5em;
  left: 440px; 
  top: .35em;
  position: relative;
}
body#admingallery dl { float: left; margin: 0px 0 20px 5px;width:685px;}
body#admingallery dl dt {
  text-transform: lowercase;
  color: #a3a3a3;
  font-weight: bold; font-size: 2.1em;
  margin: 5px 0 -.30em 5px;
}
body#admingallery dl dd { border:1px solid #eee;font-size: 1.2em; margin-left: 2.5em; text-align: justify; }

body#admingalleryedit dl { float: left; margin: 0px 0 20px 5px;width:685px;}
body#admingalleryedit dl dt {
  text-transform: lowercase;
  color: #a3a3a3;
  font-weight: bold; font-size: 2.1em;
  margin: 5px 0 -.30em 5px;
}
body#admingalleryedit dl dd { border:1px solid #eee;font-size: 1.2em; margin-left: 2.5em; text-align: justify; }



body#gallery dl { float: left; margin: 0px 0 20px 5px;width:685px;}
body#gallery dl dt {
  text-transform: lowercase;
  color: #a3a3a3;
  font-weight: bold; font-size: 2.1em;
  margin: 5px 0 -.53em 5px;
}
body#gallery dl dd { font-size: 1.2em; margin-left: 2.5em; text-align: justify; }


/* featured */

#featured{
  width:400px;
  padding-right:250px;
  position:relative;
  height:250px;
  background:#BBB;
  border:0px;
}

#featured ul.ui-tabs-nav{
  position:absolute;
  top:0; left:400px;
  list-style:none;
  padding:0; margin:0;
  width:250px;
}
#featured ul.ui-tabs-nav li{
  padding:1px 0; padding-left:5px;
  font-size:12px;
  color:#666;
}
#featured ul.ui-tabs-nav li span{
  font-size:11px;
  line-height:18px;
}

#featured .ui-tabs-panel{
  width:400px; height:250px;
  background:#999; position:relative;
        overflow:hidden;
  border:2px solid black;
}
#featured .ui-tabs-hide{
  display:none;
}

#featured li.ui-tabs-nav-item a{/*On Hover Style*/
  display:block;
  height:60px;
  color:#333;  background:#BBB;
  line-height:20px;
  outline:none;
}
#featured li.ui-tabs-nav-item a:hover{
  background:#f2f2f2;
}
#featured li.ui-tabs-selected{ /*Selected tab style*/
  /* RAC background:url('images/selected-item.gif') top left no-repeat; */
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{
  background:#ccc;
}

#featured ul.ui-tabs-nav li img{
  float:left; margin:2px 5px;
  background:#fff;
  padding:2px;
  border:1px solid black;
}
#featured .ui-tabs-panel .info{
  position:absolute;
  top:180px; left:0;
  height:70px; width: 400px;
  /* RAC background: url('images/transparent-bg.png');*/
}
#featured .info h2{
  font-size:18px;
  color:#373737; padding:5px; margin:0;
  overflow:hidden;
}
#featured .info p{
  margin:0 5px;
  font-family:Verdana; font-size:11px;
  line-height:15px; color:#f0f0f0;
}
#featured .info a{
  text-decoration:none;
  color:#fff;
}
#featured .info a:hover{
  text-decoration:underline;
}

/* slider default styling */
div.ycodaslider h3 {
  color: #a3a3a3;
  font-size: 35px;
  text-transform: lowercase;
}
div.yslider-panelwrapper p,
div.yslider-panelwrapper ol,
div.yslider-panelwrapper ul {
  text-align: justify;
}
div.yslider-panelwrapper p { margin-bottom: 10px; }
div.yslider-panelwrapper ul {
  list-style: circle;
  margin: 10px 30px;
}
div.yslider-panelwrapper ol {
  font-size: 15px;
  margin: 10px 60px;
}
div.yslider-panelwrapper li {
  margin-bottom: 5px;
}
div.yslider-panelwrapper p.address {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  text-align:center;
}
.ycodaslider { margin: 10px; }


/* - - - Purchase Page - - - */
#p_form fieldset { /*border: 1px solid red;*/
  margin: 0 auto;
  width: 625px;
  position: relative;
}
#p_form button {
  margin-top: 10px;
  padding-left: 0;
  text-transform: none;
  width: 9em;
}
#p_form label { width: 17em; }
#p_form select { width: 20em; }
#p_form div { margin: 5px 0; position: relative;}
#p_form optgroup {
  background-color: #373737;
  color: #eee;
  padding: 2px 4px;
  font-style: normal !important;
}
#p_form optgroup option {
  background-color: #fff;
  color: #000;
  padding-left: 10px;
}
#p_form textarea {
  height: 5em;
  width: 18em;
}

#p_form .radios input,
#p_form .checks input {
  background-color: transparent;
  border: none !important;
  margin-bottom: 35px;
  width: 20px;
}
#p_form div.radios label {
  clear: both;
  margin-left: 6em;
  top: -10px; 
  width: 27em;
}
#p_form div.radios { margin: 15px auto 0 auto; }

#p_form input#p_refer { width: 18em; }

#p_form select#p_vehicle { width: 13.1em; }
#p_form #p_trans,
#p_form #p_year { width: 6.5em; }

#p_form .checks { margin: 25px auto 15px auto; }
#p_form .checks label { top: -3px; width: 39em; }
#p_form .checks input { height: 15px; margin-bottom: 10px; margin-right: 1px; width:15px; }

#p_form .formb img { display: block; margin: 20px auto 0 auto; }
#p_form .formb { text-align: center; }

p.buy a {
  background-color: #eee;
  border: 3px solid #eee;
  border-top: none;
  color: #d00;
  display: block;
  font-size: 20px;
  line-height: 1.4em;
  margin: 0 35px 5px 35px;
  text-transform: lowercase;
}
p.buy a:hover {
  background-color: #d00;
  color: #eee;
  text-decoration: none;
}
span.price {
  background-color:#bbb;
  color: #ddd;
  font-weight: bold;
  position: absolute;
  top: 2px;
  right: -10px;
}
div.pricetotal {
  background-color:#bbb;
  color: #ddd;
  font-weight: bold;
  position: absolute;
  top: 2px;
  right: -10px;
  float:right;
  font-size:1.5em;
}
#order-process button { width: 200px; margin: 0 250px; }

#countdown_dashboard {
        height: 110px;
}

.dash {
        width: 110px;
        height: 114px;
        background: transparent url('/content/images/dash.png') 0 0 no-repeat;
        float: left;
        margin-left: 30px;
        position: relative;
}
.dash .digit {
        font-size: 55pt;
        font-weight: bold;
        float: left;
        width: 55px;
        text-align: center;
        color: #555;
        position: relative;
}
.dash_title {
        position: absolute;
        display: block;
        bottom: 0px;
        right: 6px;
        font-size: 8pt;
        color: #555;
        text-transform: uppercase;
        letter-spacing: 2px;
}
