/*---------------------------------------------------------------
# Package - Joomla Template based on Helix Framework   
# ---------------------------------------------------------------
# Author - JoomShaper http://www.joomshaper.com
# Copyright (C) 2010 - 2012 JoomShaper.com. All Rights Reserved.
# license - PHP files are licensed under  GNU/GPL V2
# license - CSS  - JS - IMAGE files  are Copyrighted material 
# Websites: http://www.joomshaper.com
-----------------------------------------------------------------*/

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

.mod-wrapper h3.header{font-size:24px;line-height:normal;margin:0 -10px 10px -10px;padding:0 10px 10px 10px; background:url(../images/heading_border.png) repeat-x bottom left; font-weight:normal;}
.module.none .mod-wrapper h3 {margin:0 0 10px;padding:0 0 10px;}

.mod-wrapper h3.header span{}
.module.text .mod-wrapper h3.header {font-size:16px;text-align:center}

.mod-wrapper ul{list-style:none;margin:0;padding:0}
.mod-wrapper li{ border-bottom:1px solid #1d1d1d;background:none;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}

sp-right .mod-wrapper li, sp-left .mod-wrapper li{ border-bottom:1px solid #1d1d1d;}

/*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.header{font-size:24px;font-weight:400;margin:0 0 15px;padding:2px 5px; background:url(../images/heading_border.png) repeat-x bottom left;}
.mod-wrapper-flat ul{list-style:none;margin:0;padding:0}
.mod-wrapper-flat li{display:block;text-decoration:none;margin:0;padding:4px;background:none;}
.mod-wrapper-flat li a,.mod-wrapper-flat a{}
.mod-wrapper-flat a:hover{text-decoration:underline}
#sp-bottom .mod-wrapper-flat h3.header{color:#fff}
#sp-bottom .mod-block{padding:20px 10px}
#sp-bottom .mod-wrapper-flat li{border-bottom:1px dashed #555}

/*Module Type Menu*/
.mod-wrapper-menu {margin-top:8px}
.mod-wrapper-menu h3.header{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.sp-badge.new,span.sp-badge.free,span.sp-badge.hot,span.sp-badge.pick,span.sp-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.sp-badge.new{background: url(../images/base_new.png) no-repeat 100% 0;}
span.sp-badge.free{background: url(../images/base_free.png) no-repeat 100% 0;}
span.sp-badge.hot{background: url(../images/base_hot.png) no-repeat 100% 0;}
span.sp-badge.pick{background: url(../images/base_pick.png) no-repeat 100% 0;}
span.sp-badge.top {background: url(../images/base_top.png) no-repeat 100% 0;}

.dark .mod-wrapper {
	background:#1d1d1d;
	border:1px solid #000;
}

.dark_title .mod-wrapper {
	border:1px solid #1d1d1d;
	padding-top:0;
}

.dark_title .mod-wrapper h3.header{
	background:#1d1d1d;
	padding-top:10px;
}

.light .mod-wrapper {
	background:#444;
	border:1px solid #222;
}

.light_title .mod-wrapper {
	border:1px solid #222;
	padding-top:0;
}

.light_title .mod-wrapper h3.header{
	background:#444;
	padding-top:10px;
}


