/* --------------------------------------------------------------
# Package - EXP
# EXP Version 2.0
# ---------------------------------------------------------------
# Copyright (C) 2010-2011 EXP Company. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.joomexp.com
# DEV by David JOOMEXP.COM Group
# Support: support@joomexp.com
-----------------------------------------------------------------*/

/*Module type XHTML*/
.mod-wrapper,.mod-wrapper-flat {position:relative}
/*.mod-wrapper {border:1px solid #e5e5e5;padding:10px}*/
.module.none .mod-wrapper {border:0;background:none;padding:0}
.module.none  .mod-wrapper .mod-inner {border:0}

.mod-wrapper h3.mod-title{font-size:13px;line-height:normal;font-family: 'latoblack';border-radius:10px 10px 0 0;font-weight: normal;}
.module.none .mod-wrapper h3 {margin:0 0 10px;padding:0 0 10px;}

.mod-wrapper h3.mod-title span{color:#fff	;padding:5px 10px;
	display:block;}
.module.none .mod-wrapper h3.mod-title {}
.module.text .mod-wrapper h3.mod-title {font-size:9px;text-align:center}

.mod-wrapper ul{list-style:none;margin:0;padding:0}
.mod-wrapper li{background:none;font-size:12px;margin:0;padding:4px 0px}
.mod-wrapper li li{margin-left:10px;border-bottom:0!important}
.mod-wrapper li a{text-decoration:none}
.mod-wrapper li:hover > a, .mod-wrapper li.active > a{text-decoration:none}

/*Suffix menu*/
.module.menu ul.menu li {padding:8px 10px;margin:0 -10px;background:none}
.module.menu ul.menu li a {padding:0;margin:0}
.module.menu ul.menu li:hover,
.module.menu ul.menu li.active {background:#fbfbfb}
.module.menu ul.menu li:hover > a {background:none}
.module.menu ul.menu > li:first-child{margin-top:-10px}
.module.menu ul.menu > li:last-child{margin-bottom:-11px}

/*Module Type Flat*/
.mod-wrapper-flat h3.mod-title{font-size:16px;font-weight:700;color:#333;margin:0;padding:2px 5px}
.mod-wrapper-flat ul{list-style:none;margin:0;padding:0}
.mod-wrapper-flat li{font-size:11px;display:block;text-decoration:none;margin:0;padding:4px;background:none;color:#888}
.mod-wrapper-flat li a,.mod-wrapper-flat a{color:#888}
.mod-wrapper-flat a:hover{text-decoration:underline}
#jm-bottom .mod-wrapper-flat h3.mod-title{color:#fff}
#jm-bottom .separator .mod-block{border-right:1px solid #222}
#jm-bottom .mod-block{padding:20px 10px}
#jm-bottom .mod-wrapper-flat li{border-bottom:1px dashed #222}

/*Module Type Rounded*/
.mod-wrapper-rounded h3.mod-title{font-size:12px;font-weight:700;color:#000;margin:0;padding:0}
.topleft{
     padding-left: 10px;
     /*background: url(../images/topleft.png) no-repeat left top;*/
 }
.topright{
    padding-right: 10px;
    /*background: url(../images/topright.png) no-repeat left top;*/
}
.topcenter{
    /*background: url(../images/topcenter.png) repeat-x left top;*/
    height: 10px;;
}

.midleft{
    padding-left: 10px;
    /*background: url(../images/midleft.png) repeat-y left top;*/
}
.midright{
    padding-right: 10px;
   /*background: url(../images/midright.png) repeat-y left top;*/
}
.midcenter{
    /*background: url(../images/topcenter.png) repeat left top;*/
    padding: 0 10px;
}

.bottomleft{
    padding-left: 10px;
    /*background: url(../images/bottomleft.png) no-repeat left top;*/
}
.bottomright{
    padding-right: 10px;
    /*background: url(../images/bottomright.png) no-repeat left top;*/
}
.bottomcenter{
    /*background: url(../images/bottomcenter.png) repeat-x left top;*/
    height: 10px;
}

/*Module Type Menu*/
.mod-wrapper-menu {margin-top:8px}
.mod-wrapper-menu h3.mod-title{font-size:12px;font-weight:700;color:#000;margin:0;padding:2px 5px}
.mod-wrapper-menu ul{list-style:none;margin:0;padding:0}
.mod-wrapper-menu li{font-size:11px;display:block;text-decoration:none;margin:0;padding:4px}
.mod-wrapper-menu li a:hover{text-decoration:underline}

/*Badges*/
span.jm-badge.new,span.jm-badge.free,span.jm-badge.hot,span.jm-badge.pick,span.jm-badge.top
{height:48px;position:absolute;right:-3px;text-indent:-999em;top:-3px;width:48px;z-index:0;padding: 0;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}
span.jm-badge.new{background: url(../images/base_new.png) no-repeat 100% 0;}
span.jm-badge.free{background: url(../images/base_free.png) no-repeat 100% 0;}
span.jm-badge.hot{background: url(../images/base_hot.png) no-repeat 100% 0;}
span.jm-badge.pick{background: url(../images/base_pick.png) no-repeat 100% 0;}
span.jm-badge.top {background: url(../images/base_top.png) no-repeat 100% 0;}

.jm_titre_right .mod-content {padding:8px;}
.jm_titre_right .mod-content li {line-height: 16px;}