/*--------------------------------------------------------------
# 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
---------------------------------------------------------------*/

/* ==========================================================================
   IE7 styles
   ========================================================================== */

/** details **/

#jm-back-top span {
    background-color: #aaaaaa;
}

#jm-back-top a:hover span {
    background-color: #cccccc;
}

/** layout **/

#jm-allpage {
    position: static
}

#jm-header{
    position: static;
}

#jm-left,
#jm-right {
    margin-right: -0.1%;
}

/** template **/

input.button, button.validate, button {
    padding: 0 5px;
}

div.pagination li,
div.pagination ul li span,
div.pagination ul li a:link,
div.pagination ul li a:visited {
    display: inline;
}

#jm-search div.search label{
    display: none;
}

/** djmenu **/

.dj-main{
    position: static;
}
.dj-main li:hover ul.dj-submenu li{
    position: static;
}
.dj-main li.dj-up {
    display: inline;
}

.dj-main li a.dj-up_a {
    display: inline;
}

.dj-main li a.dj-up_a span
.dj-main li.active a.dj-up_a span {
    background: none;
}

/** modules **/

#jm-top .rowcount_1 .top-in,
#jm-bottom1 .rowcount_1 .bottom1-in,
#jm-content-top1 .rowcount_1 .content-top1-in,
#jm-content-bottom2 .rowcount_1 .content-bottom2-in {
    width: 99.9%;
    float: none;
}

#jm-top .rowcount_2 .top-in,
#jm-bottom1 .rowcount_2 .bottom1-in,
#jm-content-top1 .rowcount_2 .content-top1-in,
#jm-content-bottom2 .rowcount_2 .content-bottom2-in {
    width: 49.9%;
    float: left;
}

#jm-top .rowcount_3 .top-in,
#jm-bottom1 .rowcount_3 .bottom1-in,
#jm-content-bottom2 .rowcount_3 .content-bottom2-in {
    width: 33.2%;
    float: left;
}

#jm-top .rowcount_4 .top-in,
#jm-bottom1 .rowcount_4 .bottom1-in {
    width: 24.9%;
    float: left;
}



/** editor **/

.ch-outer {
    position: absolute;
    top: 50%;
}

.ch-inner {
    position: relative;
    top: -50%;
}