/*--------------------------------------------------*/
/* Collection overview			                    */

	#product {
		background: #ececec;
		padding: 10px;
		margin: 0 -10px;
	}

		#product div {
			float: right;
			margin-top: -210px;
			position: relative;
			width: 162px;
			padding: 0 2px 0 0;
		}

		#product p {
			padding: 0 0 12px;
		}

	#line {
		list-style-type: none;
		padding: 20px 0 12px;
	}

		#line li {
			float: left;
			text-align: center;
			padding: 0 16px 8px;
		}

			#line li.last {
				padding-left: 35px;
			}

			#line li img {
				display: inline;
			}

			#line li p {
				padding: 4px 0 0;
			}

	table {
		background: #ececec;
		width: 100%;
		text-align: left;
	}

		table td,
		table th {
			border-right: 1px solid #fff;
			border-bottom: 1px solid #fff;
			padding: 6px 12px;
			font-weight: normal;
		}

		table thead th {
			font: 1.67em/1em "Didot", "Book Antiqua", Georgia, serif;
			color: #4e4e4e;
			padding-top: 12px;
			padding-bottom: 12px;
		}

		table tfoot p {
			padding: 0;
			color: #4e4e4e;
		}
