html, body, ul, ul li, dl, dt, dd, img, form, table, td {
  margin: 0; 
  padding: 0;
  border: 0;
	list-style: none;
	border-spacing:0;
	border-collapse:collapse;
}
/*arabian*/
/*div, p, li, h1, h2, h3, h4, h5, h6{
  text-align: right;
}
html{
  direction: rtl;
}*/
.test{
  unicode-bidi: bidi-override; direction: ltr;
}
body {
  padding: 0 390px; /* the critical side padding that sets the natural min-width! */ 
	background-color:#fff; 
	color: #000; 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 100.01%; /* this body font-size fixes an IE bug and maintains x-browser uniformity */ 
  /*notarabian to be put in ie5x hack css to prevent content to be aligned center by defaultxext-align: center; /* centers the #sizer element in IE5.x/win */
}

#sizer {
  margin: 0 auto; /* centers #sizer in standard browsers */
  padding: 0;
  width: 100%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  /*notarabiantext-align: left; /* resets the default text alignment for the page */
  xext-align: right;/*arabian*/
	max-width: 200px;
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -380px; /* neg side margin values should be < or = to side body padding */
	min-width: 760px; /* This prevents Safari from losing the negative margins in narrow windows */ 
	position: relative; /* makes #expander visible outside #sizer in IEwin */
	padding:0 5px;
	margin-top:0px; /* Abstand nach oben */
}
#expander, #product-matrix, .inline-window, .ecard-viewer {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: .8em; /* set global font-size here */ 
}

#border {
	border:1px solid #cacaca;
	border-top:0;
	border-bottom:0;
	background-color:#fff;
}

/*\*/
* html #expander {height: 0;} 
/* #expander must have "height: 0" in IEwin bug fixing */

/* The above is a modified Holly hack for #expander, with zero substituted for the 
usual 1% height value. Any % value on this element causes a horrendous IE bug! */ 


#wrapper1 {
  position: relative;
	background-color:#c8e2f4; /* f�r Spalten links und rechts */
  border: 10px solid #fff;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#tooltip {
	position:absolute;
	width:270px;
	height:110px;
	top:0;
	left:0;
	display:none;
	z-index:1000;
}

/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are 
marked "critical" and also refer to the desired mod MUST be changed as a group. */

.outer {
	background-color:#fff;
  border-left: 10px solid #fff; /*** Critical left divider dimension value ***/
  border-right: 10px solid #fff; /*** Critical right divider dimension value ***/
  margin-left: 185px;    /*** Critical left col width value ***/
  margin-right: 185px;    /*** Critical right col width value ***/
}

.float-wrap {
	background-color:#fff; /* IE7 */
  /*float: left;notarabian*/
  float: right;
  width: 100%;
}

.center {
  /*float: right;notarabian*/
  float: left;
  width: 100%;
  color:#444;
  min-height:300px;
}

.left {
  /*float: left;notarabian*/
  float: right;
  background-color:#c8e2f4;
  position: relative; /* Needed for IE/win */
  width: 185px;    /*** Critical left col width value ***/
  /*notarabianmargin-left: -195px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
  margin-right: -195px;
	/* height:100%; */ /* ??? */
}

.right {
  /*float: right; notarabian*/
  float: left;
  background-color:#c8e2f4;
  position: relative; /* Needed for IE/win */
  width: 185px;    /*** Critical right col width value ***/
  /*notarabianmargin-right: -195px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: -195px;
  /*notarabianmargin-left: 10px;   /*** Critical right divider dimension value ***/
  margin-right: 10px;/*arabian*/
	overflow:auto; /* prevent from put the box below the lefthand-navi in IE */
}

.action {
  background-color:#c8e2f4;
}

.centerbox {
  overflow: visible;
  width: 100%;
}

.container-left {
	color: #fff;
}

.container-right {
	overflow:hidden;
	color: #005099;
	padding-bottom: 0px; /* was 80 */
} 


/*************** Header and Footer elements *****************/

.header {
	position:relative;
  width: 100%;
  color: #005099;
	background-color:#fff;
}

.commonlinks {
	background-color:#fff;
	xext-align:right;/*notarabian*/
	margin-top:44px;
}
.commonlinks UL {
	padding-left:10px;
    margin: 0;
}
.commonlinks LI {
	display:inline;
	background-image:url(../file/all/vertline_11px.gif);
	background-repeat:no-repeat;
	background-position:right center;/*notarabian*/
	padding-right:15px;
    float: left;
}
.commonlinks LI.last {
	padding-right:0;
	background-image:none;
}
.commonlinks LI.setlang {
	padding-right:0;
	padding-left:15px;
	background-position:left center;
}
.commonlinks LI A {
	text-decoration:none;
	color:#005099;
}
.commonlinks LI A.selected {
	font-weight:bold;
}
.commonlinks LI A:hover {
	color:#ff7800;
}

.toplevelnavi {
	margin-top:6px;
	line-height:90%; /* Moz-embed-height bug hack - part 1 */
}
.toplevelnavi UL {
	padding-right:10px;/*notarabian*/
}
.toplevelnavi LI {
	/*float:left;notarabian*/
	float: right;
	font-size:1.2em;
	font-weight:bold;
	border-left:1px solid #fff;/*notarabian*/
}
.toplevelnavi LI A {
  float:left;
  display:block;
	line-height:normal; /* Moz-embed-height bug hack - part 2 */
	text-decoration:none;
	color:#fff;
	background-color:#4482b8;
	padding:5px 10px;
}
.toplevelnavi LI A:hover {
	color:#ff7800;
	background-color:#005099;
}
.toplevelnavi LI A:visited {
	color:#fff;
}
.toplevelnavi LI A:visited:hover {
	color:#ff7800;
}
.toplevelnavi LI A.selected {
	color:#fff;
	background-color:#005099;
}
.tlnfloater {
	float:right;
	width:100%;
	background-color:#c8e2f4; /* BG topnavi */
} 

.footer {
  width: 100%;
	top:auto;
  position: relative;
	background-color:#fff;
	padding-bottom:10px;
	font-size:.95em;
	color:#fff;	
}
.footer A {
	color:#fff;	
}
.footer A:visited {
	color:#fff;	
}
.footer A:hover, .footer A:visited:hover {
	color:#ff7800;	
}

.footer-left {
	position:absolute;
	top:0;
	left:10px;
	padding-top:4px;
}

.footer-center {
	text-align:center;
	padding:4px 0 3px 0;
	background-color:#4482b8;
}
.footer-center LI {
	display:inline;
	background-image:url(../file/all/vertline_10px_wt.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
}
.footer-center LI.last {
	padding-right:0;
	background-image:none;
}
.footer-center LI A {
	xext-decoration:none;
}
.footer-center LI A.selected {
	font-weight:bold;
}
.footer-center LI A:hover {
	color:#ff7800;
}

.footer-right {
	position:absolute;
	top:0;
	right:10px;
	padding-top:4px;
}
.footer-right SPAN {
	vertical-align:top;
}
.footer-right IMG {
	vertical-align:top;
}


/*************** Lefthand Navigation *****************/

UL.level1 {
	padding:9px 0;
}
UL.level1 A {
	display:block;
	margin:0;
	color:#005099;
	padding:1px 10px;
	text-decoration:none;
}
UL.level1 A:visited {
	color:#005099;
}
UL.level1 A:hover, UL.level1 A:visited:hover {
	color:#ff7800;
	background-color:#a6c9e5;
}
UL.level1 A.open {
	font-weight:bold;
	border-top:0px solid #fff;
}
UL.level1 A.selected {
	font-weight:bold;
}

UL.level2 {
	padding:0px;
	border-bottom:0px solid #fff;
	margin-bottom:9px;
}
UL.level2 A {
	display:block;
	color:#005099;
	padding:1px 20px 1px 10px;
	text-decoration:none;
}
UL.level2 A:visited {
	color:#005099;
}
UL.level2 A:hover, UL.level2 A:visited:hover {
	color:#ff7800;
	background-color:#a6c9e5;
}
UL.level2 A.selected {

}


/************** Right column ***************/

.right A {
	color:#005099;
}

.right DL, .action DL {
	display:block;
	float:left;
	width:100%;
	border-bottom:1px solid #fff;
}

.right DT, .action DT, .action strong{
	display:block;
	float:left;
	font-size:1.2em;
	font-weight:bold;
	width:100%;
	xackground-color:#86accc;
}
.right DT A, .right DT EMBED, .right DT OBJECT, #product-matrix EMBED, #product-matrix OBJECT {
	display:block;
	/*float:left;notarabian*/
	float: right;
	text-decoration:none;
}

.right DD, .action DD {
	/*padding:0 5px 0 10px;notarabian*/
	padding: 0 10px 0 5px;
	xackground-color:#86accc;
	clear:both;
}

.fc-closed DT {
	background-position:0 -25px!IMPORTANT;
}

.fc-closed DD {
	display:none;
}

.tpspace {
	padding-top:4px!IMPORTANT;
}
.btspace {
	padding-bottom:6px!IMPORTANT;
}

.title-right {
	display:block;
	/*float:left;*notarabian*/
	/*padding:2px 0 2px 10px;*/
	padding: 2px 10px 2px 0;/*arabian*/
}
.prodnav {
	color:#fff;
	float: right;/*arabian*/
  /*padding:2px 0 2px 10px;	notarabian*/
  padding: 2px 10px 2px 0;/*arabian*/
}

#productnavigator DT {
	background-color:#005099;
}
#productnavigator A {
	color:#fff;
}
#productnavigator DD {
	background-color:#4482b8;
}

.hide-nojs { display:none; } /* JS-dependant rule */

#productnavigator DT,
#myduravit DT {
	background-image:url(../file/all/arrw_foldbox_reversed.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}

#portallogin A:visited,
#myduravit A:visited {
	color:#005099;
}

.right-button {
	display:block;
	background-repeat:no-repeat;
    /*background-position: 0 2px;notarabian*/
	background-position:100% 2px;/*arabian*/
	/*padding:2px 0 2px 25px;notarabian*/
	padding: 2px 25px 2px 0;/*arabian*/
	min-height:18px;
}

A.icon {
 background:0 2px no-repeat;
 padding:0 0 2px 21px;
 margin-top:-2px;
 display:block;
 line-height:150%;
}

A.robg:hover {
	/*background-position:0 -98px!important;notarabian*/
	background-position: 0% -98px!important;
}

#pm-button {
	color:#fff;
	background-image:url(../file/all2/btn_pmatrix_dark.gif);
	/*padding:2px 0 2px 25px;notarabian*/
	padding: 2px 25px 2px 0;
}
#pm-button:hover {
	color:#ff7800;
}

#dl-button {
	background-image:url(../file/all2/btn_dlbasket_dark.gif);
}
#dl-button:hover {
	color:#ff7800;
}

#ll-button {
	background-image:url(../file/all2/btn_leaflet_dark.gif);
}
#ll-button:hover {
	color:#ff7800;
}

#us-button {
	background-image:url(../file/all2/btn_user.gif);
}
#us-button:hover {
	color:#ff7800;
}

.pn-container {
	padding-top:5px;
}
.pn-left {
	/*float:left;notarabian*/
	float: right;/*arabian*/
	width:133px;
	margin-right:0px;
}

/************** Content ***************/

#product-matrix {
	border:1px solid #005099;
	position:absolute;
	top:-5000px;
	left:0;
	width:400px;
	height:307px;
	background-color:#fff;
	z-index:9999;
	visibility:hidden;
  /*notarabiantext-align: left; /* resets the default text alignment for the page */
  xext-align: right;/*arabian*/
}
#product-matrix .title {
	background-color:#005099;
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
}
#product-matrix .prodmtrx {
	float:left;
	padding:1px 0 2px 10px;
}
#product-matrix #pm-flash {
	clear:both;
}
#product-matrix EMBED {
	xisibility:hidden!IMPORTANT;
}

#inline-window {
	border:1px solid #005099;
	position:absolute;
	top:-5000px;
	left:0;
	width:400px;
	height:500px;
	background-color:#f66;
	z-index:9995;
	visibility:hidden;
  /*notarabianxext-align: left; /* resets the default text alignment for the page */
}

.inline-window {
	/* border:1px solid #005099; */
	background-color:#fff;
  /*notarabiantext-align: left; /* resets the default text alignment for the page */
}
.inline-window .title {
	background-color:#005099;
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	height:23px;
}
.inline-window .titletext {
	float:left;
	padding:1px 0 2px 10px;
}
.inline-window .content {
	overflow:auto;
	background-color:#fff;
	padding:0;
	/*height:px;*/
}

.inline-window.hidden .title, .inline-window.hidden .content {
	visibility:hidden;
}

#breadcrumb {
	padding:3px 0;
}
#breadcrumb .title {
	/*float:left;notarabian
	padding-right:10px;*/
	float: right;
    padding-left: 10px;

}
#breadcrumb UL {
	/*float:left;notarabian*/
    display: block;
	border:0px solid red;
}
#breadcrumb LI {
  display:inline;
  float: right;
}
#breadcrumb A {
	color:#005099;
	background-image:url(../file/all/arrw_breadcrumb_reversed.gif);/*arabian*/
	background-repeat:no-repeat;
	background-position:left center;/*arabian*/
	/*padding-right:17px;*/
	padding-left: 17px;
}
#breadcrumb A:hover {
	color:#ff7800;
}

#backlink {
	display:block;
	position:absolute;
	right:20px;
	top:3.5em;
}

#subtabs {
	padding:3px 0 10px 0;
}
#subtabs .title, .link-line .title {
	/*float:left;notarabian
	padding-right:10px;*/
    float: right;
    padding-left: 10px;
}
#subtabs UL, .link-line UL {
	/*float:left;notarabian*/
	float: right;
	border:0px solid red;
}
#subtabs LI, .link-line LI {
	display:inline;
	background-image:url(../file/all/vertline_11px.gif);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:15px;
}
#subtabs A, .link-line A {
	color:#005099;
}
#subtabs A:hover, .link-line A:hover {
	color:#ff7800;
}

#subtabs LI.last, .link-line LI.last {
	background-image:none;
}

.hf-container {
	/*
	Dieser Container enth�lt die Kacheln - da die Kacheln ja in der Regel einen horizontalen Abstand zueinander haben, der �ber den margin-right erzeugt wird,
	w�re in dem Fall ja die rechte Kachel in der Spalte nicht rechtsb�ndig. Um das zu erreichen, bekommt dieser Container einen negativen margin-right, der dem
	Abstand der Kacheln zueinander entspricht.
	Dieser Container darf keinen Hintergrund besitzen, da dieser sonst im IE 6 die Kacheln verdeckt! :(
	*/
	margin-right:-11px; /* 1px extra f�r Rundungsfehler */
	xargin-left:1px; /* Ausgleich f�r Kachel-Border in Mozilla */
	border:1px solid blue;
}

.halfcolumn-float {
	clear:none;
	display:block;
	/*float:left;notarabian*/
	float: right;
	margin-top:0!IMPORTANT;
	margin-bottom:0.5em;
	width:49.99%; /* 49.99=hack gegen rundungsfehler ie6win / win ie 5.5 weniger als 48% !!! -- oh mann, das wird wohl nix */
	min-width:210px;
}

.halfcolumn-dist {
	display:block;
	float:left;
	width:10px;
}

.fullcolumn-float {
	clear:none;
	display:block;
	float:left;
	margin-top:0!IMPORTANT;
	margin-bottom:0.5em;
	width:100%;
	min-width:210px;
}

.picture-with-list IMG {
	float:left;
	margin-top:5px;
}
.picture-with-list UL {
	float:left;
	margin-left:10px;
}

.foldable-block {
	margin-top:10px;
	border-top:1px solid #cacaca;
}

.fb-anchorlist {
	border:0;
	margin-top:0;
}

.foldable-block.last {
	border-bottom:0;
}

.foldable-block H2 {
	padding-left:17px;
	background-image:url(../file/all/arrw_foldableblock.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	width:90%; /* IE padding fix */
	cursor:pointer;
}
.fb-closed H2 {
	background-position:0 -36px;
}
.fb-closed DIV.fold-content {
	display:none;
}

.top-line {
	display:block;
	margin-top:10px;
	width:100%;
	height:10px;
	border-bottom:1px solid #6696c2;
	background-image:url(../file/all/arrw_top_blue.gif);
	background-position:center right;
	background-repeat:no-repeat;
}

#product-info {
	border-top:1px solid #cacaca;
}

#product-info .text-column {
	float:left;
	width:38%;
}

#product-compare TD {
	width:33.33%;
	vertical-align:top;
	border-bottom:1px solid #cacaca;
	padding-bottom:3px;
	padding-top:3px;
}
#product-compare TD.d1 {
	padding-right:8px;
}
#product-compare TD.d2 {
	padding-left:4px;
	padding-right:4px;
}
#product-compare TD.d3 {
	padding-left:8px;
}

TABLE.product-list, TABLE.blind-standard, TABLE.bargraph {
	width:100%;
}
.product-list TH {
	border-top:1px solid #cacaca;
	font-weight:bold;
	padding:10px 5px 5px 0;
}
.product-list .first TH {
	border-top-width:0;
	background-color:transparent!IMPORTANT;
}
#product-compare-list TD {
	vertical-align:top;
}
.product-list TD {
	border-top:1px solid #cacaca;
	padding:5px 5px 5px 0;
}

.norm-table TD {
	border-top:0px solid #cacaca;
	padding:0;
}

.bdr-bot TD {
	border-bottom:1px solid #cacaca;
}
TH.hi-row, TD.hi-row {
	background-color:#e8e8e8;
	padding-left:5px;
}
TABLE.blind-standard TD {
	padding:5px;
	vertical-align:top;
}
TABLE.bargraph {
	background-color:#f8f8f8;
	margin-top:10px;
}
TABLE.bargraph CAPTION {
	/*notarabiantext-align:left;*/
	font-weight:bold;
	padding-top:5px;
	padding-bottom:10px;
}
TABLE.bargraph TR.bg {
	background-image:url(../file/all/bg_bargraph.gif);
	background-position:left bottom;
}
TABLE.bargraph TD {
	vertical-align:bottom;
	text-align:center;
	padding-bottom:0;
}
TABLE.bargraph TH {
	text-align:center;
	padding:1px;
	background-color:#6b9ac2;
	color:#fff;
}

.tradefairs TD.lf {
	/*width:78px;*/
}
TD.lf {
	padding-left:0!important;
}
TD.rt {
	padding-right:0!important;
}
TD.ra {
	text-align:right!important;
}
TD.ctr {
	text-align:center;
}

TR.ruled {
	background-color:#e8e8e8;
}

TABLE.form-table {
	width:100%;
	margin-bottom:5px;
}
.form-table TD {
	/*notarabiantext-align:left;*/
	padding:5px 0 0 5px ;
}
.form-table TD.ra {
	/*notarabiantext-align:right;*/
	white-space:nowrap;
	padding:5px 0 0 0;
    text-align: left;
}

DIV.calendar-sheet {
 position:relative;
 width:46px;
 height:47px;
 margin-top:5px;
 /*float:left;notarabian*/
 float: right;
 text-align:center;
 background-image:url(../file/all/bg_calendar_sheet.gif);
}
.cs-d {
 position:absolute;
 width:32px;
 top:11px;
 left:0;
 font-size:1.2em;
 color:#222;
 font-weight:bold;
}
.cs-m {
	position:absolute;
	width:33px;
	top:0;
	left:0;
	font-size:0.8em;
	color:#444;
}
.cs-y {
	position:absolute;
	width:33px;
	bottom:3px;
	left:0;
	font-size:0.8em;
	color:#888;
}
.cs-Products {
 background-color:#bfe0ff;
}
.cs-Company {
 background-color:#86accc;
}
.cs-International {
 background-color:#528dc4;
}
.cs-International .cs-d, .cs-International .cs-m {
	color:#fff!IMPORTANT;
}

DIV.imgmap {
	position:relative;
	overflow:auto;
	width:100%;
}

.imgmap DIV {
	position:absolute;
	width:7px;
	height:7px;
	overflow:hidden;
}
.imgmap A {
	display:block;
	background-image:url(../file/all/map_dot.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:7px;
	height:7px;
	overflow:hidden;
}
.imgmap A:hover {
	background-position:0 -6px;
}

DL.two-col DT {
	display:block;
	float:left;
	clear:left;
	width:45%;
	overflow:hidden;
	margin-right:10px;
	margin-bottom:10px;
}

DL.two-col DD {
	display:block;
	float:left;
	width:50%;
	margin-bottom:10px;
}

.ls-01 { background-image:url(../file/all/lochsymbol_01.gif); }
.ls-02 { background-image:url(../file/all/lochsymbol_02.gif); }
.ls-03 { background-image:url(../file/all/lochsymbol_03.gif); }
.ls-04 { background-image:url(../file/all/lochsymbol_04.gif); }
.ls-05 { background-image:url(../file/all/lochsymbol_05.gif); }
.ls-06 { background-image:url(../file/all/lochsymbol_06.gif); }
.ls-07 { background-image:url(../file/all/lochsymbol_07.gif); }
.ls-08 { background-image:url(../file/all/lochsymbol_08.gif); }
.ls-09 { background-image:url(../file/all/lochsymbol_09.gif); }
.ls-10 { background-image:url(../file/all/lochsymbol_10.gif); }
.ls-11 { background-image:url(../file/all/lochsymbol_11.gif); }
.ls {
	padding-left:60px!important;
	background-repeat:no-repeat;
	background-position:left center;
}

#login-container {
	background-color:#c8e2f4;
	display:none;
}

#login-error {
	/*background-color:#fff;*/
	/*
	font-weight:bold;
	color:#ff7800;
	*/
	display:none;
}

#user-form H3 {
	color:#005099;
	margin:10px 0;
}

UL.two-column LI {
	float:left;
	width:49%;
}

.disc-list UL, .disc-list LI {
	list-style:disc outside;
}

.disc-list UL {
	padding-left:16px;
}


.score {
	font-size:0.8em;
	color:#999;
}

.subtitle {
	color:#999;
}

.error { /* was DIV.error */
	border:1px solid #d20;
	padding:20px;
	margin:10px 0;
	font-weight:bold;
	font-size:1.5em;
	color:#d20;
}

.error-small {
	font-weight:bold;
	color:#d20;
}

.user-error {
	color:#d20;
	font-weight:bold;
}

.form-feedback-okay {
	color:#008000;
	background-color:#90dc90;
	border:1px solid #008000;
	padding:10px;
	cursor:pointer;
}

.form-feedback-error {
	color:#d20;
	background-color:#ffbfbf;
	border:1px solid #d20;
	padding:10px;
}

.jobdetail{
  padding-right: 108px
}
/************** Home-Spezialit�ten ***************/

#home .textpadder {
	position:relative;
	padding:0;
}

#home .container-left {
	color:#444;
	padding-left:10px;/*arabian*/
}

#home .container-left H2 {
	width:98%;
}

#home .container-left H3 {
	color:#005099;
	font-weight:bold;
	margin-top:0em;
	margin-bottom:0em;
}

#home .halfcolumn-float {
	clear:none;
	display:block;
	/*float:left;notarabian*/
	float: right;
	margin-top:5px;
	margin-bottom:0.5em;
	width:269px; /* 49.99=hack gegen rundungsfehler ie6win / win ie 5.5 weniger als 48% !!! -- oh mann, das wird wohl nix */
}

#home #wrapper1 {
  background:#c8e2f4 url(../file/all/bg_left_white_reversed.gif) repeat-y top right;
}

#home #teaser {
	/*margin:10px 205px 0 10px;notarabian*/
	margin: 10px 10px 0 205px;
}

#home .left {
	background-color:transparent;
}

#home .right {
	position:relative;
	top:-212px;
	margin-bottom:-212px; /* makes IE happy :) - check for x-browser compat. */
	padding-bottom:10px;
}

/************** Sponsoring-Spezialit�ten ************************************/
.sp, .sp #wrapper1, #home .sp #wrapper1, .sp .container-right{
  background-color: #e5e5e5;
}
.sp .toplevelnavi li a:hover, .sp .toplevelnavi li a{
  background-color: #888;
}
.sp .toplevelnavi li a.selected{
  background-color: #555;
}
.toplevelnavi li a.sp{
  color: #fff;
}
.toplevelnavi .sp .topnav{
  color: #ccc;
}
.sp .toplevelnavi li a.selected{
    color: #ff7800;
}
.sp, #recentGames, .sp #recentGames h2, .footer .sp, .footer .sp a{
  color: #555;
}

/*
.sp, .sp H1, .sp H2, .sp A:visited, .sp .header, .sp, .left a:visited{
  color: #555;
}
.sp H2 A, .sp H3 A, .sp A,.sp .commonlinks li a, .sp .left li a, .sp A {
  color: #005099;
}
.sp A:hover, .sp .commonlinks li a:hover, .sp .toplevelnavi li a:hover, .sp .toplevelnavi li a.selected{
  color: #ff7800;
}*/
.sp UL.level1 A:hover, .sp UL.level2 A:hover{
  color: #ff7800;
  background: none;
}
#home .sp .right{
  position: relative;
  top: -351px;
  margin-bottom: -351px;
  padding-bottom: 10px;
  background-color: #e5e5e5;
}
#home .sp .container-right{
  background-color: #e5e5e5;
  min-height: 341px;
}
* html #home .sp .container-right{
  height: 600px;
}
#teaserHeader{
  width:734px;
  height:341px;
  padding:0;
  margin:10px 10px 0 0;
}
#teaserHeader img{
  float: right;
}
#recentGames{
  height: 321px;
  width: 165px;
  float: left;
  background-color: #e5e5e5;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}
#headerContent{
  float:left;
}

/************** Spacing Controls for various column contents ***************/

.textpadder {
	position:relative;
	padding: 0 20px;
}

.dist-right { /* obsolete - border worx better than margin */
	border-right:0px solid #fff;
}

.left-column {
  /*margin-right:5px;notarabian*/
  margin-left: 5px;
}

.left-column DIV,
.left-column H2,
.left-column H3,
.left-column UL,
.left-column P { /* keep a 5 pixel distance to the left - workx better than dist-right */
	/*margin-right:5px;notarabian*/
  margin-left: 5px;
}

.right-column {
	/*margin-left:-5px;
	padding-left:5px;
	margin-right:-10px;notarabian*/
  margin-right: -5px;
  padding-right: 5px;
  margin-left: -10px;
}

.right-column DIV,
.right-column H2,
.right-column H3,
.right-column UL,
.right-column P { /* keep a 5 pixel distance to the left - workx better than dist-right */
	/*margin-right:5px;notarabian*/
	margin-left: 5px;
}

.h10 {
	height:10px!IMPORTANT;
}

.h5 {
	height:5px!IMPORTANT;
}

.vert-halfdist {
	margin-top:5px;
	margin-bottom:5px;
}



/************** Generic Rules *************/

A {
	color:#005099;
}
A:visited {
	color:#99adbf; /*4482b8;*/
}
H2.headline A:visited{
	color:#005099;  
}
A:hover {
	color:#ff7800;
}
A:active {
	color:#ff7800;
}

A.txt {
	color:#005099;
	text-decoration:none;
}
A.txt:visited {
	color:#005099; /*4482b8;*/
}
A.txt:hover {
	color:#005099;
}
A.txt:active {
	color:#005099;
}

/*
.right A {
	color:#005099;
}
.right A:visited {
	color:#ddd;
}
.right A:hover {
	color:#ff7800;
}
.right A:active {
	color:#ff7800;
}
*/

BLOCKQUOTE {
	margin-top:0;
	padding-top:0;
}

H1, H2, H2 A, H3 A, H2 A:hover {
	color:#005099;
	text-decoration:none;
	/* overflow:hidden; */
}
H2.clr {
	clear:both; /* not 100% proven - RW */
}
H3 A:hover {
	color:#ff7800;
}
H1 {
	font-size:2.1em;
	margin-top:0.5em;
	margin-bottom:0.3em;
}
H2 {
	font-size:1.5em;
	margin-top:0.5em;
	margin-bottom:0.3em;
}
H2.reverse {
	margin-top:0em;
	margin-bottom:0.5em;
}
H2.headline {
	/*letter-spacing:-0.015em!important;*/
}
H3 {
	font-size:1em;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
}
H3.wide {
	margin-top:0em;
	margin-bottom:0em;
}
H3.color {
	color:#005099;
}
H4 {
	font-weight:bold;
	margin-top:1em;
	margin-bottom:0;
}
H1 EMBED, H1 OBJECT { /* Platz f�r back-link */
	display:block;
	width:80%!IMPORTANT;
}
H2.headline EMBED, H2.headline OBJECT {
	display:block;
	text-decoration:none;
	width:100%!IMPORTANT;
}

IMG {
	vertical-align:top;
}

IMG.vert {
	margin:5px 0;
}

P, DIV.p {
	clear:left;
	margin:0.5em 0;
}


TH {
	/*notarabiantext-align:left;*/
}

IMG.ro { /* reserved as img-rollover class */ }

/************** The WEIRD floating tiles with centered thumbnails thing! *************/

.floating-tile-container {
	/*
	Dieser Container enth�lt die Kacheln - da die Kacheln ja in der Regel einen horizontalen Abstand zueinander haben, der �ber den margin-right erzeugt wird,
	w�re in dem Fall ja die rechte Kachel in der Spalte nicht rechtsb�ndig. Um das zu erreichen, bekommt dieser Container einen negativen margin-right, der dem
	Abstand der Kacheln zueinander entspricht.
	Dieser Container darf keinen Hintergrund besitzen, da dieser sonst im IE 6 die Kacheln verdeckt! :(
	*/
	/*notarabianmargin-right:-11px; /* 1px extra f�r Rundungsfehler */
	/*notarabianmargin-left:1px; /* Ausgleich f�r Kachel-Border in Mozilla */
	margin-left: -11px;
    margin-right: 1px;
}

.tile-three-cols {
	/*
	Die Kachel, die in diesem Fall eine dreispaltige Aufteilung ergibt - Gesamtbreite ist 498, Abstand 10. (498/3)+(10/3)=169 (in dem Fall 1 Pixel Rundungsfehler)
	*/
	float:left;
	width:169px;
	margin-bottom:10px;
}

.thumb-three-cols, .thumb-three-cols-low {
	/*
	Der Teil der Kachel, in der Regel quadratisch, der das Thumbnail-Bild zentriert enth�lt. Hier wird auch der Abstand zur rechten Nachbarkachel definiert.
	Die vertikale Zentrierung wird im IE 6 durch Einstellen der font-size erreicht!
	*/
	text-align:center;
	width:157px; /* Breite + Border = Kachelbreite */
	height:157px;
	margin-right:10px;
	border:1px solid #cacaca;
	display:table-cell;
	vertical-align:middle;
}
.thumb-three-cols-low {
	height:107px;
}

* html .thumb-three-cols {
	font-size:126px;
}
* html .thumb-three-cols-low {
	font-size:90px;
}

.thumb-three-cols A, .thumb-three-cols SPAN, .thumb-three-cols-low A, .thumb-three-cols-low SPAN {
	/*
	Link als Block, sonst wird in IE 6 nicht richtig horizontal zentriert :kotz:
	*/
	display:block;
	width:100%;
	background-color:transparent;
}

.thumb-three-cols:hover, .thumb-three-cols A:hover {
}

.thumb-three-cols IMG,.thumb-three-cols-low IMG  {
	/*
	Bild muss f�r IE 6 auch nochmals vertical-align:middle haben
	*/
	border:1px solid #e8e8e8;
	vertical-align: middle;
}

.text-three-cols {
	height:12em;
	overflow:hidden;
	padding-right:10px;
	font-size:0.9em;
	line-height:140%;
}
.text-three-cols.low {
	height:2.5em;
}
.icons-three-cols {
	height:4.5em;
}
.icons-three-cols.low {
	height:2em;
}


/**** Das Ganze nochmal f�r 4 Spalten - 3 und 4-Spalten-Versionen m�ssen sp�ter noch zusammengelegt werden ****/

.tile-four-cols {
	/*
	Die Kachel, die in diesem Fall eine dreispaltige Aufteilung ergibt - Gesamtbreite ist 498, Abstand 10. (498/4)+(10/4)=127 (in dem Fall 1 Pixel Rundungsfehler)
	*/
	/*float:left;notarabian*/
	float: right;
	width:127px;
	margin-bottom:10px;
    position: relative;
}

.thumb-four-cols {
	/*
	Der Teil der Kachel, in der Regel quadratisch, der das Thumbnail-Bild zentriert enth�lt. Hier wird auch der Abstand zur rechten Nachbarkachel definiert.
	Die vertikale Zentrierung wird im IE 6 durch Einstellen der font-size erreicht!
	*/
	text-align:center;
	width:115px; /* Breite + Border = Kachelbreite */
	/*height:140px;*/
	/*margin-right:10px;notarabian*/
	margin-left: 10px;
	border:1px solid #cacaca;
	display:table-cell;
	vertical-align:middle;
}
* html .thumb-four-cols {
	font-size:126px;
}

.thumb-four-cols A {
	/*
	Link als Block, sonst wird in IE 6 nicht richtig horizontal zentriert :kotz:
	*/
	display:block;
	width:100%;
	background-color:transparent;
	/*overflow:hidden; - lieber Bildh�he direkt auslesen
	height:139px;*/
}

.thumb-four-cols:hover, .thumb-four-cols A:hover {
}

.thumb-four-cols IMG {
	/*
	Bild muss f�r IE 6 auch nochmals vertical-align:middle haben
	*/
	vertical-align: middle;
}

.text-four-cols {
	height:5em;
	overflow:hidden;
	/*padding-right:10px;notarabian*/
	padding-left: 10px;
	font-size:0.9em;
	/*letter-spacing:-0.02em;*/
}
.one-line {
	height:3.0em;
}




DL.foldable.mt {
	margin-top:5px;
}
DL.foldable DT A {
	background-color:transparent;
	display:block;
	font-weight:normal;
	padding:5px 15px 5px 5px;
	background-image:url(../file/all/arrw_fold_blue_reversed.gif);
	background-repeat:no-repeat;
	background-position:0 11px;
}
DL.foldable DT A:hover {
	background-color:#e8e8e8;
	color:#ff7800!important; /* Firefox sucks on this!!! Normal this is NOT necessary!!! */
}
DL.foldable DT A:visited {
	color:#005099;
}
DL.foldable DD {
	display:none;
	xackground-color:#f3f3f3;
	border:1px solid #e8e8e8;
	padding:5px;
}

/************** The WEIRD form thing! *************/

INPUT.t, SELECT, TEXTAREA {
	font-family: Arial, Helvetica, sans-serif; /* makes a 22px-high select-field with Trebuchet instead of 24px in IE6 (strange!) */
  font-size:.9em; /* set global font-size here */
	padding:0px;
	padding-top:2px; /* moz */
	padding-bottom:1px; /* moz */
	margin:0px;
	border:1px solid #cacaca;
	background-image:url(../file/all/bg_input.gif);
	color:#000;
	xin-height:20px; /* opera only */
}

.right INPUT.t, .right SELECT, .right TEXTAREA {
	border:1px solid #86accc;
}

INPUT { /* desired standard height including border: 20px */
	line-height:1.4em; /* align text with label in IE6 */
	height:1.3em; /*1.35em;*/
}

LABEL {
	line-height:1.49em;
	/*background-color:#f90;*/
}

INPUT.btn {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:1em; /* was 0.9 */
	min-height:24px;
	background-position:0 3px; /* moz-fix f�r vertikal nicht korrekt zentrierte schrift (3px top) */
	background-repeat:no-repeat;
	border:0;
	margin:0;
	padding:0;
	height:24px!important;
	margin-top:-3px; /* moz-fix f�r vertikal nicht korrekt zentrierte schrift */
	color:#444;
	background-color:transparent;
	cursor:pointer;
}
INPUT.btn:hover {
	color:#ff7800;
}
.btn-30 {
	background-image:url(../file/all/bg_button_30.gif);
	width:30px;
}
.btn-30-db {
	background-image:url(../file/all/bg_button_30_db.gif);
	width:30px;
}
.btn-30-lb {
	background-image:url(../file/all/bg_button_30_lb.gif);
	width:30px;
}
.btn-30-gr {
	background-image:url(../file/all/bg_button_30_gr.gif);
	width:30px;
}
.btn-60 {
	background-image:url(../file/all/bg_button_60.gif);
	width:60px;
}
.btn-60-lb {
	background-image:url(../file/all/bg_button_60_lb.gif);
	width:60px;
}
.btn-90 {
	background-image:url(../file/all/bg_button_90.gif);
	width:90px;
}
.btn-90-gr {
	background-image:url(../file/all/bg_button_90_gr.gif);
	width:90px;
}
.btn-90-lb {
	background-image:url(../file/all/bg_button_90_lb.gif);
	width:90px;
}
.btn-120 {
	background-image:url(../file/all/bg_button_120.gif);
	width:120px;
}
.btn-120-gr {
	background-image:url(../file/all/bg_button_120_gr.gif);
	width:120px;
}
INPUT.btn-text {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:1em; /* was 0.9 */
	min-height:19px;
	border:0;
	margin:0;
	padding:0;
	height:19px;
	xargin-top:-3px; /* moz-fix f�r vertikal nicht korrekt zentrierte schrift */
	background-color:transparent;
	cursor:pointer;
	/*notarabiantext-align:left;*/
	text-decoration:underline;
	color:#005099;
}


INPUT.cb {
	/*float:left;notarabian*/
	float: right;
	margin-top:-0.15em;
}
INPUT.cb2 {
	float:left;
	font-size:.9em;
	padding:0px;
	padding-top:2px; /* moz */
	padding-bottom:1px; /* moz */
	margin:0px;
	margin-top:3px;
}

DIV.cb {
	float:left;
	width:100%;
	/*margin-right:-2em;notarabian*/
	margin-left: -2em;
}

LABEL.cb {
	display:block;
	/*margin-left:5px;notarabian*/
	margin-right: 5px;
	/*margin-right:2em;notarabian*/
	margin-left: 2em;
	font-size:0.9em;
	line-height:1.2em;
}

SELECT { /* height should be 20 or 21px */
	display:block;
	padding-top:1px; /* moz */
}

TEXTAREA {
	overflow:auto;
	line-height:1.4em;
}

LABEL.form-default {
	/*xloat:left;notarabian*/
	width:33%;
	float: right; /*arabian*/
	/*notarabianxext-align:right;*/
	text-align: left; /*arabian*/
}
LABEL.form-default SPAN {
	/*padding-right:5px;notarabian*/
	padding-left: 5px; /*arabian*/
}

DIV.form-default {
	/*xloat:left;notarabian*/
	float: right; /*arabian*/ 	
	width:67%;
	/*xargin-right:-33%;notarabian*/
	margin-left: -33%;
	/*background-color:#09f;*/
}

DIV.form-ip-spcr { /* single field on line - spacer-DIV to compensate the 100%-width-input-field-is-too-wide bug */
	width:99.5%; /* IE 6 Win:99.3% - Moz:99.5% - Opera:100% */
	/*padding-right:2px;notarabian*/ /* Opera:0 */
	/*arabian*/padding-left: 2px;
}

DIV.form-ta-spcr { /* Spacer-DIV to compensate the 100%-width-textarea-field-is-too-wide bug, behaves slightly different than input-field in some UAs */
	width:99.5%; /* IE 6 Win:99.3% - Moz:99.5% - Opera:100% */
	/*notarabianpadding-right:4px; /* Opera:0 */
	padding-left: 4px;/*arabian*/
}

.form-ip25-l { /*notarabianxloat:left;*//*arabian*/float:right; width:25%; }
.form-ip25-l INPUT { width:90%; }

.form-ip25-c { /*notarabianfloat:left;*//*arabian*/float:right; width:25%; text-align:center; }
.form-ip25-c INPUT { width:87% }

.form-ip25-r { /*notarabianfloat:left;*//*arabian*/float:left; width:25%; /*text-align:right;notarabian*/text-align:left;/*arabian*/ }
.form-ip25-r INPUT { width:90%; }

.form-ip75-l { /*notarabianfloat:left;*//*arabian*/float:right; width:75%; }
.form-ip75-l INPUT { width:98%; }

.form-ip75-r { float:left; width:75%; /*notarabiantext-align:right;*/text-align:left;/*arabian*/ }
.form-ip75-r INPUT { width:98%; }

.form-ip50-l { /*notarabianfloat:left;*//*arabian*/float:right; width:50%; }
.form-ip50-l INPUT { width:96%; }

.form-ip50-r { /*notarabianfloat:left;*//*arabian*/float:left; width:50%; /*notarabiantext-align:right;*/text-align:left;/*arabian*/ }
.form-ip50-r INPUT { width:96%; }
.form-ip50-r DIV { /*notarabianpadding-left:5px;*//*arabian*/padding-right: 5px; line-height:1.6em; }

.pn-container SELECT { width:128px; }
.pn-container INPUT.t { width:126px; }

.form-focus {
	border-color:#ff7800!IMPORTANT;
}

.fail INPUT, .fail TEXTAREA, .fail SELECT {
	border-color:#d20;
}
.input-check.fail, .input-check.fail A {
	color:#d20;
}

/************** Special Fixes *************/


Xmg {max-width: 100%;} /* sucks in mozilla!!! - stupid hack!!! */
/* prevents oversize images from breaking layout in browsers that support max-width */

/* \*/
* html #wrapper1,
* html #breadcrumb,
* html #pn-container,
* html .container-left, 
* html .container-right,
* html .outer,
* html h1,
* html h2,
* html h3,
* html .sidenav li a,
* html .right DD,
* html LI.nest,
* html .title
{height: 1%;}
/* Holly hack */


/*** Variance fixes for IEwin <= 6 ***/

/*\*/
* html .foldable-block {padding-top:10px;}
/* */


/**************** Utility Rules *******************/

/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */


.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

.topline {
	border-top:1px solid #cacaca;
	padding-top:5px;
}

.divider {
	border-top:1px solid #cacaca;
	margin:10px 0;
}

.bottomline {
	border-bottom:1px solid #cacaca;
	padding-bottom:5px;
}

.b {
	font-weight:bold;
}

.bg-nr {
	background-repeat:no-repeat;
}

.lft {
	/*notarabiantext-align:left!IMPORTANT;*/
}

.hide {display: none;}

.left-aligned {
	float:left;
	margin:5px 0;
}
.right-aligned {
	float:right;
	margin:5px 0;
}

.low {
	margin-top:0;
}

.arrow-left {
	background-image:url(../file/all/arrw_fold_blue.gif);
	background-repeat:no-repeat;
	background-position:left 6px;
	padding-left:17px;
}
.arrow-down {
	background-image:url(../file/all/arrw_fold_blue.gif);
	background-repeat:no-repeat;
	background-position:left -93px;
	padding-left:17px;
}

.closewin {
	background-image:url(../file/all/icon_closewin.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:14px;
	float:right;
	padding:1px 0 2px 10px;
	cursor:pointer;
}

A.pdf {
	background-image:url(../file/all/icon_file_pdf.gif);
	background-repeat:no-repeat;
    background-position: 0% center;
	/*background-position:left center;
	padding:0 0 0 21px;*/
	padding: 0 0 0 21px;
	line-height:150%;
}
A.tiff {
	background-image:url(../file/all/icon_file_tif.gif);
}

#debugBox {
	display:none;
	margin: 0 -380px;
	xidth:400px;
	overflow:auto;
	font-size:0.8em;
	background-color:#eee;
	/*notarabiantext-align:left;*/
}
/*#debugBox*/
#debugBox TD {
	color:#CC0000!important;
	vertical-align:top!important;
}

#debugIndicator {
	display:none;
	position:absolute;
	top:0;
	left:0;
	background-color:red;
	font-weight:bold;
	color:#fff;
	width:100%;
	height:25px;
	-moz-opacity:0.7;
}

/**************** Productmatrix aktiv *******************/

/*
BODY.pm #teaser {
	visibility:hidden!IMPORTANT;
	xidth:1px;  Opera Hardcore Fix! 
}
BODY.pm #product-matrix {
	visibility:visible;
}
BODY.pm #product-matrix EMBED {
	visibility:visible!IMPORTANT;
}
BODY.pm #productnavigator {
	visibility:hidden;
}
BODY.pm #search {
	visibility:hidden;
}
BODY.pm #myduravit {
	visibility:hidden;
}
BODY.pm EMBED, BODY.pm OBJECT {
	visibility:hidden!IMPORTANT;
}
*/


/************ dynamic css for registration form *******/
/* if the validator finds errors, it can put css here */
/* this piece of CSS is generated at: /dv4/tml/html/duravit.function.isvalidform.tml line 105 */ 
/* ?? */





/************** moo.show ***************/

.mooshow A IMG { 
	outline:none;
	-moz-outline:none;
}

.mooshow_outerContainer {
	position:relative;
	background-color:transparent;
	width:20px;
	height:1px;
	margin:0 auto;
	display:table; /*ie7:inline*/
}

.mooshow {
	position:inherit;
	display:none;
	/* rw added start */
	font-family:Arial, Helvetica, sans-serif;
	/* rw added end */
}
	
.mooshow_loading {
	position:absolute;
	top:0;
	left:0;
	xisplay:none;
	filter:alpha(opacity=60); 
	-moz-opacity:0.6; 
	opacity:0.6;
}

.mooshow_copyright {
	position:absolute;
	bottom:12px;
	right:10px;
	color:#e8e8e8;
	font-size:9px;
}

.mooshow_topNav {
	/* rw added start */
	/*
	top:0;
	right:0;
	position: absolute;
	z-index:5;
	*/
	float:right;
	width:280px;
	height:20px;
	/* rw added end */
	xadding:0;
	xext-align:right;
	font-size:11px;
	xackground-color:cyan;
	xolor:#ff7800;
	line-height:190%;
	xidth:100%;
}

.mooshow_topNav A, .mooshow_topNav SPAN {
	display:block;
	float:left;
	text-decoration:none;
	padding:0 5px;
	height:20px;
}
.mooshow_topNav .cnt {
	color:#999;
	margin-right:10px;
}
.mooshow_topNav A {
	color:#005099;
}
.mooshow_topNav A:hover {
	color:#ff7800;
	background-color:#e8e8e8;
}
.mooshow_topNav DIV {
	color:#444;
	float:right;
}

.mooshow_contentContainer {
	xackground-color:#cacaca;
	Xorder-bottom:1px solid #cacaca; /* fix 1px-resize-border */
	Xargin-bottom:-1px; /* fix 1px-resize-border */
	color:inherit;
	position:relative;
	text-align:center;
	line-height:0.0;
}
	
.mooshow_overlayNav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	margin:0 auto;
}

.mooshow_prevLink, .mooshow_nextLink {
	width:49%;
	height:100%;
	background:transparent url(../file/all/b.gif) no-repeat; /* Trick IE into showing hover */
	outline:none;
}
	
.mooshow_prevLink { left: 0; float: left; outline: none; -moz-outline: none; }
.mooshow_nextLink { right: 0; float: right; outline: none; -moz-outline: none; }
.mooshow_prevLink:hover, .mooshow_prevLink:visited:hover { background: url(../file/all/icon_pic_prev.gif) left center no-repeat; }
.mooshow_nextLink:hover, .mooshow_nextLink:visited:hover { background: url(../file/all/icon_pic_next.gif) right center no-repeat; }


.mooshow_zoom {
	position:absolute;
	top:0px;
	left:0px;
	height:auto;
	background-color:#000;
	color:#ccc;
	font-size:9px;
	line-height:140%;
	/*notarabiantext-align:left;*/
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	opacity:0.8;
	display:none;
}
		
.mooshow_zoombutton {
	position:absolute;
	top:0;
	left:0;
}




#TB_overlay {
	position: absolute;
	z-index:5100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	display:none;
}

#TB_window, #TB_window_small {
	position: absolute;
	/* position: fixed; - needs research */
	background: #fff;
	z-index: 5102;
	color:#000000;
	display:none;
	border: 0px solid #525252;
	width:952px;
	height:420px;
	top:20px;
	left:10px;
}

#TB_window_small { /* used for download */
	width:498px;
	height:275px;
	/* background: #fff url(../file/all/ani_loader_big2.gif) center center no-repeat; */
	top:174px;
}

#TB_HideSelect {
	z-index:5099;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	display:none;
}




