/* file icons */
.files{
	margin:0;
	padding:0;
}
.files li{
	list-style: none;
	height:20px;
	margin-left:10px;
}
.pdf{
	background-image: url(https://www.vionahotel.com/Themes/encore-ramada/imgeler/pdf.gif);	
}
.ppt{
		background-image: url(https://www.vionahotel.com/Themes/encore-ramada/imgeler/ppt.gif);
}
.doc{
		background-image: url(https://www.vionahotel.com/Themes/encore-ramada/imgeler/doc.gif);	
}
.xls{
		background-image:url(https://www.vionahotel.com/Themes/encore-ramada/imgeler/xls.gif);		
}
.zip{
		background-image: url(https://www.vionahotel.com/Themes/encore-ramada/imgeler/zip.gif);		
}
.image{
		background-image: url(https://www.vionahotel.com/Themes/encore-ramada/imgeler/image.gif);	
}
.file{
	background-image: url(https://www.vionahotel.com/Themes/encore-ramada/imgeler/file.gif);	
}
.pdf,.ppt,.doc,.xls,.zip,.image,.file{
	padding-left:20px;
	background-repeat: no-repeat;	
}
.files img{
	vertical-align: middle;
}
/***/