/* Cheatsheet CSS Document*/
/*--- general ---*/
.indent {
	padding-left:30px;
}
#cheatsheet img {
	/*border: 1px solid #999;*/
	clear: both;
	display: block;
	float: right;
	margin: 0 0 1em 1em;
}
#cheatsheet h2 {
	clear: both;
}
#cheatsheet em {
	color: #333;
	font-weight: bold;
}
#cheatsheet.word i,
#cheatsheet.word h2 {
	color: rgb(37, 83, 110);
}
#cheatsheet.ppt i,
#cheatsheet.ppt h2 {
	color: rgb(191, 32, 38);
}
/*--- icons ---*/
.wordIcon, .powerpointIcon, .excelIcon, .acrobatIcon, .indesignIcon, .webIcon, .youtubeIcon {
	background-position: left center;
	background-repeat: no-repeat;
	padding: 10px 0 10px 45px;
}
.wordIcon {
	background-image: url('/img/template/wordIcon.png');
}
.powerpointIcon {
	background-image: url('/img/template/powerpointIcon.png');
}
.excelIcon {
	background-image: url('/img/template/excelIcon.png');
}
.acrobatIcon {
	background-image: url('/img/template/acrobatIcon.png');
}
.indesignIcon {
	background-image: url('/img/template/indesignIcon.png');
}
.webIcon {
	background-image: url('/img/template/webIcon.png');
}
.youtubeIcon {
	background-image: url('/img/template/youtubeIcon.png');
}