/**
 * product.css
 *
 * @version $Id: product.css 2 2009-01-20 12:13:46Z yutaka $
 * @author  Yutaka Chiba <yutakachiba@gmail.com>
 */

#product #main {
    width: 640px;
}

#product #main h3 {
    color: #000;
    border-style: solid;
    border-width: 0 0 0 5px;
    border-color: #ccc;
    margin: 0 0 1em;
    padding: 0 0 0 .5em;
}

#product #main div.notice {
    border: solid 1px #ddd;
    margin: 0 0 1em;
    padding: 1em;
}

#product span.new {
    color: #ff5a23;
    font-weight: bold;
    padding: 0 0 0 .2em
}

#product span.recommend {
    color: #9e6d08;
    font-weight: bold;
    padding: 0 0 0 .2em
}

/* product-banner */
#product #product-banner {
    margin-bottom: 1.5em;
    text-align: center;
}

#product #product-banner img {
    border: solid 1px #fff;
}

/* product category */
#product #main .category-table {
    width: 640px;
    margin-bottom: 3em;
}

#product #main .category-table td {
    width: 160px;
    text-align: center;
    padding: .5em 0;
    border: solid 1px #fff;
}

#product #main .category-table img {
    border: solid 1px #fff;
}

/* product item */
#product #main #category-list {
    border: solid 1px #ddd;
    background-color: #fff;
    margin: 0 0 2em;
    padding: .5em;
}

#product #main #category-list li {
    display: inline;
}

#product #main #category-list a {
    color: #000;
}

#product #main .item-table {
    width: 640px;
    margin-bottom: 1em;
    border: solid 0px #ddd;
    background-color: #fff;
}

#product #main .item-table .item-table-left {
    background-color: #fff;
    width: 300px;
    vertical-align: top;
}

#product #main .item-table .item-table-left img {
    padding: .3em 0;
}

#product #main .item-table .item-table-right {
    padding: 0 1.5em;
}

#product #main .item-table .item-table-right div {
    margin-bottom: 1em;
}

#product #main .item-table .item-table-right li {
    list-style-type: none;
    font-size: 10px;
    color: #000;
}

#product #main .item-list-table {
    margin-bottom: 3em;
}

#product #main .item-list-table td {
    padding: 2em 0 3em;
    border-style: solid;
    border-color: #eee;
    border-width: 0 0 1px;
    text-align: center;
    width: 213px;
}



/* product detail */
#product #main form#item-detail-box {
    width: 640px;
    margin-bottom: 1em;
    background-color: #fff;
}

#product #main #item-layout-table td {
    vertical-align: top;
}

#product #main #item-info-table {
    width: 320px;
    margin: 20px 0 10px 30px;
}
    
#product #main #item-info-table th {
    width: 50px;
}

#product #main table#item-info-table td {
    color: #000;
    vertical-align: middle;
    font-size: 14px;
}

#product #main table#item-info-table td span {
    font-size: smaller;
}

#product #main table#item-info-table td input {
    margin: 0;
    vertical-align: middle;
}

#product #main table#thumb-image-table td {
    padding: 0;
    cursor: pointer;
    background-color: #fff;
}

#product #main div#main-image-box {
    width: 300px;
    height: 300px;
    background-color: #fff;
}

#product #main table#item-info-table th,
#product #main table#item-info-table td {
    padding-bottom: 5px;
}

#product #main .navi-table {
    width: 640px;
    margin-bottom: 2em;
    border: solid 1px #ddd;
    background-color: #eee;
}

#product #main .navi-table .navi-prev {
    text-align: left;
    padding-left: .5em;
}

#product #main .navi-table .navi-next {
    text-align: right;
    padding-right: .5em;
}

#product #main .navi-table span {
    font-size: 9px;
    color: #000;
}

#product #main .navi-table a {
    color: #000;
}

