/*------------------------------------------------------------------------
/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre {
	background: #F2EFE1;
	border-top: 3px solid #E9E5D9;
	border-bottom: 3px solid #E9E5D9;
	margin: 10px 0px 15px;
	width: 100%;
	font-family: Verdana;
	font-size: 11px;
	/*[empty]padding:;*/
}

p.color-green {
	display: block;
	padding: 8px 10px;
	margin: 15px 0;
	border-top: 3px solid #98CB00;
	border-bottom: 3px solid #98CB00;
	background: #FFFFFF;
	color: #010101;
}
p.color-blue {
	display: block;
	padding: 8px 10px;
	margin: 15px 0;
	border-top: 3px solid #7DB6FB;
	border-bottom: 3px solid #7DB6FB;
	background: #ECF2FE;
	color: #010101;
}
p.color-orange {
	display: block;
	padding: 8px 10px;
	margin: 15px 0;
	border-top: 3px solid #F18B41;
	border-bottom: 3px solid #F18B41;
	background: #FDF6E4;
	color: #010101;
}
p.color-pink {
	display: block;
	padding: 8px 10px;
	margin: 15px 0;
	border-top: 3px solid #D5688F;
	border-bottom: 3px solid #D5688F;
	background: #FAE8E8;
	color: #010101;
}
p.color-grey {
	display: block;
	padding: 8px 10px;
	margin: 15px 0;
	border-top: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	background: #FAFAFA;
	color: #010101;
}
/*@group Notice Styles*/
p.error, p.tips, p.info {
	display: block;
	padding: 8px 10px 8px 35px;
	margin: 15px 0;
}
p.error {
	color: #CD3301;
	border-top: 3px solid #CD3301;
	border-bottom: 3px solid #CD3301;
	background: #FAE8E8 url(../images/icon-typo-error.jpg) no-repeat 10px 50%;
}
p.tips {
	color: #2D84E3;
	border-top: 3px solid #ADCEFB;
	border-bottom: 3px solid #ADCEFB;
	background: #ECF2FE url(../images/icon-typo-tips.jpg) no-repeat 10px 50%;
}
p.info {
	color: #CA6701;
	border-top: 3px solid #F2A378;
	border-bottom: 3px solid #F2A378;
	background: #FDF6E4 url(../images/icon-typo-info.jpg) no-repeat 10px 50%;
	/*[empty]width:;*/
}

/* Note Style */
p.stickynote {
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
	border: 1px solid #CACACC;
	padding: 10px 0px 10px 40px;
}

p.download {
	background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
	border: 1px solid #CACACC;
	padding: 10px 0px 10px 40px;
}


/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	background: url(../images/ico/icon-checklist.gif) no-repeat 0 4px;
	margin-left: 15px;
	padding: 0 0 0 20px;
}

/* Check list (star) */
ul.stars {
	list-style: none;
}

ul.stars li {
	background: url(../images/ico/icon-star.gif) no-repeat 0 5px;
	margin-left: 15px;
	padding: 0 0 0 20px;
}

/* List arrow */
ul.arrow {
	list-style: none;
}

ul.arrow li {
	background: url(../images/ico/icon-arrow.gif) no-repeat 3px 5px;
	margin-left: 15px;
	padding: 0 0 0 20px;
}
/* Check list (down) */
ul.down {
	list-style: none;
}

ul.down li {
	margin-left: 15px;
	padding: 10px 0 0 30px;
	font-size:14px;
	border-bottom:1px dotted #003366;
}


ul.li-style1 li, ul.li-style2 li, ul.li-style3 li, ul.li-style4 li {
	list-style-position: inside;
	list-style: none;
	margin-left: 25px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-left: 21px;
	#padding-left: 8px;
}
ul.li-style1 li {
	background: url(../images/ico/li-style1.gif) no-repeat -1px 1px;
}
ul.li-style2 li {
	background: url(../images/ico/li-style2.gif) no-repeat 0px 2px;
}
ul.li-style3 li {
	background: url(../images/ico/li-style3.gif) no-repeat 0px 1px;
}
ul.li-style4 li {
	background: url(../images/ico/li-style4.gif) no-repeat 0px 1px;
}
/* Legend */
.legend-title {
	background: #FFF000;
	display: block;
	float: left;
	font-weight: bold;
	left: 7px;
	margin: 0;
	padding: 0 3px;
	position: absolute;
	top: -13px;
}

.legend {
	background: #FFFFFF;
	border: 1px solid #CACACC;
	margin: 20px 10px;;
	padding: 8px 10px;
	position: relative;
}

.legend li img{
	vertical-align:bottom;margin:0 5px;
}

.quotecode, .blockcode { background: #FBFBFB url(../images/citeicon.gif) no-repeat 5px 5px; padding: 30px 20px 10px; border: 1px solid #CCC; margin: 20px 0; }
.blockcode { background: #FBFBFB url(../images/codeicon.gif) no-repeat 8px 6px; font: 16px/1.6em "Courier New", Courier, monospace;padding-left:3.5em;}
.blockcode h5 { border: 1px solid #CAD9EA; padding-left: 1em; margin: 4px 2em 2px 0px; background: #F5F5F5; }
.quotecode h5 { border: 1px solid #CAD9EA; padding-left: 1em; margin: 4px 2em 0px 0px; border-width: 1px 1px 0px 1px; background: url(../images/navonbg.gif) repeat-x 40%; height: 27px; line-height:27px; }
.quotecode blockquote { margin: 0px 2em 2px 0px; padding: 6px; }
