/*
 * Page Styles
 */
#navBody {
	width: 740px;
	height: 460px;
	padding: 0px 130px 0px 110px;
	background-color: rgb(255,255,255);
}
.backLink {
	color: rgb(83,83,83);
	position: absolute;
	top: 108px;
	margin-left: 0px;
}
.cartLinks {
	color: rgb(83,83,83);
	position: absolute;
	top: 108px;
	margin-left: 600px;
}
.backLink a, .cartLinks a {
	color: rgb(83,83,83);
	text-decoration: none;
}
.backLink a:hover, .cartLinks a:hover {
	color: rgb(211,152,93);
	text-decoration: none;
}
#product {
	width: 740px;
}
.prodImage {
	width: 305px;
	height: 460px;
	float: left;
	padding: 0px 0px 0px 0px;
}
.prodImage table {
	height: 100%;
}

#imgProd {

}
.right {
	width: 435px;
	height: 400px;
	float: left;
	padding: 60px 0px 0px 0px;
} 
.namePrice {
	width: 445px;
	height: 38px;
	color: rgb(78,48,14);
	font-size: 26px;
	border-bottom: 1px solid rgb(200,200,200);
}
.namePrice .name {
	width: 262px;
	display: block;
	float: left;
}
.namePrice .price {
	width: 155px;
	text-align: right;
	padding-right: 20px;
	display: block;
	float: left;
}
.namePrice .price .rrp {
	font-size: 16px;
}
.descButtons {
	width: 445px;
	height: 360px;
}
.descButtons .description {
	width: 240px;
	height: 360px;
	float: left;
	border-right: 1px solid rgb(200,200,200);
}
.descButtons .description .text {
	height: 170px;
	font-size: 12px;
	line-height: 1.5em;
	padding: 12px 25px 0px 0px;
}
.descButtons .description .image {
	width: 240px;
}
.descButtons .description #imgBox {
	width: 240px;
	/*height: 160px;*/
}
.descButtons .buttons {
	width: 204px;
	float: left;
}
.descButtons .buttons .qty, .descButtons .buttons .size {
	height: 38px;
	margin-left: 25px;
}
.descButtons .buttons .qty {
	margin-top: 25px;
}
.descButtons .buttons .size .Content {
	width: 100px;
}
.descButtons .buttons .qty .label, .descButtons .buttons .size .label {
	line-height: 1.9em;
	width: 36px;
}
.descButtons .buttons .button {
	margin-bottom: 8px;
}

