body {
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  color: #999999;
  background-color: #011124;
}

a {
  text-decoration: none;
   color: #999999;
}

div#newstyle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #999999;
  padding: 0 1em;
}

div#newstyle span {
  color: #CC0000;
}

div#shopping_help {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 200;
  color: #CC0000;
  text-align: left;
}

.searchbtn {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 200;
  background-color: #CC0000;
  width: 60px;
  height: 20px;
  border-style:none;
  color: #FFFFFF;
}

.productheader {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
}

.productheaderred {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #CC0000;
}

.productsubheader {
  color: #999999;
  font-size: 11px;
  font-weight: bold;
}

.header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
}

.header a {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  text-decoration: underline;
}

.headerred {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #CC0000;
}

.subheader {
  color: #999999;
  font-size: 11px;
  font-weight: bold;
}

.productselectlist {
  background-color: #011124;
  width: 130px;
  height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #999999;
}

.productchecklist {
  background-color: #011124;
  /*width: 20px;
  height: 20px;*/
  padding: 0px 0px 0px 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #999999;
  /*border: dotted 1px #FF0;*/
}

.footer {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.titlered {
  color: #CC0000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-style: italic;
  font-weight: bolder;
}

.titlewhite {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-style: italic;
  font-weight: bolder;
}

.productnamered {
  color: #A60203;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bolder;
  font-style: normal;
  text-decoration: underline;
}

.productnamered a {
  color: #A60203;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  text-decoration: underline;
}

.nameredwithlink {
  color: #A60203;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bolder;
  font-style: normal;
  text-decoration: underline;
}

.nameredwithlink a {
  color: #A60203;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  text-decoration: underline;
}

.txtsuperback {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
}

.txtback {
  color: #464646;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bolder;
}

.txtback_light {
  color: #464646;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
}

.productcategory {
  color: #999999;
  font-family: Myraid, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
}

.textnormal	{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #999999;
}

.textnormalred	{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #CC0000;
}

.orderselection {
  border: thin 1px #CCCCCC;
  width: 115px;
  height: 15px;
  background: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
}
.comment {
  border: thin 1px #CCCCCC;
  width: 385px;
  height: 74px;
  text-align: left;
  overflow: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
}

.help {
  cursor: help;
  /*border: solid 1px #CCCCCC;
  background-color: #CC0000;
  margin: 1px 8px;*/
}

#hintbox{ /*CSS for pop up hint box */
  position: absolute;
  top: 100px;
  background-color: #CCCCCC;
  width: 150px; /*Default width of hint.*/ 
  padding: 3px;
  border: 1px solid #333333;
  line-height: 18px;
  z-index: 100;
  color: #333333;
  visibility: hidden;
  orphans: 1;
  widows: 1;
  /*filter: alpha(opacity=55); 
  -moz-opacity: .55;*/
}
