/*
 * highlighted quotations
 */

blockquote {
	margin: 10px 0px 10px 0px;
	padding: 10px 35px 10px 35px;
	background: url(img/blockquote_start.png) 0 0 no-repeat;
	text-align:justify;
}

blockquote p {
	margin: 0px -35px -10px 0px;
	padding: 0px 35px 10px 0px;
	background: url(img/blockquote_end.png) 100% 100% no-repeat;
}

blockquote.big {
	margin: 10px 0px 10px 0px;
	padding: 50px 50px 50px 50px;
	background: url(img/blockquote_big_start.png) 0 0 no-repeat;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 300%;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 100%;
	text-align: left;
}

blockquote.big p {
	margin: 0px -50px -50px 0px;
	padding: 0px 30px 50px 0px;
	background: url(img/blockquote_big_end.png) 100% 100% no-repeat;
}

/*
 * highlighted div and span boxes
 */

span.note,
span.info,
span.alert,
span.download,
span.tip,
span.ques {
	display: block;
}

div.note, span.note {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	background: #f4f5f6;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
	text-align:justify;
}

div.ques, span.ques, div.info, span.info,
div.alert, span.alert,
div.download, span.download,
div.tip, span.tip, p.info {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
}
h2 {
	font-weight: bold;
	color: #5F0E29;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	letter-spacing: 3pt;
}
h1 {
	letter-spacing: 4pt;
}

div.ques, span.ques, p.ques {
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
	background-color: #DFE9F4;
	background-image: url(img/div_ques.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	font-family: Arial, Helvetica, sans-serif;
}

div.info, span.info, p.info {
	background: #f4f5f6 url(img/div_info.png) 3px 3px no-repeat;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
}

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

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

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



ul.check-big li
{
	margin: 15px 0px 15px 0px;
	padding: 15px 0px 15px 60px;
	font-size: 200%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

ul.check-sm li
{
	font-size: 100%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	color: #4B4B4B;
}



ul.check-big, ul.check-sm
{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:10px 10px 10px 20px;
padding:0px;
}

ul.check-big li {
background:transparent url(img/list_check_big.jpg) no-repeat scroll 0pt;
}

ul.check-sm li {
background:transparent url(img/list_check.jpg) no-repeat scroll 0pt;
}



ul.check-big, ul.check-sm{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
.r {
	float: right;
}
.l {
	float: left;
}
