/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	color: #333333;
}
#TB_secondLine {
	color:#666666;
}
#TB_window a:link {color: #fff;}
#TB_window a:visited {color: #ccc;}
#TB_window a:hover {color: #E6E6E6;text-decoration:underline;}
#TB_window a:active {color: #fff;}
#TB_window a:focus{color: #fff;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:1000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {
	background: url(../images/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: absolute;
	z-index: 1002;
	color:#fff;
	display:none;
	text-align:left;
	top:53%;
	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;
	display:inline;
}
#TB_closeWindow{
	height:25px;
	padding:6px 25px 6px 0;
	float:left;
	display:inline;
}
#TB_closeAjaxWindow{
	padding:5px 0px 5px 0;
	margin-bottom:1px;
	text-align:left;
	float:left;
	display:inline;
}
#TB_ajaxWindowTitle{
	float:left;
	display:inline;
	padding:5px 0 5px 10px;
	margin-bottom:0;
}
#TB_title{
	background-color:#000;
	height:27px;
	width:200px;
}
#TB_title a{
	text-transform:uppercase;
}
#TB_title a:before{
	content:"[X] ";
}
#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:194px;
	z-index:1003;
	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:999;
	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;
}
#box {
	position: absolute;
	top:29px;
	left:0;
	width:184px;
	color:#fff;
	padding:6px;
	margin:0;
	background:#C5AC75 url(../images/order-assist-pop-up-bg.png) repeat-x;
	z-index:1001;
	overflow: none;
	border: 2px solid #999;
}
#boxtitle{
	display:block;
	position:absolute;
	float:left;
	top:0;
	left:0;
	width:184px;
	height:54px;
	padding:0;
	padding-top:4px;
	padding-left:8px;
	margin:0 0 24px 0;
	color:white;
	text-align:left;
}
#box h1, #box h2{
	font-weight:normal;
	font-size:1.1em;
	margin-top:1px;
}
#box h2{
	margin:4px 0 0 0;
	padding:1px 0 0 0;
}
#box fieldset{
	margin:0 2px 0 2px;
	border:0;
	padding:0;
}
#box fieldset label{
	display:block;
}
#box fieldset input{
	display:block;
}
#box input{
	margin:1px 0 0 2px;
	border:1px solid #999;
	padding:0 2px 0 2px;
	background-color:#fff;
}
#box textarea{
	margin:1px 0 0 2px;
	border:1px solid #999;
	padding:0 2px 0 2px;
	background-color:#fff;
	font-size:0.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#OAP-banner{
	clear:both;
	height:111px;
	width:170px;
	border: 1px solid #333;
	background: url(../images/oap_photo-no-frame.png) no-repeat;
	margin:52px 0 0 0;
}
#response{
	display:none;
	border: 1px dashed #fff;
	background: #666;
	height:90px;
	width:162px;
	padding:3px;
	color: #fff;
	font-size:0.9em;
}