
div:after { 
content: ""; display: block; clear: both; 
} 
div{line-height: 1.5;}


div.help_hyperzoom{
text-align: left;
}

div.help_hyperzoom ul li{
list-style: inside;
list-style-type: disc;
}

div.help_hz_box h2{
	margin: 20px 0 10px  ;
	font-size: 25px;
}



div.help_hz_box1 {
clear: both;
border: 1px solid #ccc;
margin: 0 0 10px;
padding: 10px 15px 15px;
}
div.help_hz_box1 p{
	width: 400px;
}

div.help_hz_box1 p.float_img{
width: 200px;
float: left;
margin: 0 5px 0 0;
padding: 10px;
}
	div.help_hz_box1 p.float_img img{
		width: 200px;
		height: 100px;
	}


div.help_hz_box1 h3{
	margin: 0 0 5px;
	font-size: 17px;
	font-weight: bold;
}

div.help_hyperzoom h4{
	font-weight: bold;
	margin: 10px 0 0;
}


/* ______table.toolbar ________*/
table.toolbar{
border-top: 1px solid #ccc;
}

table.toolbar td,
table.toolbar th{
	vertical-align: top;
	padding: 5px;
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
	}

table.toolbar th{
white-space: nowrap;
}

p.credit{
text-align: right;
}



