
/********************************************************************
 * JOOMLA! TEMPLATE CSS FILE * ----------------------------------------------------------------
 * Copyright (C) 2005 - 2008 JoomlaShine.com. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: JoomlaShine.com
 * Websites:  http://www.joomlashine.com
 * ----------------------------------------------------------------
 *
 * TEMPLATE STYLE COLOR & IMAGES:
 * Settings for template's design elements and color.
 *********************************************************************/




/*box style*/


div.module-grey h3, div.moduletable-grey h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  margin: -2px -8px 0 -8px;
  padding-left: 10px;
  padding-bottom: 2px;
}
div.module-grey, div.moduletable-grey {
  background: url(../images/box_grey_tl.png) 0 0 no-repeat;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
div.module-grey div, div.moduletable-grey div {
  background: url(../images/box_grey_tr.png) 100% 0 no-repeat;
}
div.module-grey div div, div.moduletable-grey div div {
  background: url(../images/box_grey_bl.png) 0 100% no-repeat;
}
div.module-grey div div div, div.moduletable-grey div div div {
  background: url(../images/box_grey_br.png) 100% 100% no-repeat;
  padding: 8px;
  width: auto !important;
  width: 100%;
}
div.module-grey ul, div.moduletable-grey ul {
  margin: 10px 0;
  padding-left: 20px;
}








