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

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


#bottom-b .mod-headerline .module-title { 
	line-height: 18px;
	font-size: 18px;
}

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


/* Module Badges
----------------------------------------------------------------------------------------------------*/
.module .badge { background-image: url(../images/module_badges.png); }
.module .badge {
background-position: 0 0;
    background-repeat: no-repeat;
    height: 34px;
    right: 19px;
    top: 19px;
    width: 50px;
    }

.module .badge-hot { background-position: 0 0; }
.module .badge-top { background-position: 0 -40px; }
.module .badge-free { background-position: 0 -80px; }
.module .badge-new { background-position: 0 -120px; }

.module .badge + .module-title { padding-right: 40px; }
.module .module-title .icon{top:-3px}

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

.module .module-title .icon,
.outer .mod-box-default .module-title .icon {
	width: 31px;
	height: 26px;
	background-image: url(../images/module_icons_white.png);
 }
 .head-texture .module-title .icon,
 .head-color .module-title .icon,
 .mod-box-black .module-title .icon,
 .mod-box-color .module-title .icon,
 .head-stripes .module-title .icon
 {
	width: 31px;
	height: 26px;
	background-image: url(../images/module_icons_white.png);
 }

.module .module-title .icon-download { background-position: 0 0; }
.module .module-title .icon-help { background-position: 0 -26px; }
.module .module-title .icon-mail { background-position: 0 -52px; }
.module .module-title .icon-bubble { background-position: 0 -78px; }
.module .module-title .icon-info { background-position: 0 -104px; }
.module .module-title .icon-star { background-position: 0 -130px; }
.module .module-title .icon-map { background-position: 0 -156px; }
.module .module-title .icon-gear { background-position: 0 -182px; }
.module .module-title .icon-crown { background-position: 0 -209px; }


/* Module Type: Box
----------------------------------------------------------------------------------------------------*/
.module .module-title{box-shadow: inset 0 0 5px rgba(0,0,0,0.7);
font-size:24px;
background: #111;
padding:12px 5px 9px 12px;

}
.mod-box {
	padding: 14px;
	background: none;
}



.mod-box ul.line > li { border-color: #bbb; }

.mod-box ul.zebra > li,
.mod-box table.zebra tbody td { border-bottom: 1px solid #bbb; }
.mod-box ul.zebra > li:first-child,
.mod-box table.zebra tbody tr:first-child td { border-top: 1px solid #bbb; }

/* Top A & Bottom B */
.outer .mod-box-default { background: #333;box-shadow:inset 0 0 8px rgba(0,0,0,0.9); }

/* Color: Black */
.mod-box-black {
	background: #000;
	color: #fff!important;
}
.mod-box-black code {
	color: #fff;
}

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

.mod-box-black .button-default:hover,
.mod-box-black .button-primary:hover { background: #fff; }

.mod-box-black ul.line > li { border-color: #fff; }

.mod-box-black ul.zebra > li,
.mod-box-black table.zebra tbody td,
.mod-box-black ul.zebra > li:first-child,
.mod-box-black table.zebra tbody tr:first-child td { border: none; }

.mod-box-black ul.zebra > li.odd,
.mod-box-black table.zebra tbody tr.odd { background: #666; }
.mod-box-black ul.zebra > li:nth-of-type(odd),
.mod-box-black table.zebra tbody tr:nth-of-type(odd) { background: #666; }

.mod-box-black form.style button:hover, 
.mod-box-black form.style input[type="button"]:hover { background: #fff; }

/* Color: Color */
.mod-box-color { color: #fff!important; }
.mod-box-color a:hover { color: #fff; }

.module.mod-box-color .badge  { background-image: url(../images/module_badges_black.png); }

.mod-box-color .button-default { background: #434343; }
.mod-box-color .button-primary:hover { background: #fff; }

.mod-box-color em,
.mod-box-color code { color: #ddd; }

.mod-box-color ul.check > li { background-image: url(../images/tools/list_check.png); }

.mod-box-color ul.zebra > li,
.mod-box-color table.zebra tbody td,
.mod-box-color ul.zebra > li:first-child,
.mod-box-color table.zebra tbody tr:first-child td { border: none; }

.mod-box-color form.style button, 
.mod-box-color form.style input[type="button"] { background: #434343; }


/* Module Type: Line
----------------------------------------------------------------------------------------------------*/

.mod-line:before {
	content: "";
	display: block;
	position: absolute;
}

.grid-h .mod-line:before {
	top: 0;
	bottom: 0;
	left: -10px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #ddd;
}

.grid-v .mod-line:before {
	top: 0px;
	left: 0;
	right: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #ddd;
}

.grid-h:first-child .mod-line:before,
.grid-v:first-child .mod-line:before { border-width: 0; }

.grid-v .mod-line { padding: 20px 0; }
.grid-v:first-child .mod-line { padding-top: 0; }

.grid-v .mod-line .badge { top: 20px; }
.grid-v:first-child .mod-line .badge { top: 0; }


/* Module Type: Headerline
----------------------------------------------------------------------------------------------------*/

.mod-headerline .module-title {
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

#bottom-b .mod-headerline { font-size: 12px; }

.mod-line .badge,
.mod-headerline .badge { right: 0; }


/* Line + Headerline Module style for Top A + Bottom B
----------------------------------------------------------------------------------------------------*/

.outer .mod-transparent { color: #999; }
.outer .mod-transparent a { color: #777; }

.outer .mod-transparent a.button-default,
.outer .mod-transparent a.button-default:hover,
.outer .mod-transparent a.button-primary,
.outer .mod-transparent a.button-primary:hover,
.menu-dropdown .module,
.menu-dropdown .module a:hover { color: #fff; }


/* Mod Backgrounds
----------------------------------------------------------------------------------------------------*/
.head-stripes .module-title { 
	background-image: url(../images/mod_header_back.jpg);
	padding:12px 5px 9px 10px;
	box-shadow: inset 0 0 7px rgba(0,0,0,0.4);
}
.head-texture .module-title { 
	background-image: url(../images/menu_back.png);
	padding:12px 5px 9px 10px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.7);
	color:#fff;
}
.head-color .module-title { 
	background-color: #333;
	padding:12px 5px 9px 10px;
	box-shadow: inset 0 0 7px rgba(0,0,0,0.4);
	color:#fff;
}