
/**************************************************************

	MultiBox
	v1.3

**************************************************************/
.MultiBoxContainer h1 {}
.MultiBoxContainer p {padding-left:0px; color:#000000; font-size:11px;}
.MultiBoxContainer a {color:#000000; text-decoration:none;}
.MultiBoxContainer a:hover {color:#FFFFFF;}
.MultiBoxContainer a.current {color:#FFFFFF;}

.MultiBoxContainer 
{
  width:100%;
	position: absolute;
	background-color: #ffffff;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {background:url(/App_Themes/EnkaCMS/images/loader.gif) no-repeat center;}

.MultiBoxContent {background:#ffffff;position: relative;width: 100%;height: 100%;overflow: hidden;border:13px solid white;}

.MultiBoxHeader 
{
	position:absolute;
	top:-30px;
	height:30px;
	width:100%;
	background-color:#ffffff;
	border-left:13px solid #ffffff;
	border-right:13px solid #ffffff;
}

.MultiBoxTitle {
	position: relative;
	/*display:none*/
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FE6A29; 
	font-weight:bold;
	padding:13px 0px 0px 0px;
	width: 80%;
	height: 20px;
	text-align: left;
}

.MultiBoxNumber {
    float:right;
	font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#5D7972; 
    text-align:right;
	height: 20px;
	padding:13px 0px 0px 0px;
	width: 15%;
	font-weight:bold;
}

.MultiBoxControlsContainer {     
	width: 100%;
	position: relative;
	overflow: hidden;
	padding:0px 26px 0px 0px;
	/*border-left:10px solid #FFFFFF;
	border-right:10px solid #FFFFFF;*/
}

.MultiBoxControls { float:left; width: 100%; position: relative;}


.MultiBoxPrevious {
	clear:left;
	position: relative;
	float:left;
	background: url(/App_Themes/EnkaCMS/images/left.gif) no-repeat;
	width: 61px;
	height: 18px;
	cursor: pointer;
	padding-left:5px;
}

.MultiBoxNavigation 
{
	padding-top:5px;
	float:left;
	position:relative;
	height:32px;
	width:100%;
	background-color:#ffffff;
	border-left:13px solid #ffffff;
	border-right:13px solid #ffffff;
}

.MultiBoxClose {position: relative;float:left; background-image:url(/App_Themes/EnkaCMS/images/close.gif); width: 51px;height: 18px;cursor: pointer; background-repeat:no-repeat;}


.MultiBoxDescription 
{
  display:none;
	float:left;
	height: auto;
	position: relative;
	width: 100%;
	padding-bottom:10px;
	background-color:#ffffff;
	border-left:13px solid #ffffff;
	border-right:13px solid #ffffff;
}

.MultiBoxNext {
	position: relative;
	float:left;
	background: url(/App_Themes/EnkaCMS/images/right.gif) no-repeat;
	width: 46px;
	height: 18px;
	cursor: pointer;
}

.MultiBoxNextDisabled {cursor: default; background: url(/App_Themes/EnkaCMS/images/rightDisabled.gif) no-repeat;}
.MultiBoxPreviousDisabled { cursor: default; background: url(/App_Themes/EnkaCMS/images/leftDisabled.gif) no-repeat;}

.lightBoxDivider {float:left; background:url(/App_Themes/EnkaCMS/images/lightBox-divider.gif); width:2px; height:25px;}

.number {float:left; padding:5px 5px 0px 5px;}
.multiBoxText {position: absolute;width:1px; height:1px; overflow:hidden;}



/*************************************************************/

