.product-info {
    color: #666666;
    font: 11px/14px Dotum,'돋움',sans-serif;
	 text-align: left;
}
.product-info > p {
    /*background: url("http://pics.auction.co.kr/itempage3/blat_grey.gif") no-repeat scroll 8px 24px transparent;*/
    padding: 20px 16px;
}
.product-info .product-infotbl {
    margin-bottom: 12px;
    padding-left: 16px;
}
.product-info .product-infotbl table {
    width: 100%;
}
.product-info .product-infotbl tr:first-child th:first-child {
    background: none repeat scroll 0 0 #EEEEEE;
    border-left: 0 none;
}
.product-info .product-infotbl th {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #E2E2E2;
    letter-spacing: -1px;
    padding: 8px 12px;
    text-align: center;
}
.product-info .product-infotbl td {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E2E2E2 -moz-use-text-color #E2E2E2 #E2E2E2;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    padding: 8px 0 8px 12px;
}
.product-info .product-infotbl td span {
    vertical-align: middle;
}
.product-info .product-infotbl td.infolist {
    padding: 3px 0 3px 12px;
}
.product-info .product-infotbl td.infolist dl {
    overflow: hidden;
    padding-top: 2px;
}
.product-info .product-infotbl td.infolist dl dt, .product-info .product-infotbl td.infolist dl dd {
    float: left;
    padding: 3px 0;
}
.product-info .product-infotbl td.infolist dl dt {
    /*background: url("http://pics.auction.co.kr/css/frame/img/bg_colon01.gif") no-repeat scroll right 6px transparent;*/
    letter-spacing: -1px;
    width: 26%;
	clear: left;
}
.product-info .product-infotbl td.infolist dl dd {
    padding-left: 10px;
    width: 72%;
}
.product-info .product-infotbl .infodetail {
    letter-spacing: -1px;
    padding: 2px 0 3px 3px;
}
.product-info .product-infotbl .infodetail li {
    padding: 10px 0;
}
.product-info .product-infotbl .infodetail li div {
    border: 1px solid #C7C7C7;
    margin-top: 3px;
    max-height: 47px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px;
}
.product-info .product-infotbl .infodetail li div p {
    line-height: 16px;
}