/*Article Page*/
#subcribeBlock{
	clear: both;
    display: block;
    float: left;
    margin-top: 15px;
    padding-bottom: 15px;
    width: 100%;
}
#subscribeBox{
	width:420px;
	margin:0px auto;
	display:block;
	clear:both;
	cursor:pointer;
	position:relative;
}
#subscribeBox img{
	float:left;
}
#subscribeBox ul li p{
	display: block;
    float: left;
	margin-left:8px;
}
#socialMediaButtons{
	clear: both;
    float: left;
    margin-top: 5px;
    width: 100%;
	position:relative;
}
#socialMediaButtons ul{
	margin-top:15px;
	padding:0px 25px
}
#socialMediaButtons ul li{
	width:100px;
	display:block;
	float:left;
	margin-right:20px;
	
}
/*ToolBox*/
div#toolbox{
	clear:both;
	width:155px;
	border:1px solid #D2D2D2;
	float:left;
	margin-bottom:20px;
	display: table; 
}
.toolboxItem{
	border-bottom: 1px solid #d2d2d2;
	height:43px;
	background-image:url('http://www.itweb.co.za/templates/ja_itweb/images/tb_grad.gif');
	background-repeat:repeat-x;
	width:100%;
	display:table-row;
}
.firstCell{
	display:table-cell;
	vertical-align: middle;
	width:24px;
}
.secondCell{
	display:table-cell;
	vertical-align: middle;
	width:auto;
	font-weight:normal;
}
.thirdCell{
	display:table-cell;
	vertical-align: middle;
	padding-right: 3px;
}
.toolboxItem div img{
	float:right;
}

table#toolbox{
	clear:both;
}
#hlssatellite{
	clear:both;
}

#companyNewsBlock{
	padding-bottom:20px;
	float:left;
}