div#block{
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
	border-bottom:2px solid #ffccff;
/*
	background:url("../images/block_bg2.jpg");
*/
	background-color:#FEE;
	margin-bottom:10px;
}

#block p{

}

.b_girl{
	background-color:#ffeeee;
}

div#more{
	margin-left:5px;
	margin-right:5px;
	text-align:right;
	padding-bottom:5px;
	border-bottom:1px solid #ffccff;
}

#more p{
	padding-right:5px;
	background:none;
}

div#parts{
	margin-left:5px;
	margin-right:5px;
	padding-bottom:5px;
}

table#newface_t{
	margin:0 auto 0 auto;
	width:98%;
}

table#newface_t th{
	width:25%;
}

table#newface_t td{
	width:25%;
	padding-bottom:10px;
}

div.new_f_p{
	margin:0 auto;
	width:130px;
	color:#222222;
	border:1px solid #F60;
	background-color:#FFF;
	text-align:center;
}

div.new_f_p div.parts_num{
	margin:5px auto 5px;
	width:110px;
	height:16px;
	padding-top:2px;
	color:#333;
	background-color:#F90;
	font-weight:bold;
	overflow:hidden;
}

div.new_f_p div.parts_img{
	position:relative;
	width:100px;
	height:133px;
	margin:0 auto;
	border:1px solid #F90;
}

div.new_f_p div.newmark{
	position:absolute;
	top:0px;
	left:0px;
	width:50px;
	height:14px;
	background:url("../images/newface.gif") no-repeat;
}

div.new_f_p div.parts_size ,
div.new_f_p div.parts_notes {
	margin:5px auto;
	width:120px;
	color:#333;
	overflow:hidden;
}
div.new_f_p div.parts_size {
	height:14px;
}
div.new_f_p div.parts_notes {
	height:14px;
	font-weight:bold;
}


