@charset "utf-8";

.divIcon {
	background-repeat: no-repeat;
	float: left;
	height: 24px;
	width: 24px;
	margin-right: 5px;
	clear: both;
	vertical-align:bottom;
}

div[class~="divIcon"] + p {
	margin-top: 16px;
}

.divIconPDF {
	background-image: url(/images/acrobat.png);
}

.divIconFlash {
	background-image: url(/images/flash.png);
}

.divIconWindows {
	background-image: url(/images/windows.png);
}

.divIconLink {
	background-image:url(/images/arrowright.png);
}

.divIconHashLink {
	background-image:url(/images/arrowright_small.png);
}

.divIconDownloadLink {
	width: 32px;
	height: 32px;
	background-image:url(/images/download_button.png);
}
