.product_detail { 
	float:left; 
	width:580px;
	border: 1px solid #4d4d4d; 
	padding:10px;
} 
.product_title { font-size:18px; font-weight:bold; } 
.product_left_col { float:left; width:410px; padding-right:10px; } 
.product_right_col { float:left; width:160px; } 

.pd_wallpaper_container { 
	position:relative;
	left:50%;
	margin-left:-840px;
}
.pd_wallpaper {
	position:absolute;
	z-index:-1;
}

.pd_hdr_container { 
	width:975px;
	position: relative;
	left: 353px;
	height: 70px;
} 

.pd_hdr_div { float:left; } 
.pd_hdr_add_tag { float: right; } 
.pd_hdr_add { float: right; } 

.product_types_menu .nonselect { 
	float:left;  width:90px; height:31px;
	padding-top: 10px ;
	border-left:1px solid black; 
	border-right:1px solid black; 
	border-bottom:2px solid black; 
	background-color:#5e5e5e;  
	text-align:center;  font-size:14px; font-weight:bold; text-decoration: none; 
 }  
.product_types_menu a { text-decoration: none; color: white;  }
.product_types_menu .selected { 
	float:left; width:90px; height:31px; 
	padding-top: 10px ;
	text-align:center; font-size:14px; font-weight:bold;
	border:1px solid red; background-color:red;
 } 
.product_types_menu { margin-left:-20px; margin-top:-30px; } 
.product_types_red { width:975px; background-color: red; height:2px; clear:both; margin-left:-20px;} 

.product_types_menu .button { background-color: red; float:left; margin: 2px 10px 2px 50px; }

.product_2nd_menu { width:100%; }
.product_2nd_menu .nonselect { float:left; width:120px; border: 1px solid black; background-color:#404040;} 
.product_2nd_menu .selected { float:left; width:120px; border: 1px solid #5e5e5e;background-color:#404040;} 
.product_types_grey { width:100%; height:1px; clear:both; background-color:#5e5e5e; margin-bottom:5px; } 
.product_quicknav { width:300px; float:left; margin-left:10px; } 
.product_quicknav_cell { 
	display:block; width:29px; height:23px; float:left; text-align:center;
	padding-top:6px;
	border-style: solid ;
	border-width:1px;
	border-color:#000;
	background-color:#212121;
} 
.product_quicknav_cell a { text-decoration: none; color:white;  } 

.pd_related .related_entry { 
	display:block;
	background-color: #212121;
	color: white;
	clear:both;
	height:25px;
	width:590px;
	font: normal 14px Arial; 
	overflow: hidden;
	position:relative;
	border-style: solid none solid none;
	border-width: 1px;
	border-color:#000;
	padding-left:10px;
	padding-top:5px;
}
.pd_related .related_entry a { text-decoration: none; color:white; font: normal 14px Arial; } 
.pd_related_container { border:1px solid #4d4d4d;  }
.pd_related_header {  font: bold 14px Arial; } 


