form hr {
 background-color: rgb(102, 102, 102);
 padding:0;
 width:100%;
 margin:8px 0; }


fieldset {
 padding: 0;
 border: none;
 position: relative;
 width:100%;
 display: block;
 margin-bottom:5px; }

label {
 display:table-cell;
 display:inline-table;
 display:inline-block;
 margin-left:5px;
 width:60px;
 white-space:nowrap;
 color:#999999; }

.generic hr {
 width:100%;
 margin:1em 0;
 clear:left; }

.generic label {
 display:block;
 width:auto;
 color:#cccccc; }

 span.req {
  color:#cc4545; }

fieldset .noLabel {
 padding-left:65px; }

.price {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-weight: bold;
 color: #fff; }

 .specialprice {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-weight: bold;
 color: #fff; }

input.text, select.text {
 background-color:#191919;
 border:1px solid #666666;
 color:white;
 width: 165px;
 margin-top:3px; }

div.items {
 background-color:#191919;
 padding: 5px;
 margin:0 -5px; }

div.items span.remove {
 display: none;
 float: right;
 padding-right:3px; }

 div.items span.remove a {
  font-weight: normal;
  color:#666666;
  font-size:90%; }

 div.items h2, label.h2 {
  color:#ffffff;
  font-size:11px;
  margin:5px 3px;
  width: auto;
  font-weight: bold; }

 div.items label.requiredProduct {
  font-size:12px;
  color:#92c7fc;
  font-weight:bold;
  width:auto; }

 div.items span.requiredWhy {
  font-size:9px;
  line-height:8px;
  color:#FF0000;
  float:right; }

 div.items .product {
  color:#ffffff;
  font-size: 13px;
  font-weight: bold;
  margin-bottom:6px; }

.child {
 display:none; }

.child .active {
 display: block; }

.style1 {color: #0099FF}

span.right {
 float:right;
 padding-top:5px; }

#productPreview {
 width: 278px;
 padding-left: 10px;
 text-align:center;
 vertical-align:bottom; }

 #productPreview .image {
  width:100%;
  position: relative; }

 #productPreview .image img.active {
  z-index:6; }

 #productPreview .image img {
  margin:0 auto;
  z-index:5; }

 #productPreview div.next {
  display:none;
  z-index:7;
  height:20px;
  width: 24px;
  position: absolute;
  bottom:10px;
  right:10px;
  background:url('images/preview_next.png'); }

 #productPreview .title {
  font-weight: normal;
  color:#92C7FB;
  margin-bottom:.9em;
  display: block; }

 #productPreview .instruction {
  color:#999999;
  display: block;
  font-size:90%;
  margin:.4em 0 0 0; }

 #productPreview .options {
  margin: 0 auto;
  display:table-cell;
  display:inline-table;
  display:inline-block; }

  #productPreview .options span {
   height: 23px;
   width: 23px;
   margin: 0 2.5px 0 0;
   padding: 0;
   display:table-cell;
   display:inline-table;
   display:inline-block; }

  #productPreview .options span.divider {
   background-color:#cccccc;
   height:25px;
   width:1px;
   margin-bottom:-1px; }

  #productPreview .options span a {
   display: block;
   height:100%; }

.cart hr {
 width:90%;
 margin:.8em auto; }
