/* 
	baluns.css
	styles for baluns pages
*/

@import "default.css";

dl.diag dt {
	font-size: 110%;
	background-color: #005BAA;
	width: 546px;
	border: 2px solid #005BAA;
	margin-left: 40px;
	color: #FFFFFF;
	padding-left: 4px;
}

dl.diag dd img {
	border: 2px solid #005BAA;
}

dl.diag dd.code {
	margin-bottom: 20px;
}

#piclist {
	list-style: none;
}

#piclist li {
	float: left;
	margin: 5px 10%;
}

* html #piclist li {
	margin: 5px 2%;
}

#baluntype dt {
	margin-top: 10px;
}

#baluntype dt a {
	color: #000000;
	text-decoration: underline;
	font-size: 120%;
}

#baluntype dt a:hover {
	text-decoration: none;
}

#baluntype dd {
	margin-left: 0;
}
	