/**
 * Spanky Corners -- CSS Rounded Corners by SitePoint
 *
 * Auto generated code
 * Details @ http://tools.sitepoint.com/spanky/
 * @version 1.1b
 */

/* all curved boxes get the bottom-left corner */
div.rounded {
  background: #c9d787 url(/_template/bl_8_c9d787_ffffff.gif) no-repeat bottom left;
  color: #333333;
  position: relative;
  padding-top: 0;
  padding-bottom: 8px;
  margin: 1em 10px 0 0;
  height:100%;
  width:790px;
}

/* all elements in 'div.rounded' gets the B-R corner */
div.rounded * {
  background: #c9d787 url(/_template/br_8_c9d787_ffffff.gif) no-repeat bottom right;
  color: #333333;
  padding: 1em 2em 8px 0;
  margin: 0 0 -8px 8px;
  height:100%;
}

/* Scrub that B-R corner from all elements *2+* levels deep*/
div.rounded * * {
  padding: 0;
  margin: 0;
  background: none;
  color: #333333;
  height:auto
}

/* Set up some H's as 'box heads' with the T-R and T-L corners */
div.rounded h4 {
  color: #c9d787;
  background: #c9d787 url(/_template/tr_8_c9d787_ffffff.gif) no-repeat top right;
  display: list-item;
  list-style-image: url(/_template/tlc_8_c9d787_ffffff.gif);
  list-style-position: inside;
  list-style-type:none;
  padding: 0;
  margin: 0;
  position: relative;
}

div.rounded h4 {
  font-size: 9px;
}
