
 span#discount
  {
   font-size: 10px;
   color: #999999;
  }

 div#new
  {
   padding-top:10px;
   width: 95%;
   text-align: right;
   font-size: 13px;
   font-weight: bold;
   color: #FF0000;
  }

 #box_container
  {
   width: 80%;
   margin-bottom: 8px;
  }

 #box_top
  {
   background-image: url('/images/catalog_tbt.gif');
   background-repeat: repeat-x;
   height:12px;
   padding: 0px;
   margin:0px;
   position: relative;
  }

 #top_lft
  {
   background-image: url('/images/catalog_tlc.gif');
   text-align: right;
   Height: 12px;
   width: 15px;
   position: absolute;
   top: 0px;
   left:0px;
  }

 #top_rght
  {
   background-image: url('/images/catalog_trc.gif');
   Height: 12px;
   width: 15px;
   position: absolute;
   top: 0px;
   right:0px;
  }

 #box_main
  {
   background-image: url('/images/catalog_lsb.gif');
   background-repeat: repeat-y;
   margin:0px;
   padding: 0px;
  }

 #content_rght_brdr
  {
   background-image: url('/images/catalog_rsb.gif');
   background-repeat:repeat-y;
   background-position:right; 
   width: 100%;
   padding-top:10px;
   height: 150px;
  }

 #box_bottom
  {
   background-image: url('/images/catalog_bbt.gif');
   margin: 0px;
   padding: 0px;
   height: 64px;
   position:relative;
  }

 #btm_lft
  {
   background-image: url('/images/catalog_lbc.gif');
   height: 64px;
   width: 14px;
   position: absolute;
   bottom: 0px;
   left:0px;
  }

 #btm_rght
  {
   background-image: url('/images/catalog_rbc.gif');
   height: 64px;
   width: 18px;
   position: absolute;
   bottom: 0px;
   right:0px;
  }

 .chkout
  {
   width:80%;
   background-color: #006699;
   height: 28px;
   margin-bottom:8px;
   text-align:right;
  }

