.product-detail img.product {
	height: 220px;
	margin-top: .4em;
	margin-bottom: 1.6em;
	width: 220px;
}
	.product-detail .enlarge {
		width: 170px;
	}

dl.type-02 {
	color: #402b30;
	width: 170px;
}
	dl.type-02 dt,
	dl.type-02 dd {
		padding: 0;
	}
	dl.type-02 dt {
		float: left;
	}
		dl.type-02 dd {
			margin-left: 5.8em;
			margin-bottom: .6em;
		}
			dl.type-02 dd.weight, dl.type-02 dd.burn-time {
			font-style: italic;
		}	
		
	dl.type-02 label {
		padding: 0;
	}
	dl.type-02 dd.price {
		font-weight: bold;
	}
		
		 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;
			}
		dl.type-02 a, .product-matrix dl.type-02 a:visited {
			color: #402b30;
			text-decoration: underline;
		}
			dl.type-02 a:hover, .product-matrix dl.type-02 a:active {
				color: #402b30;
				text-decoration: none;
			}
				
input[type=submit].add-to-basket {
	background-image: url(../../_images/buttons/add-to-basket-alternate.gif);
	width: 170px;
}

.navigate-forward {
	float: right;
}
/* ----------------------------------------------- */

table.product-group thead {
	display: none;
}

table.product-group tbody th {
	color: #402b30;
	padding-left: 0;
}

table.product-group .weight,
table.product-group .currency,
table.product-group .price {
	text-align: right;
	width: 1%;
	white-space: nowrap;
}
	table.product-group .currency,
	table.product-group .price {
		color: #402b30;
		font-weight: bold;
	}
	table.product-group .weight {
		font-style: italic;
		padding-right: 8em;
	}
	table.product-group .currency {
		padding-right: 0;
	}
	table.product-group .price {
		padding-left: 0;
		padding-right: 1em;
	}
	table.product-group .quantity,
	table.product-group .quantity input {
		width: 35px;
	}
	table.product-group .quantity {
		padding-right: 1em;
	}
	
	input[type=submit].add-to-basket.product-group {
		float: right;
		margin-right: 1.2em;
	}


/* ----------------------------------------------- */
#product-footer {
	background-image: url(../../_images/backgrounds/horizontal-ruler-product-extras.png);
	background-position: 0 100%;
	color: #402b30;
	font-size: 80%;
	margin-top: 4em;
	padding-top: 1.2em;
	padding-bottom: 1.4em;
	padding-left: .8em;
	display: none;
}
	#product-footer.type-01 {
		background-color: #aed4bb;
	}
	#content #product-footer ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#product-footer li {
		margin-bottom: .2em;
	}
	#content #product-footer li {
		background-image: none;
		padding-left: 0;
	}

	#product-footer a, #product-footer a:visited, #product-footer a:hover, #product-footer a:active {
		background-image: url(../../_images/nav/product-nav/arrow.png);
		background-position: .2em .3em;
		color: #402b30;
		padding-left: 1em;
		text-decoration: none;
	}
		#product-footer a:hover, #product-footer a:active {
			text-decoration: underline;
		}
		
		#product-footer a.selected, #product-footer a.selected:visited, #product-footer a.selected:hover, #product-footer a.selected:active {
			background-image: url(../../_images/nav/product-nav/arrow-selected.png);
			background-position: 0 .4em;
			color: #402b30;
			font-weight: bold;
		}
		
		#product-footer .content {
			padding-left: 1em;
			padding-right: 300px;
			padding-bottom: 2em;
		}
		
		#product-footer h2 {
			position: absolute;
			left: -999em;
		}
		#product-footer p {
			font-size: 97%;
		}
	
	
#product-illustration {
	background-color: red;
	position: absolute;	
}
	.product-illustration-moss {
		height: 200px;
		margin-top: -90px;
		margin-left: 470px;
		width: 160px;	
	}
	
dl.type-02 dt.options {
	visibility: hidden;
}
	dl.type-02 dd.options {
		
	}
	
	dl.type-02 dd.quantity input {
		width: 35px;
	}