/*
Multibox - for MooTools 1.2 - - - - */
a.mb, a:link.mb, a:visited.mb, a:hover.mb, a:active.mb{
	outline:none;
	float:left;
	margin:0 15px 15px 0;
	padding:0;
	text-decoration:none;
	color:#666666;
}

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

.mbClear{
	clear:both;
	width:100%;
	height:20px;
}

.mbHidden{
	display:none;
}

.multiBoxDesc{
	display:none;
}


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

.MultiBoxLoading{
	background:url(../Images/mb_Components/loader.gif) no-repeat center;
}

.MultiBoxContent{
	position:relative;
	width:100%;
	height:100%;
}

.MultiBoxClose{
	position:absolute;
	top:-24px;
	background:url(../Images/mb_Components/close.png) no-repeat;
	width:24px;
	height:24px;
	cursor:pointer;
}
body.en .MultiBoxClose{ right:-24px; }
body.he .MultiBoxClose{ left:-24px; }

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

.MultiBoxControls{
	width:100%;
	height:auto;
	position:relative;
	background:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#FFF;
}

.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;
}
body.he .MultiBoxDownload a, body.he .MultiBoxDownload a:link, body.he .MultiBoxDownload a:visited, body.he .MultiBoxDownload a:hover, body.he .MultiBoxDownload a:active{
	margin:5px 35px 0 0;
}

.MultiBoxDownload a:hover{
	color:#FFF;
}

.MultiBoxPrevious{
	position:absolute;
	width:24px;
	height:24px;
	margin:5px 0 0 0;
	cursor:pointer;
}
body.en .MultiBoxPrevious{
	background:url(../Images/mb_Components/left.png) no-repeat;
	left:0px;
}
body.he .MultiBoxPrevious{
	background:url(../Images/mb_Components/right.png) no-repeat;
	right:0px;
}

.MultiBoxNext{
	position:absolute;
	background:url(../Images/mb_Components/right.png) no-repeat;
	width:24px;
	height:24px;
	margin:5px 0 0 0;
	cursor:pointer;
}
body.en .MultiBoxNext{
	background:url(../Images/mb_Components/right.png) no-repeat;
	right:0px;
}
body.he .MultiBoxNext{
	background:url(../Images/mb_Components/left.png) no-repeat;
	left:0px;
}

.MultiBoxNextDisabled{
	cursor:default;
	background:url(../Images/mb_Components/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled{
	cursor:default;
	background:url(../Images/mb_Components/leftDisabled.png) no-repeat;
}


/*
Bottom text - - - - */
.MultiBoxTitle{
	position:relative;
	font-size:11px;
	font-weight:bold;
	display:inline;
}
body.en .MultiBoxTitle{ float: left; margin:10px 0 0 35px; text-align:left; }
body.he .MultiBoxTitle{ float: right; margin:10px 35px 0 0; text-align:right; }

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

body.en .MultiBoxDescription{ clear: left; }
body.he .MultiBoxDescription{ clear: right; text-align:right; }
.MultiBoxDescription{
	position:relative;
	margin: 0 35px;
	padding:5px 0 0 0;
	font-size:11px;
	text-align:left;
}


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