/*--------------------------------------------------*/
/* Swatches                                         */

	.swatches {
		padding: 0;
		margin-right: -10px;
		list-style-type: none;
	}

		.swatches li {
			float: left;
			width: 114px;
			margin: 0 10px 24px 0;
			color: #a59687;
		}

			.swatches li img {
				margin: 0 0 8px;
				height: 98px;
			}

			.swatches li p {
				padding: 0 0 6px;
			}

				.swatches li p a {
					text-decoration: none;
				}

					.swatches li p a:hover,
					.swatches li p a:focus {
						color: #000a3e;
						text-decoration: underline;
					}

			.swatches li ul {
				padding: 0;
				list-style-type: none;
			}

				.swatches li ul li {
					width: 110px;
					margin: 0;
				}
