
/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	background-color: #e9f2f8;
	display: none;
	border: 1px solid #9c9b97;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
	width:593px;
}

.MultiBoxLoading {
	background: url(images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: 5px;
	right: 12px;
	background: url(../../img/elements/apogepha/icon.multibox.close.gif) no-repeat;
	width: 123px;
	height: 14px;
	cursor: pointer;
	clear:both;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}



/*************************************************************/

div.boxcon {background-color:#e9f2f8; width:484px; padding: 34px 0 0;}

div.boxcon h5 {margin:0px; float:left; padding-left:11px;}
div.boxcon p {float:left;}
div.boxcon p.format {font-size: 0.7em; float:left; margin: 2px 5px; padding-right:11px;}
div.boxcon img {clear:left; float:left; margin: 18px 15px 12px 11px;}
div.boxcon p.desc, div.boxcon p.link {font-size: 0.82em; margin-top:0px; width: 330px;}
div.boxcon p.link {clear:left; font-size: 1.0em;}
div.boxcon .close {clear:left;	display: block;	text-align: right; font-size: 0.82em; background:url(../img/elements/apogepha/icon.glossar.close.gif) no-repeat 340px 2px;}
