@charset "utf-8";
/* CSS Document */

.prodPhoto {
	width: 175px;
	height: 233px;
	background-image: url(images/prodPhoto-bk.png);
	background-repeat: no-repeat;
	padding-left: 55px;
	padding-right: 12px;
	padding-top:11px;
	padding-bottom:17px;
	margin:15px;
	float:left;
}

.prodDesc {
	width:510px;
	float:left;
	margin:15px;
}

.prodPriceBox {
	float:right;
	text-align:right;
	margin-left:15px;
	margin-right:0px;
}


#addToCartButton {
	margin-top:15px;
	margin-right:0px;
}

.prodDetails {
	width:510px;
	float:right;
	margin:15px;
}


.prodDetailsProp {
	background-color:#9900FF;
	width:50px;
	height:200px;
	float:right;
}

.prodDetailsText {
	background-color:#ece7df;
	border: 1px solid #d2cabf;
	padding:5px;
	z-index: -50;
	min-height:200px;
	display:block;
}

.prodDetailsNav {
	font-size: 13px;
	font-weight: bold;
	height:32px;
	z-index: 100;
	position:relative;
}

.prodDetailsNav a:link, .prodDetailsNav a:active, .prodDetailsNav a:visited {
	background-color:#e6d4b2;
	display:inline-block;
	color:#585858;
	text-decoration: none;
	line-height: .9;
	margin-right:3px;
	float:left;
	text-align:center;
	width:115px;
	height:13px;
	padding-top:9px;
	padding-bottom:11px;
}

.prodDetailsNav a:hover {
	background-color:#e5cc9e;
	
}

#overviewNav, #specsNav, #tourNav {
	background-repeat: no-repeat;
	background-position: left -1px;
}

#tourNav {
	background-image: url(images/prodDetailsMenu_bk.png);
}

.prodDetailsBox {
	display:none;
	width:500px;
}

#tour {
	display:block;
}

#tourPics {
	margin:10px;
}

#tourText {
	font-size: 12px;
	padding-bottom:15px;
}
