/*/////////////////////////////////////////////////////////////// pop-up */
#error { position: absolute; top: 0; left: 0; width: 170px; visibility:hidden; background:#FFFF92; border: 1px solid #a5acb2; z-index: 100; margin:-5px 0 0 -40px; }/*filter: alpha(opacity=90); -moz-opacity: 0.90; */
/*#errorIframe {position: absolute; top: 0; left: 0; visibility: hidden; z-index: 99; margin:0 0 0 0; overflow:hidden;  }*/
#error span { text-align:right; position:absolute; top:0; }
#error span img { padding: 2px 3px 0 0; line-height: 12px; cursor:pointer; float:right; }
.errorTop { position:absolute; top:0; left:0; width:247px; }
.errorTop img { display:block; }
.detailImage { float: left; display: inline; padding: 1px 0 0 3px; line-height: 12px; }
.popUpText { padding: 20px 0 5px 10px; }
.popUpText p { font-size:11px; font-family:Tahoma; display: block; color:#333333 }

/* Tool tips */
.tool-tip { color: #fff; /*width: 139px;*/z-index: 13000; background: url(../images/bgd_tooltip.gif) top left; border: 1px solid #92876C; }
.tool-title { font-weight: bold; font-size: 11px; margin: 0; color: #592c26; padding: 8px 8px 4px; }
.tool-text { font-size: 11px; padding: 4px 8px 8px; color: #592c26;/*background: url(../images/bgd_tooltip.gif) bottom right;*/ }


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

	MultiBox
	v1.3

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

.mb#big_img_pop { cursor:url(zoomin.cur), pointer; }

.MultiBoxContainer {
	position: absolute;
	border: 1px solid #ccc;
	background-color: #FFF;
	display: none;
	z-index: 999;
	text-align: left;
	/*overflow: hidden;*/
}

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

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

.MultiBoxClose {
	position: absolute;
	top: -12px;
	right: -12px;
	background: url(../images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.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;
}		