/* CSS Document */
#productx{
	width:230px;
	height:300px;
	padding:5px;
	text-align:left;
	float:left;
	position:relative;
}
#productx:hover{
	width:230px;
	height:300px;
	background-image:url(../../images/bg_pro_list.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	border:solid #CCCCCC 1px;
	padding:4px;
	text-align:left;
	float:left;
	position:relative;
}
#productx .new{
	width:63px;
	height:63px;
	background-image:url(../../images/newPro.gif);
	background-position:right top;
	background-repeat:no-repeat;
	float:left;
	position:none;
}
#productx .logo{
	width:167px;
	height:63px;
	float:left;
	position:relative;
}

/****************START Product Detail******************/
#pdetail{
	width:462px;
	min-height:100px;
	position:relative;
	float:left;
}
#pdetail .main{
	width:452px;
	min-height:100px;
	padding-right:10px;
	position:relative;
	float:left;
}

#relationp{
	width:250px;
	min-height:600px;
	position:relative;
	float:right;
}
#relationp .head{
	width:235px;
	height:34px;
	padding:5px 5px 0 10px;
	background-image:url(../../images/sp_1.gif);
	background-repeat:no-repeat;
	float:left;
	position:relative;
}
#relationp .body{
	width:235px;
	min-height:50px;
	background-image:url(../../images/sp_2.gif);
	background-repeat:repeat-y;
	padding:10px 15px 10px 0;
	text-align:left;
	float:left;
	position:relative;
}
#relationp .foot{
	width:250px;
	height:8px;
	background-image:url(../../images/sp_3.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
	position:relative;
}
/****************END Product Detail******************/
/****************BEGIN Product Icon******************/
#proIcon{
	width:722px;
	height:252px;
	float:none;
	position:relative;
}
#proIcon .img{
	width:142px;
	height:252px;
	float:left;
	position:relative;
}
#proIcon .space{
	width:3px;
	height:252px;
	float:left;
	position:relative;
}
/****************END Product Icon******************/

