/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings  <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* *{padding: 0; margin: 0;} */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Verdana, Arial, sans-serif;
	color: #333333;
}
#TB_secondLine {
	font: 11px Verdana, Arial, sans-serif;
	color:#333333;
	float: right;
	padding: 7px 30px 10px 0;
	width: 125px;
}
#TB_next {float: right;}
#TB_prev {float: right;}

#TB_prev a.icon {margin-left: 0px; margin-right: 10px;}
#Counter {
	float: right;
	margin: 2px 5px;
}
#TB_window a {color: #666666;}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> box settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:60;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#fff;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}
#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 101;
	color:#000000;
	display:none;
	border: 1px solid #e4e4e4;
	text-align:left;
	top:50%;
	left:50%;
}
#TB_window #TB_Image {
	display:block;
	margin: 45px 30px 9px 30px;
}
#TB_caption{
	padding:9px 0px 10px 30px;
	float:left;
	color: #999999;
	/*height: 26px;*/
	width: 62%;
}
#TB_closeWindow{
	padding: 10px 10px 0 0;
	float:right;
}
#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title{
	background-color:#e8e8e8;
	height:27px;
}
#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
	padding:15px;
}
#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}
#TB_load{
	background: #ffffff;
	border: 1px solid #e4e4e4;
	position: absolute;
	display:none;
	/*height:13px;
	width:208px;*/
	z-index:103;
}
#TB_window img.loader{
	margin: 118px 196px;
}
#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%;
}
#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#TB_window div.copyright {
	background: url(../../images/lht/dotted_line_cccccc.gif) repeat-x top left;
	margin: 6px 30px;
	color: #b7b7b7;
	clear: both;
	line-height: 29px;
}

.shadow_container, .shadow_load {
	width: 100px;
	height: 100px;
	font-size: 0px;
	line-height: 0px;
	position: absolute;
	display:none;
}
.shadow_top {
	background:url(../../images/lht/gallery_top_right.png) no-repeat top left;
	#FF0000;
	height: 10px;
	width: 10px;
	float:right;
	top:0px;
	right: -20px;
	position: absolute;
}
.shadow_center {
	background: url(../../images/lht/gallery_right.png) repeat-y top left;
	width: 10px;
	top: 10px;
	right: -20px;
	height:100%;
	position: absolute;
}
.shadow_bottom {
	height: 10px;
	position: absolute;
	bottom: -20px;
}
.bottom_left {
	background: url(../../images/lht/gallery_bottom_left.png) no-repeat top left;
	width: 10px;
	left: 0px;
}
.bottom_right {
	background: url(../../images/lht/gallery_bottom_right.png) no-repeat top left;
	width: 10px;
	right: -20px;
}
.bottom_center {
	background: url(../../images/lht/gallery_bottom_center.png) repeat-x bottom left;
	left: 10px;
	right: 10px;
	width: 100%;
}