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

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font-size: 1em;
}

#TB_secondLine {
	font-size: 10px;
	float:right;
	padding: 30px 15px 10px 10px;	
	color: #3e3e3e;
	text-align:center;
}

#TB_secondLine a {
	outline:none;
}

a.thickbox {
	title:none;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:2001;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

/*.TB_overlayMacFFBGHack {background: url(../../../img/slideshowoverlay.png) repeat;}
.TB_overlayBG {
	background-color:#888;
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}*/

* 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: 5002;
	display:none;
	text-align:left;
	top:48.01%;
	left:50.01%;
}

* 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');
}

#TB_window img#TB_Image {
	display:block;
	background: #555;
}

#TB_caption, #TB_title{
	padding:10px 10px 10px 20px;
	background-color: #1A1A1A;
	color: #7f7f7f;
	float:left;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#TB_title {
	width:450px;
}

#TB_caption strong {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #e9e9e9;
	font-size: 16px;
	font-weight:normal;
}


#TB_closeWindow{
/*	padding:7px 7px 8px 4px;
	background-color: #1A1A1A;*/
	text-align:right;
	/*height:15px;
	margin: 0;
	width: auto !important;
	position: relative;*/
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	margin-bottom:1px;
}


#TB_ajaxContent{
	clear:both;
	overflow:hidden;
	text-align:left;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:2002;
	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:2002;
	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;

}


/***** shadow *****/

.shadow {
	clear:right;
}

/*#topLeft {
	background: transparent url('../../../img/shadow-tl.png') no-repeat bottom right;
	width: 30px;
	height: 30px;
	position:absolute;
	top:-30px;
	left:-30px;
}

#top {
	background: transparent url('../../../img/shadow-tc.png') repeat-x bottom center;
	height: 30px;
	margin-top:-30px;
}

#topRight {
	background: transparent url('../../../img/shadow-tr.png') no-repeat bottom right;
	width: 30px;
	height: 30px;
	position:absolute;
	top:-30px;
	right:-30px;
}*/

#topLeft {
	background: transparent url('../images/shadow-tl.png') no-repeat bottom right;
	width: 30px;
	height: 30px;
	float: left;
	margin-left: -30px;
	margin-top: -30px;
	display: block;
}

#top {
	background: transparent url('../images/shadow-tc.png') repeat-x bottom center;
	height: 30px;
	margin-top:-30px;
	width: 100%;
	float:  left;
	display: block;
}

#topRight {
	background: transparent url('../images/shadow-tr.png') no-repeat bottom right;
	width: 30px;
	height: 30px;
	margin-right: -30px;
	margin-top: -30px;
	float: right;
	display: block;
}




#bottomLeft {
	background: transparent url('../images/shadow-bl.png') no-repeat top right;
	width: 30px;
	height: 30px;
	position:absolute;
	bottom:-30px;
	left:-30px;
}

#bottom {
	background: transparent url('../images/shadow-bc.png') repeat-x top center;
	height: 30px;
	margin-bottom:-30px;
	/*float: left;*/
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

#bottomRight {
	background: transparent url('../images/shadow-br.png') no-repeat top left;
	width: 30px;
	height: 30px;
	position:absolute;
	bottom:-30px;
	right:-30px;
}

#left {
	background: transparent url('../images/shadow-l.png') repeat-y;
	width: 30px;
	position:absolute;
	left:-30px;
	height:100%;
	top: 0px;
}


#right {
	background: transparent url('../images/shadow-r.png') repeat-y;
	width: 30px;
	position:absolute;
	right:-29px;
	height:100%;
	bottom: 0px;
}


#TB_closeWindowButton {
position: absolute;
bottom: -12px;
right: -12px;
z-index: 2003;
}

#TB_closeWindowButton a 

outline: none;
}


