@charset "utf-8";
/* CSS Document */

#ProductLeft{
	width:400px;
	float:left;
}

#ProductRight{
	width:400px;
	padding-right:10px;
	float:right;
}

#ProductRight ul{
	width:400px;
	text-decoration:none; padding:0px; float:left;font-size:120%; color:#FF0066;
}

#ProductRight ul li{
	width:400px;
	float:right;
}

#Stamp{
position:absolute; width:150px;}

#ProductImg{
padding:5px;
margin:5px;
border:1px solid #000000;
width:506px; float:left;
}

#ProductIcon{
width:400px; float:left;	
}

#ProductDetails{
margin-top:40px; width:800px; font-size:102.5%;
clear:both;
}

#ProductDetails ul{
	 text-decoration:none; padding:0px; float:left; list-style:none;
}

#ProductDetails ul li{
width:380px;
height:30px;
display:block; 
float:left; 
padding-right:20px;
padding-top:5px;
}

#ProductDetails ul li span{
width:150px;
height:20px;
display:block; 
float:left; 
font-weight:bold;
}


#ProductStatus{
	height:70px; 
	width:400px;
	float:left;
	color:#999999;
}

#AddCart{
	width:42px;
	height:42px;
	background:url(../images/cart.png_) no-repeat;
	display:block;
	float:right;
	margin-right:20px;
}

#ProductPrice{
	width:179px;
	height:30px;
	float:left;
	font-size:140%;
	font-weight:bold;

}

#ProductPriceNet{
	width:170px;
	height:24px;
	float:right;
	padding:3px 0;


}