#useDetail a {
  text-decoration: none;
  color: #666666;
  }

#useDetail a:hover {
  text-decoration: underline;
  color: #FF9900;
  }
#useDetail h3 {
  background: none; 
  padding: 0 ;
  margin: 0;
  }
#useList a {
  text-decoration: none;
  color: #666666;
  }

#useList a:hover {
  text-decoration: underline;
  color: #FF9900;
  }
#useDetail dl.dtPrice dt { font-size: 10pt; font-weight: 800; }
#useDetail dl.dtPrice dd { font-size: 12pt; font-weight: 800; color: #000;}

#useList h3 {
  }
#useList .status {
  text-align: right;
  color: #FFF;
  margin-top: -19px;
  padding-right: 10px; /* 485px;*/
  font-weight: bold;
  font-size: 11pt;
  
  }
#useDetail .status {
  text-align: right;
  color: red;
  margin-top: -26px;
  padding-bottom: 26px;
  padding-right: 10px;
  
  }


