#product {
	display: block;
	overflow: auto;
	width: 820px;
	border-bottom: 1px solid #cfcec8;
	margin: 18px 16px;
	padding-top: 0;
	padding-bottom: 16px;
}

#productPhoto {
	float: left;
	margin-left: 6px;
}

#productPhoto img {
	border-style: hidden;
}

#productCopy {
	float: right;
	overflow: auto;
	width: 392px;
	margin-right: 32px;
}

#productCopyText {
	text-align: left;
	margin-top: 75px;
}

#productCopyText h2 {
	height: 28px;
	width: 392px;
	background: url(../images/test/bagsAndTotes.png) no-repeat;
	margin: 0;
	padding: 0;
}

#productCopyText h2 span {
	display: none;
}

#productCopyText h3 {
	height: 36px;
	width: 392px;
	background: url(../images/test/featuredProductTitle.png) no-repeat;
	margin: 0;
	padding: 0;
}

#productCopyText h3 span {
	display: none;
}

#productCopyText h4 {
	color: #716f65;
	text-transform: lowercase;
	font-variant: small-caps;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 2px;
	font-size: .7em;
	margin: 8px 0 0;
	padding: 0;
}

#productCopyText h5 {
	margin: 8px 0 0;
	padding: 0;
	text-transform: lowercase;
	font-variant: small-caps;
	font-style: normal;
	letter-spacing: 2px;
	color: #716f65;
	border-bottom: 1px solid #cfcec8;
	font-size: 1em;
	font-weight: normal;
}

#productCopyText p {
	margin: 8px 0 0;
	padding: 0;
	font-size: .9em;
	line-height: 1.5em;
}

#productCopyText .images {
	margin-bottom: 32px;
}

#options {
	font-size: .8em;
	padding: 0;
	border-style: none;
	margin-bottom: 32px;
	margin-top: 16px;
	width: 300px;
}

#options img {
}

#options td {
	vertical-align: middle;
	height: 25px;
	padding: 2px 0 0;
	margin: 0;
	line-height: .8em;
}

#options td.left {
	padding-top: 0;
}

.left {
	text-align: left;
}

.left img {
	margin-right: 8px;
}

.right {
	text-align: right;
}

.price {
	font-size: 1em;
	text-align: right;
}

.images {
	margin-bottom: 0;
}

#add {
	text-align: right;
	margin-bottom: 24px;
	margin-right: 12px;
}