/*
Multibox - for MooTools 1.2 - - - - */
a.mb, a:link.mb, a:visited.mb, a:hover.mb, a:active.mb{
	
}

.mb img{
/*	display:block;    */
	border:none;
}

.mbClear{
	clear:both;
	width:100%;
	
}

.mbHidden{
	display:none;
    
    
}

.multiBoxDesc{
	display:none;
}


/*
Pop-up styles - - - - */
.MultiBoxContainer{
	position:absolute;
	background:#FFF;
	display:none;
	z-index:2000;
	text-align:left;
    border: #fff 15px solid;
/*    border-right: #fff 10px solid;
    border-left: #fff 10px solid;*/
}

.MultiBoxLoading{
	background:url(../../img/loading.gif) no-repeat center;
}

.MultiBoxContent{
	position:relative;
	width:100%;
	height:100%;
    z-index:3000;
    padding: 0;
    margin: 0;
}

.MultiBoxControlsContainer{
	overflow:hidden;
	height:0px;
	position:relative;
    padding: 10px 0 0 0;
}

.MultiBoxControls{
	width:100%;
	height:auto;
	position:relative;
	/*background:#fff url(../../img/slim_bg.jpg) left top no-repeat;*/
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000;
}

.MultiBoxDownload a, .MultiBoxDownload a:link, .MultiBoxDownload a:visited, .MultiBoxDownload a:hover, .MultiBoxDownload a:active{
	font-size:9px;
	color:#CCC;
	margin:5px 0 0 35px;
	display:block;
	text-decoration:none;
}

.MultiBoxDownload a:hover{
	color:#FFF;
}
.MultiBoxClose {
    position: absolute;
    bottom: 10px;
    _bottom: 8px;
    right: 0;
    background: url(../../img/close.gif) no-repeat;
    width: 13px;
    height: 13px;
    cursor: pointer;
    z-index: 4000;
}
.MultiBoxPrevious{
	position: absolute;
	background: url(../../img/left.gif) left top no-repeat;
	width: 21px;
	height: 15px;
    bottom: 9px;
	right: 55px;
	margin: 5px 0 0 0;
	cursor: pointer;
}

.MultiBoxNext{
	position:absolute;
	background:url(../../img/right.gif) left top no-repeat;
	width:21px;
	height:15px;
    bottom: 9px;
	right:25px;
	margin:5px 0 0 0;
	cursor:pointer;
}

.MultiBoxNextDisabled{
	cursor:default;
	background:url(../../img/rightDisabled.gif) no-repeat;
}

.MultiBoxPreviousDisabled{
	cursor:default;
	background:url(../../img/leftDisabled.gif) no-repeat;
}

.overPrev {background:url(../../img/left_.gif) left top no-repeat;}
.overNext {background:url(../../img/right_.gif) left top no-repeat;}
.overClose {background:url(../../img/close_.gif) left top no-repeat;}

/*
Bottom text - - - - */
.MultiBoxTitle{
	position:relative;
	/*margin:7px 0 0 45px;*/
	margin:7px 0 0 0px;	
	float:left;
	font-size:10pt;
	text-align:left;
	display:inline;
    font-family: Tahoma;
    color: #6e6e6e;
}

.MultiBoxNumber{
	position:relative;
	width:90px;
	margin:10px 35px 0 0;
	float:right;
	font-size:11px;
	text-align:right;
	display:inline;
}

.MultiBoxDescription{
	clear:left;
	position:relative;
	/*margin:0 35px 0 35px;*/
	margin:0 35px 0 0px;
	padding:5px 0 5px 0;
	font-size:11px;
	text-align:left;
}


/*
Overlay icon - - - - */
.Overlay{
	position:absolute;
	right:-5px;
	top:-5px;
	width:17px;
	height:17px;
	background:transparent url(../../img/MagIcon.png) left top no-repeat;
    z-index: 5000;
}