﻿.trades_group {
	width: 800px;
	margin: 10px auto 0 auto;
	border: 1px solid #000034;
}
.trades_group h3 {
	text-align: center;
	background-color: #000034;
	color: white;
	padding: 5px;
}
.trades_group ul {
	margin: 10px;
	list-style: none;
	float: left;
	width: 175px;
	text-align: left;
	font-size: 11px;
}
.trades_group p {
	margin: 10px;
}
.trades_group li {
	margin: 3px;
	margin-top: 5px;
}
.trades_group li.more {
	list-style: url('/images/plus2.gif');
}
.trades_group li.no_more {
	list-style: url('');
	list-style: none;
}

.children {
	border-left: 1px solid #000034;
	margin-left: 8px;
}
.children ul {
	float: none;
	margin: 0;
	margin-left: 2px;
}
.children li {
	margin: 0;
}

.steps {
	list-style: none;
	margin-top: 10px;
}
.steps li {
	margin-left: 20px;
	font-size: 13pt;
	line-height: 36px;
	float: left;
}
.steps li .num {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: white;
	display: block;
	float: left;
	height: 36px;
	width: 36px;
	margin-right: 5px;
	background-image: url('/images/bullet2.gif');
	background-position: 0px 50%;
	background-repeat: no-repeat;
}
