/* Start of CMSMS style sheet 'Product summary - Start page' */
.ProductDirectoryItem {
   width: 33%;
   float: left;
   display: inline;
   text-align: center;
   padding-bottom: 32px;
}

.ProductDirectoryItem img {
   border: 12px solid #901010;
   width: 176px;
   display: block;
}

.ProductDirectoryItem a {
   text-align: center;
   display: block;
   font: 1.2em;
   color: #f0f090;
   text-decoration: none;
}

.ProductDirectoryItem a:hover {
   text-decoration: underline;
}

.ProductDirectoryItem span {
   font-size: 1.5em;
   display: block;
   padding-top: 8px;
   color: #ffff99;
   font-weight: bold;
   text-decoration: blink;
}

#categoryfooter {
   font-size: 1.2em;
   font-weight: bold;
   color: #fffffa;
   text-align: center; 
   float: left; 
   clear: both; 
   display: block; 
   width: 100%;
}

#categoryfooter a {
   color: #fffffa;
}

.blink {
   text-decoration: blink;
}
/* End of 'Product summary - Start page' */

