/* Title ------------------------------------------------------------------ */
.guide h1, .guide h3, .guide h4, .guide h5 {
	font-weight:bold; line-height:1.4em; border-bottom:2px solid #6699CC; margin-bottom:10px; 
}

.guide h1 { font-size:1.4em; }
.guide h3 { font-size:1.2em; }
.guide h4 { font-size:1.1em; background-image:url(); }
.guide h5 { font-size:1em; }


/* Table ------------------------------------------------------------------ */
.guide table, .guide th, .guide td {
	border: solid 1px #ccc;
	border-collapse: collapse;
}
.guide table {
	margin-bottom:10px;
}
.guide td {
	padding:2px 4px;
	background-color:#fff;
}
.guide th {
	padding:2px 4px;
	background-color:#336699;
	color:#fff;
}

.guide div {
	border-left:1px solid #ccc;
	background:#ECF8FE;
	color:#444;
	padding:10px 10px 10px 10px;
}

/*
.guide img{
	float:right;
	padding-left:23px;
}
*/