/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

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


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

.module .badge {
	top: -8px; 
	right: 0px; 
	width: 42px;
	height: 25px;
	background-position: 0 0;
	background-repeat: no-repeat; 
        float:right;
        position: relative;
}

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

.module.mod-box-black .badge { background-image: url(../images/module_badges_black.png); }
 
.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 .icon {
	left: -5px;
	width: 25px;
	height: 25px;
	background-position: 0 0;
	background-repeat: no-repeat; 
}

.module.mod-box-black .module-title .icon { background-image: url(../images/module_icons_black.png); }

.module .module-title .icon-download { background-position: 0 0; }
.module .module-title .icon-twitter { background-position: 0 -25px; }
.module .module-title .icon-mail { background-position: 0 -50px; }
.module .module-title .icon-bubble { background-position: 0 -75px; }
.module .module-title .icon-login { background-position: 0 -100px; }
.module .module-title .icon-cart { background-position: 0 -125px; }

/* Module Type: Default 
----------------------------------------------------------------------------------------------------*/

.header-line .module-title{
        text-align: center;
        text-transform: uppercase;
        color: #cf003d;
        padding-bottom: 12px;
        margin: 0px;
        border-bottom: 1px solid #cbc5b9;
        box-shadow: 0 1px 0 #fcfcfc;
        font-size: 14px;
        
}

.header-cap .module-title{
        text-align: center;
        text-transform: uppercase;
        color: #e85d33;
        padding-bottom: 12px;
        margin: 0px;
        border-bottom: 1px solid #cbc5b9;
        box-shadow: 0 1px 0 #fcfcfc;
        font-size: 18px;
        
}


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

.mod-box,
.mod-headline {
	padding: 15px;
        background: transparent;
        border: 7px solid transparent;
	background-clip: padding-box;
	text-shadow: 0 1px 0 #fff;
}

/*.mod-box h4 {
        text-align: center;
        text-transform: uppercase;
        color: #e85d33;
        padding-bottom: 12px;
        margin: 0px 0px 15px 0px;
        border-bottom: 1px solid #cbc5b9;
        box-shadow: 0 1px 0 #fcfcfc;
}*/


.mod-box .module-title {
	/*font-size: 18px;
	line-height: 20px;*/
	text-shadow: 0 1px 0 #fff;
        text-align: center;
        text-transform: uppercase;
        /*letter-spacing: 1px;*/
        margin: -15px -15px 15px -15px;
	padding: 13px 15px 11px 15px;
	border-radius: 5px 5px 0 0;
	/*border-bottom: 7px solid #ffffff;*/
}

.mod-box-header .module-title {
	margin: -15px -15px 15px -15px;
	padding: 13px 15px 11px 15px;
	border-radius: 5px 5px 0 0;
	border-bottom: 7px solid #ffffff;
	/*background: #E9EAEA;
	background: -webkit-linear-gradient(top, #f6f6f6, #E9EAEA);
	background: -moz-linear-gradient(top, #f6f6f6, #E9EAEA);
	background: -o-linear-gradient(top, #f6f6f6, #E9EAEA);
	background: linear-gradient(to bottom, #f1f1f1, #ECEBEC);
        background: #f1f1f1 url(../images/background/congress_grey_squares_bg.jpg) 0 0 repeat;*/
	box-shadow: inset 0px 1px 0 rgba(255,255,255,1);
}

/* Box White */
.mod-box-white {
        padding: 15px;
	border: 7px solid;
	border-color: #ffffff;
	border-radius: 0px;
	background: #ffffff;
	background-clip: padding-box;
	text-shadow: 0 1px 0 #fff;
}

/*.mod-box-white .module-title {
        margin: -15px -15px 15px -15px;
	padding: 13px 15px 11px 15px;
	border-radius: 5px 5px 0 0;
	border-bottom: 7px solid transparent;
}
.mod-box-white h4 {
        border-color: #cbc5b9;
}*/


/* Box Color Grey */
.mod-box-grey {
	/*background: #f1f1f1;
	background: -webkit-linear-gradient(top, #f1f1f1, #ECEBEC);
	background: -moz-linear-gradient(top, #f1f1f1, #ECEBEC);
	background: -o-linear-gradient(top, #f1f1f1, #ECEBEC);
	background: linear-gradient(to bottom, #f1f1f1, #ECEBEC);*/
        background: #f1f1f1 url(../images/background/congress_grey_squares_bg.jpg) 0 0 repeat;
        border: 7px solid #ffffff;
}
.mod-box-grey h4 {
        border-color: #cbc5b9;
}
/* Box Color Black */
.mod-box-black {
	background: #959595 url(../images/background/congress_black_squares_bg.jpg) 0 0 repeat;
	background-clip: border-box;
	box-shadow: none;
	text-shadow: none;
	color: #ffffff;
        border: 7px solid #ffffff;
}

.mod-box-header.mod-box-black .module-title {
	border-bottom: 1px solid #424348;
	/*background: #4D5055;*/
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
}

.mod-box-black,
.mod-box-header.mod-box-black .module-title {
	/*background: -webkit-linear-gradient(top, #5B5D63, #4D5055);
	background: -moz-linear-gradient(top, #5B5D63, #4D5055);
	background: -o-linear-gradient(top, #5B5D63, #4D5055);
	background: linear-gradient(to bottom, #5B5D63, #4D5055);*/
}
.mod-box-black .module-title{
        margin: -15px -15px 0px -15px;
	padding: 13px 15px 11px 15px;
	border-radius: 5px 5px 0 0;
	border-bottom: 7px solid #ffffff;
}
.mod-box-black a { 
	color: #222;
	text-shadow: 0 1px 0 rgba(255,255,255,0.15);
}

.mod-box-black a:hover { 
	color: #d1d1d1;
	text-shadow: 0 -1px 0 rgba(0,0,0,1);
}

.mod-box-black em { color: #d1d1d1; }
.mod-box-black em.box {
	background: #5B5D63;
	border-color: #4B4D51;
}

.mod-box-black .module-title,
.mod-box-black h1,
.mod-box-black h2,
.mod-box-black h3,
.mod-box-black h4 {
	text-shadow: none;
	color: #fff;
}

/* Box Color Color */
.mod-box-color {
	background-clip: border-box;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	color: #fff;
}

.mod-box-header.mod-box-color .module-title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}

.mod-box-color .module-title{
        margin: -15px -15px 15px -15px;
	padding: 13px 15px 11px 15px;
	border-radius: 5px 5px 0 0;
	border-bottom: 7px solid #ffffff;
	box-shadow: none;
}


.mod-box-color .module-title,
.mod-box-color h1,
.mod-box-color h2,
.mod-box-color h3,
.mod-box-color h4  {
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	color: #fff;
}

.mod-box-color a { text-shadow: 0 1px 0 rgba(255,255,255,0.2); }

.mod-box-color a:hover { 
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

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

.mod-box-color code,
.mod-box-black code  { color: #fff; }


/* Module Type: Headline
----------------------------------------------------------------------------------------------------

.mod-headline {
	padding-top: 10px;
	padding-bottom: 10px;
	text-shadow: 0 1px 0 #fff;
}

.mod-headline .module-title {
	font-size: 30px;
	line-height: 30px;
	color: #d3d3d3;
	text-align: center;
}

.mod-headline code { color: #56595E; }


h3.headline-title {
        letter-spacing: 1px;
        text-align: center;
        text-transform: uppercase;
}
h3.headline-title span{
        padding: 0 10px;
        color: #696969;
}
*/

.mod-headline .module-title {
    color: #696969;
    text-shadow: 0 1px rgba(255,255,255,0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 0px;
}