/*
Content CSS
*/

div.info, span.info {
	background: white url(../images/info.png) 3px 5px no-repeat;
	border-top: 1px dotted #AAB4BE;
	border-bottom: 1px dotted #AAB4BE;
}

div.tip, span.tip {
background: #FFFDEB url(../images/tip.png) 3px 5px no-repeat;
border-top: 1px dotted #FFC864;
border-bottom: 1px dotted #FFC864;
}

div.info, span.info, div.alert, span.alert, div.download, span.download, div.tip, span.tip {
	margin: 10px 0px 10px 0px;
	padding: 8px 10px 8px 35px;
}

span.note, span.info, span.alert, span.download, span.tip {
	display: block;
}

ul.checkbox li {
background: url(../images/check.png) 0 0 no-repeat;
}

ul.arrow, ul.checkbox, ul.check, ul.star {
	margin: 10px 0px 10px 0px;
	padding-left: 20px;
	list-style: none;
}

ul.arrow li, ul.checkbox li, ul.check li, ul.star li {
	margin: 5px 0px 5px 0px;
	padding-left: 35px;
	font-weight: bold;
	line-height: 26px;
}

p.dropcap::first-letter {
	display: block;
	margin: 7px 4px 0px 0px;
	float: left;
	font-size: 280%;
	font-family: Georgia,"Times New Roman",Times,serif;
}