body
{
    margin:0px;
    padding: 0px;
}
#userInfo
{
    width:80%;
    margin:0px auto;
    border: 1px groove #000;
    border-radius: 5px;
}
h3{
    margin: 0px;
    padding: 0px;
    background: #666;
    color: #fff;
    border-bottom: 2px solid #000;
}
table
{
    width: 100%;
    margin-left: 0px;
}
table tr td
{
    text-align: center;
}
table tr th
{
    background: #ccc;
    border: 1px solid #000;
    border-radius: 2px;
}
#userProducts{
    width:80%;
    margin:10px auto 0px auto;
    border-left: 2px groove #666;
    border-right: 2px groove #666;
    box-shadow: 2px 2px 2px #333;
    border-radius: 5px;
}
#userProd
{
    border: 1px outset #666;
    margin: 5px;
    display: inline-block;
    width: 250px;
    height: 250px;
    box-shadow: 2px 2px 2px #494f6e;
}
#userProd img
{
    width: 100%;
    height: 130px;
}
#userProd span
{
    font-family: cursive;
    font-size: 16px;
    font-weight: bolder;
}