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

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #f3e7cd;
}

/*#TB_secondLine {
	height:33px;
	width:100%;
	background-color:#fff;
	text-align:center;
}
*/
#TB_window a:link {color: #004d9a;}
#TB_window a:visited {color: #004d9a;}
#TB_window a:hover {color: #004d9a; text-decoration:underline;}
#TB_window a:active {color: #004d9a;}
#TB_window a:focus{color: #004d9a;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#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:#fff;
	filter:alpha(opacity=73);
	-moz-opacity: 0.73;
	opacity: 0.73;
}

* 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;
	background: #fff;
	z-index: 102;
	color:#3a3a3a;
	display:none;
	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');
}

#TB_window img#TB_Image {
	display:block;
}

span.descr_title{
	display:block;
	padding:15px 20px;
	background:#DBDCE0;
}

#TB_closeWindowButton{
	margin-top:8px;
	display:inline-block;
	cursor:pointer;
	position:absolute;
	top:-31px;
	right:-23px;
	width:24px;
	height:24px;
	background:url(/images/close_button.png) 0 0 no-repeat;
}

#TB_closeWindow a, #TB_closeWindow a:visited{
	font-size:13px;
	font-family:Times New Roman;
}

#TB_closeWindow a:hover{
	font-size:13px;
	font-family:Times New Roman;
}

#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_header{
	width:100%;
}
#TB_header table{width:100%;}
#TB_header td{padding:0;vertical-align:top;padding-top:24px;}

#TB_title{
	float:left;
	background-color:#004d9a;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	padding:5px 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{
	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_next{
	cursor:pointer;
	border:0;
	position:absolute;
	right:-47px;
	top:40%;	
	display:block;
	width:46px;
	height:36px;
	background:url(/images/next_str.png) 0 0 no-repeat;
	behavior: url(iepngfix.htc)
	
}

#TB_prev{
	cursor:pointer;
	border:0;
	position:absolute;
	left:-47px;
	top:40%;
	display:block;
	width:46px;
	height:36px;
	background:url(/images/prev_str.png) 0 0 no-repeat;
	behavior: url(iepngfix.htc)
}

.obertka{
	position:relative;
		border:10px solid #84878b;
	-webkit-box-shadow: #666 0px 0px 10px;
	-moz-box-shadow: #666 0px 0px 10px;
	box-shadow: #666 0px 0px 10px;
	behavior: url(/PIE.htc);
}