#viewport {
	min-width: 840px;
}

.product-matrix {
	margin-top: 1.6em;
	margin-bottom: 0;
}
	.product-matrix td {
		border-color: #ded9d9;
		border-style: solid;
		border-width: 0;
		padding-top: 1.4em;
		padding-right: 2.8%;
		padding-bottom: 1.2em;
		padding-left: 2.8%;
		width: 33.3%;
		text-align: center;
	}
		.product-matrix tr:first-child td {
			padding-top: 1.2em;
		}
			.product-matrix tr:last-child td {
				padding-bottom: 0;
			}
		.product-matrix td.left {
			border-width: 0 1px 0 0;
		}
		.product-matrix td.right {
			border-width: 0 0 0 1px;
		}
	
		.product-matrix tr.divider td, .product-matrix tr.divider td img {
			background-repeat: no-repeat;
			border-width: 0;
			height: 14px;
		}

		tr.divider td {
			padding: .8em 0;
		}
			tr.divider td img {
				background-image: url(/_images/backgrounds/horizontal-ruler-shop-matrix-middle.gif);
				width: 17px;
			}
			tr.divider td {
				background-image: url(/_images/backgrounds/horizontal-ruler-shop-matrix.gif);
				background-position: 100% 50%;
			}
			tr.divider td.right {
				background-image: url(/_images/backgrounds/horizontal-ruler-shop-matrix-right.gif);
				background-position: 0 50%;
			}
	
	.product-matrix a, .product-matrix a:visited, .product-matrix a:hover, .product-matrix a:active,
	.product-matrix a img, .product-matrix a:visited img,
	.product-matrix h2, .product-matrix h2 {
		margin: 0 auto;
		width: 170px;
		text-decoration: none;
	}
		.product-matrix a:hover {
			text-decoration: underline;
		}
			.product-matrix a:active {
				text-decoration: none;
			}
		.product-matrix a img, .product-matrix a:visited img {
			height: 170px;
			margin-bottom: 1em;
		}
			.product-matrix h2 {
				letter-spacing: 0;
				padding: 0;
				text-transform: none;
				text-align: left;
			}

dl.type-02, .product-availability {
	font-size: 80%;
	margin: 0 auto 1em auto;
	width: 170px;
	text-align: left;
}
	.product-availability {
		font-style: italic;
		padding: 0;
	}
	dl.type-02 dt,
	dl.type-02 dd {
		padding: 0;
	}
	dl.type-02 dt {
		float: left;
		text-indent: -999em;
	}
		dl.type-02 dt.price,
		dl.type-02 dt.quantity,
		dl.type-02 dd.price,
		dl.type-02 dd.quantity,
		dl.type-02 dt.available-sizes,
		dl.type-02 dd.available-sizes {
			color: #402b30;
		}
		dl.type-02 dt.price,
		dl.type-02 dt.quantity,
		dl.type-02 dt.available-sizes {
			text-indent: 0;
		}
			dl.type-02 dt.price,
			dl.type-02 dt.quantity {
				text-align: right;
				width: 120px;
			}
				dl.type-02 dt.price,
				dl.type-02 dd.price {
					margin-bottom: .3em;
				}
					dl.type-02 dd.price {
						width: 39px;
					}
				dl.type-02 dt.quantity,
				dl.type-02 dd.quantity {
					margin-top: .6em;
				}
			
		dl.type-02 dd {
			margin-left: 0;
		}
			dl.type-02 dd.available-weights {
				height: 0;
				margin-bottom: .6em;
				visibility: hidden;
			}
			
			dl.type-02 dd.price,
			dl.type-02 dd.quantity {
				float: right;
			}
				dl.type-02 dd.price {
					font-weight: bold;
				}
				dl.type-02 dd.quantity input {
					width: 35px;
				}
				
				dl.type-02 dd.available-sizes {
					margin-top: .6em;
				}
					dl.type-02 dd.available-sizes select {
						width: 170px;
					}
			
			 dl.type-02 a,  dl.type-02 a:visited {
				color: #402b30;
				text-decoration: underline;
			}
				 dl.type-02 a:hover,  dl.type-02 a:active {
					color: #402b30;
					text-decoration: none;
				}
		
.product-matrix input[type=submit] {
	background-image: url(/_images/buttons/add-to-basket-alternate.gif);
	width: 170px;
}

.tag-description {
	border-color: #ded9d9;
	border-style: solid;
	border-width: 0 0 1px 0;
	color: #9f9597;
	font-size: 120%;
	font-style: italic;
	margin: 0 0 1.2em 0;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 1.2em;
	text-align: center;
}

