/*---------------------------------------------------------------
# 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 {background:#000;padding:10px;border:1px solid #121212}
.module_none .mod-wrapper {border:0;background:none;padding:0}
.module_none .mod-wrapper .mod-inner {border:0;padding:0;background:none}

.mod-wrapper h3.header{background:url(../images/moduletable_h3.png) no-repeat 0 1px;font-size:18px;line-height:normal;margin:0 0 10px;padding:0 0 10px 25px;color:#d4d4d4;border-bottom:1px solid #121212}
.module_none .mod-wrapper h3 {margin:0}

.module_none .mod-wrapper h3.header {border:none}
.module_text .mod-wrapper h3.header {font-size:9px;text-align:center;border:none;background:none!important;padding:0}

.mod-wrapper ul{list-style:none;margin:0;padding:0}
.mod-wrapper li{background:none;border-top:1px solid #1c1c1c;margin:0;padding:0}
.mod-wrapper li:first-child{border-top:0}
.mod-wrapper li a{background:url(../images/bullet.gif) no-repeat 0 9px;font-size:12px;color:#888;display:block;text-decoration:none;margin:0;padding:6px 15px}
.module_menu .mod-wrapper li{background:#000 url(../images/grad-menubg.png) repeat-x 0 0;margin:0 0 3px 0;padding:0 10px;border-top:1px solid #1c1c1c;border-bottom:1px solid #090909;}
.module_menu .mod-wrapper li a{background-position:0 12px;padding:9px 15px}
.module_menu .mod-wrapper li:hover a,.module_menu .mod-wrapper li.active a{color:#FFF}
.mod-wrapper li li,.module_menu .mod-wrapper li li{margin-left:10px;border-bottom:0!important}
.module_menu .mod-wrapper li li,.module_menu .mod-wrapper li li{background:none!important;border:0!important}
.module_menu .mod-wrapper li li:hover,.module_menu .mod-wrapper li li.active{background:none!important;border:0!important}

/*Module Type Flat*/
.mod-wrapper-flat .mod-content {background:#000 url(../images/grad2.png) repeat-x 0 0;border-top:1px solid #444;padding:10px}
.mod-wrapper-flat h3.header{color:#999;font-size:13px;text-transform:uppercase;margin:0 5px 10px 5px;padding:0}
.mod-wrapper-flat ul{list-style:none;margin:0;padding:0}
.mod-wrapper-flat li{background:none;list-style:disc inside none;border:0;color:#888;line-height:125%;padding:3px 5px}
.mod-wrapper-flat li a,.mod-wrapper-flat a{color:#888;text-shadow:0 1px #000}
.mod-wrapper-flat li:hover{background:#000}
.mod-wrapper-flat li:hover a{}


/*Module Type Menu*/
.mod-wrapper-menu {margin-top:8px}
.mod-wrapper-menu h3.header{font-size:11px;font-weight:400;text-transform:uppercase;color:#888;margin:0 0 7px 0;padding:2px 0}
.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.badge_new,span.badge_free,span.badge_hot,span.badge_pick,span.badge_top
{height:48px;position:absolute;right:-3px;text-indent:-999em;top:-3px;width:48px;z-index:99}
span.badge_new{background: url(../images/base_new.png) no-repeat 100% 0;}
span.badge_free{background: url(../images/base_free.png) no-repeat 100% 0;}
span.badge_hot{background: url(../images/base_hot.png) no-repeat 100% 0;}
span.badge_pick{background: url(../images/base_pick.png) no-repeat 100% 0;}
span.badge_top {background: url(../images/base_top.png) no-repeat 100% 0;}


/*Badges for float moduldes*/
.mod-wrapper-flat span.badge_new,.mod-wrapper-flat span.badge_free,.mod-wrapper-flat span.badge_hot,.mod-wrapper-flat span.badge_pick,.mod-wrapper-flat span.badge_top
{top:20px;right:-3px}