/*- Бокс новинки */
#boxWhatsNew
   {
        margin: 0 .5em .5em .5em;
        padding: 0;
   }

/*- Заголовок бокса новинки */
#boxWhatsNew h5 
{
    height: 26px;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    line-height: 26px;
    margin: 0 0 5px 0;
    padding: 0px 0 0px 15px;
    background: url(img/bgbox.gif) repeat-x left top;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 2px 2px 4px #999;
    -moz-box-shadow: 2px 2px 4px #999;
    -webkit-box-shadow: 2px 2px 4px #999;        
}

#boxWhatsNew h5 a
{
        color: #fff;
        font-weight: bold;
        font-size: 1em;
        text-decoration: none;
}
/*- /Заголовок бокса новинки */

/*- Содержимое бокса новинки */
#boxWhatsNewContent 
{
    background: url(img/bgcart.png) repeat-y left top;
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
/*        margin: 0;
        padding: .5em;
        background: #fff url(img/vamcart/page-content-bg.png) repeat-x left top;
        border-top: 0px;
        border-left: 1px solid #c0c1c2;
        border-right: 1px solid #c0c1c2;
        border-bottom: 1px solid #c0c1c2;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        -moz-border-radius-bottomleft: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -moz-border-radius-bottomright: 8px;
        -webkit-border-bottom-right-radius: 8px;    */
     text-align: center; 
  }

#boxWhatsNewContent p 
   {
     margin: 0 0 0 0;
     padding-bottom: 0.2em;
  }

/*- /Содержимое бокса новинки */

/*- /Бокс новинки */