/*STOCK TABLE*/
.stockBox {
	background-color: #efefef;
}
.stockTable, .stockTableBold, .stockTableRight {
	border-top:none;
	border-bottom:1px solid #ccc;
	height:20px;
	padding:2px .6em 2px .6em;
}
.stockTableRight {text-align:right; padding:2px .6em 2px .6em;}

.stockTableBold {
   font-weight: bold;
	color:#333;
	padding:2px .8em 2px .8em;
}
.stockBoxTop {		
   background-color: #1a4b70;
	color: #fff;
	padding:3px .6em 3px .6em;
	margin-top: 1em;
	font-weight:bold;
}