
/* The columns for display of documents */
#technical-container {
width:100%;
}

#technical-container ul {
	margin:0 0 0 10px;
	clear: both;
	list-style-image: url(/res/img/icons/small/pdf.jpg);
	list-style-position:inside;
	padding:0;
}
#technical-container li {
	margin:0;
	padding:0;
}

#technical-catalogues {
float:left;
width:100%;
margin: 0 0 20px 0;
}

/*#technical-catalogues div.column{
float:left;
padding-right:20px;
}
*/



#technical-products {
float:left;
width:100%;
margin: 0 0 20px 0;
}

#technical-clinicals {
float:left;
width:100%;
margin: 0 0 20px 0;
}

#technical-pipetteservice {
float:left;
width:100%;
margin: 0 0 20px 0;
}

/*
#technical-catalogues {
float:left;
width:45%;
}

#technical-notes {
float:left;
width:45%;
}
*/
li.technicaldocument a {
	font-weight: bold;
	padding:0;
}

li.technicaldocument {
	list-style: url(/res/img/icons/small/double-bullet-sm.jpg) outside;
	margin-left:12px;
}


