/*
 * 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: #646464;
	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;
    padding-top: 10px;
}

#top .topblock div.module {
	margin: 15px 0px 0px 0px;
}

#bottom .bottomblock div.module {
         float: right;
	margin: 0px 0px 15px 0px;
width: 40%;
}

/*
 * styling for special positions
 */

div#toolbar div.module {
	margin-left: 20px;
	float: right;
}

div#headerbar div.module {
	margin-right: 20px;
	float: left;
	line-height: 125%;
}

div#headerbar h3 {
	font-size: 125%;
	font-weight: bold;
}

/*
 * 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 */
}

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 */
}

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 */
}


/*
 * module: blank
 */
 
div.mod-blank div.module {
	overflow: hidden;
}

div.mod-blank h3.module {
	height: 20px;
	line-height: 20px;
}

/*
 * module: blacktrans
 */
div.mod-blacktrans div.module {
	padding: 10px 15px 10px 15px;
	background: url(../images/module_blacktrans_bg.png) 0 0 repeat; /* ie6png:scale */
	overflow: hidden;
	color: #c8c8c8;
}

div.mod-blacktrans h3.module {
	margin-bottom: 5px;
	height: 20px;
	line-height: 20px;
	font-size: 150%;
	letter-spacing: -1px;
	color: #dcdcdc;
}

div.mod-blacktrans h3.module span.color {
	color: #ffffff;
}

/*
 * module: whitetrans
 */
div.mod-whitetrans div.module {
	padding: 10px 15px 10px 15px;
	background: url(../images/module_whitetrans_bg.png) 0 0 repeat; /* ie6png:scale */
	overflow: hidden;
	color: #323232;
}

div.mod-whitetrans h3.module {
	margin-bottom: 5px;
	height: 20px;
	line-height: 20px;
	font-size: 150%;
	letter-spacing: -1px;
	color: #323232;
}

div.mod-whitetrans h3.module span.color {
	color: #141414;
}

/*
 * module: black
 */
div.mod-black div.module {
	padding: 10px 15px 10px 15px;
	background: #141414;
	overflow: hidden;
	color: #c8c8c8;
}

div.mod-black h3.module {
	margin-bottom: 5px;
	xheight: 20px;
	line-height: 20px;
	font-size: 150%;
	letter-spacing: -1px;
	color: #dcdcdc;
}

div.mod-black h3.module span.color {
	color: #ffffff;
}

/*
 * module: white
 */
div.mod-white div.module {
	padding: 10px 15px 10px 15px;
	background: #ffffff;
	overflow: hidden;
	color: #323232;
}

div.mod-white h3.module {
	margin-bottom: 5px;
	height: 20px;
	line-height: 20px;
	font-size: 150%;
	letter-spacing: -1px;
	color: #323232;
}

div.mod-white h3.module span.color {
	color: #141414;
}

/*
 * module: rounded
 */
 
div.mod-rounded div.module {
	background: url(../images/module_rounded_br.png) 100% 100% no-repeat;
}

div.mod-rounded div.module-2 {
	background: url(../images/module_rounded_tr.png) 100% 0 no-repeat;
}

div.mod-rounded div.module-3 {
	background: url(../images/module_rounded_bl.png) 0 100% no-repeat;
}

div.mod-rounded div.module-4 {
	min-height: 70px;
	 
	padding: 10px 15px 10px 15px;
	background: url(../images/module_rounded_tl.png) 0 0 no-repeat;
	overflow: hidden;
}

div.mod-rounded h3.module {
	margin-bottom: 5px;
	line-height: 20px;
	font-size: 150%;
	letter-spacing: -1px;
	color: #323232;
}

div.mod-rounded span.module-2 {
}

div.mod-rounded span.module-3 {
	height: 20px;
}

div.mod-rounded h3.module span.color {
	color: #646464;
}


/* menu */
div.mod-menu div.module {
	background: url(../images/module_menu_br.png) 100% 100% no-repeat;
}

div.mod-menu div.module-2 {
	background: url(../images/module_menu_tr.png) 100% 0 no-repeat;
}

div.mod-menu div.module-3 {
	background: url(../images/module_menu_bl.png) 0 100% no-repeat;
}

div.mod-menu div.module-4 {
	padding: 5px 4px 10px 4px;
	min-height: 10px;
	 
	background: url(../images/module_menu_tl.png) 0 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

div.mod-menu h3.module {
	margin: 0px 0px 0px 0px;
	background: url(../images/module_menu_header_m.png) 0 100% repeat-x;
	height: 30px;
}

div.mod-menu h3.module span.module-2 {
	background: url(../images/module_menu_header_l.png) 0 100% no-repeat;
}

div.mod-menu h3.module span.module-3 {
	padding: 5px 6px 5px 6px;
	height: 20px;
	background: url(../images/module_menu_header_r.png) 100% 100% no-repeat;

}

/*
 * module: dotted
 */
div.mod-dotted div.module {
	padding: 0px 5px 10px 5px;
	background: url(../images/module_dotted_bg.png) 0 100% repeat-x;
	overflow: hidden;
	color: #323232;
}

div.mod-dotted h3.module {
	margin-bottom: 5px;
	/*height: 20px;*/
	line-height: 20px;
	font-size: 150%;
	letter-spacing: -1px;
	color: #323232;
}

div.mod-dotted h3.module span.color {
	color: #646464;
}

/*
 * module: separator
 */
div.mod-separator div.module {
	padding: 0px 10px 0px 0px;
	overflow: hidden;
	/*color: #ffffff;*/
}

/* Separator used between in the footer */
div.separator div.mod-separator div.module {
	/* background: url(../images/module_separator_bg.png) 100% 0 repeat-y; */
}

div.mod-separator h3.module {
	margin-bottom: 5px;
	height: 20px;
	line-height: 20px;
	font-size: 150%;
	letter-spacing: -1px;
	/*color: #ffffff;*/
}

div.mod-separator h3.module span.color {
	/*color: #ffffff;*/
}

div.mod-separator a:link, div.mod-separator a:visited {
	/*color: #ffffff;*/
}

div.mod-separator a:hover {
	/*color: #ffffff;*/
}

/*
 * module: sticker
 */
 
div.mod-sticker div.module-container-t {
	padding: 0px 10px 0px 10px;
	position: relative;
}

div.mod-sticker div.module-t {
	height: 10px;
	background: url(../images/module_sticker_t.png) 0 0 repeat-x;
}

div.mod-sticker div.module-tl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	background: url(../images/module_sticker_tl.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-sticker div.module-tr {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 10px;
	background: url(../images/module_sticker_tr.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-sticker div.module-l {
	background: url(../images/module_sticker_l.png) 0 0 repeat-y;
}

div.mod-sticker div.module-r {
	padding: 0px 10px 0px 10px;
	background: url(../images/module_sticker_r.png) 100% 0 repeat-y;
}

div.mod-sticker div.module-m {
	padding: 0px 5px 0px 5px;
	background: #C6461C;
	overflow: hidden;
	/*color: #FFFFFF;*/
}

div.mod-sticker div.module-l-ie6,
div.mod-sticker div.module-r-ie6 {
	display: none;
}

div.mod-sticker div.module-container-b {
	padding: 0px 38px 0px 14px;
	position: relative;
}

div.mod-sticker div.module-b {
	height: 35px;
	background: url(../images/module_sticker_b.png) 0 0 repeat-x; /* ie6png:scale */
}

div.mod-sticker div.module-bl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 14px;
	height: 35px;
	background: url(../images/module_sticker_bl.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-sticker div.module-br {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 38px;
	height: 35px;
	background: url(../images/module_sticker_br.png) 0 0 no-repeat; /* ie6png:scale */
}

div.mod-sticker h3.module {
	margin-bottom: 5px;
	height: 20px;
	line-height: 20px;
	font-size: 150%;
	letter-spacing: -1px;
	/*color: #ffffff;*/
}

div.mod-sticker div.module div.badge-new,
div.mod-sticker div.module div.badge-top,
div.mod-sticker div.module div.badge-pick {
	right: 2px;
	z-index: 1;
}

div.mod-sticker a:link, div.mod-sticker a:visited {
	/*color: #ffffff;*/
}

div.mod-sticker a:hover {
	/*color: #ffffff;*/
}