/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../warp/css/modules.css);

.personale{
	color: #9C0;
	 background: none repeat scroll 0 0 #002949;
    border-color: #002949;
    box-shadow: 1px 0 17px rgba(20, 20, 20, 0.08) inset;
    color: #ffffff;	
}
/* Module Badges
----------------------------------------------------------------------------------------------------*/

.module .badge {
	top: -10px; 
	right: -10px; 
	width: 40px;
	height: 41px;
	background-repeat: no-repeat;
}
 
.module .badge-hot { background-position: 0 0; }
.module .badge-top { background-position: 0 -50px; }
.module .badge-free { background-position: 0 -100px; }
.module .badge-new { background-position: 0 -150px; }


/* Module Icons
----------------------------------------------------------------------------------------------------*/

.module .module-title .icon { 
	top: -8px;
	left: -2px;
	width: 33px;
	height: 33px;
	margin-right: 7px;
	background-repeat: no-repeat;
}

.bg-colored .module-title .icon,
.bg-colored .mod-line .module-title .icon,
.module.mod-box-colored .module-title .icon,
.module.mod-box-transparent .module-title .icon { background-image: url(../images/module_icons_white.png); }

.module .module-title .icon-download { background-position: 0 0;background: url("../images/line_bg.png") repeat-x scroll center top; }
.module .module-title .icon-twitter { background-position: 0 -40px; }
.module .module-title .icon-mail { background-position: 0 -80px; }
.module .module-title .icon-bubble { background-position: 0 -120px; }
.module .module-title .icon-login { background-position: 0 -160px; }
.module .module-title .icon-cart { background-position: 0 -200px; }


/* Module Type: Box
----------------------------------------------------------------------------------------------------*/

.mod-box {
	padding: 20px;
	
}

.mod-box .module-title {
	font-size: 18px;
	text-transform: uppercase;
}

/*
 * Default
 */

.mod-box-default { color: #999; }

#page .mod-box-default a:hover { color: #5C5C5C; }

/* Base */
.mod-box-default em,
.mod-box-grey em { color: #5C5C5C; }

/*
 * Color: 1 and 2
 */

.mod-box-colored  { 
	box-shadow: inset 1px 0px 17px rgba(0,0,0,0.15);
	color: #FFF;
	
}

/* Link */
.mod-box-colored a,
.mod-box-transparent a {
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
}

/* Base */
.mod-box-colored h1,
.mod-box-colored h2,
.mod-box-colored h3,
.mod-box-colored h4,
.mod-box-colored h5,
.mod-box-colored h6,
.mod-box-colored { color: #FFF; }

.bg-colored em,
.mod-box-colored em {
	color: rgba(0,0,0,0.5); 
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}

.mod-box-colored code,
.mod-box-transparent code { color: #FFF; } 

/*
 * Color: Grey
 */
.module mod-box mod-box-grey  deepest
{
	
	color: #FFFFFF;
	
}

.mod-box-grey {
	border-color: #002949;
	background: #002949;
	box-shadow: inset 1px 0px 17px rgba(20, 20, 20, 0.08);
	color: #FFFFFF;
	
}
#sidebar-a .mod-box-grey a {
color:#fff
}
.module .mod-box .mod-box-default .deepest a {
color:#fff
}

#page .mod-box-grey a:hover {
	color: #FFFFFF;
}

/*
 * Color: Transparent
 */

.mod-box-transparent { border: none; }

.grid-h .mod-box-transparent { margin: -20px 0; }
.grid-v .mod-box-transparent { margin: 0; }
.grid-v:first-child .mod-box-transparent { margin: -20px 0 0 0; }
.grid-v:last-child .mod-box-transparent { margin: 0 0 -20px 0; }


.mod-box-transparent25 { 
	background-color: #666666;
}
.mod-box-transparent20 { background-color: #666; }
.mod-box-transparent15 { background-color: #666; }
.mod-box-transparent10 { background-color: #666; }

/* Module Title */
.module.mod-box-colored .module-title,
.module.mod-box-transparent .module-title { color: #FFF;font-size: 14px; background: url("../images/line_bg.png") repeat-x scroll center top; padding-top:12px; margin-top:19px; }


/* Module Type: Line
----------------------------------------------------------------------------------------------------*/

.mod-line .module-title {
	padding: 15px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #DBDBDB; 
	font-size: 18px;
	text-transform: uppercase;
}

.mod-line .module-title .icon { top: -7px; }

.mod-line .badge {
	top: -12px;
	right: -5px;
}

.bg-colored .mod-line .module-title { 
	color: #fff;

}

/* Header */
.mod-line-header .module-title { }

.mod-line-header .module-title,
.mod-line-header .module-title span.subtitle {
	font-size: 30px;
	line-height: 26px;
}

.mod-line-header .module-title span.subtitle { margin-top: 5px; }
