/*---------------------------------------------------------------
# Package - Joomla Template based on CGrocket Framework   
# ---------------------------------------------------------------
# Author - CGrocket http://www.cgrocket.com
# Copyright (C) 2011 - 2012 cgrocket.com. All Rights Reserved.
# license - PHP files are licensed under  GNU/GPL V2
# license - CSS  - JS - IMAGE files  are Copyrighted material 
# Websites: http://www.cgrocket.com -  http://www.leweb2.com
-----------------------------------------------------------------*/

/*Module Type Menu*/
.mod-wrapper-menu {
margin-top:8px
}
.mod-wrapper-menu h3.header{
font-size:12px;
font-weight:700;color:#fff;
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.badge_new,span.badge_free,span.badge_hot,span.badge_pick,span.badge_top
{height:48px;
position:absolute;
right:-3px;
text-indent:-999em;
top:-4px;
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;}