#wrapper { 
	position:absolute; 
	z-index:1; 
} 

#lyr1, #lyr2, #lyr3, #lyr4 {
    position:absolute;
    visibility:hidden;
    z-index:1;
    height:260px;
    left:0;
    top:0;
    padding:0;
    margin:0;
    font-family:arial,helvetica;
    font-size:11px;
}

div#techImages {
	float:left;
	padding:0;
	margin:0 30px 0 0;
}

div#techImages p {
	padding:0;
	margin:0 0 10px 0;
}

div#largeTechText {
	padding:0;
	margin:0;
	width:400px;
	float:left;
}

div.prodImage {
	padding:0;
	margin:0;
	width:300px;
	height:260px;
	border:solid 1px #CCCCCC;
}

/* Hack for IE 5.x and 6 in quirks mode \*/
* html div.prodImage {  
	width:400px;
}
/* End hack for IE 5.x and 6 in quirks mode */


div.prodImage img {
	margin:15px 13px 15px 13px;
}

div.prodImageViews {
	width:375px;
	padding:0;
	margin:4px 0 0 0;
}

/* Hack for IE 5.x and 6 in quirks mode \*/
* html div.prodImageViews {  
	width:400px;
}
/* End hack for IE 5.x and 6 in quirks mode */

div.prodImageViews div {
	float:left;
	display:block;
	padding:0;
	margin:0;
}

div.prodImageViews div.prodImageView {
	margin-right:1px;
}

div.prodImageViews div#sceneId {
	width:62px;
	float:right;
}

div.prodOptions {
	padding:0;
	margin:0 0 0 10px;
}

/* If we ever get rid of tables altogether in the product page, this MUST be removed */
/* Hack for IE 5.x and 6 in quirks mode \*/
* html div.prodOptions {
	margin-left:7px;
}
/* End hack for IE 5.x and 6 in quirks mode */

div.prodOptions p {
	padding:0;
	margin:0;
}

div.prodOptions p.alerttext {
	margin-bottom:6px;
}

div.prodOptions .color, div.prodOptions .size {
	margin-top:3px;
	margin-bottom:3px;
}

div#productTabs a.tab {
	padding:0;
	margin:0 2px 0 0;
	border-bottom-width: 0px;
	position:relative;
	top:4px;
	z-index:100;
}

div#productTabs a.last {
	margin-right:0;
}

div#productTabs img {
	border:0;
	padding:0;
	margin:0;
}

div#productTabs a.tab img#info {
	width:90px;
	height:23px;
}

div#productTabs a.tab img#tech {
	width:90px;
	height:23px;
}

div#productTabs a.tab img#size {
	width:77px;
	height:23px;
}

div#productTabs a.tab img#related {
	width:112px;
	height:23px;
}

#relwrapper {
	position:relative;
	width:500px;
	height:260px;
	border:2px solid #EDDCC8;
	z-index:50;
}

/* Hack for IE 5.x and 6 in quirks mode \*/
* html #relwrapper {
	width:565px;
}
/* End hack for IE 5.x and 6 in quirks mode */

#relLyr1, #relLyr2, #relLyr3, #relLyr4 {
	position:absolute;
	visibility:hidden;
	height:260px;		
	left:0;
	top:0;
	padding:10px;
	font-family:arial,helvetica;
	font-size:11px;
	}
#relLyr3 {
	padding:0px;
	}
	
div#productTabs img.techOff {
	border:0;
}

div#productTabs img.techOn {
	border:solid 1px #979397;
}

/* Related product styles */
div.relatedProduct {
	padding:0;
	margin:0;
	width:165px;
	float:left;
}

div.relatedProduct p, 
div.relatedProduct .relatedProdImage, 
div.relatedProduct .relatedProdTitle, 
div.relatedProduct .relatedProdPrice,
div.relatedProduct .relatedProdQty,
div.relatedProduct .relatedProdCategory {
	padding:0 0 6px 0;
	margin:0;
	position:relative;
}

div.relatedProduct .relatedProdImage {
	padding:0;
	text-align:center;
}

div.relatedProduct .relatedProdTitle {
}

