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

	MultiBox
	v1.2

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

.MultiBoxContainer {
	position: absolute;
	padding:20px;
	background-color: #EAEAEA;
	display: none;
	z-index: 200;
}

.MultiBoxLoading {
	background:url(/Skins/NatomShop/Img/Multibox/loader.gif) no-repeat center;
}

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

.MultiBoxClose {
/* 	position:absolute; */
	float:right;
	margin-top:3px;
	margin-right:5px;
	background: url(/Skins/NatomShop/Img/Boutons/BoutonFermer.jpg) no-repeat 0 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.MultiBoxBarre {
	position:absolute;
	top:0px;
	right:0px;
	left:0px;
	background:#fff;
	width:100%;
	height:25px;
	cursor:pointer;
}
.MultiBoxClose:hover{
	background-position:0 -20px;
}

.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position:relative;
	margin:10px 0 10px 0;	
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color:#EAEAEA;
}


.MultiBoxPrevious {
/* 	position: relative; */
	float:left;
	background: url(/Skins/NatomShop/Img/Pagination/PagePrec.jpg) no-repeat right 0;
	width: 40%;
	height: 20px;
	cursor: pointer;
	margin-top:3px;
}

.MultiBoxPrevious:hover{
	background-position:right -20px;
}

.MultiBoxNext {
	position:relative;
	background: url(/Skins/NatomShop/Img/Pagination/PageSuiv.jpg) no-repeat left 0;
	width:40%;
	height: 20px;
	cursor: pointer;
	float:left;
	margin-top:3px;
}

.MultiBoxNext:hover{
	background-position:left -20px;
}

.MultiBoxNextDisabled {
	cursor: default;
	background:none;
}

.MultiBoxNextDisabled:hover{
	background:none;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background:none;
}

.MultiBoxPreviousDisabled:hover{
	background:none;
}

.MultiBoxTitle {
	position: relative;
	margin-top:10px;
	margin-left:55px;
	float: left;
	color:#545454;
	font-weight: bold;
	text-align: left;
	width:35%;
}

* html .MultiBoxTitle {
	margin-left:0;
}

.MultiBoxNumber {
/* 	position:absolute; */
	float:left;
	width:10%;
	margin:5px 0 0 10px;
/* 	left:45%; */
	color:#5abdc2;
	font-size:12px;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	padding-top: 5px;
	text-align: left;	
}

.MultiBoxDescription p{
/* 	float:left; */
}

.TextePlancheBox{
	padding-left:55px;
	margin-bottom:-30px;
	/*background:url(/Skins/NatomShop/Img/BoutonPanier.jpg) no-repeat 0 bottom;
	height:80px;*/
}

.LienPlancheBox{
/* 	display:block; */
/* 	height:14px; */
	/*background:url(/Skins/NatomShop/Img/PuceBleu.jpg) no-repeat;*/
/* 	padding-left:20px; */
	color:#5abdc2;
	text-decoration:underline;
	margin-top:5px;
/* 	margin-left:10px; */
	font-weight:bold;
}

* html .LienPlancheBox{
	text-decoration:underline;
}

.MotsClef{
	float:right;
	width:50%;
}

.MotsClef p{
	color:#545454;
	font-weight:bold;
	margin-bottom:10px;
}

a.AjoutPanierBox{
	color:#fff;
	font-weight:bold;
	margin-left:50px;
	font-size:12px;
	display:block;
	width:100px;
	height:10px;
	margin-top:-5px;
}


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

