html, body {
	height:100%;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

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

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

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color:#45b6f1; text-decoration:underline;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- 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:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* 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:transparent;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:right;
	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;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	text-align:right;
	position:absolute;
	top:43px;
	right:19px;
	width:100px;
}
#TB_window #TB_closeAjaxWindow a { 
	font-size:10px;
	font-weight:bold;
	color:#1465a9;
	text-transform:uppercase;
	text-decoration:none;
}
#TB_window #TB_closeAjaxWindow a:hover {
	color:#45b6f1;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	height:20px;
	position:relative;
}

#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;
}
#modal_body {
	margin:0;
	padding:0;
}
#modal_wrapper {
	width:679px;
	height:488px;
	background:#454545 url(../images/bg_modalWindow.png) top right no-repeat;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}
#modal_title {
	position:absolute;
	top:20px;
	left:20px;
	font-size:16px;
	color:#778a9a;
}
#modal_menu {
	position:absolute;
	top:60px;
	left:24px;
	width:200px;
	color:#e0e0e0;
	font-size:10px;
	text-transform:uppercase;
}
/*
#modal_menu a {
	color:#778a9a;
	text-decoration:none;
}
*/
#modal_menu a:link {color:#778a9a; text-decoration:none;}
#modal_menu a:visited {color:#778a9a; text-decoration:none;}
#modal_menu a:hover {color:#45b6f1; text-decoration:none;}
#modal_menu a:active {color:#778a9a; text-decoration:none;}
#modal_menu a:focus {color:#778a9a; text-decoration:none;}
.modal_menu_divider {
	padding:0 7px;
	color:#778a9a;
}
#modal_description {
	position:absolute;
	top:85px;
	left:505px;
	width:158px;
	font-size:11px;
	color:#231f20;
	line-height:12px;
	letter-spacing:.025em;
}
#modal_description h2 {
	margin:0;
	font-size:11px;
	font-weight:bold;
	color:#1465a9;
}
#modal_description p {
	margin:0 0 1em 0;
}
#modal_img_landscape {
	position:absolute;
	top:84px;
	left:22px;
	width:462px;
}
#modal_img_landscape_no_stroke {
	position:absolute;
	top:84px;
	left:22px;
	width:462px;
}
#modal_img_portrait {
	position:absolute;
	top:51px;
	right:177px;
	width:260px;
	left: 167px;
}
#modal_img_portrait_no_stroke {
	position:absolute;
	top:51px;
	right:177px;
	width:260px;
	left: 167px;
}
#modal_img_landscape img,
#modal_img_portrait img {
	border:1px solid #b8b8b8;
}
