﻿* {
  padding: 0;
  margin: 0;
}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
}

.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=20);
	-moz-opacity: 0.20;
	opacity: 0.20;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#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_load_text {
	position: relative;
	top: 14px;
	font: normal 11px Arial;
	color: #5E5E5E;
}


#TB_window {
	position: fixed;
	background: #FFF; /* Stejnou barvu nastavit v content.css .imgDetail {background:}*/
	z-index: 102;
	color: #000;
	display: none;
	border: 4px solid #676767;
	text-align: left;
	top: 47%;
	_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_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_title {
	float: left;
	width: 100%;
	background: #7F7F7F;
	}
	#TB_windowTop {
		float:left;
		width:46%;
		padding:2px 0 2px 5px;
		margin: 0;
		padding-left: 46%;
		font: bold 12px Arial;
		color: #bbb;
		}
		#TB_windowTop div {
		  float: left;
		  background: #979797;
		}
		#TB_windowTop a {
		  width: 25px;
		  height: 18px;
		  float: left;
		}
		#TB_windowTop a:hover {
		  text-decoration: none;
		}
		#TB_windowTop a.prevImg {
		  background: url(../img/sipka-predchozi.gif) center center no-repeat;
		}
		#TB_windowTop a.nextImg {
		  background: url(../img/sipka-dalsi.gif) center center no-repeat;
		}
		#TB_windowTop span {
		  display: block;
		  float: left;
		  text-align: center;
		  color: #7F7F7F;
		}
		#TB_close {
			background: url(../img/thickbox/icon_close.gif) top left no-repeat;
			float: right;
			text-align: center;
			margin: 1px 0px 2px 0px;
			padding: 2px 2px 0px 0px;
			width: 20px;
			height: 20px;
			cursor: pointer;
		}
		#TB_close:hover {
			background: url(../img/thickbox/icon_close2.gif) no-repeat top left;
		}

#TB_iframe {
	clear: both;
}

#TB_windowBottom {
		padding: 2px 0 2px 5px;
		margin: 0;
		background: #7F7F7F;
		font: normal 12px Arial;
		color: #FFF;
}
