/*
multiBox - for MooTools 1.2 stylesheet - - - - */

.mb img{
	display:block;
	border:none;
}

.mbClear{
	clear:both;
	width:100%;
	/*height:20px;*/
}

.mbHidden, .multiBoxDesc{
	display:none;
}


/*
Pop-up styles - - - - */
.MultiBoxContainer{
	/*background:#fff;*/
	position:absolute;
	/*border:5px solid #ccc;*/
	display:none;
	z-index:103;
	text-align:left;
	width:100%;
	height:100%;
}

.MultiBoxLoading{
	/*background:url(../images/multibox/loader.gif) center no-repeat;*/
}

.MultiBoxContent{
	position:relative;
	width:100%;
	height:100%;
}

.MultiBoxClose{
	background:url(../images/multibox/close.png) no-repeat;
	position:absolute;
	top:-14px;
	right:-14px;
	width:24px;
	height:24px;
	cursor:pointer;
}

.MultiBoxControlsContainer{
	overflow:hidden;
	height:0;
	position:relative;
}

.MultiBoxControls{
	background:#000;
	width:100%;
	position:relative;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#fff;
}


.MultiBoxDownload a, .MultiBoxDownload a:link, .MultiBoxDownload a:visited, .MultiBoxDownload a:hover, .MultiBoxDownload a:active{
	font-size:9px;
	color:#ccc;
	/*margin:5px 0 0 35px;*/
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	text-align:right;
	outline:none;
}

.MultiBoxDownload a:hover{
	color:#fff;
}


.MultiBoxPrevious{
	background:url(../images/multibox/nofurniture.gif) no-repeat top;
	position:absolute;
	width:91px;
	height:21px;
	left:0;
	margin:7px 0 0 0;
	cursor:pointer;
}

.MultiBoxNext{
	background:url(../images/multibox/furniture.gif) no-repeat top;
	position:absolute;
	width:91px;
	height:21px;
	right:0;
	margin:7px 0 0 0;
	cursor:pointer;
}

.MultiBoxNextDisabled{
	background:url(../images/multibox/furniture.gif) no-repeat bottom;
	cursor:default;

}

.MultiBoxPreviousDisabled{
	background:url(../images/multibox/nofurniture.gif) no-repeat bottom;
	cursor:default;
}


/*Bottom text - - - - */
.MultiBoxTitle{height:20px;
/*
	position:relative;
	margin:10px 0 0 35px;
	float:left;
	font:18px Geneva, Arial, Helvetica, sans-serif;	
	text-align:left;
	display:inline;
*/
}
/*
.MultiBoxNumber{
	position:relative;
	width:90px;
	margin:10px 35px 0 0;
	float:right;
	font-size:11px;
	text-align:right;
	display:inline;
}

.MultiBoxDescription{
	clear:left;
	position:relative;
	margin:0 35px 0 35px;
	padding:5px 0 0 0;
	font-size:11px;
	text-align:left;
}
*/

/*Overlay icon - - - - */
.OverlayIcon{
	background:transparent url(../images/multibox/MagIcon.png) no-repeat;
	position:absolute;
	right:-5px;
	top:-5px;
	width:17px;
	height:17px;
}

/*-- FeedBack --*/
.feedback_bg
{
width:414px;
height:531px;
background:url(../images/popup_bg.png) no-repeat;
position:relative;

}
.feedback
{
position:absolute;
left:35px;
top:20px;
width:370px;
height:496px;
background:url(../images/feedback_bg.png) no-repeat;
z-index:2000;
}
.fb {position:absolute; left:0px;top:127px;	width:27px;	height:29px;}
.tweeter {position:absolute;left:37px;top:128px;width:27px;height:27px;}
.word {
	position:absolute;
	left:73px;
	top:128px;
	width:34px;
	height:31px;
}

.in1, .in2 {position:absolute;height:20px;padding-top:3px;}
.in1 {left:5px;	top:224px;width:155px;}
.in2 {left:173px;top:224px;width:155px;}
.in3 {position:absolute;height:23px;left:5px;top:275px;width:326px;}
.in4 {position:absolute;left:5px;top:329px;width:324px;height:95px;}
.send {position:absolute;left:70px;top:443px;width:180px;height:38px;}

.feedback_success
{
position:absolute;
display:none;
left:35px;
top:20px;
width:286px;
height:431px;
background:url(../images/feedback_close.png) no-repeat;
}
.close_f
{
	display:block;
	position:absolute;
	left:55px;
	top:307px;
	width:220px;
	height:54px;
}

