/*
multiBox - for MooTools 1.2 stylesheet - - - - */
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:#666;
}

.mb img{
	display:block;
	border:none;
}

.mbClear{
	clear:both;
	width:100%;
	height:20px;
}

.mbHidden {
	display:none;
}

.multiBoxDesc {
    display:none;
/*
    visibility:hidden;
    height:0;
    width:0;
    font-size:0;
    line-height:0;
*/
}

/*
Pop-up styles - - - - */
.MultiBoxContainer{
	background:#fff;
	position:absolute;
	border:1px solid #cfcfcf;
	display:none;
	z-index:39999;
	text-align:left;
    overflow:hidden;
    margin-bottom:20px;
    padding-bottom:10px;
    left: 30% !important;
}

.MultiBoxLoading{
	background:url(../img/elements/multibox/loader.gif) center no-repeat;
    height:31px;
}

.MultiBoxContent{
	position:relative;
	width:100%;
	/*height:412px;*/
    min-height:386px;
    margin-bottom:15px;
}

.MultiBoxClose{
	background:url(../img/elements/multibox/close.png) no-repeat;
	position:absolute;
	right:0;
	top:0;
	width:19px;
	height:17px;
	cursor:pointer;
}

.MultiBoxControlsContainer{
	/*overflow:hidden;*/
	height:auto;
	position:relative;
}

.MultiBoxControls{
	background:#fff;
	position:relative;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#58585a;
	/*margin-left:212px;*/
    margin:0 auto;
    width:111px;
    height:44px;
}
div.MultiBoxTop{
  background:transparent url(../img/elements/multibox/shadowtop.png) no-repeat scroll 0 0;
  height:9px;
  left:-9px;
  position:absolute;
  top:-9px;
  width:570px;
}
div.MultiBoxRight{
  background:transparent url(../img/elements/multibox/shadowbgright.png) scroll 0px 0px repeat-y;
	float:right;
	height:649px;
	right:-9px;
	position:absolute;
	top:0;
	width:9px;

}
div.MultiBoxLeft{
  background:transparent url(../img/elements/multibox/shadowbg.png) repeat-y scroll 0 0;
	float:left;
	height:649px;
	left:-9px;
	position:absolute;
	top:0;
	width:9px;
}
div.MultiBoxBottom{
background:transparent url(../img/elements/multibox/shadowBottom.png) no-repeat scroll 0 0;
bottom:-9px;
height:9px;
left:-9px;
position:absolute;
width:570px
}

div.MultiBoxShadow{
}
div.MultiBoxHeader{
    width:100%;
    margin-bottom:15px;
}
div.MultiBoxHeader h2.header{
	padding:10px 15px 5px 15px;
	border-bottom:1px dotted #000;
    font-size:2.7em;
    margin-bottom:10px;
    visibility:visible;
    font-weight:normal;
}
div#MultiBoxContentContainer{
	text-align:center;
    width:550px !important;
}
div#MultiBoxContentContainer img{
	padding:0px 15px;
}
div.MultiBoxDescription{
	border-bottom:1px dotted #000000;
}
div.downloadpic a {
	padding-left:1.6em;
        color:#1975BA;
        font-weight:700;
}
.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;
	text-transform:uppercase;
	text-align:right;
	outline:none;
}

.MultiBoxDownload a:hover{
	color:#fff;
}

.MultiBoxPrevious{
	background:url(../img/elements/multibox/left.png) no-repeat;
	position:absolute;
	width:20px;
	height:18px;
	left:0;
	/*margin:5px 0 0 0;*/
	cursor:pointer;
}

.MultiBoxNext{
	background:url(../img/elements/multibox/right.png) no-repeat;
	position:absolute;
	width:20px;
	height:18px;
	right:0;
	/*margin:5px 0 0 0;*/
	cursor:pointer;
}

.MultiBoxNextDisabled{
	background:url(../img/elements/multibox/rightDisabled.png) no-repeat;
	cursor:default;
}

.MultiBoxPreviousDisabled{
	background:url(../img/elements/multibox/leftDisabled.png) no-repeat;
	cursor:default;
}


/*
Bottom text - - - - */
.MultiBoxTitle{
	position:relative;
	margin:10px 0 0 35px;
	float:left;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	display:inline;
}

.MultiBoxNumber{
display:inline;
float:right;
font-size:11px;
margin:0 35px 0 0;
position:relative;
text-align:right;
width:64px;
}

.MultiBoxDescription{
	clear:left;
	position:relative;
  padding:10px 15px 10px 15px;
	font-size:11px;
	color:#58585a;
	font-weight:700;
}
.MultiBoxDescription div {
    text-align:center;
}
.MultiBoxDescription label { float:left; }
.MultiBoxDownloadWrapper { width:100px; overflow:hidden; margin:10px auto 0 auto; }
.MultiBoxDownloadForm{
	text-align:center;
	padding-bottom:10px;
  border-bottom:1px dotted #000;
}
.MultiBoxDownloadForm label{
	font-size:11px;
}

/**
 * MultiBoxCarusell
 */
div.MultiBoxCarusell{
	width:100%;
	height:auto;
    overflow:hidden;
    margin-bottom:5px;
}
div.MultiBoxCarusell ul{
	float:left;
    padding-left:15px;
    position:relative;
}
div.MultiBoxCarusell ul li{
	display:block;
	position:relative;
	float:left;
	margin-right:7px;
}
div.MultiBoxCarusell ul li img{
	border:3px solid #cfcfcf;
}
div.MultiBoxCarusell ul li.active img{
    border:3px solid #1975BA;
}
/*
Overlay icon - - - - */
.OverlayIcon{
	background:transparent url(../img/elements/multibox/MagIcon.png) no-repeat;
	position:absolute;
	right:-5px;
	top:-5px;
	width:17px;
	height:17px;
}


/*
MooTools tips - - - - */
.mbTips{
	background:#fff;
	font-size:10px;
	color:#000;
	border:1px solid #3FB6E2;
	padding:2px;
}

.mbTips .tip-text{
	display:none;
}