/*--------------------------------------------------*/
/* Promotions                                       */

	#headerContainer {
		background: #000 url("../../img/news/header.jpg") no-repeat 50% 100%;
	}

	#headline {
		
		height: 34px;
		width: 198px;
	}

	.promotions {
		margin: 0 0 26px;
	}

	.titleParticipating {
		background: url("../../img/promotion/titleParticipating.gif") no-repeat 0 0;
		height: 13px;
	}

/*--------------------------------------------------*/
/* Table                                            */

	.highlight .highlightContent {
		background: #eaa500 url("../../img/promotion/centres.gif") repeat-x 0 0;
		padding: 12px;
	}

	.highlight p {
		color: #fff;
	}


/*--------------------------------------------------*/
/* Terms                                            */

	.terms {
		border-collapse: collapse;
		border: 1px solid #999;
		margin: 0 0 12px 12px;
		width: 560px;
	}

		.terms .first {
			width: 200px;
		}
		
		.terms th,
		.terms td {
			vertical-align: top;
			padding: 4px;
		}
