@charset "utf-8";
/* CSS Document */

ul.plusIcon {
   list-style-type: none;
   padding: 0px;
   margin: 0px;
}

ul.plusIcon li {
   background-image: url("/images/icon/+icon.gif");
   background-repeat: no-repeat;
   background-position: 0px 5px; 
   line-height:18pt;
   padding: 0 0 18px 18px; 
}