@import url(../warp/css/modules.css);
/*//   Module Badges   //
----------------------------------------------------------------------------------------------------*/
.module .badge
{
	width: 32px;
	height: 22px;
	background: url(../images/module_badges.png) no-repeat 0 0;
}
.module .badge-hot
{
	background-position: 0 0;
}
.module .badge-top
{
	background-position: 0 -25px;
}
.module .badge-free
{
	background-position: 0 -50px;
}
.module .badge-new
{
	background-position: 0 -75px;
}
/*//   Module Type: Box   //
----------------------------------------------------------------------------------------------------*/
.mod-box
{
	padding: 10px;
}
.mod-box .badge
{
	top: 10px;
	right: 10px;
}
/*//   Module Styling   //
----------------------------------------------------------------------------------------------------*/
.module-title
{
	margin-bottom: 10px;
	padding-bottom: 15px;
	position: relative;
	font-size: 18px;
}
#innertop .module-dash, #innerbottom .module-dash, #top-a .module-dash, #top-b .module-dash, #bottom-a .module-dash, #bottom-b .module-dash, #sidebar-a .module-dash, #sidebar-b .module-dash
{
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 5px;
	width: 35px;
}
/*//   Module Icons   //
----------------------------------------------------------------------------------------------------*/
#sidebar-a .module-title .icon, #sidebar-b .module-title .icon
{
	font-size: 28px;
	line-height: 28px;
	padding-top: 5px;
	padding-left: 2px;
	background: none;
	text-align: center;
}
.module .module-title .icon
{
	font-size: 28px;
	line-height: 28px;
	padding-top: 3px;
	padding-left: 2px;
	background: none;
	text-align: center;
}
