/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 
 
/* layout styling */
/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}
fieldset,img {  
	border: 0; 
} 
option {
	padding-left: 0.4em;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
	
body { 
	position: relative; 
} 
/* page setup */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}
body#page {
	background: #0B1219;
	color: #ffffff;
}
/* set body font size (styleswitcher) */
body.font-small {
	font-size: 11px;
}
body.font-medium {
	font-size: 12px;
}
body.font-large {
	font-size: 13px;
}
/* set body width (styleswitcher) */
body.width-thin div.wrapper {
	width: 780px;
}
body.width-wide div.wrapper {
	width: 940px;
}
body.width-fluid div.wrapper {
	width: 90%;
}
div#dogear {
	position: absolute;
	z-index: 20;
	top: 0px;
	left: 0px;
	width: 135px;
	height: 135px;
}
div#dogear img {
	width: 135px;
	height: 135px;
}
div#toppanel-container {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -50%;
	width: 100%;
	height: 0px;
	z-index: 15;
}
div#toppanel-wrapper {
	height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
div#toppanel {
	position: relative;
	z-index: 15;
	margin-top: -320px;
	width: 100%;
	height: 320px;
	background: url(../images/toppanel_bg.png) 0 100% repeat;
	color: #969696;	
}
div#toppanel .panel {
	margin: auto;
	width: 600px;
	height: 300px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
div#toppanel .close {
	width: 50px;
	height: 15px;
	margin-top: 23px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #646464;
	background: #1e1e1e;
	float: right;
	overflow: hidden;
	text-align: center;
	font-size: 85%;
	line-height: 150%;
	cursor: pointer;
}
div#toppanel .cpanel {
	clear: both;
}
div#toppanel-container .trigger {
	position: relative;
	z-index: 16;
	top: 0px;
	left: 50%;
	width: 120px;
	margin-left: -60px;
	cursor: pointer;
}
div#toppanel-container .trigger img {
	width: 20px;
	height: 19px;
	border: 0px;
}
div#toppanel-container .trigger-l, div#toppanel-container .trigger-r {
	width: 20px;
	height: 19px;
	float: left;
}
div#toppanel-container .trigger-l {
	background: url(../images/toppanel_trigger_l.png) 100% 0 repeat-x;
}
div#toppanel-container .trigger-r {
	background: url(../images/toppanel_trigger_r.png) 100% 0 repeat-x;
}
div#toppanel-container .trigger-m {
	width: 80px;
	height: 19px;
	background: url(../images/toppanel_trigger_m.png) 100% 0 repeat-x;
	float: left;
	text-align: center;
	font-size: 85%;
	line-height: 150%;
	overflow: hidden;
	color: #ffffff;
}
/* layout */
div.wrapper {
	margin: auto;
}
div#page-header {
	height: 30px;
	background: url(../images/page_header_bg.png) 50% 0 repeat-x;
}
div#page-body {
	background: #000000 url(../images/page_body_bg.png) 50% 0 repeat-x;
}
div#page-body .page-body-img {
	background: url(../images/page_body_img.jpg) 50% 0 no-repeat;
}
div#page-footer {
	background: url(../images/page_footer_bg.png) 50% 100% repeat-x;
}
div#page-footer .page-footer-img {
	background: url(../images/page_footer_img.jpg) 50% 100% no-repeat;
	min-height: 900px;
}
div#toolbar {
	width: auto;
	height: 30px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
div#date {
	margin: 6px 20px 0px 0px;
	float: left;
	font-size: 85%;
	color: #ffffff;
}
div#topmenu {
	margin: 6px 0px 0px 0px;
	float: left;
}
div#styleswitcher {
	width: 45px;
	height: 20px;
	margin: 6px 0px 0px 10px;
	float: right;
}
div#styleswitcher a {
	width: 15px;
	height: 20px;
	float: right;
	text-decoration: none;
	display: block;
}
a#switchfontsmall {
	background: url(../images/styleswitcher_fontsmall.png) 0 0 no-repeat;
}
a:hover#switchfontsmall {
	background: url(../images/styleswitcher_fontsmall_hover.png) 0 0 no-repeat;
}
a#switchfontmedium {
	background: url(../images/styleswitcher_fontmedium.png) 0 0 no-repeat;
}
a:hover#switchfontmedium {
	background: url(../images/styleswitcher_fontmedium_hover.png) 0 0 no-repeat;
}
a#switchfontlarge {
	background: url(../images/styleswitcher_fontlarge.png) 0 0 no-repeat;
}
a:hover#switchfontlarge {
	background: url(../images/styleswitcher_fontlarge_hover.png) 0 0 no-repeat;
}
a#switchwidththin {
	background: url(../images/styleswitcher_widththin.png) 0 0 no-repeat;
}
a:hover#switchwidththin {
	background: url(../images/styleswitcher_widththin_hover.png) 0 0 no-repeat;
}
a#switchwidthwide {
	background: url(../images/styleswitcher_widthwide.png) 0 0 no-repeat;
}
a:hover#switchwidthwide {
	background: url(../images/styleswitcher_widthwide_hover.png) 0 0 no-repeat;
}
a#switchwidthfluid {
	background: url(../images/styleswitcher_widthfluid.png) 0 0 no-repeat;
}
a:hover#switchwidthfluid {
	background: url(../images/styleswitcher_widthfluid_hover.png) 0 0 no-repeat;
}
div#topmodule {
	height: 18px;
	margin: 6px 0px 0px 10px;
	float: right;
}
div#search {
	height: 18px;
	margin: 6px 0px 0px 10px;
	float: right;
}
div#header {
	width: auto;
	height: 80px;
	padding: 40px 0px 0px 0px;
	position: relative;
	z-index: 10;
	clear: both;
}
span#logo {
	position: absolute;
	top: 10px;
	left: -30px;
	width: 260px;
	height: 110px;
	background: url(../images/logo.png) 0 0 no-repeat;
	z-index: 3;
	display: block;
	cursor: pointer;
}
div#banner {
	position: absolute;
	top: 10px;
	right: -50px;
	z-index: 3;
}
div#menu {
	height: 58px;
	margin: 0px 0px 0px 230px;
	padding: 0px 20px 0px 20px;
	position: relative;
}
div#menu .menu-m {
	height: 43px;
	padding: 15px 0px 0px 0px;
	background: url(../images/menu_m.png) 0 0 repeat-x;
}
div#menu .menu-l {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 58px;
	background: url(../images/menu_l.png) 0 0 no-repeat;
}
div#menu .menu-r {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 58px;
	background: url(../images/menu_r.png) 0 0 no-repeat;
}
div#top {
	width: auto;
	padding: 10px 0px 0px 0px;
	clear: both;
}
div#top .topbox {
}
div#top .topboxseperator {
}
div#middle {
	width: auto;
	margin: 10px 0px 0px 0px;
	clear: both;
}
div#middle .background {
	min-height: 340px;
}
div#middle .layoutleft {
	background: url(../images/middle_bg.png) 0 0 repeat;
	padding: 0px 0px 0px 0px;
}
div#middle .layoutright {
	background: url(../images/middle_bg.png) 0 0 repeat;
	padding: 0px 0px 0px 0px;
}
div#middle .withoutleft {
	background: url(../images/middle_bg.png) 0 0 repeat;
	padding: 0px 0px 0px 0px;
}
div#left {
	width: 215px;
}
div#middle .layoutleft div#left {
	float: left;
}
div#middle .layoutright div#left {
	float: right;
}
div#leftbox {
	width: 208px;
}
div#middle .layoutleft div#leftbox {
	margin: 6px 1px 6px 6px;
}
div#middle .layoutright div#leftbox {
	margin: 6px 6px 6px 1px;
}
div#leftbox .leftbox-t {
	width: 208px;
	height: 20px;
	background: url(../images/left_t.png) 0 0 no-repeat;
}
div#leftbox .leftbox-m {
	width: 186px;
	padding: 0px 11px 0px 11px;
	background: url(../images/left_m.png) 0 0 repeat-y;
}
div#leftbox .leftbox-b {
	width: 208px;
	height: 20px;
	background: url(../images/left_b.png) 0 0 no-repeat;
}
div#submenu, div#othermenu {
	width: 186px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	overflow: hidden;
}
div#main {
	width: auto;
}
div#middle .layoutleft div#main {
	margin: 0px 0px 0px 215px;
	padding: 0px 0px 0px 0px;
}
div#middle .layoutright div#main {
	margin: 0px 215px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div#middle .withoutleft div#main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div#maintop {
}
div#maintop .maintopbox {
	margin: 10px 0px 0px 0px;
}
div#maintop .maintopboxseperator {
}
div#mainmiddle {
	margin: 0px 0px 0px 0px;
}
div#main .withright {
	background: transparent;
}
div#main .withoutright {
	background: transparent;
}
div#right {
	width: 180px;
	margin: 10px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}
	
div#content {
	width: auto;
}
div#main .withright div#content {
	margin: 0px 190px 0px 0px;
	padding: 10px 10px 10px 10px;
}
div#main .withoutright div#content {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}
div#contenttop {
	margin: 0px 0px 10px 0px;
}
div#contenttop .contenttopbox {
}
div#contenttop .contenttopboxseperator {
}
div#breadcrumb {
	height: 19px;
	font-size: 85%;
	color: #ffffff;
}
div#contentbottom {
	margin: 10px 0px 0px 0px;
}
div#contentbottom .ccontentbottombox {
}
div#contentbottom .contentbottomboxseperator {
}
div#mainbottom {
}
div#mainbottom .mainbottombox {
	padding: 0px 0px 10px 0px;
}
div#mainbottom .mainbottomboxseperator {
}
div#bottom {
	width: auto;
	padding: 10px 0px 0px 0px;
	clear: both;
}
div#bottom .bottombox {
}
div#bottom .bottomboxseperator {
}
div#footer {
	width: auto;
	min-height: 100px;
	padding: 10px 0px 0px 0px;
	clear: both;
	text-align: center;
	color: #ffffff;
}
/* clearing & floating */
.clearingfix:after {
	content: "."; 
	display: block; 
	line-height: 0px;
	clear: both; 
	visibility: hidden;
}
	
.clearingfix { display: block; }
.floatbox { overflow: hidden; }
.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }
.width20 { width: 19.999%; }
.width25 { width: 24.999%; }
.width33 { width: 33.333%; }
.width50 { width: 49.999%; }
.width66 { width: 66.666%; }
.width75 { width: 74.999%; }
.width100 { width: 100%; }
/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 
p {
	margin: 1em 0;
}
td, th { 
  padding: 1px;
}
a:link, a:visited {
	color: #d2965a;
	text-decoration: none;
}
a:hover {
	color: #eb7800;
	text-decoration: underline;
}
body.green a:link, body.green a:visited { color: #b4be4b; }
body.green a:hover { color: #aae600; }
body.pink a:link, body.pink a:visited { color: #d264aa; }
body.pink a:hover { color: #d22391; }
body.red a:link, body.red a:visited { color: #d26464; }
body.red a:hover { color: #e63246; }
body.blue a:link, body.blue a:visited { color: #69aad2; }
body.blue a:hover { color: #3c8cdc; }
ul {
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 15px;
}
ul.arrow, ul.arrow-big, ul.checkbox, ul.checkbox-big {
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
ul.checkbox li {
	margin: 10px 0px 10px 0px;
	padding: 8px 0px 5px 30px;
	background: url(../images/list_checkbox.png) 0 0 no-repeat;
	font-weight: bold;
	line-height: 100%
}
ul.checkbox-big li {
	margin: 15px 0px 15px 0px;
	padding: 15px 0px 20px 55px;
	background: url(../images/list_checkbox_big.png) 0 0 no-repeat;
	font-size: 200%;
	font-weight: bold;
}
ul.arrow li {
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 10px 35px;
	background: url(../images/list_arrow.png) 0 0 no-repeat;
	font-weight: bold;
}
ul.arrow-big li {
	margin: 15px 0px 15px 0px;
	padding: 10px 0px 30px 60px;
	background: url(../images/list_arrow_big.png) 0 0 no-repeat;
	font-size: 200%;
	font-weight: bold;
}
ol {
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 0px 15px;
}
ol.disc {
	padding: 0px 0px 0px 27px;
	background: url(../images/list_disc.png) 0 0 repeat-y;
}
ol.disc li {
	padding: 0px 0px 6px 12px;
	font-weight: bold;
	line-height: 28px;
}
ol.disc-big {
	padding: 0px 0px 0px 45px;
	font-size: 200%;
	background: url(../images/list_disc_big.png) 0 0 repeat-y;
}
ol.disc-big li {
	padding: 0px 0px 12px 20px;
	font-weight: bold;
	line-height: 45px;
}
div.note {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #323232;
	background: #282828;
	text-align:justify;
}
div.alert {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
	border: 1px solid #323232;
	background: #282828 url(../images/div_alert.png) 3px 3px no-repeat;
	text-align:justify;
}
div.download {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
	border: 1px solid #323232;
	background: #282828 url(../images/div_download.png) 3px 3px no-repeat;
	text-align:justify;
}
div.info {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
	border: 1px solid #323232;
	background: #282828 url(../images/div_info.png) 3px 3px no-repeat;
	text-align:justify;
}
div.tip {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
	border: 1px solid #323232;
	background: #282828 url(../images/div_tip.png) 3px 3px no-repeat;
	text-align:justify;
}
blockquote {
	margin: 10px 0px 10px 0px;
	padding: 10px 35px 10px 35px;
	background: url(../images/blockquote_start.png) 0 0 no-repeat;
	text-align:justify;
}
blockquote div {
	margin: 0px -35px -10px 0px;
	padding: 0px 35px 10px 0px;
	background: url(../images/blockquote_end.png) 100% 100% no-repeat;
}
blockquote.big {
	margin: 10px 0px 10px 0px;
	padding: 50px 50px 50px 50px;
	background: url(../images/blockquote_big_start.png) 0 0 no-repeat;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 300%;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 100%;
	text-align: left;
}
blockquote.big div {
	margin: 0px -50px -50px 0px;
	padding: 0px 30px 50px 0px;
	background: url(../images/blockquote_big_end.png) 100% 100% no-repeat;
}
pre {
	margin: 2px 0px 2px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #323232;
	border-left: 20px solid #323232;
	background: #282828;
	font-size: 90%;
	color: #969696;
	/* Browser specific (not valid) styles to make preformatted text wrap */
	/* white-space: pre-wrap;       /* css-3 */
	/* white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
}
em.box, em.file, em.directory {
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
}
em.box { 
	padding: 0px 2px 0px 2px;
	background:#323232;
	border: 1px #3c3c3c solid;
}
em.file { 
	padding: 0px 0px 0px 13px;
	background: transparent url(../images/em_file.png) 0 1px no-repeat;
	color: #c8c8c8;
}
em.directory { 
	padding: 0px 0px 0px 16px;
	background: transparent url(../images/em_directory.png) 0 1px no-repeat;
	color: #c8c8c8;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
}
h1 {
	font-size: 300%;
	font-weight: normal;
	color: #eb7800;
}
h2 {
	font-size: 250%;
	color: #c8c8c8;
}
h3 {
	font-size: 200%;
}
h4 {
	font-size: 175%;
	font-weight: normal;
	color: #eb7800;
}
h5 {
	font-size: 150%;
	color: #969696;
}
h6 {
	font-size: 125%;
	color: #eb7800;
}
body.green h1, body.green h4, body.green h6 { color: #aae600; }
body.pink h1, body.pink h4, body.pink h6 { color: #d22391; }
body.red h1, body.red h4, body.red h6 { color: #e63246; }
body.blue h1, body.blue h4, body.blue h6 { color: #3c8cdc; }
/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 
/* topmenu */
div#topmenu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
}
div#topmenu li {
	float: left;
	display: block;
}
div#topmenu li a {
	float: left;
	display: block;
	position: relative;
	height: 20px;
	padding: 0px 10px 0px 10px;
	background: url(../images/topmenu_item_bg.png) 0 4px no-repeat;
	line-height: 17px;
	overflow: hidden;
	font-size: 85%;
	text-decoration: none;
}
div#topmenu li.item1 a {
	padding: 0px 10px 0px 0px;
	background: none;
}
div#topmenu a:link, div#topmenu a:visited {
	color: #C8C8C8;
}
div#topmenu a:hover {
	color: #ffffff;
}
/* menu */
div#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
}
div#menu li {
	float: left;
	display: block;
	margin: 3px 0px 0px 5px;
}
div#menu li a {
	float: left;
	display: block;
	height: 25px;
	padding: 0px 20px 0px 20px;
	line-height: 25px;
	overflow: hidden;
	font-size: 100%;
	color: #646464;
	text-decoration: none;
}
div#menu a:link, div#menu a:visited {
	color: #ffffff;
}
div#menu li:hover a, div#menu li a:hover {
	color: #FFFFAA;
}
div#menu li.active a {
	font-weight: bold;
	color: #FFFFAA;
}
/* sub menu */
div#submenu ul {
	padding: 0px;
	margin: 0px;
	width: 186px;
	overflow: hidden;
	list-style: none;
}
div#submenu li {
	display: block;
}
div#submenu li a, div#submenu li span {
	height: 25px;
	display: block;
	line-height: 25px;
	text-decoration: none;
	color: #ffffff;
}
div#submenu a:link, div#submenu a:visited {
	color: #ffffff;
}
div#submenu li#current a {
	font-weight: bold;
}
div#submenu li#current li a {
	font-weight: normal;
}
div#submenu li.active a, div#submenu li.active a:hover, div#submenu li.active span, div#submenu li.active span:hover { /* set active */
	color: #FFFFAA;
}
div#submenu li a:hover, div#submenu li span:hover, div#submenu li span.sfhover {
	color: #FFFFAA;
}
div#submenu li.level2 {
	background: url(../images/submenu_level2_item.png) 0 0 no-repeat;
}
div#submenu li.level2 a, div#submenu li.level2 span {
	padding: 0px 0px 0px 15px;
}
div#submenu li.level2 a:hover, div#submenu li.level2 span:hover, div#submenu li.level2 span.sfhover {
	color: #FFFFAA;
}
div#submenu li.parent {
	background: url(../images/submenu_level2_item_parent.png) 0 0 no-repeat;
}
div#submenu li.parent span {
	cursor: pointer;
}
div#submenu li.level2 ul, div#submenu li.level2 div {
	background: none;
}
div#submenu li.level2 li {
	background: none;
	text-indent: 0px;
}
div#submenu li.level3 a {
	width: 151px;
	height: 20px;
	padding: 0px 0px 0px 35px;
	background: url(../images/submenu_level3_item_bg.png) 15px 2px no-repeat;
	color: #ffffff;
	line-height: 20px;
}
div#submenu li.level2 li.active a, div#submenu li.level2 li.active a:hover, div#submenu li.level2 li.active span, div#submenu li.level2 li.active span:hover { /* set active */
	color: #FFFFAA;
}
div#submenu li.level4 a {
	width: 141px;
	padding: 0px 0px 0px 45px;
	background:  url(../images/submenu_level4_item_bg.png) 25px 2px no-repeat;
}
div#submenu li.level3 li.level4 a {
	color: #ffffff;
}
div#submenu li.level3 li.active a, div#submenu li.level3 li.active a:hover, div#submenu li.level3 li.active span, div#submenu li.level3 li.active span:hover { /* set active */
	color: #FFFFAA;
}
div#submenu li.level5 a  {
	width: 131px;
	padding: 0px 0px 0px 55px;
	background: url(../images/submenu_level5_item_bg.png) 35px 2px no-repeat;
}
div#submenu li.level4 li.level5 a {
	color: #ffffff;
}
div#submenu li.level4 li.active a, div#submenu li.level4 li.active a:hover, div#submenu li.level4 li.active span, div#submenu li.level4 li.active span:hover { /* set active */
	color: #FFFFAA;
}
/* other menu */
div#othermenu ul {
	padding: 0px;
	margin: 0px;
	width: 186px;
	overflow: hidden;
	list-style: none;
}
div#othermenu li {
	display: block;
}
div#othermenu li a, div#othermenu li span {
	height: 25px;
	display: block;
	line-height: 25px;
	text-decoration: none;
	color: #ffffff;
}
div#othermenu a:link, div#othermenu a:visited {
	color: #ffffff;
}
div#othermenu li#current a {
	font-weight: bold;
}
div#othermenu li#current li a {
	font-weight: normal;
}
div#othermenu li.active a, div#othermenu li.active a:hover, div#othermenu li.active span, div#othermenu li.active span:hover { /* set active */
	color: #FFFFAA;
}
div#othermenu li a:hover, div#othermenu li span:hover, div#othermenu li span.sfhover {
	color: #FFFFAA;
}
div#othermenu li.level1 {
	background: url(../images/submenu_level2_item.png) 0 0 no-repeat;
}
div#othermenu li.level1 a, div#othermenu li.level1 span {
	padding: 0px 0px 0px 15px;
}
div#othermenu li.level1 a:hover, div#othermenu li.level1 span:hover, div#othermenu li.level1 span.sfhover {
	color: #FFFFAA;
}
div#othermenu li.parent {
	background: url(../images/submenu_level2_item_parent.png) 0 0 no-repeat;
}
div#othermenu li.parent span {
	cursor: pointer;
}
div#othermenu li.level1 ul, div#othermenu li.level1 div {
	background: none;
}
div#othermenu li.level1 li {
	background: none;
	text-indent: 0px;
}
div#othermenu li.level2 a {
	width: 151px;
	height: 20px;
	padding: 0px 0px 0px 35px;
	background: url(../images/submenu_level3_item_bg.png) 15px 2px no-repeat;
	color: #ffffff;
	line-height: 20px;
}
div#othermenu li.level1 li.active a, div#othermenu li.level1 li.active a:hover, div#othermenu li.level1 li.active span, div#othermenu li.level1 li.active span:hover { /* set active */
	color: #FFFFAA;
}
div#othermenu li.level3 a {
	width: 141px;
	padding: 0px 0px 0px 45px;
	background:  url(../images/submenu_level4_item_bg.png) 25px 2px no-repeat;
}
div#othermenu li.level2 li.level3 a {
	color: #ffffff;
}
div#othermenu li.level2 li.active a, div#othermenu li.level2 li.active a:hover, div#othermenu li.level2 li.active span, div#othermenu li.level2 li.active span:hover { /* set active */
	color: #FFFFAA;
}
div#othermenu li.level4 a  {
	width: 131px;
	padding: 0px 0px 0px 55px;
	background: url(../images/submenu_level5_item_bg.png) 35px 2px no-repeat;
}
div#othermenu li.level3 li.level4 a {
	color: #ffffff;
}
div#othermenu li.level3 li.active a, div#othermenu li.level3 li.active a:hover, div#othermenu li.level3 li.active span, div#othermenu li.level3 li.active span:hover { /* set active */
	color: #FFFFAA;
}
/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 
div.moduletable h3,
div.moduletable-blank h3,
div.module h3,
div.module-blank h3,
div.module-slider h3,
div.module-round h3 {
	font-size: 100%;
}
/* toppanel modules */
#toppanel div.moduletable {
	margin: 0px 0px 10px 0px;
}
#toppanel div.moduletable h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	font-size: 150%;
	font-weight: bold;
}
/* top modules */
/* default */
#top div.module {
	padding: 10px 10px 10px 10px;
	background: url(../images/top_module_bg.png) 0 0 repeat;
	text-align: justify;
}
#top .topboxseperator div.module {
	margin: 0px 10px 0px 0px;
}
#top div.module h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	text-align: left;
	font-size: 175%;
	font-weight: bold;
	color: #eb7800;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
}
/* nobg */
#top div.module-nobg {
	padding: 10px 10px 10px 10px;
}
#top .topboxseperator div.module-nobg {
	margin: 0px 10px 0px 0px;
}
#top div.module-nobg h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	text-align: left;
	font-size: 175%;
	font-weight: bold;
	color: #eb7800;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
}
#top div.module-nobg span {
	background: #000000;
}
body.green #top div.module-nobg h3, body.green #top div.module h3 { color: #aae600; }
body.pink #top div.module-nobg h3, body.pink #top div.module h3 { color: #d22391; }
body.red #top div.module-nobg h3, body.red #top div.module h3 { color: #e63246; }
body.blue #top div.module-nobg h3, body.blue #top div.module h3 { color: #3c8cdc; }
#top div.module-nobg span a:link, #top div.module-nobg span a:visited {
	color: #ffffff;
}
#top div.module-nobg span a:hover {
	color: #ffffff;
}
/* blank */
#top div.module-blank {
	padding: 0px 0px 0px 0px;
}
#top .topboxseperator div.module-blank {
	margin: 0px 10px 0px 0px;
}
/* left modules */
/* default */
#left div.moduletable {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 30px 10px;
	width: 166px;
	overflow: hidden;
}
#left div.moduletable h3 {
	margin: -10px -10px 10px -10px;
	padding: 0px 0px 0px 10px;
	height: 25px;
	background: url(../images/left_module_header.png) 0 0 no-repeat;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
}
/* blank */
#left div.moduletable-blank {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	width: 186px;
	overflow: hidden;
}
/* maintopbox & mainbottombox modules */
#maintop div.module, #mainbottom div.module {
	margin: 0px 10px 0px 10px;
	padding: 10px 15px 10px 15px;
	background: url(../images/main_module_bg.png) 0 0 repeat;
	overflow: hidden;
	text-align:justify;
}
#maintop .maintopboxseperator div.module, #mainbottom .mainbottomboxseperator div.module {
	margin: 0px 0px 0px 10px;
}
#maintop div.module h3, #mainbottom div.module h3 {
	margin: -10px -15px 10px -15px;
	padding: 0px 0px 0px 15px;
	background: url(../images/main_module_header.png) 0 0 repeat;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
}
/* blank */
#maintop div.module-blank, #mainbottom div.module-blank {
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
#maintop .maintopboxseperator div.module-blank, #mainbottom .mainbottomboxseperator div.module-blank {
	margin: 0px 0px 0px 10px;
}
/* right modules */
#right div.module {
	margin: 0px 0px 20px 0px;
	padding: 10px 15px 10px 15px;
	background: url(../images/main_module_bg.png) 0 0 repeat;
	overflow: hidden;
	text-align:justify;
}
#right div.module h3 {
	margin: -10px -15px 10px -15px;
	padding: 0px 0px 0px 15px;
	background: url(../images/main_module_header.png) 0 0 repeat;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
}
/* round */
#right div.module-round {
	margin: 0px 0px 20px 0px;
	background: url(../images/right_module_m.png) 0 0 repeat-y;
}
#right div.module-round div {
	background: url(../images/right_module_t.png) 0 0 no-repeat;
}
#right div.module-round div div {
	background: url(../images/right_module_b.png) 0 100% no-repeat;
}
#right div.module-round div div div {
	width: 160px;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
}
/* reset */
#right div.module-round div div div div {
	padding: 0px 0px 0px 0px;
	background: none;
}
#right div.module-round h3 {
	height: 20px;
	margin: -10px -10px 5px -10px;
	padding: 0px 0px 5px 10px;
	background: url(../images/right_module_header.png) 0 0 no-repeat;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
}
/* slider */
#right div.module-slider {
	margin: 0px 0px 20px 0px;
}
#right div.module-slider h3 {
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 10px;
	background: url(../images/right_module_header.png) 0 0 no-repeat;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
}
/* blank */
#right div.module-blank {
	padding: 0px 0px 0px 0px;
}
/* contenttopbox & contentbottombox modules */
#contenttop div.module, #contentbottom div.module {
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 10px 15px;
	background: url(../images/main_module_bg.png) 0 0 repeat;
	overflow: hidden;
	text-align:justify;
}
#contenttop .contenttopboxseperator div.module, #contentbottom .contentbottomboxseperator div.module {
	margin: 0px 10px 0px 0px;
}
#contenttop div.module h3, #contentbottom div.module h3 {
	margin: -10px -15px 10px -15px;
	padding: 0px 0px 0px 15px;
	background: url(../images/main_module_header.png) 0 0 repeat;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
}
/* blank */
#contenttop div.module-blank, #contentbottom div.module-blank {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
#contenttop .contenttopboxseperator div.module-blank, #contentbottom .contentbottomboxseperator div.module-blank {
	margin: 0px 10px 0px 0px;
}
/* bottom modules */
/* default */
#bottom div.module {
	padding: 10px 10px 10px 10px;
	background: url(../images/bottom_module_bg.png) 0 0 repeat;
	text-align: center;
}
#bottom .bottomboxseperator div.module {
	margin: 0px 10px 0px 0px;
}
#bottom div.module h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	text-align: center;
	font-size: 125%;
	font-weight: bold;
}
/* blank */
#bottom div.module-blank {
	padding: 0px 0px 0px 0px;
}
#bottom .bottomboxseperator div.module-blank {
	margin: 0px 10px 0px 0px;
}
/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 
div.search {
	padding: 0px;
	width: 100px;
	height: 18px;
	background: url(../images/search_bg.png) 0 0 no-repeat;
}
div.search input.inputbox {
	width: 73px;
	height: 14px;
	padding: 2px 2px 2px 7px;
	border: none;
	background: none;
	float: left;
	color: #646464;
	font-size: 75%;
}
div.search input.button {
	width: 18px;
	height: 18px;
	border: none;
	background: url(../images/search_button.png) 0 0 no-repeat;
	cursor: pointer;
	text-indent: 100px;
	line-height: 0px;
}
div.search:hover, div#search div.sfhover  {
	background: url(../images/search_bg_hover.png) 0 0 no-repeat;
}
div.search input:hover, div.search input.sfhover  {
	color: #FFFFAA;
}
div.search input:focus, div.search input.sffocus  {
	color: #FFFFAA;
}
.contentheading,
.componentheading {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 250%;
	line-height: 100%;
	font-weight: bold;
	color: #d2965a;
}
body.green .contentheading, body.green .componentheading { color: #b4be4b; }
body.pink .contentheading, body.pink .componentheading { color: #d264aa; }
body.red .contentheading, body.red .componentheading { color: #d26464; }
body.blue .contentheading, body.blue .componentheading { color: #69aad2; }
#overDiv {
	line-height: 50%;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
.contentpane {
  margin: 0;
  padding: 0;
  width: 100%;
}
.contentpaneopen {
  margin: 0;
  padding: 0;
  width: 100%;
}
.contentpaneopen hr {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #c8c8c8;
	border-left: 0px;
	line-height: 0px;
	height: 1px;
}
.article_seperator {
	display: block;
	height: 16px;
}
.small {
	font-size: 95%;
	font-style: italic;
	color: #969696;
}
.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 95%;
	font-weight: bold;
	color: #646464;
}
.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 95%;
	color: #646464;
}
.buttonheading {
}
.buttonheading img {
	margin-right: 2px;
}
.mosimage_caption {
	font-size: 95%;
}
.button {
	font-size: 95%;
}
.sectiontableheader {
	padding: 5px 5px 5px 5px;
	background: #000000;
	border-bottom: 1px solid #141414;
	font-weight : bold;
}
tr.sectiontableentry1 td {
	padding: 5px 5px 5px 5px;
	background: #282828;
	border-bottom: 1px solid #141414;
}
tr.sectiontableentry2 td {
	padding: 5px 5px 5px 5px;
	background: #323232;
	border-bottom: 1px solid #141414;
}
td.sectiontableentry1 {
	padding: 5px 5px 5px 5px;
	background: #282828;
	border-bottom: 1px solid #141414;
}
td.sectiontableentry2 {
	padding: 5px 5px 5px 5px;
	background: #323232;
	border-bottom: 1px solid #141414;
}
.poll input.button {
	margin: 10px 0px 0px 0px;
}
/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 
/* YOOLogin */
div#yt-login {
	width: 228px;
}
div#yt-login .yt-username, 
div#yt-login .yt-password, 
div#yt-login .yt-remember, 
div#yt-login .yt-login-button {
	float: left;
}
div#yt-login .yt-username, 
div#yt-login .yt-password {
	padding-right: 5px;
}
div#yt-login .yt-username input, div#yt-login .yt-password input {
	width: 88px;
	height: 14px;
	padding: 2px 2px 2px 10px;
	background: url(../images/login_bg.png) 0 0 no-repeat;
	border: none;
	float: left;
	color: #646464;
	font-size: 75%;
}
div#yt-login .yt-username input:hover, div#yt-login .yt-username input.sfhover {
	background: url(../images/login_bg_hover.png) 0 0 no-repeat;
	color: #FFFFAA;
}
div#yt-login .yt-password input:hover, div#yt-login .yt-password input.sfhover {
	background: url(../images/login_bg_hover.png) 0 0 no-repeat;
	color: #FFFFAA;
}
div#yt-login .yt-username input:focus, div#yt-login .yt-username input.sffocus {
	background: url(../images/login_bg_hover.png) 0 0 no-repeat;
	color: #FFFFAA;
}
div#yt-login .yt-password input:focus, div#yt-login .yt-password input.sffocus {
	background: url(../images/login_bg_hover.png) 0 0 no-repeat;
	color: #FFFFAA;
}
div#yt-login .yt-login-button button {
	display: block;
	height: 18px;
	width: 18px;
	border: none;
	background: url(../images/login_button.png) 0 0 no-repeat;
	cursor: pointer;
	overflow: hidden;
}
div#yt-login .yt-login-button button:hover, div#yt-login .yt-login-button button.sfhover {
	background: url(../images/login_button_hover.png) 0 0 no-repeat;
}
div#yt-login .yt-break {
	clear: both;
}
div#yt-login .yt-lostpassword, div#yt-login .yt-registration {
	float: left;
	font-size: 80%;
	line-height: 20px;
}
div#yt-login .yt-lostpassword {
	width: 100px;
}
div#yt-login .yt-registration {
	width: 120px;
}
div#yt-login .yt-lostpassword {
	padding: 0px 5px 0px 0px;
}
div#yt-logout .yt-greeting {
	margin: 0px 5px 0px 0px;
	float: left;
	color: #646464;
}
div#yt-logout .yt-logout-button {
	height: 20px;
	width: 60px;
	float: left;
}
div#yt-logout .yt-logout-button button {
	display: block;
	height: 20px;
	width: 60px;
	padding: 0px 0px 2px 0px;
	border: none;
	background: url(../images/logout_button.png) 0 0 no-repeat;
	font-size: 75%;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	color: #646464;
}
div#yt-logout .yt-logout-button button:hover, div#yt-logout .yt-logout-button button.sfhover {
	background: url(../images/logout_button_hover.png) 0 0 no-repeat;
	color: #FFFFAA;
}
/* YOOslider: drawer vertical */
#right div.drawer-v ul.yoo-sliderlist .item-bl {
	background: url(../images/drawer_item_bl.png) 0 100% no-repeat;
}
#right div.drawer-v ul.yoo-sliderlist .active .item-bl {
	background: url(../images/drawer_item_bl_hover.png) 0 100% no-repeat;
}
#right div.drawer-v ul.yoo-sliderlist .item-br {
	padding: 0px 10px 0px 10px;
	background: url(../images/drawer_item_br.png) 100% 100% no-repeat;
}
#right div.drawer-v ul.yoo-sliderlist .active .item-br {
	background: url(../images/drawer_item_br_hover.png) 100% 100% no-repeat;
}
#right div.drawer-v ul.yoo-sliderlist .item-b {
	padding: 0px 0px 10px 0px;
	background: url(../images/drawer_item_b.png) 0 100% repeat-x;
}
#right div.drawer-v ul.yoo-sliderlist .active .item-b {
	background: url(../images/drawer_item_b_hover.png) 0 100% repeat-x;
}
#right div.drawer-v ul.yoo-sliderlist .item-l {
	margin: 0px -10px 0px -10px;
	background: url(../images/drawer_item_l.png) 0 0 repeat-y;
}
#right div.drawer-v ul.yoo-sliderlist .item-r {
	padding: 0px 1px 0px 1px;
	background: url(../images/drawer_item_r.png) 100% 0 repeat-y;
}
#right div.drawer-v ul.yoo-sliderlist .article {
	background: url(../images/drawer_item_bg.png) 0 100% repeat-x;
}
#right div.drawer-v ul.yoo-sliderlist .active .article {
	background: url(../images/drawer_item_bg_hover.png) 0 100% repeat-x;
}
#right div.drawer-v ul.yoo-sliderlist .article h3 {
	padding: 0px 0px 0px 0px;
	margin-bottom: 5px;
	line-height: 100%;
	font-size: 150%;
	font-weight: bold;
	color: #969696;
	background: none;
}
#right div.drawer-v ul.yoo-sliderlist .article {
	font-size: 95%;
	line-height: 125%;
}
/* YOOslider: slider horizontal */
div.slider-h ul.yoo-sliderlist li.first {
	background: url(../images/slider_item_l.png) 0 0 no-repeat;
}
div.slider-h ul.yoo-sliderlist li .item-r {
	border-right: 1px solid #3C3C3C;
}
div.slider-h ul.yoo-sliderlist li:hover.first {
	background: url(../images/slider_item_l_hover.png) 0 0 no-repeat;
}
div.slider-h ul.yoo-sliderlist li {
	background: url(../images/slider_item_m.png) 0 0 repeat-x;
}
div.slider-h ul.yoo-sliderlist li:hover {
	background: url(../images/slider_item_m_hover.png) 0 0 repeat-x;
}
div.slider-h ul.yoo-sliderlist li.last {
	background: url(../images/slider_item_r.png) 100% 0 no-repeat;
}
div.slider-h ul.yoo-sliderlist li.last .item-r {
	border-right: none;
}
div.slider-h ul.yoo-sliderlist li:hover.last {
	background: url(../images/slider_item_r_hover.png) 100% 0 no-repeat;
}
div.slider-h ul.yoo-sliderlist .article h3 {
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
	font-size: 150%;
	font-weight: bold;
	color: #969696;
}
div.slider-h ul.yoo-sliderlist .article {
	font-size: 95%;
	line-height: 125%;
}
/* YOOcarousel */
div.default div.yoo-carousel ul.panel-top, div.default div.yoo-carousel ul.panel-bottom {
	height: 40px;
}
div.default div.yoo-carousel ul.panel-top li, div.default div.yoo-carousel ul.panel-bottom li {
	margin: 0px 10px 0px 0px;
}
div.default div.yoo-carousel ul.panel-top li.item1, div.default div.yoo-carousel ul.panel-bottom li.item1 {
	margin: 0px 10px 0px 20px;
}
div.default div.yoo-carousel ul.panel-top li a, div.default div.yoo-carousel ul.panel-bottom li a {
	background: url(../images/carousel_tab_m.png) 0 0 repeat-x; 
}
div.default div.yoo-carousel ul.panel-top li.selected a, div.default div.yoo-carousel ul.panel-bottom li.selected a {
	background: url(../images/carousel_tab_m_active.png) 0 0 repeat-x; 
}
div.default div.yoo-carousel ul.panel-top li a span, div.default div.yoo-carousel ul.panel-bottom li a span {
	background: url(../images/carousel_tab_l.png) 0 0 no-repeat; 
}
div.default div.yoo-carousel ul.panel-top li.selected a span, div.default div.yoo-carousel ul.panel-bottom li.selected a span {
	background: url(../images/carousel_tab_l_active.png) 0 0 no-repeat; 
}
div.default div.yoo-carousel ul.panel-top li a span span, div.default div.yoo-carousel ul.panel-bottom li a span span {
	height: 40px;
	padding: 0px 20px 0px 20px;
	background: url(../images/carousel_tab_r.png) 100% 0 no-repeat; 
	line-height: 50px;
	font-weight: bold;
	font-size: 125%;
	overflow: hidden;
}
div.default div.yoo-carousel ul.panel-top li.selected a span span, div.default div.yoo-carousel ul.panel-bottom li.selected a span span {
	background: url(../images/carousel_tab_r_active.png) 100% 0 no-repeat; 
}
div.default div.yoo-carousel li a:link, div.default div.yoo-carousel li a:visited {
	color: #646464;
	text-decoration: none;
}
div.default div.yoo-carousel li a:hover, div.default div.yoo-carousel li.selected a:link, div.default div.yoo-carousel li.selected a:visited {
	color: #969696;
	text-decoration: none;
}
div.default div.yoo-carousel .frame {
	background: #000000;
}
div.default div.yoo-carousel .prev span {
	width: 50px;
	height: 40px;
	display: block;
	background: url(../images/carousel_button_prev.png) 100% 0 no-repeat; 
}
div.default div.yoo-carousel .next span {
	width: 50px;
	height: 40px;
	display: block;
	background: url(../images/carousel_button_next.png) 100% 0 no-repeat; 
}
div.default div.yoo-carousel .panel-container {
	margin: auto;
	background: url(../images/carousel_panel_b.png) 0 100% repeat-x; 
}
div.default div.yoo-carousel .panel-container-bl {
	background: url(../images/carousel_panel_bl.png) 0 100% no-repeat; 
}
div.default div.yoo-carousel .panel-container-br {
	background: url(../images/carousel_panel_br.png) 100% 100% no-repeat; 
}
div.default div.yoo-carousel .article h3 {
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
	font-size: 150%;
	font-weight: bold;
	color: #969696;
}
div.default div.yoo-carousel .article {
	font-size: 95%;
	line-height: 125%;
}
/* YOOcarousel Slideshow */
div.slideshow div.yoo-carousel {
	background: #000000;
}
div.slideshow div.yoo-carousel .prev, div.slideshow div.yoo-carousel .next {
	top: 0px;
}
div.slideshow div.yoo-carousel .prev a, div.slideshow div.yoo-carousel .next a {
	width: 65px;
	display: block;
}
div.slideshow div.yoo-carousel .prev a {
	background: url(../images/slideshow_button_prev.png) 0 -32px no-repeat; 
}
div.slideshow div.yoo-carousel .next a {
	background: url(../images/slideshow_button_next.png) 0 -32px no-repeat; 
}
div.slideshow div.yoo-carousel .prev a:hover {
	background: url(../images/slideshow_button_prev.png) 0 45% no-repeat; 
}
div.slideshow div.yoo-carousel .next a:hover {
	background: url(../images/slideshow_button_next.png) 0 45% no-repeat;
}
/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 
/* layout styling */
/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 
body#page {
	background: #1C1C1C;
}
div#page-body {
	background: #000000 url(../images/page_body_bg.png) 50% 0 repeat-x;
}
div#page-body .page-body-img {
	background: url(../images/page_body_img.jpg) 50% 0 no-repeat;
}
div#page-footer {
	background: url(../images/page_footer_bg.png) 50% 100% repeat-x;
}
div#page-footer .page-footer-img {
	background: url(../images/page_footer_img.jpg) 50% 100% no-repeat;
}
/* SLIMBOX */
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 17; /* modified */
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 19; /* modified */
}
.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}
#lbImage {
	border: 10px solid #fff;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}
/**
* YOOcarousel Joomla! Module
*
* @version   1.0.3
* @author    yootheme.com
* @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
* @license	 GNU/GPL
*/
div.yoo-carousel {
	overflow: hidden;
}
div.yoo-carousel div.frame {
	position: relative;
	overflow: hidden;
}
div.yoo-carousel div.panel {
	overflow: hidden;
}
div.yoo-carousel div.panel div.slide {
	float: left;
}
div.yoo-carousel br {
	height: 0px;
	margin: 0;
	padding: 0;
	border: none;
	clear: both;
	visibility: hidden;
	line-height: 0px;
}
div.yoo-carousel ul.panel-top, div.yoo-carousel ul.panel-bottom {
	padding: 0px;
	margin: auto;
	list-style: none;
}
div.yoo-carousel ul.panel-top li, div.yoo-carousel ul.panel-bottom li {
	float: left;
	display: block;
}
div.yoo-carousel ul.panel-top li a, div.yoo-carousel ul.panel-bottom li a {
	float: left;
	display: block;
}
div.yoo-carousel ul.panel-top li a span, div.yoo-carousel ul.panel-bottom li a span {
	float: left;
	display: block;
}
div.yoo-carousel .prev, div.yoo-carousel .next {
	position: absolute;
	top: 35%;
	z-index: 1;
}
div.yoo-carousel .prev {
	left: 0px;
}
div.yoo-carousel .next {
	right: 0px;
}
/**
* YOOslider Joomla! Module
*
* @version   1.0.0
* @author    yootheme.com
* @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
* @license	 GNU/GPL
*/
div.yoo-slider { 
	overflow: hidden;
	position: relative;
}
ul.yoo-sliderlist {
	margin: 0px;
	padding: 0px;
	position: relative;
}
 
ul.yoo-sliderlist .item {
	display: block;
	overflow: hidden;
}
/* BUTTONS */
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* BLUE */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

