@import url(../warp/css/modules.css);
/*Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL


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 Icons
----------------------------------------------------------------------------------------------------*/
.module .module-title .glyphicons
{
	vertical-align: middle;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
}
.module .module-title .glyphicons I:before
{
	margin-top: -4px;
	color: #4C4E4F;
	margin-left: 5px;
}
/*Module Type: Box
----------------------------------------------------------------------------------------------------*/
.mod-box
{
	padding: 25px;
}
.mod-box .badge
{
	top: 25px;
	right: 25px;
}
#sidebar-a .mod-box, #sidebar-b .mod-box
{
	padding: 25px 25px 10px;
}
#sidebar-a .grid-v:last-child .mod-box, #sidebar-b .grid-v:last-child .mod-box
{
	padding: 25px;
}
#sidebar-a .module .module-title, #sidebar-b .module .module-title
{
	position: relative;
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 7px;
}
#sidebar-a .module .module-title:before, #sidebar-b .module .module-title:before
{
	content: " ";
	position: absolute;
	height: 2px;
	width: 120px;
	background-color: #61B2DD;
	bottom: 0;
	margin-bottom: -1px;
}
