/*--------------------------------------------------*/
/* Range						                    */

	#links {
		display: none;
	}

	table {
		margin-top: 22px;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
	}

		table td,
		table th {
			background: #FFF;
			color: #000;
			border-top: 1px solid #000;
			border-left: 1px solid #000;
			border-right: 0;
			border-bottom: 0;
		}

		table th.image,
		table td.image {
			border-right: 0;
			text-align: center;
		}

		table td.image img {
			margin: 0 auto;
		}

		table .alt td {
			background: #FFF;
		}
