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

	MultiBox
	v1.3

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

.MultiBoxContainer {
	position: absolute;
	/*border: 20px solid #000;*/
	background-color: transparent;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.iframeMultiboxContent {
	background-color: #fff;
}

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

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

.MultiBoxButtons {
	position: absolute;
	top: 0px;
	right: 30px;
	padding-top:2px;
/*
background: url(images/close.png) no-repeat;

	width: 24px;
	height: 24px;
	cursor: pointer;
*/
}


.MultiBoxButtons a {
	color:#fff;
	background-color:#1D1A0B;
	text-decoration:none;
	font-size:12px;
	padding:1px 11px 3px 30px;
	margin-left:1px;
}

.MultiBoxButtons a.close {
	background-image: url(../img/elements/icon.close.gif);
	background-repeat:no-repeat;
	background-position:8px 3px;
}

.MultiBoxButtons a.print {
	background-image: url(../img/elements/icon.print.gif);
	background-repeat:no-repeat;
	background-position:9px 4px;
}

.MultiBoxControlsContainer {
	overflow: hidden;
	height: 36px;
	position: absolute;
	top:72px;
	left:-51px;
	width:703px;
}

.MultiBoxControlsContainer a {
	color:#1e1b0c;
	font-size:10px;
	text-decoration:none;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	background-color: transparent;
}


.MultiBoxPrevious {
	background: url(../img/elements/btn.multibox.prev.gif) no-repeat;
	background-position:0px 0px;
	background-repeat:none;
	width: 51px;
	height: 26px;
	float:left;
	padding-top:10px;
	text-align:right;
}

.MultiBoxPrevious a {
	background: url(../img/elements/icon.multibox.prev.gif) no-repeat;
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding-left:10px;
}

.MultiBoxNext {
	background: url(../img/elements/btn.multibox.next.gif) no-repeat;
	background-position:0px 0px;
	background-repeat:no-repeat;
	width: 51px;
	height: 26px;
	float:right;
	padding-top:10px
}

.MultiBoxNext a {
	background: url(../img/elements/icon.multibox.next.gif) no-repeat;
	background-position:right 5px;
	background-repeat:no-repeat;
	padding-right:10px;
}

.MultiBoxNextDisabled a {
	color:#9fa1a2;
	background: url(../img/elements/icon.multibox.next.incative.gif) no-repeat;
	background-repeat:no-repeat;
	background-position:right 5px;
}

.MultiBoxPreviousDisabled a {
	color:#9fa1a2;
	background: url(../img/elements/icon.multibox.prev.inactive.gif) no-repeat;
	background-repeat:no-repeat;
	background-position:0px 5px;
}

.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;
*/
	display:none;
}

.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;
*/
	display:none;
}

.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;
*/
	display:none;
}

#MultiBoxContentContainer iframe {
	overflow:hidden;
}

#MultiBoxContentContainerHead {
	height:10px;
}

#MultiBoxContentContainerHead .left {
	float:left;
	width:10px;
	height:10px;
	background: url(../img/elements/edge.search.detail.topleft.gif) no-repeat;
}

#MultiBoxContentContainerHead .center {
	float:left;
	width:581px;
	height:10px;
	background-color:#fff;
}

#MultiBoxContentContainerHead .right {
	float:left;
	width:10px;
	height:10px;
	background: url(../img/elements/edge.search.detail.topright.gif) no-repeat;
}

#MultiBoxContentContainerFooter {
	height:10px;
	margin-top:-3px;
	position:relative;
}

#MultiBoxContentContainerFooter .left {
	float:left;
	width:10px;
	height:15px;
	background: url(../img/elements/edge.search.detail.bottomleft.gif) no-repeat top left;
	position:relative;
}

#MultiBoxContentContainerFooter .center {
	float:left;
	width:581px;
	height:15px;
	background-color:#fff;
	position:relative;
}

#MultiBoxContentContainerFooter .right {
	float:left;
	width:10px;
	height:15px;
	background: url(../img/elements/edge.search.detail.bottomright.gif) no-repeat top right;
	position:relative;
}

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