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

html, body {
min-height: 100%;
height: auto !important;
height: 100%;
width: 99%;
}

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

#eBoxsecondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#eBoxWrapper a:link {color: #666666;}
#eBoxWrapper a:visited {color: #666666;}
#eBoxWrapper a:hover {color: #000;}
#eBoxWrapper a:active {color: #666666;}
#eBoxWrapper a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#eBoxContainer 
{
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	width: 100%;
	height: 100%;
}

#eBoxWrapper {
	position: absolute;
	background: url(gfx/gallery-bkg.gif) left bottom repeat-y #000;
	z-index: 102;
	color:#000000;
	display: block;
	border: 10px solid #000;
	text-align:left;
	width: 775px;
}

#eBoxLoading{
	position: absolute;
	display: none;
	height: 100px;
	width: 100px;
	z-index: 101;
}

#eBoxajaxContent
{
	clear:both;
	padding: 0;
	overflow: auto;
	text-align:left;
	line-height:1.4em;
	padding: 0 15px;
}


#eBoxtitle
{
	background: #fff !important;
	width: 140px;
	position: relative;
}

#eBoxcloseAjaxWindow
{
	background: #666;
	width: 140px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 120;
}

#eBoxcloseAjaxWindow a#eBoxClose
{
	display: block;
	float: none;
	
	padding: 0;
	margin: 5px auto;
	width: 120px;
	height: 20px;
	vertical-align: middle;
	line-height: 20px;
	
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
}


#eBoxWrapper .ajaxGallerySidebar img {
	display: inline;
float: left;
clear: both;
	margin: 0 0 10px 9px;
	border: 1px solid #ccc;
}

#eBoxWrapper .ajaxGalleryContent img {
	display: block;
	margin: 0 auto 10px auto;
	border: 1px solid #ccc;
}

#eBoxWrapper img.preload 
{
	position: absolute;
	top: -9000px;
}

#eBoxWrapper img.tb-logo {
	display: block;
	margin: 10px auto 0 auto;
	border: 0;
}

#eBoxWrapper div.ajaxGallerySidebar
{
	width: 140px;
	display: block;
	margin-left: -20px;
	padding-top: 35px;
	padding-left: 5px;
	background: transparent;
	width: 745px;
	min-height: 300px;
	text-align: left;
}

#eBoxajaxContent
{
	clear:both;
	padding: 0;
	overflow: auto;
	text-align:left;
	line-height:1.4em;
	padding: 0 15px;
}



#eBoxWrapper div.ajaxGalleryContent
{
	display: block;
	padding: 0 0 0 0;
	margin-right: -10px;
	width: 612px;
	overflow: hidden;	
	position: absolute;
	top: 0px;
	left: 150px;
}

* html #eBoxWrapper div.ajaxGalleryContent
{
	display: block;
	padding: 0px 0 0 0px;
	margin-right: -10px;
	width: 617px;
}

#eBoxIFrame
{
	display: none;
}

* html #eBoxIFrame
{
	display: block;
	z-index:98;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}


#eBoxiframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


