/* 
    Document   : JQUERY.price-info
    Created on : Jul 9, 2009, 5:48:24 PM
    Author     : andrew
    Description:
        These styles are used by script "JQUERY.price-info.js".
*/

#priceTitle {
  display:none;
  position: absolute;
  background-color:#EFEFEF ;
  border: 1px solid #909090;
  width: 200px;
  height: 340px;
  overflow: hidden;
  font-size: 11px;
  text-align:justify;
  color: #4b4b4b;
  z-index: 10000;
}

#priceTitle p {
    margin: 20px 15px;
    z-index: 11000;
}