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

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font-size: 10px; 
	font-family: Arial, "Trebuchet MS", tahoma, verdana, sans-serif;
	color:#1A4303;
}

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

#TB_window a:link {
	text-decoration:none;
	display:block;
	text-indent:-9999px;
	height:20px;
	width:140px;
	margin: 0 auto;
	background-image:url(../img/button_useobject.gif);
}
#TB_window a:visited {	
	text-decoration:none;
	display:block;
	text-indent:-9999px;
	height:20px;
	width:140px;
	margin: 0 auto;	
	background-image:url(../img/button_useobject.gif);
}
#TB_window a:hover {
	text-decoration:none;
	display:block;
	text-indent:-9999px;
	height:20px;
	width:140px;
	margin: 0 auto;	
	background-image:url(../img/button_useobject_over.gif);
}
#TB_window a:active {	
	text-decoration:none;
	display:block;
	text-indent:-9999px;
	height:20px;
	width:140px;
	margin: 0 auto;	
	background-image:url(../img/button_useobject.gif);
}
#TB_window a:focus{
	text-decoration:none;
	display:block;
	text-indent:-9999px;
	height:20px;
	width:140px;
	margin: 0 auto;	
	background-image:url(../img/button_useobject.gif);
}

#TB_window a.close:link {
	text-decoration:none;
	display:block;
	text-indent:-9999px;
	height:16px;
	width:16px;
	background-image:url(../img/button_delete2.gif);
}
#TB_window a.close:visited {	
	text-decoration:none;
	display:block;
	text-indent:-9999px;
	height:16px;
	width:16px;
	background-image:url(../img/button_delete2.gif);
}
#TB_window a.close:hover {
	text-decoration:none;
	display:block;
	text-indent:-9999px;
	height:16px;
	width:16px;
	background-image:url(../img/button_delete2_over.gif);
}
#TB_window a.close:active {	
	text-decoration:none;
	display:block;
	text-indent:-9999px;
	height:16px;
	width:16px;
	background-image:url(../img/button_delete2.gif);
}
#TB_window a.close:focus{
	text-decoration:none;
	display:block;
	text-indent:-9999px;
	height:16px;
	width:16px;
	background-image:url(../img/button_delete2.gif);
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	height:100%;
}

#TB_window {
	position: absolute;
	background-color:#ffcc2a;
	z-index: 102;
	color:#002e6e;
	display:none;
	border: 4px solid #002e6e;
	text-align:left;
}

#TB_window .product{
	float:left;
	width: 100%;
	display: block;
	margin-bottom:8px;
	clear:both;
	text-align:left;
}

#TB_window .productimage{
	float:left;
	width:100px;
	height: 100%;
 	margin:0 5px 0 5px;
}

#TB_window .productdetails{
	float:left;
	width:290px;
}

#TB_window .pricebox{
	float:right;
 	margin:0 5px;
	font-size:18px;
}

#TB_window .totalpricebox{
	float:right;
 	margin:0 5px;
}

#TB_window .label {
	width:55px;
	height:auto; 
	margin:5px;
	font-size:10px;
	text-transform:uppercase;
}

#TB_window .selection {
	font-weight:bold; 
	color:#4AAB1B; 
	font-size:12px; 
}

#TB_window .product h1{
	display:block;
	width:100%;
	margin:8px 0;
	font-size:18px;
}

#TB_window .product h2{
	display:block;
	margin-bottom:8px;
	font-size:14px;
}

#TB_window .totallabel {
	width:55px;
	height:auto; 
	margin:5px;
	font-size:12px;
	text-transform:uppercase;
}

#TB_window .totalselection {
	font-weight:bold; 
	color:#980000; 
	font-size:14px; 
}


#TB_window img {
	display:block;
	margin-top: 10px;
}

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

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

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

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	line-height:1.4em;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#ffcc2a;
	text-transform:uppercase;

}

#TB_title{
	background: url(../img/bg_subhead.gif) repeat-x;
	height:27px;

}

#TB_ajaxContent{
	background-color: #ffcc2a;
	clear:both;
	padding:15px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.3em;
}

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

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

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

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