/*--------------------------------------------------------------
 # Copyright (C) joomla-monster.com
 # License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
 # Website: http://www.joomla-monster.com
 # Support: info@joomla-monster.com
 ---------------------------------------------------------------*/
/***default modules styles***/
div.jmmodule {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    border-top: 1px solid #5A5A5A;
}

div.jmmodule h3.title {
    color: #2C2C2C;
    font-size: 12px;
    font-weight: bold;
    line-height: 36px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 0 0 10px;
    margin: 0 0 10px 0;
    background: url(../images/h3.jpg) top repeat-x;
    border-bottom: 1px solid #e8e7e7;
}