.productbox
{
     width:560px;
     border:1px solid #c5c5c5;
     margin:5px;
}
.productimage
{
    width:125px;
     border:1px solid #c5c5c5;
}
.productsummarydisplaywrapper
{
     width:560px;
}
.productsummaryimageholder
{
    text-align:center;
    vertical-align:middle;
}
.productsummarytext
{
    padding-left:20px;
    height:55px;
}
.standardprice
{
    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;
}