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

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


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

.module .badge {
	width: 32px;
	height: 22px;
	background: url(../images/module_badges.png) 0 0 no-repeat;
}
 
.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 { background: url(../images/module_icons.png) 0 0 no-repeat; }

.module .module-title .icon-download { background-position: 0 0; }
.module .module-title .icon-twitter { background-position: 0 -30px; }
.module .module-title .icon-mail { background-position: 0 -60px; }
.module .module-title .icon-bubble { background-position: 0 -90px; }
.module .module-title .icon-login { background-position: 0 -120px; }
.module .module-title .icon-cart { background-position: 0 -150px; }


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

.mod-box {
	padding: 15px;
	border: none;
}

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


/*CUSTOM MODULE ELEMENTS*/

.headerimage {
	height: 250px;
}

.headerBorder {
	height: 39px;
}

.headerBorder img {
	float: right; 
}


.module h3.module-title {
	font-size: 1.5em;
	margin: 0 -30px 15px;
	padding: 10px 30px;
	color: #EE7401;
    border-bottom: 1px solid #6F6F6E;
    line-height: 1.2em;
}

.module h4 {
	font-size: 1.2em;
	color: #EE7401;
	margin-bottom: 2px;
	line-height: 1.2em;
}

#sidebar-a p {
	padding-top: 0;
	margin-top: 0;
}

#sidebar-b .mod-box {
	padding: 0;
	margin:0;
}


#top-b .zooOrder h3 {
	float: left;
	margin-right: 10px;
}

.zooOrder {
	left: 410px;
    position: absolute;
    top: 11px;
    width: 600px;
    z-index: 10;
}
