﻿.product-title
{
   width:100%;
   height:40px;
   text-align:center;
   font-size:26px;
   letter-spacing:10px;
   margin-top:20px;
   color:rgb(100,190,190)
}
.productinfo
{
    margin: 20px auto;
    width: 900px;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
.productinfo td
{
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
    text-align: center;
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-all;
    padding:0px 15px;
}
.productinfo td:nth-child(1)
{
    width: 90px;
}
.productinfo td:nth-child(2)
{
    width: 90px;
}
.productinfo td:nth-child(3)
{
    width: 200px;
}
.productinfo td:nth-child(4)
{
    text-align:left;
    width: 350px;
}
.productinfo td:nth-child(5)
{
    width: 90px;
}
.productinfo tr:nth-child(odd)
{
     background-color:#F4F4F4;
}
.productinfo tr.tr-title
{
    background-color: rgb(185,195,215);
    font-weight: bold;
    height:50px;
}
.productinfo tr.tr-title td
{
     text-align:center;
     font-size:16px;
}

