@charset "utf-8";
/* CSS Document */


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> ceebox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#cee_box {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#cee_count {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}
#cee_nav {
	position: absolute;
	top:15px;
	left:0px;
	z-index:20;
	visibility:visible;
	}
#cee_next,#cee_prev{
	height:100%;
	width: 49%;
	text-indent:-10000px;
	text-decoration:none;
	visibility:visible;
	background-position:10000px 10000px;
	background-repeat:no-repeat;
}
#cee_next{
	float:right;
}
#cee_prev{
	float:left;
}
#cee_next:hover{background-position: right 50%;}
#cee_prev:hover{background-position: left 50%;}
#cee_box a:link {color: #666666;}
#cee_box a:visited {color: #666666;}
#cee_box a:hover {color: #000;}
#cee_box a:active {color: #666666;}
#cee_box a:focus{color: #666666;}
#cee_closeBtn {
	background-repeat: no-repeat;
	display:box;
	width:0px;
	height:0px;
	float:right;
	text-indent:-10000px;
	margin: 0;
	}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> ceebox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#cee_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.cee_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #cee_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#cee_box {
	position: fixed;
	background: #000000;
	z-index: 102;
	color:#000000;
	display:none;
	border: 1px solid #525252;
	text-align:center;
	top:50%;
	left:50%;
}

* html #cee_box { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#cee_box img#cee_img, #cee_box object {
	display:block;
	margin: 0;
}

#cee_cap{
	height:25px;
	padding:0;
	float:left;
}

#cee_close{
	display:none;
}

#cee_closeAjax{
	padding:0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#cee_ajaxTitle{
	float:left;
	padding:0px;
	margin-bottom:1px;
}

#cee_title{
	background-color:#000000;
	height:1px;
	padding-bottom:0px;
}

#cee_ajax{
	clear:both;
	padding:2px 0 0 0px;
	overflow:auto;
	text-align:left;
}


#cee_ajax p{
	padding:0px;
}

#cee_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 */
	background: url(../images/loader.gif);
}

* html #cee_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#cee_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#000;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #cee_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#cee_iframe{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	
}
