
/**  Copyright (c) 2005-2009 Webplus, Inc. All rights reserved.  **/

/**  Description: script specific style  **/

.tips h2 {
  border-top: 3px solid #e2ebf2;
  border-left: 3px solid #e2ebf2;
  margin: 25pt 0 0;
  padding: 6pt;
  width: 50%;
}

.tips ul {
  padding-left: 15pt;
  padding-right: 15pt;
}

.tips li {
  color: #f7a11a;
  /* color or the "dot" for the li */
}

.tips li span {
  color: #000;
  /* color for the text of the li */
}