/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

#TB_window {
	font:normal 11px/140% Tahoma, Helvetica, sans-serif;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

/*.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}*/
.TB_overlayBG {
	background-color:#5A1147;
	filter:alpha(opacity=28);
	-moz-opacity: 0.28;
  opacity:.28;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position:fixed;
	z-index:102;
	display:none;
	/*border: 3px solid #2980BB;*/
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
/*height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');*/
}

#TB_window img#TB_Image {
	display:block;
	margin:0;
}

#TB_caption{
	color:#606060;
  margin-bottom:-20px;
	padding:15px 30px 0px 13px;
}

#TB_closeWindow,
#TB_closeAjaxWindow{
	position:absolute;
	right:12px;top:14px;
}
  #TB_closeWindow a,
	#TB_closeAjaxWindow a{
		color:#C11B50;
		font-size:11px;
    text-decoration:none;
  }

#TB_title,
#TB_ajaxWindowTitle{
	display:none;
}

#TB_ajaxContent{
	clear:both;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

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

* html #TB_HideSelect { /* ie6 hack */
	position:absolute;
	height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#TB_window .c{
	background-color:#fff;
}

#TB_ajaxContent .tube{
  max-height:450px;
  overflow:auto;
}
  #TB_ajaxContent h2{
    color:#C11B50;
    font-size:1.1em;
    /*margin-top:-12px;*/
    padding-top:0;
  }
  #TB_ajaxContent .illustration{
    margin:0 12px 8px 0;
  }

#TB_Scrolled{
  /*background-color:#e0e0e0;*/
  background:transparent url(/_pic/bg-slider-track.png) repeat-y 100% 0;
  position:relative;
}
  #TB_Scrolled .scroll-container{
    /*background-color:#fff;*/
    padding-right:15px;
    margin-right:2px;
  }
  #TB_Scrolled #TB_Slidder{
    /*background-color:#C11B50;*/
    background:transparent url(/_pic/bg-slider.png) repeat-y 50% 0;
    position:absolute;
    top:0px;right:-1px;
    width:5px;
    height:20px;
    cursor:pointer;
  }
    
  #TB_window.bgchenged .pipe{
  		background:#F6F6F6 url(/_pic/shape/bg-damask.jpg) repeat 0 0;
  }
  #TB_window.bgchenged .round2 .tl,
  #TB_window.bgchenged .round2 .tr,
  #TB_window.bgchenged .round2 .bl,
  #TB_window.bgchenged .round2 .br {
		background-image:url(/_pic/rc-lightbox2.gif);
	}