﻿a:link, a:active
{
    color:rgb(68, 61, 27);
}
a:visited
{
    color:rgb(31, 74, 12);
}
a:hover
{
    text-decoration:none;
}
h1, h2, h3, h4
{
    color:rgb(175, 62, 0);
    font-size:14px;
    margin-top:5px;
    margin-bottom:5px;
}
.productcase
{
    float:right;
    width:480px;
    margin:0px auto 15px auto;
}
.producthead
{
    width:470px;
    height:15px;
    background-color:rgb(200, 199, 106);
    padding:5px;
}
.addtocart
{
    border: rgb(239, 239, 237) 2px solid;
    background-color: rgb(173, 219, 55);
    width: 55px;
    padding-right: 5px;
    float: right; 
    height: 20px;
    padding-top: 3px
}
.addtocart a
{
    color:rgb(0,0,0);
    text-decoration:none;
    font-weight:bold;
}
.product-subfooter
{
    float:right;
    width:480px;
    margin:0px auto 15px auto;
    font-size:10px;
    border-top:dotted 1px rgb(0,0,0);
    text-align:center;
}
.product-subfooter a
{
    font-size:10px;
}
.catbox
{
    width:680px;
    height:133px;
    padding:10px;
    border:dotted 1px rgb(140, 191, 0);
    float:right;
    margin-bottom:15px;
}
.catbox-img
{
    width:133px;
    padding-left:5px;
    float:right;
    text-align:center;
    margin:auto 0px;
}
.catbox-txt
{
    width:525px;
    height:133px;
    padding-right:5px;
    float:right;
    border-right:dotted 1px rgb(140, 191, 0);
}
.order
{
    font-weight:bold;
    color:rgb(0, 0, 128);
}
.linkline
{
    float:right;
    width:150px;
    margin-left:4px;
    margin-right:4px;
    text-align:center;
}
.import
{
    width:390px;
    margin:0px auto 15px auto;
    padding:5px;
    border:dotted 1px rgb(140, 191, 0);
}