.productPreview {
	width: 247px;
	background: #A77C52;
	margin-bottom: 20px;
}

.productPreview img {
	width: 243px;
	height: 203px;
	margin-left: 2px;
	margin-top: 2px;
	border: none;
}

.productPreview div {
	text-align: center;
	color: #fff;
	line-height: 26px;
}

#productContainer {
	position: relative;
	width: 822px;
	height: 400px;
}

#productHeader {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #666;
	font-size: 20px;
	font-weight: bold;
}

#productImage {
	position: absolute;
	top: 0px;
	left: 410px;
	width: 400px;
	height: 334px;
	border: 2px solid #A77C52;
}

#productImageFooter {
	position: absolute;
	top: 336px;
	left: 410px;
	width: 404px;
	height: 53px;
	text-align: center;
	background: #A77C52;
}

#productImageFooter img {
	margin-top: 10px;
}

#productTab {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 363px;
}

#productTab ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 2px;
	left: 0px;
	z-index: 5;
}

#productTab ul li {
	display: inline;
}

#productTab ul li img {
	border: none;
}

#productTabBody {
	position: absolute;
	top: 34px;
	left: 0px;
	width: 347px;
	height: 262px;
	border-left: 2px solid #A77C52;
	border-right: 2px solid #A77C52;
	border-top: 2px solid #A77C52;
	padding: 6px;
	z-index: 0;
}

#productTabFooter {
	position: absolute;
	top: 310px;
	left: 0px;
}

#tabTopLeft {
	position: absolute;
	top: 33px;
	left: 336px;
	z-index: 10; 
}


