
/*
 * ######################### THICKBOX ######################
 */
#TB_overlay
	{
	position: fixed;
	z-index:10000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	}

.TB_overlayMacFFBGhack
	{
	background: url(/gfx/overlay.png) repeat;
	}

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

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

#TB_window
	{
	position: fixed;
	background: #ffffff;
	z-index: 10001;
	color:#333333;
	display:none;
	border: 4px solid #d1d1d1;
	text-align:left;
	top:50%;
	left:50%;
	margin:0;
	padding:0;
	}

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

#TB_closeAjaxWindow
	{
	background-image:url(/gfx/close.png);
	background-repeat:no-repeat;
	padding: 0px;
	margin-bottom:1px;
	margin-top:1px;
	margin-right:10px;
	text-align:right;
	float:right;
	}

#TB_closeAjaxWindow:hover
	{
	background-image:url(/gfx/close_over.png);
	}

#TB_ajaxWindowTitle
	{
	float:left;
	padding:6px 0 5px 15px;
	margin-bottom:1px;
	color:#f75600;
	font-weight:bold;
	}

#TB_title
	{
	background:url(/gfx/bg_category_active.gif) bottom repeat-x;
	height:24px;
	border-bottom:1px solid #cccccc;
	}

#TB_ajaxContent
	{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	}

#TB_ajaxContent.TB_modal
	{
	padding:15px;
	}

#TB_ajaxContent p
	{
	padding:5px 0px 5px 0px;
	}

#TB_load
	{
	background:#ffffff;
	position: fixed;
	display:none;
	height:16px;
	width:16px;
	border:1px solid;
	z-index:100801;
	top: 50%;
	left: 50%;
	margin: 0;
	padding:0;
	
	}

* html #TB_load
	{ /* ie6 opt */
	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;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
	}

* html #TB_HideSelect
	{ /* ie6 opt */
    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;
	}

