/*

* {
	margin: 0;
	padding: 0;
}

*/


/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	padding: 20px;
	background: url('../images/diagonal.gif') #fff;
	display: none;
	z-index: 102;
	text-align: left;
	/*overflow: hidden;*/
}

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

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
  background-color: #fff;
}

.MultiBoxClose {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url('../images/multibox.gif') 0 0 no-repeat #fff;
	width: 56px;
	height: 17px;
	cursor: pointer;
  color: #666;
  padding: 3px 0 0 25px;
}
.MultiBoxClose:hover {
  color: #000;
  background-position: 0 -20px;
}

.MultiBoxHeader {
  position: absolute;
  top: 25px;
  left: 30px;
  height: 25px;
  width: 91%;
  border-bottom: 1px solid #666;
}

.MultiBoxHeader .header {
  padding-top: 3px;
}

.MultiBoxHeader .desc {
  color: #000;
  text-transform: uppercase;
}

.MultiBoxHeader .icon {
  display: none;
  float: left;
  width: 18px;
  height: 18px;
  overflow: hidden;
  margin: -2px 3px 0 0;
  background: url('../images/multiboxIcons.gif') no-repeat;
}

.MultiBoxHeader .icon.imprint { background-position: 0 0; }
.MultiBoxHeader .icon.agb { background-position: 0 -72px; }
.MultiBoxHeader .icon.report { background-position: 0 -54px; }
.MultiBoxHeader .icon.contact { background-position: 0 0; }
.MultiBoxHeader .icon.forward { background-position: 0 0; }
.MultiBoxHeader .icon.detail { background-position: 0 0; }

#MultiBoxContentContainer {
  padding: 50px 100px;
}
#MultiBoxContentContainer.image {
  position: absolute;
  left: 50%;
}

.MultiBoxControlsContainer {
	overflow: hidden;
	height: 25px;
	width: 100%;
  margin-top: -30px;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	background-color: #fff;
	padding-bottom: 2px;
}


.MultiBoxPrevious {
	position: absolute;
	background: url('../images/multibox.gif') 0 -59px no-repeat;
	width: 22px;
	height: 22px;
	left: 30px;
  top: 49%;
	margin-top: -5px;
	cursor: pointer;
}

.MultiBoxPrevious:hover {
  background-position: 0 -82px;
}

.MultiBoxNext {
	position: absolute;
	background: url('../images/multibox.gif') 0 -105px no-repeat;
	width: 22px;
	height: 22px;
  top: 49%;
	right: 30px;
	margin-top: -5px;
	cursor: pointer;
}
.MultiBoxNext:hover {
  background-position: 0 -128px;
}

.MultiBoxNextDisabled {
	cursor: default;
  display: none;
  /*
	background: url(/_common/img/multiBox/rightDisabled.png) no-repeat;
  */
}

.MultiBoxPreviousDisabled {
	cursor: default;
  display: none;
  /*
	background: url(/_common/img/multiBox/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: #333;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	min-width: 60px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	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: #333;
	text-align: left;
}


/*************************************************************/


