﻿/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	background: #eee;
	border-left: 5px solid #CCCCCC;
	font: 1em/1.5 "Courier News", monospace;
	margin: 5px 0 15px;
	padding: 10px 15px;
}

blockquote {
	padding: 1em 40px 1em 15px;
	border:1px #808080 dotted;	
}

blockquote span.open {
	background: url(../images/so-q.gif) no-repeat left top;
	padding: 0 0 0 15px;
}

blockquote span.close {
	background: url(../images/sc-q.gif) no-repeat bottom right;
	padding: 0 15px 0 0;
}
blockquote p.close {
	background: url(../images/sc-q.gif) no-repeat bottom right;
/*	padding: 0 15px 0 0;*/
	padding: 0 10px 0 15px;
}
blockquote p.open {
	background: url(../images/so-q.gif) no-repeat left top;
	padding: 0 0 0 15px;
}
span.close {
	background: url(../images/sc-q.gif) no-repeat bottom right;
/*	padding: 0 15px 0 0;*/
	padding: 0 15px 0 0px;
}
span.open {
	background: url(../images/so-q.gif) no-repeat left top;
	padding: 0 0 0 15px;
}

blockquote.testimonial {
	padding: 0 0 10px;
	border-bottom: 1px solid #e5e5e4;
}

blockquote.testimonial span.author {
	background: url(../images/icon-author.gif) no-repeat 5px center;
	display: block;
	font-weight: bold;
	margin-top: 5px;
	padding-left: 20px;
}
p.testimonial2 {
	padding: 0 0 10px;
	border-bottom: 1px solid #e5e5e4;
}

p.testimonial2 span.author {
	background: url(../images/icon-author.gif) no-repeat 5px 0px;
	display: block;
	font-weight: bold;
	margin-top: 5px;
	padding-left: 20px;
}

/* Dropcap */
.dropcap {
	color: #003b77;
	display: block;
	float: left;
/*	font: 50px/40px Georgia, Times, serif;*/
	font-family:verdana, Arial;
	font-size:40px;
	padding: 8px 4px 30px 0;
/*	height:40px;*/
}

/* Tips, Error, Message, Hightlight*/
p.error {
	background: url(../images/icon-error.gif) no-repeat top left;
	color: #CC0000;
	padding-left: 25px;
}

p.message {
	background: url(../images/icon-info.gif) no-repeat top left;
	color: #003b77;
	padding-left: 25px;
}

p.tips {
	background: url(../images/icon-tips.gif) no-repeat top left;
	color: #808080;
	padding-left: 25px;
}

.highlight {
	background: #ddebf0;
	font-weight: bold;
	padding: 1px 5px;
}
.highlight-yellow {
	font-weight: bold;
	background-color: #FFFF00;
	padding:3px 3px 3px 0px;
}

.highlight-price {
	background: #ddebf0;
	font-weight: bold;
	color:#800000;
	padding: 1px 5px;
}

.highlight3 {
/*	background: #ddebf0;*/
	font-weight: bold;
	padding:10px;
	width: auto;
	border:1px #808080 dotted;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
}
.highlight4 {
	background-color: #ddebf0;
	font-weight: bold;
	padding:10px;
	width: auto;
	border:1px #808080 dotted;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
}
.highlight5 {
	background-color: #ddebf0;
	padding:10px;
	width: auto;
	border:1px #808080 dotted;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
}

.highlight4-u {
/*	background: #ddebf0;*/
	font-weight: normal;
	text-decoration:line-through;
}
.highlight5-u {
	text-decoration: underline;
}

/* Note Style */
p.stickynote {
	background: url(../images/sticky-bg.gif) no-repeat 10px center #FFFFFF;
	border: 1px solid #e5e5e4;
	padding: 10px 10px 10px 60px;
}
.stickynote {
	background: url(../images/sticky-bg.gif) no-repeat 10px 10px #FFFFFF;
	border: 1px solid #e5e5e4;
	padding: 10px 10px 10px 60px;
}

p.download {
	background: url(../images/download-bg.gif) no-repeat 10px center #FFFFFF;
	border: 1px solid #e5e5e4;
	padding: 10px 10px 10px 60px;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	background: url(../images/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/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/icon-arrow.gif) no-repeat 3px 5px;
	margin-left: 15px;
	padding: 0 0 0 20px;
}

/* Bignumber */
.bignumber {
	background: url(../images/ol-bg.gif) no-repeat top left;
	color: #FFFFFF;
	display: block;
	float: left;
	font: bold 20px/normal Arial, sans-serif;
	margin-right: 8px;
	padding: 6px 7px;
}

/* Talking box. Thinking box. */
.box-01, .box-02 {
	margin: 10px 0;
}

.box-01 span.author, .box-02 span.author {
	font-weight: bold;
	margin-left: 15px;
	padding-left: 0;
}
.box-01 h3, .box-02 h3 {
	margin-left: 25px;
	padding-left: 0;
	font-size:13px;
	margin-bottom:5px;
	border-bottom-style:none;
}
.box-01 p, .box-02 p {
	margin-left: 25px;
	padding-left: 0;
	font-size:12px;
/*	margin-bottom:10px;	*/
}

.box-01 div {
	background: url(../images/box-01-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

.box-01 div div {
	background: url(../images/box-01-bl.gif) no-repeat bottom left;
}

.box-01 div div div {
	background: url(../images/box-01-tr.gif) no-repeat top right;
}

.box-01 div div div div {
	background: url(../images/box-01-tl.gif) no-repeat top left;
}

.box-01 div div div div div {
	margin: 0;
/*	padding: 10px 15px 20px;*/
	padding: 20px 15px 20px 0px;
	width: auto;
}
.box-02 div {
	background: url(../images/box-02-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

.box-02 div div {
	background: url(../images/box-02-bl.gif) no-repeat bottom left;
}

.box-02 div div div {
	background: url(../images/box-02-tr.gif) no-repeat top right;
}

.box-02 div div div div {
	background: url(../images/box-02-tl.gif) no-repeat top left;
}

.box-02 div div div div div {
	margin: 0;
/*	padding: 10px 15px 20px;*/
	padding: 10px 15px 20px 0px;
	width: auto;
}

/* Legend */
.legend-title {
	background: #FFFFFF;
	display: block;
	float: left;
	font-weight: bold;
	left: 7px;
	margin: 0;
	padding: 0 3px;
	position: absolute;
	top: -13px;
}

.legend {
	border: 1px solid #CCCCCC;
	margin: 20px 0;
	padding: 0 10px;
	position: relative;
}