body
{
    margin: 0px;
    padding: 0px;
}
#containerBox
{
    height: 200px;
}
#buyBox
{
    background: #999;
    color: #330033;
    border: 1px inset #000;
    box-shadow: 2px 2px 2px #333;
    float:left;
    width: 79%;
    height: 100%;
}
#buyBox a
{
    text-decoration: none;
    font-family: "COMIC SANS MS",cursive,sans-serif;
    padding: 5px;
    margin-right: 2px;
    background: #666;
    color: #fff;
    border: 1px outset #000;
}
#buyBox span
{
    font-size: 20px;
    font-family: "Rockwell Extra Bold", "Rockwell Bold", monospace;
}
#sellerInfo
{
    background: #999;
    color: #330033;
    border: 1px inset #000;
    box-shadow: 2px 2px 2px #333;
    float:right;
    width: 20.2%;
    height: 100%;
}
#sellerInfo span
{
    font-size: 28px;
    margin: 5px;
    font-family: "Brush Script MT", cursive;
    color: #330000;
}
#sellerInfo a
{
    margin: 5px;
    font-size: 22px;
    font-family: "Brush Script MT", cursive;
    color: #003A6F;
}
#buyBox img
{
    float:left;
    width: 40%;
    height: 99%;
    border: 2px solid #666;
    margin-right: 5px;
}
#productInfo
{
    background: #445569;
    color: #fff;
    border-bottom: 2px outset #000;
}
#productInfo span
{
    font-size: 18px;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
}
#productDesc
{
    background: #fff;
    font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
}