/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

h1,
#page h1 a,
h4,
h6,
a:link, a:visited {
	color: #669125;
}

h2, h3, h5 {
	color: #777;
}

em.box { 
	background: #ffffff;
	border-bottom: 1px dotted #646464;
}

ol.disc {
	background: url(../../images/typography-black/list_disc.png) 20px 0px repeat-y;
}

div.note, span.note {
	background: #ffffff;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
}

div.info, span.info {
	background: #ffffff url(../../images/typography-black/box_info.png) 3px 5px no-repeat;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
}

div.alert, span.alert {
	background: #fff5eb url(../../images/typography-black/box_alert.png) 3px 5px no-repeat;
	border-top: 1px dotted #ffb4a0;
	border-bottom: 1px dotted #ffb4a0;
}

div.download, span.download {
	background: #f5faeb url(../../images/typography-black/box_download.png) 3px 5px no-repeat;
	border-top: 1px dotted #78be5a;
	border-bottom: 1px dotted #78be5a;
}

div.tip, span.tip {
	background: #fffdeb url(../../images/typography-black/box_tip.png) 3px 5px no-repeat;
	border-top: 1px dotted #ffc864;
	border-bottom: 1px dotted #ffc864;
}

blockquote.quotation {
	background: url(../../images/typography-black/blockquote_start.png) 0 0 no-repeat;
}

blockquote.quotation p {
	background: url(../../images/typography-black/blockquote_end.png) 100% 100% no-repeat;
}

fieldset { border: 1px solid #c5bcb3; }
legend { background: #ffffff; color: #463c32; }