/*--------------------------------------------------------------
# Hewahoo - January 2010 (for Joomla 1.5)
# Copyright (C) 2007-2010 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com  
---------------------------------------------------------------*/

.moduletable,
.moduletable_menu,
.moduletable_text,
.moduletable_ver1a,
.moduletable_ver1b,
.moduletable_ver1c,
.moduletable_ver2a,
.moduletable_ver2b,
.moduletable_ver2c{
	margin:0 10px 0 0;
}

.moduletable h3,
.moduletable_menu h3,
.moduletable_text h3,
.moduletable_ver1a h3,
.moduletable_ver1b h3,
.moduletable_ver1c h3{
	height:24px;
	margin:10px 0;
	position:relative;
	text-transform:uppercase;
	font-weight:normal;
}
.moduletable_ver1b h3{ background-position:right -25px!important; }
.moduletable_ver1c h3{ background-position:right -49px!important; }

.moduletable_ver2a h3,
.moduletable_ver2b h3,
.moduletable_ver2c h3{
	height:45px;
	position:relative;
	font-weight:normal;
	text-transform:uppercase;
}

.moduletable h3 span,
.moduletable_menu h3 span,
.moduletable_text h3 span,
.moduletable_ver1a h3 span,
.moduletable_ver1b h3 span,
.moduletable_ver1c h3 span{
	display:block;
	float:left;
	background:#fff;
	height:24px;
	font-size:24px;
	line-height:30px;
	padding:0 16px 0 0;
	color:#000;
}
.moduletable_ver2a h3 span,
.moduletable_ver2b h3 span,
.moduletable_ver2c h3 span{
	display:block;
	height:45px;
	font-size:24px;
	line-height:45px;
	padding:0 0 0 16px;
	color:#000;
}
.moduletable_ver2c h3 span{
	padding:0 0 0 23px;
	color:#fff;
}
.moduletable_ver2b h3 span{ background-position: right -45px!important; }
.moduletable_ver2c h3 span{ background-position: right 0!important; }

.moduletable_content{
	margin:16px 0;
}
.moduletable h3 span.badge,
.moduletable_menu h3 span.badge,
.moduletable_text h3 span.badge,
.moduletable_ver1a h3 span.badge,
.moduletable_ver1b h3 span.badge,
.moduletable_ver1c h3 span.badge{
	top:5px!important;
}
.badge_hot h3 span.badge{
	width:34px;
	height:14px;
	background:transparent url('../images/badges.png') no-repeat right -14px;
	position:absolute;
	right:30px;
	top:15px;
}
.badge_new h3 span.badge{
	width:34px;
	height:14px;
	background:transparent url('../images/badges.png') no-repeat right 0;
	position:absolute;
	right:30px;
	top:15px;
}