.tradeMain {
	width: 500px;
	border: 10px solid #f1f1f1;
	position: relative;
	z-index: 5;
	top: -40px;
	background-color: #fff;
	padding: 15px;	
	margin:0 5px 5px 0;
}

.tradeMain ul {
	font-size:.85em;
	list-style-type:none;
	padding:0;
	margin:0;
}


#tradeSideBar {
	width:300px;
	display:block;
	position:relative;
	top:-40px;
}

#tradeSideBar ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:10ptm;
}

#tradeSideBar h1 {
	font-size:10pt;
	text-transform: uppercase;
	line-height: 140%;
	margin-bottom:5px;
	padding:0;
}

.tradeBox {
	width: 100%;
	border: 10px solid #7198b6;
	background-color: #7ca3c1;
	padding: 15px;	
	margin-bottom:5px;
	color:#071826;
	font-size:10pt;
}

.address {
	margin:15px 0;
}

.address li {
	font-size:0.75em;
	list-style:none;
	margin:5px 0;
}

.tradeBox .hPIcon {
	position: relative;
	top: -25px;
	left: 25px;
	border:0;
}

.tradeBox p {
	color:#000;
}

.tradeBox h1 {
	color:#000;
}

.tradeBox li {
	color:#000;
}

.tradeBox .date {
	font-size:8pt;
}

.tradeBox a {
	color:#0a3e66;
	text-decoration:underline;
}

.tradeBox a:hover {
	color:#fff;
	text-decoration:underline;
}

.tradeBox hr {
	width:100%;
	border:2px solid #7198b6;
}