div.ResultDocP, div.ResultDocM, div#contentPanier
{
	position:relative;     
	overflow:hidden;      
	width:180px;
} 

.scrollable{
	width:169px;
}

/* root element for ResultDocP */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 250px;
	border-top:1px solid #ddd;	
	border-bottom:1px solid #ddd;	
}

/* root element for ResultDocP items */
.items {	
	position:absolute;
	margin: 0px;
}

/* single ResultDocP item */
.items div {
	font-size:12px;
	font-family:arial;
	color:#FFFFFF;
	width:240px;
	margin:5px;
}

/* the action buttons above the ResultDocP */
.actions {
	margin:0;	
	text-align:center;
	width: 170px;
	/*background-color:#005ba1;*/
	padding:5px;
}

.actions a {
	font-size:12px;
	font-family:arial;
	color:#FFFFFF;
	cursor:pointer;
}

.actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	filter:alpha(opacity=20);
	-moz-opacity:.20;
	opacity:.20;		
}



