/* Start of CMSMS style sheet 'Products' */
.ProductDirectory div.ProductDirectoryItem {
float:left;
height:100px;
margin:10px;
text-align:center;
width:100px;
}

div.ProductDirectoryItem a{
   text-decoration: none;
   background: none;
   color: #000;
   border: 0;
}

div.ProductHierarchy  {
float:left;
height:100px;
margin:10px;
text-align:center;
width:100px;
}

div.ProductHierarchy a{
   text-decoration: none;
   background: none;
   color: #000;
   border: 0;
}

.ProductItem .photo {
   text-align: center;
   margin-bottom: 15px;
}

.ProductItem .field {
   line-height: 25px;
}

.ProductItem label {
   display: block;
   width: 120px;
   float: left;
   font-weight: bold;
}

div.break {
  height: 1px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1px;
}


/* End of 'Products' */

