@charset "utf-8";
/* CSS Document */

#img_area{
	width:210px;
	height:545px;
	float:left;
	background-image: url(../images/commodity/img1.jpg);
	background-repeat: no-repeat;
}
#data_area {
	width:625px;
	float:right;
}

#list_area {
	width:565px;
	background-image: url(../images/commodity/f1.gif);
	margin:10px 0px 0px;
	padding:20px 30px 10px;
}

#list_area li{
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	padding:5px 20px;
	margin:10px 0px;
}




.slidUL{
    display: none;

}
span
{
    padding: 0 0 0 20px;
    display: block;
    background-repeat: no-repeat;
    background-image: url(../images/commodity/plus.png);
    background-position: left 1px top 1px;
}
span.minus{
    padding: 0 0 0 20px;
    display: block;
    background-repeat: no-repeat;
    background-image: url(../images/commodity/minus.png);
    background-position: left 1px top 1px;
}
.btnp{
    cursor: pointer;
}






/****/