﻿.productbox
{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 10px;
    margin: 5px;
    height: 400px;
    width: 220px;
}
.productimage
{
    width: 125px;
}
.productsummarydisplaywrapper
{
    width: 200px;
    padding-top: 20px;
}
.productsummaryimageholder
{
    /*height: 135px;*/
    text-align: center;
    vertical-align: middle;
}
.productsummarytext
{
    padding-top: 20px;
    padding-left: 20px;
    height: 55px;
}
.retailprice
{
    font-weight: bold;
    color: black;
    text-decoration: line-through;
}
.yousave
{
    font-weight: bold;
    color: #336600;
}
.hookline
{
    font-size: larger;
    color: #5b626c;
    font-style: italic;
}
.coreboxbody
{
    background-image: url(images/core_box_bg.gif);
    width: 140px;
    padding-left: 20px;
    padding-right: 20px;
}
.coreboxtop
{
    background-image: url(images/core_box_top.gif);
    height: 22px;
    width: 180px;
}
.coreboxbottom
{
    width: 180px;
    background-image: url(images/core_box_bottom.gif);
    height: 22px;
}
.coreboxheader
{
    width: 180px;
    background-image: url(images/core_box_bg.gif);
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
}
