/********************** latestProduct ******************************/
table#latestProduct{
   padding: 0px;
   border-collapse: collapse;
   width: 200px;
}

table#latestProduct td{
   padding: 0px;
   color: #000;
}


table#latestProduct td.shadow-top {
   height: 45px;
   width: 200px;
   background-image: url('../images/latest_top.jpg') ;
}

table#latestProduct td.shadow-bot {
   height: 34px;
   width: 200px;
   background-image: url('../images/latest_bottom.jpg') ;
}

table#latestProduct td.shadow-center, table#latestProduct tr.shadow-center {
   width: 200px;
   background-color: #315a6e;
}