/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * module headers
 */

/* reset header for all modules */
div.module h3.module {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 120%;
	color: #ffffff;
	font-weight: normal;
}

/* header span's */
div.module span.module-2,
div.module span.module-3 {
	display: block;
}

/*
 * space for adjoining modules
 */

.separator div.module {
	margin: 0px 15px 0px 0px;
}

#left div.module,
#right div.module {
	margin: 0px 0px 15px 0px;
}

#top .topblock div.module {
	margin: 15px 0px 0px 0px;
}

#bottom .bottomblock div.module {
	margin: 0px 0px 15px 0px;
}

/*
 * styling for special positions
 */

div#toolbar div.module {
	margin-left: 20px;
	float: right;
}

div#headerbar div.module {
	margin-left: 20px;
	height: 65px;
	float: right;
	line-height: 125%;
	overflow: hidden;
}

div#headerbar h3 {
	font-size: 125%;
	font-weight: bold;
	color: #ffffff;
}

/*
 * badge styling for all modules
 */
 
div.module {
	position: relative;
}
 
div.module div.badge-new {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	height: 39px;
	background: url(../images/module_badge_new.png) 0 0 no-repeat; /* ie6png:scale */
	z-index: 1;
}

div.module div.badge-top {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	height: 39px;
	background: url(../images/module_badge_top.png) 0 0 no-repeat; /* ie6png:scale */
	z-index: 1;
}

div.module div.badge-pick {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	height: 39px;
	background: url(../images/module_badge_pick.png) 0 0 no-repeat; /* ie6png:scale */
	z-index: 1;
}

/*
 * module: blank
 */
 
div.mod-blank div.module {
	overflow: hidden;
}

div.mod-blank h3.module {
	height: 20px;
	line-height: 20px;
}

/*
 * module: rounded
 */
 
div.mod-rounded div.module-container-t {
	padding: 0px 15px 0px 15px;
	position: relative;
}

div.mod-rounded div.module-t {
	height: 15px;
	background: #325376;
}

div.mod-rounded div.module-tl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 15px;
	height: 15px;
	background: url(../images/module_rounded_tl.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-rounded div.module-tr {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 15px;
	height: 15px;
	background: url(../images/module_rounded_tr.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-rounded div.module-m {
	padding: 0px 15px 0px 15px;
	background: #325376;
	overflow: hidden;
	color: #ffffff;
}

div.mod-rounded div.module-container-b {
	padding: 0px 15px 0px 15px;
	position: relative;
}

div.mod-rounded div.module-b {
	height: 15px;
	background: #325376;
}

div.mod-rounded div.module-bl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 15px;
	height: 15px;
	background: url(../images/module_rounded_bl.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-rounded div.module-br {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 15px;
	height: 15px;
	background: url(../images/module_rounded_br.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-rounded h3.module {
	margin: 0px 0px 5px 0px;
	color: #ffffff;
	font-size: 150%;
	letter-spacing: -1px;
}

div.mod-rounded h3.module span.color {
}

/*
 * module: header
 */
 
div.mod-header div.module {
	overflow: hidden;
	color: #ffffff;
}

#left div.mod-header div.module,
#right div.mod-header div.module {
	margin: 10px 0px 20px 0px;
}

div.mod-header div.module-2 {
	padding: 0px 5px 0px 5px;
	overflow: hidden;
}

div.mod-header h3.module {
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 150%;
	letter-spacing: -1px;
	color: #64E1FF;
}

div.mod-header h3.module span.color {
	color: #00AEDE;
}

#main div.mod-header div.module { color: #646464; }
#main div.mod-header h3.module { color: #464646; border-bottom: 1px solid #C8C8C8; line-height: 25px; }
#main div.mod-header h3.module span.color { color: #969696; }

/* menu */
div.mod-menu div.module {
}

div.mod-menu div.module h3.module {
}

/*
 * module: border
 */
 
div.mod-border div.module {
	padding: 7px 7px 7px 7px;
	background: #1b3553;
	overflow: hidden;
	color: #ffffff;
}

div.mod-border div.module-2 {
	background: #325376;
}

div.mod-border div.module-3 {
	padding: 10px 15px 10px 15px;
	overflow: hidden;
}

div.mod-border h3.module {
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 150%;
	letter-spacing: -1px;
	color: #64E1FF;
}

div.mod-border h3.module span.color {
	color: #00AEDE;
}

#main div.mod-border div.module { color: #646464; background: #F0F0F0;}
#main div.mod-border div.module-2 { background: #ffffff; }
#main div.mod-border h3.module { color: #464646; }
#main div.mod-border h3.module span.color { color: #969696; }
