@charset "utf-8";
@import url(/include/style.php);

.webBG {
	position:absolute;
	left:50%;
	margin-left:-830px;
	position:absolute;
	width:1660px;
}

.page {	
	width: 900px;
	position: absolute;
	left: 50%;
	margin-left:-450px;
}

.topBanner {
	position: absolute;
	top: 10px;
	left: 420px;
	width: 468px;
	height: 60px;
	align: right;
}

.leftNav {
	float: left;
	margin-left: 35px;
}

.navLinks {
	width: 180px;
}

.bodyPane {
	float: left;
	width: 600px;
    margin-left: 30px;
	position: relative;
}

.imgPane {
	width: 400px;
    height: 600px;
    float: left;
	overflow: hidden;
	position: absolute;
}
	
.imgPane img {
	margin: 15px 15px 15px 15px;
	
}

.contentPane {
	 width: 200px;
     float: right;
     overflow: auto;
	 position: relative;
	 margin: -9px -8px 0px 0px;
	 left: 20px; 
}

.contentPane img {
	margin: 5px 5px 5px 5px;
}

.cartPreview {
	position: relative;
	top: 80px;
	margin-right: 10px;
}

.clr {
	clear: both;
}

.footerPane {
	padding-top: 20px;
	margin-left: 310px;
	clear: both;
	height: 20px;
   	width: 550px;
}