@charset "utf-8";
/* CSS Document */
#itemwapper {
    width:640px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}

#itemwapper p {
    color:#4a2f11;
}

#itemwapper .left {
    width:247px;
    float:left;
}

#itemwapper .right {
    width:350px;
    float:right;
}

.item {
    border-top:#754c2e 1px solid;
    border-left:#754c2e 1px solid;
    margin-bottom:10px;
}

.item th {
    border-bottom:#754c2e 1px solid;
    border-right:#754c2e 1px solid;
    width:50px;
    padding:10px;
	background:#f6f2e6;
	color:#4a2f11;	
}

.item td {
    border-bottom:#754c2e 1px solid;
    border-right:#754c2e 1px solid;
    padding:10px;
	color:#4a2f11;
}


#itembanner {
	width: 660px;
	margin-top: 10px;
	margin-bottom: 40px;
}
