/* BANNERS */

.blank_banner {
	background: #f90;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	color: #000;
}

/* On Top page banner 468×60 */

#bannerTopBox {
	float: right;
	margin-top: 7px;
	padding: 0;
	width: 468px;
	height: 60px;
}
	#bannerTopBox #bannerTop {
		width: 468px;
		height: 60px;
	}

/* Page trade/job right banner 120x600 */

#bannerRightBox {
	margin: 0;
	padding: 0;
	width: auto;
}
	#bannerRightBox #bannerLeft {
		float: left;
		margin: 0;
		width: 815px;
	}
		#bannerRightBox #contentBlock {
			margin-right: 0;
			width: 789px;
		}
	#bannerRightBox #bannerRight {
		float: left;
		width: 120px;
		margin: 0 7px;
		height: 600px;
	}

/* On Bottom page banner 728×90 */

#bannerBottomBox {
	margin: 10px auto;
	padding: 0;
	width: 728px;
	height: 90px;
}
	#bannerBottomBox #bannerBottom {
		width: 728px;
		height: 90px;
	}

/* On IG page 2 banners 180x150 */

#bannersBox454 {
	margin: 10px auto;
	padding: 0;
	width: 454px;
	height: 150px;
}
	#bannersBox454 .banner180x150 {
		float: left;
		width: 180px;
		height: 150px;
	}
	#bannersBox454 #b1 {
		margin-left: 27px;
	}
	#bannersBox454 #b2 {
		margin-left: 40px;
	}