/*--------------------------------------------------*/
/* Whats new					                    */

	.mainArticle {
		width: 585px;
		float: left;
		border-right: 1px solid #fff;
	}

		.mainArticle div {
			padding: 11px 11px 0;
		}

			.mainArticle div h3 {
				background: transparent;
				border: 0;
				padding: 0 0 12px;
				font-family: verdana;
				font-size: 1.1em;
				font-weight: normal;
			}

			.mainArticle div img {
				float: right;
				margin: -11px -11px 0 11px;
			}

	.previously {
		width: 214px;
		float: left;
	}

		.previously div {
			padding: 11px 11px 0;
		}

		.previously h4 {
			font-size: 1em; /* IE7 not correctly inheriting the font size */
		}

/*--------------------------------------------------*/
/* Articles							                */

	.article {
		background: url("../../img/whatsNew/background.gif") repeat-y 100% 0;
		border-top: 1px solid #fff;
	}

		.description {
			padding: 11px 11px 0;
			width: 564px;
			float: left;
		}

			.description h3 {
				font-size: 1.2em;
				font-weight: bold;
				color: #aa0840;
				background: transparent;
				margin: 0;
				padding: 0 0 1em 0;
				border-bottom: 0;
			}

			.description table {
				margin-bottom: 1em;
				border: 0;
				border-top: 1px solid #655f54;
				border-left: 1px solid #655f54;
			}

				.description table td,
				.description table th {
					border: 0;
					border-bottom: 1px solid #655f54;
					border-right: 1px solid #655f54;
					padding: 2px 5px;
				}

			.articleImage {
				float: right;
				margin: -11px -10px 0 11px;
				border-left: 1px solid #fff;
				border-bottom: 1px solid #fff;
			}

		.extra {
			width: 213px;
			float: left;
			background: #dddad3;
		}

			.extra img {
				border-bottom: 1px solid #fff;
			}

			.extra h3 {
				font-family: verdana;
				font-size: 1em;
				font-weight: normal;
				background: #a9a49b;
				border-bottom: 1px solid #655f54;
			}

			.extra table {
				border: 0;
				width: 200px;
				margin: 0 0 0 6px;
			}

				.extra table th,
				.extra table td {
					border: 0;
					padding: 6px 0;
				}
				
				.extra table th {
					padding-bottom: 0;
				}