/*
 * 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%;
	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.mod-blank {
	margin-left: 20px;
	float: right;
}

div#headerbar div.mod-blank {
	margin-left: 20px;
	height: 60px;
	float: right;
	line-height: 125%;
	overflow: hidden;
	color: #323232;
}

div#headerbar h3 {
	font-size: 120%;
	font-weight: bold;
	color: #323232;
}

/*
 * 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_black.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_black.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_black.png) 0 0 no-repeat; /* ie6png:scale */
	z-index: 1;
}

#middle div.module div.badge-new {
	background: url(../images/module_badge_new.png) 0 0 no-repeat; /* ie6png:scale */
}
#middle div.module div.badge-top {
	background: url(../images/module_badge_top.png) 0 0 no-repeat; /* ie6png:scale */
}
#middle div.module div.badge-pick {
	background: url(../images/module_badge_pick.png) 0 0 no-repeat; /* ie6png:scale */
}

.frontpage-black #middle div.module div.badge-new {
	background: url(../images/module_badge_new.png) 0 0 no-repeat; /* ie6png:scale */
}
.frontpage-black #middle div.module div.badge-top {
	background: url(../images/module_badge_top.png) 0 0 no-repeat; /* ie6png:scale */
}
.frontpage-black #middle div.module div.badge-pick {
	background: url(../images/module_badge_pick.png) 0 0 no-repeat; /* ie6png:scale */
}

/*
 * 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 {
	background: url(../images/module_rounded_black_br.png) 100% 100% no-repeat;
}

div.mod-rounded div.blue { background-color: #5F9BAF; }
div.mod-rounded div.lightblue { background-color: #80D1FD; }
div.mod-rounded div.green { background-color: #A3D869; }
div.mod-rounded div.lightgreen { background-color: #ADC86F; }
div.mod-rounded div.yellow { background-color: #DAC845; }
div.mod-rounded div.beige { background-color: #D6B465; }
div.mod-rounded div.red { background-color: #AC492D; }
div.mod-rounded div.orange { background-color: #BA6F3E; }
div.mod-rounded div.lilac { background-color: #8576A3; }
div.mod-rounded div.pink { background-color: #AD667A; }
div.mod-rounded div.white { background-color: #ffffff; }

div.mod-rounded div.module-2 {
	background: url(../images/module_rounded_black_tr.png) 100% 0 no-repeat;
}

div.mod-rounded div.module-3 {
	background: url(../images/module_rounded_black_bl.png) 0 100% no-repeat;
}

div.mod-rounded div.module-4 {
	background: url(../images/module_rounded_black_tl.png) 0 0 no-repeat;
}

#middle div.mod-rounded div.module { background-image: url(../images/module_rounded_white_br.png); }
#middle div.mod-rounded div.module-2 { background-image: url(../images/module_rounded_white_tr.png); }
#middle div.mod-rounded div.module-3 { background-image: url(../images/module_rounded_white_bl.png); }
#middle div.mod-rounded div.module-4 { background-image: url(../images/module_rounded_white_tl.png); }

.frontpage-black #middle div.mod-rounded div.module { background-image: url(../images/module_rounded_black_br.png); }
.frontpage-black #middle div.mod-rounded div.module-2 { background-image: url(../images/module_rounded_black_tr.png); }
.frontpage-black #middle div.mod-rounded div.module-3 { background-image: url(../images/module_rounded_black_bl.png); }
.frontpage-black #middle div.mod-rounded div.module-4 { background-image: url(../images/module_rounded_black_tl.png); }

div.mod-rounded div.module-5 {
	min-height: 80px;
	 
	color: #ffffff;
}

div.mod-rounded div.white div.module-5 { color: #646464;}

div.mod-rounded div.bg-lock div.module-5 { background: url(../images/module_bg_lock.png) 50% 50% no-repeat; }
div.mod-rounded div.bg-rss div.module-5 { background: url(../images/module_bg_rss.png) 50% 50% no-repeat; }
div.mod-rounded div.bg-mail div.module-5 { background: url(../images/module_bg_mail.png) 50% 50% no-repeat; }
div.mod-rounded div.bg-download div.module-5 { background: url(../images/module_bg_download.png) 50% 50% no-repeat; }
div.mod-rounded div.bg-bubble div.module-5 { background: url(../images/module_bg_bubble.png) 50% 50% no-repeat; }
div.mod-rounded div.bg-speaker div.module-5 { background: url(../images/module_bg_speaker.png) 50% 50% no-repeat; }
div.mod-rounded div.bg-user div.module-5 { background: url(../images/module_bg_user.png) 50% 50% no-repeat; }
div.mod-rounded div.bg-shopping div.module-5 { background: url(../images/module_bg_shopping.png) 50% 50% no-repeat; }
div.mod-rounded div.bg-search div.module-5 { background: url(../images/module_bg_search.png) 50% 50% no-repeat; }
div.mod-rounded div.bg-disk div.module-5 { background: url(../images/module_bg_disk.png) 50% 50% no-repeat; }

div.mod-rounded div.module-6 {
	padding: 10px 15px 10px 15px;
	overflow: hidden;
}

div.mod-rounded h3.module {
	margin-bottom: 5px;
	line-height: 20px;
	font-size: 140%;
	letter-spacing: -1px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

div.mod-rounded div.white h3.module { color: #505050; }

div.mod-rounded a:link, div.mod-rounded a:visited {
	color: #ffffff;
	text-decoration: underline;
}

div.mod-rounded a:hover {
	color: #ffffff;
}

div.mod-rounded div.white a:link, div.mod-rounded div.white a:visited { color: #646464; }

div.mod-rounded div.white a:hover { color: #646464; }

/*
 * module: header
 */
 
div.mod-header div.module {
	padding: 0px 10px 0px 10px;
	overflow: hidden;
}

div.mod-header div.module-2 {
}

div.mod-header h3.module {
	margin: 0px -10px 5px -10px;
	background: url(../images/module_header_m.png) 0 0 repeat-x;
	line-height: 25px;
	font-size: 110%;
	color: #ffffff;
	text-indent: 10px;
	font-weight: bold;
}

div.mod-header span.module-2 {
	background: url(../images/module_header_l.png) 0 0 no-repeat;
}

div.mod-header span.module-3 {
	height: 34px;
	background: url(../images/module_header_r.png) 100% 0 no-repeat;
}

div.mod-header h3.module span.color {
	color: #323232;
}

/*
 * module: bubble
 */
 
div.mod-bubble div.module {
	background: url(../images/module_bubble_br.png) 100% 100% no-repeat;
}

div.mod-bubble div.module-2 {
	background: url(../images/module_bubble_tr.png) 100% 0 no-repeat;
}

div.mod-bubble div.module-3 {
	background: url(../images/module_bubble_bl.png) 0 100% no-repeat;
}

div.mod-bubble div.module-4 {
	min-height: 80px;
	 
	background: url(../images/module_bubble_tl.png) 0 0 no-repeat;
}

div.mod-bubble div.module-5 {
	padding: 15px 15px 30px 15px;
	overflow: hidden;
}

div.mod-bubble h3.module {
	margin-bottom: 5px;
	line-height: 20px;
	font-size: 140%;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

/*
 * module: tab
 */

div.mod-tab div.module {
	padding: 30px 0px 0px 0px;
}

div.mod-tab div.module-2 {
	background: url(../images/module_tab_black_br.png) 100% 100% no-repeat;
}

div.mod-tab div.module-3 {
	background: url(../images/module_tab_black_tr.png) 100% 0 no-repeat;
}

div.mod-tab div.module-4 {
	background: url(../images/module_tab_black_bl.png) 0 100% no-repeat;
}

div.mod-tab div.module-5 {
	min-height: 20px;
	 
	padding: 18px 15px 10px 15px;
	background: url(../images/module_tab_black_tl.png) 0 0 no-repeat;
	position: relative;
}

div.mod-tab div.tab-grey div.module-2 { background: url(../images/module_tab_grey_br.png) 100% 100% no-repeat; }
div.mod-tab div.tab-grey div.module-3 { background: url(../images/module_tab_grey_tr.png) 100% 0 no-repeat; }
div.mod-tab div.tab-grey div.module-4 { background: url(../images/module_tab_grey_bl.png) 0 100% no-repeat; }
div.mod-tab div.tab-grey div.module-5 { background: url(../images/module_tab_grey_tl.png) 0 0 no-repeat; }

div.mod-tab div.header-container-1 {
	margin: 0px 0px 5px 0px;
	overflow: hidden;
	position: absolute;
	top: -30px;
	left: 0px;
}

div.mod-tab div.header-container-2 {
	padding: 0px 10px 0px 10px;
	float: left;
	position: relative;
}

div.mod-tab h3.module {
	height: 30px;
	background: #323537;
	line-height: 35px;
	font-size: 140%;
	letter-spacing: -1px;
	color: #ffffff;
	font-weight: bold;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

div.mod-tab div.header-l {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 30px;
	background: url(../images/module_tab_black_header_l.png) 0 0 no-repeat;
}

div.mod-tab div.header-r {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 30px;
	background: url(../images/module_tab_black_header_r.png) 100% 0 no-repeat;
}

div.mod-tab div.tab-grey h3.module { background: #C8C8C8; }
div.mod-tab div.tab-grey div.header-l { background: url(../images/module_tab_grey_header_l.png) 0 0 no-repeat; }
div.mod-tab div.tab-grey div.header-r { background: url(../images/module_tab_grey_header_r.png) 100% 0 no-repeat; }

div.mod-tab h3.module span.color {
}

/* menu */
div.mod-menu div.module-5 {
	padding: 15px 7px 13px 7px;
}

div.mod-menu div.module h3.module {
}
