/**************************************************************/
/*** Copyright 1994-2008 Webplus, Inc. All rights reserved. ***/
/**************************************************************/

/*
  Description: style for script of same filename
                  as well as scripts prefixed with filename_
*/

/*********************/
/**  FEATURES LIST  **/
/*********************/

dl.features_list {
  margin: 0;
  width: 450px;
}

.features_list dt {
  color: #090; /* sub-headers */
  font-weight: bold;
}
.features_list dd {
  width: 80%;
}

.features_list ul { }

.features_list li {
  color: #259; /* bullets */
}
.features_list li span {
  color: #000; /* li text */
}
