#bloc-popin-magasin{
	position: relative;
	width: 700px;
	height: 340px;
	background: url( ../pix/click_collect/bg_popin_magasin.gif ) no-repeat;
}
#bloc-popin-magasin #bg-illu-magasin{
	position: absolute;
	top: 125px;
	right: 10px;
	width: 279px;
	height: 188px;
	background: url( ../pix/click_collect/bg_carte.png ) no-repeat;
}

#bloc-popin-magasin #div-cp{
	position: absolute;
	top: 200px;
	left: 0px;
	height: 20px;
	width: 300px;
	
}
#bloc-popin-magasin #div-cp{
	margin: 0 0 10px 25px; 
}
#bloc-popin-magasin #div-cp #p-inp-cp{
	background: #5ccaed url(../pix/click_collect/bg_input_cp.gif) left center no-repeat;
	padding-left:10px;
	height: 20px;
	width: 200px;
	float: left;
}
#bloc-popin-magasin #div-cp #p-valid-cp{
	position: absolute;
	left: 200px;
	height: 20px;
	width: 30px;
	background: #5ccaed url(../pix/click_collect/bt_cp.gif) left center no-repeat;
	cursor: pointer;
}
* html #bloc-popin-magasin #div-cp #p-valid-cp{
	top:1px;
}
#bloc-popin-magasin #p-inp-cp input#input-cp{
	border: none;
	height: 18px;
	width: 200px;
	padding-top: 2px;
	color: #3ac6ed;
	font-weight: bold;
	background:none;
}
#bloc-popin-magasin #bt-close{
	position: absolute;
	right: 25px;
	top: -13px;
	width: 30px;
	height: 30px;
	background: url(../pix/click_collect/bt_fermer_popin.png) no-repeat;
}
#bloc-popin-magasin #bt-close a{
	width: 30px;
	height: 30px;
	display:block;
}

#bloc-liste-magasins{
	position: relative;
	width: 659px;
	z-index:1;
	margin-top:0px;
	display: none;
	top:-10px;
	color: #5e5e5e;
}

#bloc-liste-magasins #contenu{
	position:relative;
	width: 634px;
	padding-left: 25px;
	padding-top: 10px;
	background: #fff;
	overflow: hidden;
}
#bloc-liste-magasins #bloc-bas{
	width: 659px;
	height: 14px;
	background: url( ../pix/click_collect/bg_bas_reservation.gif ) no-repeat;
}

#bloc-liste-magasins #div-texte{
	width: 200px;
	float: left;
}
#bloc-liste-magasins #div-texte #titre{
	color: #3ac6ed;
	font-size: 14px;
	font-weight: bold;
}
#bloc-liste-magasins #div-texte #info-cochez{
	padding-top: 15px;
}

#div-magasins{
	padding-left: 25px;
	float: left;
	background: #f5feff;
}
#div-magasins ul{
	width: 400px;
	height: 360px;
	overflow: auto;
}
#div-magasins li{
	padding: 10px 2px 10px 4px;
	border-bottom: 1px solid #caeef9;
	font-size: 12px;
	display:block;
	margin:0;
     float: left;  
     width:380px;
}
#div-magasins li.hover{
	background: #375D81;
	color: #fff;
}
#div-magasins p.inp-check-mag{
	float: left;
	width: 25px;
	padding-top: 1px;
}
#div-magasins p.distance{
	position: relative;
	width: 60px;
	height: 12px;
	line-height: 12px;
	vertical-align: middle;
	float: left;
	color: #3ac6ed;
	font-style: italic;
	padding-top: 2px;
}
#div-magasins div.adresse_complete{
	width: 180px;
	float: left;
}
#div-magasins p.libelle{
	font-weight: bold;
}
#div-magasins p.adresse{
/*	padding-left: 85px;*/
	text-transform: uppercase;
}
#div-magasins p.ville{
/*	padding-left: 85px;*/
	text-transform: uppercase;
}
#div-magasins p.qte{
	float: left;
	font-style: italic;	
}
.dispo{
	color: #3ac6ed;
}
.indispo{
	color: #eda03b;
}


#inp-localiser{
	position: absolute;
	top: 125px;
	left:22px;
}
#div-magasins .jScrollPaneTrack{

	background: url( ../pix/click_collect/bg_scroll_mag.gif ) center no-repeat;
}
#div-magasins .jScrollPaneDragTop{
	height: 6px;
	background: transparent url( ../pix/click_collect/scrollPaneDragTop-mag.png ) no-repeat;
}
#div-magasins .jScrollPaneDragBottom{
	height: 6px;
	background: transparent url( ../pix/click_collect/scrollPaneDragBottom-mag.png ) no-repeat;
}
#div-magasins .jScrollPaneDrag{
	background: url( ../pix/click_collect/scrollPaneDrag-mag.png ) repeat-y;
}
