/* @override http://prudey.com/css/thickbox.css */

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

#TB_ajaxContent {
	clear: both;
	overflow: hidden;
	width: 100% !important;
}

#TB_ajaxContent p {
	padding: 5px 0;
}

#TB_ajaxContent.TB_modal {
	padding: 15px;
}

#TB_ajaxWindowTitle {
	float: left;
	margin-bottom: 1px;
	padding: 7px 0 5px 10px;
}

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

#TB_closeWindow {
	display: none;
}

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

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

/* ----------------------------------------------------------------------------------------------------------------  ---------->>> thickbox settings <<<-----------------------------------------------------------------------------  ---------------------------------------------------------------------------------------------------------------- */

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

#TB_secondLine {
	color: #666;
	padding: 7px;
	background-color: #eff3f7;
	border-top: 1px solid #fff;
}

#TB_secondLine span a {
	display: block;
	float: left;
	height: 10px;
	padding: 0 !important;
	position: relative;
	text-decoration: none !important;
	margin: 0;
}

#TB_secondLine span a img {
	height: 10px;
	overflow: hidden;
	padding: 0 !important;
}

#TB_secondLine span a:hover {
	text-decoration: none !important;
}

#TB_prev,#TB_next {
	display: block;
	overflow: hidden;
	float: left;
	height: 16px;
	margin-top: 1px;
	width: 12px;
}

#TB_next {
	margin-top: 2px;
}

#TB_title {
	background: #e8e8e8;
	display: none;
	height: 27px;
	margin: 0;
	padding: 0;
}

/* ----------------------------------------------------------------------------------------------------------------  ---------->>> thickbox specific link and font settings <<<------------------------------------------------------  ---------------------------------------------------------------------------------------------------------------- */

#TB_window {
	background: #fff;
	color: #000;
	display: none;
	font: 12px Arial, Helvetica, sans-serif;
	left: 50%;
	position: fixed;
	text-align: left;
	z-index: 1002;
	top: 300px;
	_top: 50px;
}

#TB_window a:hover {
	color: #000;
}

#TB_window a:link,#TB_window a:active {
	color: #666;
	text-decoration: underline;
}

#TB_window a:visited,#TB_window a:focus {
	color: #666;
}

#TB_window img#TB_Image {
	display: block;
}


#ajaxl {
	background: #fff url(/img/pingu_foto.jpg) no-repeat right bottom;
	border-bottom: 1px solid #e2e2e2;
	padding: 6px;
	color: #787878;
	border-top: 1px solid #787878;
	margin-top: 0;
	font-size: 11px;
}

#ajaxl h3 {
	color: #000;
	font-size: 22px;
}

#ajaxl h3 small {
	color: #1f1f1f;
	font-size: 11px;
}

/* ----------------------------------------------------------------------------------------------------------------  ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------  ---------------------------------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

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

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

.TB_overlayBG {
	-moz-opacity: 0.75px;
	background: #000;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

.TB_overlayMacFFBGHack {
	background: url(http://jquery.com/demo/thickbox/images/macFFBgHack.png);
}

.cutefix {
	clear: none;
	display: inline;
	margin-left: 7px;
}

.fs {
	text-decoration: underline !important;
}

.operafix {
	width: 100%;
}

div.vclosediv {
	float: right;
	margin-top: -13px;
}

.minif {
	font-size: 9px;
	display: block;
	margin-top: 4px;
}