@charset "utf-8";
/* CSS Document */

.objets_med_box{
	position: absolute;
	display: inline-block;
    width: 130px;
	height: 166px;	
    text-align: center;   
	border-style: solid;
	border-color: #eeeeee;
	border-width: 1px;	 
}


.objets_in{
	display: inline-block;
	position: relative;
	top: 5px;
	width: 110px;
	height: 79px;
			
}

.objets_high_text{
	text-align: center;
    width: 130px;	
	display: inline-block;
	position: relative;
	height: 18px;
	overflow: hidden;	
	top: 5px;
}

.objets_low_text{
	display: inline-block;
	position: relative;
	top: 4px;
	width: 130px;
	height: 25px;
	overflow: hidden;
	text-align: center;
}

.objets_link{
	display: inline-block;
	position: relative;
	width: 130px;
	height: 20px;
	top:  -10px;
	
}


.objets_horizontal_box{
	display: inline-block;
	position: relative;
	height: 125px;
	width: 333px;
    text-align: left;   
    margin-right: 3px;
    margin-bottom: 7px;
}



.searchPopupBorder{
	position: relative;
	border-style: solid;
	border-width: 2px;
	border-color: #003b79;

}

<!-- -->


.objets_horizontal_image{
	display: inline-block;
	position: relative;
	left: 7px;
	top: 7px;
	height: 100px;
	width: 100px;
	z-index: 10;

} 

.objets_horizontal_content{
	display: inline-block;
	position: relative;
	left: 10px;
	top: 7px;
	height: 98px;
	width: 210px;
	vertical-align:  top;
	overflow: hidden;
	z-index: 10;

} 

.objets_horizontal_description{
	display: inline-block;
	width: 215px;
	height: 32px;
	left: 0px;
	margin-bottom: 4px;
	vertical-align: top;
	overflow: hidden;
	z-index: 10;
	}
	
.objets_horizontal_price_total{
	display: inline-block;
	width: 110px;
	height: 110px;
	text-align: center;
	padding-top: 0px;
	z-index: 10;

	background: #f5740f;
	color: white;
}

.objets_horizontal_price_unit{
	display: inline-block;
	width: 80px;
	height: 30px;
	text-align: center;
	padding-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	z-index: 10;
}

/* POPUP CSS */
.objets_horizontal_image_popup{
	display: inline-block;
	position: relative;
	left: 0px;
	top: 0px;
	
}	

.objets_horizontal_image_popup div{
	display: none;
}

.objets_horizontal_image_popup:hover div{
	display: block; 
	position: absolute;
	top: 40px; 
	left: 40px;
	background: white;
	height: 300px;
	width: 300px;

} 

<!---->



.objets_horizontal_title{
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 105px;
}



.objets_horizontal_price{
	display: inline-block;
	position: absolute;
	top: 75px;
	width:  100px;
	left: 105px;
	text-align: left;	
}

.objets_divider_vertical{
	position: absolute;
	right: -11px;
	top: 5px;	
}

.objets_divider_horizontal{
	position: absolute;
	top: 162px;
	left: 0px;
	
}

.objets_divider_vertical_left{
	position: absolute;
	left: -11px;
	top: 5px;	
}

/* POPUP CSS PRODUCT */

span.objets_horizontal_popupCSS{	

}

span.objets_horizontal_popupCSS span{
	position: absolute;
	display: none;
	z-index: 11;
	top: -175px;	
	left: -300px;
}

span.objets_horizontal_popupCSS:hover span{
	display: block;
	
}












