/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../../../warp/css/modules.css);


/* Module Badges
----------------------------------------------------------------------------------------------------*/

/* Module Icons
----------------------------------------------------------------------------------------------------*/

/* Module Type: Box
----------------------------------------------------------------------------------------------------*/

.mod-box {
	padding: 15px;
	border: 1px solid #ddd;
}

.mod-box .badge { top: 10px; right: 10px; }

/* Module Styles
----------------------------------------------------------------------------------------------------*/
.mod-box {
	background-image: url(../images/shine.png);
	background-repeat: no-repeat;
}

.mod-box {
	box-shadow: 0px 0px 5px -2px #000;
	border: 0; 
}

.mod-box a {
	color: #fff;
}

.mod-box a:hover {
	text-decoration: underline;
}


.mod-box-green {
	background-color: #009118;
}

.mod-box-red {
	background-color: #cc0000;
}

.mod-box-orange {
	background-color: #cc3300;
}

.mod-box-chili {
	background-color: #990033;
}

.mod-box-blue {
	background-color: #3399ff;
}

.mod-box-violet {
	background-color: #9900cc;
}