@charset "utf-8"; 

/***********************************************/
/* INDEX                                       */                
/***********************************************/

#product{
	width: 641px;
	float:left;
}

#product img{
	margin-bottom:7px;
}

#product_l{
	float:left;
	width:320px;
}

#product_l img{
	float:left;
}

#product_r{
	float:right;
	width:320px;
}

#product_r img{
	float:right;
}

#nv_r{
	width: 165px;
	float:right;
}
.nv_r_box {
	width:164px;
	border: 1px #c0c0c0 solid;
	background-image:url(/img/bg_nv_r_box.gif);
	background-repeat:repeat-y;
	margin-bottom:10px;
}
#news{
	width: 639px;
	border: 1px #CCC solid;
	font-size:12px;
	line-height:1.2em;
	margin-bottom:10px;
}
.news_p{
	margin-top:0;
	margin-left:25px;
}
.newitem_box{
	width:629px;
	background-image:url(/img/bg_item.png);
	background-repeat:repeat;
	padding:5px;
	border: 1px #FF9933 solid;
	margin-bottom:5px;
	height:90px;
}

.newitem_box_center{
	width:330px;
	float:left;

}

.newitem_box_center_model{
	width:96%;
	font-size:16px;
	font-weight:bold;
	border-bottom: 1px #000 solid;
	padding-bottom:1px;
	margin-bottom:0px;
}

.newitem_box_center_spec{
	margin: 4px 0 2px 0;
}

.newitem_box_right{
	width:170px;
	float:right;
	margin-right:10px;
	padding-left:10px;
	border-left: 1px #FF9933 solid;
}

.newitem_box_right_nprice{
	width:100%;
	margin-bottom:2px;
	padding:3px 0 1px 5px;
	color:#999;
}

.newitem_box_right_rprice{
	width:100%;
	margin-bottom:2px;
	padding:5px 0 3px 5px;
	color:#FFF;
	background-color:#FF0000;
	font-weight:bold;
	font-size:14px;
}

.newitem_box_right_remark{
	width:100%;
	margin-bottom:5px;
	padding:2px 0 0 2px;
	color:#000;
	font-size:10px;
	text-align:center;
}

.securityshow { width: 166px; margin: 10px auto; text-align: center; font-size: 10px; }
.securityshow a { color: #7c0f82; text-decoration: none; }
.securityshow img { margin: 0; padding: 0; border: none; }

