/*--------------------------------------------------*/
/* Frame		                                    */

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

	#headline {
		background: url("../../img/frames/headline.gif") no-repeat 0 0;
		height: 41px;
		margin-top: 41px;
	}

	#sidePanel {
		padding-top: 0;
	}

	.titleTVAdvert {
		background: url("../../img/frames/titleTV.gif") no-repeat 0 0;
		height: 18px;
	}

	.titleWebsite {
		background: url("../../img/frames/titleWebsite.gif") no-repeat 0 0;
		height: 18px;
		margin-top: 24px;
	}

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

	.tableContainer {
		border-top: 1px solid #b2b2b2;
		border-bottom: 1px solid #b2b2b2;
		padding: 1px 0;
		margin: 0 0 12px;
	}

	table,
	table th,
	table td {
		border: 0;
	}

		table {
			width: 100%;
		}

			table th {
				background: #ececec;
				padding: 8px;
				border-bottom: 1px solid #fff;
			}

				table tbody th {
					padding: 0;
					background: #fff;
					border-top: 1px solid #fff;
					border-bottom: 0;
					width: 206px;
				}

					table tbody th img {
						border: 1px solid #b2b2b2;
						padding: 2px;
					}

			table td {
				padding: 8px;
				border-top: 1px solid #fff;
			}

				table .alt td {
					background: #f7f7f7;
				}