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

.module_leftmenu .mod-wrapper{
	padding-top: 0px;
}

.module_leftmenu .mod-wrapper h3.header{
	background-color: #30A3B1;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	font-weight: bold;
}

#sp-right .mod-wrapper h3.header span{
	color: #30A3B1;
	font-weight: bold;
}

.mod-wrapper h3.header{font-size:13px;line-height:normal;margin:0 -10px 10px -10px;padding:0 10px 10px 10px;border-bottom:1px solid #e5e5e5;}
.module_none .mod-wrapper h3 {margin:0 0 10px;padding:0 0 10px;}

.mod-wrapper h3.header span{
	color:#FFF;
	font-weight: bold;
}
.module_none .mod-wrapper h3.header {border-bottom:1px solid #e5e5e5}
.module_text .mod-wrapper h3.header {font-size:9px;text-align:center}

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

/*Module Type Flat*/
.mod-wrapper-flat h3.header{
	font-size:18px;
	font-weight:700;
	color:#333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.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;
	background:none;
	color:#888;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.mod-wrapper-flat li a,.mod-wrapper-flat a{
	color:#333
}
.mod-wrapper-flat a:hover{
	text-decoration:underline;
	color: #30A3B1;
}
#sp-bottom .mod-wrapper-flat h3.header{
	color:#30A3B1
}
#sp-bottom .separator .mod-block{
	border-right:1px solid #CCC
}
#sp-bottom .mod-block{padding:20px 10px}
#sp-bottom .mod-wrapper-flat li{
	border-bottom:1px solid #CCC
}

#sp-bottom .sp-block:hover {
	background-attachment: scroll;
	background-color: #F7EDDD;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}

/*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.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;}

a.btn-green span{
	color: #FFF;
}

a.btn-green:hover, a.btn-green:active, a.btn-green:focus {
	border-color: #4D7300;
	color: #FFFFFF;
	text-decoration: none;
}

#sp-slides .sp-inner{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#sp-slides .sp-inner p{
	margin: 0px;
	padding: 0px;
}


#contact-form label {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.mod-wrapper-flat a.btn-green{
	width: 100%;
}

.mod-wrapper-flat h4{
	text-align: center;	
}

a.btn-green {
    background-color: #30B5BF;
    border-color: #30A3B1;
}