@charset "utf-8";
/* CSS Document */

DIV.normal{
    background:url(../Content/prod_bg2.png) no-repeat;
    width:200px;
    height:200px;
    float:left;
    margin:0px 10px 0px 10px;
    padding-top:20px;
}

#product_list .product_name{
    border: none;
    text-decoration: none;
    height: 35px;
    font-size: 12px;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 8px;
}

#product_list .product_image{
    text-decoration: underline;
    padding-left: 15px;
    max-height: 135px;
    z-index: 1000;
}

#product_list .product_status{
    float: right;
    z-index:-1000;
}
.normal p{
    font-family:Tahoma;
    font-size:80%;
    color:#990000;
    text-align:center;
    padding-left:6px;
    padding-right:6px;
}

#product_info H1{
    padding-top: 10px;
    padding-bottom: 20px;
}

#product_table{
    margin:0 auto;
    width:90%;
    border-collapse:collapse;
}

#product_table td, #product_table th {
    text-align:center;
    font-size:10px;
    border:1px solid #8b0e12;
    padding:3px 7px 2px 7px;
}

#product_table th {
    font-size:11px;
    text-align:center;
    padding-top:5px;
    padding-bottom:4px;
    background-color:#ab031e;
    color:#ffffff;
}
#product_table tr.alt td
{
    color:#000000;
    background-color:#fdde82;
}

#product_table td ul{
    list-style: none outside none;
}
.title{
    float:right;
    color:#ffffff;
    font-size:20px;
    margin-top:10px;
    margin-right:120px;
}

#header{
    width:800px;
    height:180px;
    background:url(../Content/product/header2.png) no-repeat;
}

#mid    {
    width:600px;
}

#line_br{
    margin:0 auto;
    background:url(../Content/product/line_br.png) no-repeat;
    width:544px;
    height:10px;
    margin-top:4px;
    margin-bottom:10px;
}

.leftimg{
    height: 250px;
    float:left;
    margin-right:20px;
    margin-bottom:20px;
    border: 1px solid maroon;
}

.cb {
    padding-left: 8px;
    width:70px;
    height:20px;
}

.cb ul {
    margin:0px;
    padding:0px;
    position:relative;
}


.tc {
    height:20px; z-index:1000;
    cursor:pointer;
    padding-top: 5px;
}

.cb ul ul {
    position:absolute; left:0px;
    display:none;
    z-index:10000;
    background-color: white;
    border: 1px solid maroon;
    min-width: 110px;
    height: 25px;
    padding: 3px;
    left: 50px;
    top: 0px;
}

.cb ul li:hover ul {
    display:block;
}

#top_info_scent{
    color: #990000;
    border-bottom: 1px solid #fad1d1;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#paging .current{
    color:gray;
    background-color: #f2e6e6;
    max-width: 25px;
    padding:3px;
}
