.product {
    padding: 4px;
   	vertical-align:top;
   }
.new {
 font-size: 90%;
 color: Red;
}  
   .product a {text-decoration: underline;font-weight:normal;font-size:12px; }
   .product img {margin-left: auto; margin-right: auto; display: block; margin-bottom: 4px; margin-top: 4px;}
   .product p {margin: 0px; padding: 3px 0px 0px 0px; color: #666666; font-size: 95%;}
   .product a.title {color: #6565B2;}
   .product a.title h2 {color: #6565B2 !important; font-size: small ! important;}
   .product a.details {
    display:block; margin-top: 4px;
    background-image: url(/px/arrow-blue-right.gif);
    background-repeat: no-repeat;
    background-position: 5px 45%;
    padding: 0px 0px 4px 16px;font-weight: bold; text-decoration: none;
    position: relative; bottom: 0px; right: 0px;
   }
   
   .product a.details:link {
   color: #000099; 
   }
   .product a.details:hover {
    text-decoration: underline;
   }
