.product h1 {
    line-height: 29px;
    height: 29px;
    display: block;
    
    background: transparent url(../img/layout/Menusx.gif) top left repeat-x;
    
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    
    font-size: 1.3em !important;
}

.product a:link,
.product a:visited {
    color: #666;
    text-decoration: none;
}

.product a:hover {
    color: #999;
    text-decoration: underline;
}

.product p {
    margin: 0;
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.product table td p,
.product table th p {
    padding: 0;
}
div.product.in-home table {
    margin: 0px auto;
}

div.product.in-home table td {
    padding: 15px 5px !important;
}

div.product.in-home table td.bottom {
    padding: 0px !important;
    margin-bottom: 15px !important;
    border-bottom: 1px solid #CCCCCC;
}

div.product.in-home table a img {
    border: none !important;
}

div.product.in-home table img {
    border: 1px solid black;
}

.product .shop-item {
    display: block;
    float: left;
    width: 150px;
}

.product .shop-item img {
    display: block !important;
    margin: 5px auto;
}

.product .shop-info {
    text-align: left;
}