/* -- Evaluation Downloads Page -- */

  div.product-title {
    float:left;
    margin-top:20px;
    width:100%;
    height:20px;
    margin-bottom:5px;
    font-weight:bold;
    font-size: 18px;
  }
  
  div.product {
    float:left;
    width:150px;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:5px;
    margin-top:1px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    background: #f5f5f5;
    font-weight:bold;
  }
  
  div.product2 {
    float               : left;
    width               : 310px;
    padding             : 4px 0 4px 12px;
    margin              : 1px 1px 0 0;
    border-top          : 1px solid #fff;
    border-bottom       : 1px solid #ccc;
    border-left         : 1px solid #fff;
    border-right        : 1px solid #ccc;
    background-color    : #f5f5f5;
    font-weight         : bold;
  }
  
  div.cell-count {
    float               : left;
    width               : 84px;
    padding             : 4px 0 4px 0;
    margin              : 1px 1px 0 0;
    border-top          : 1px solid #fff;
    border-bottom       : 1px solid #ccc;
    border-left         : 1px solid #fff;
    border-right        : 1px solid #ccc;
    background-color    : #f5f5f5;
    text-align          : center;
  }
  
  div.cell-type {
    float:left;
    width:150px;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:4px;
    margin-top:1px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    background: #fafafa;
  }
  
  div.cell-type2 {
    float               : left;
    width               : 310px;
    padding             : 3px 0 3px 12px;
    margin              : 1px 1px 0 0;
    border-top          : 1px solid #fff;
    border-bottom       : 1px solid #ccc;
    border-left         : 1px solid #fff;
    border-right        : 1px solid #ccc;
    background-color    : #fafafa;
  }
  
  div.cell-typehighlight {
    float               : left;
    width               : 310px;
    padding             : 3px 0 3px 12px;
    margin              : 1px 1px 0 0;
    border-bottom       : 1px solid #fff;
    border-top          : 1px solid #ccc;
    border-left         : 1px solid #ccc;
    border-right        : 1px solid #fff;
    background-color    : #f0f0f0;
    cursor              : hand;
    cursor              : pointer;
  }
  
  div.cell-descriptions {
    float               : left;
    width               : 84px;
    padding             : 4px 0 4px 0;
    margin              : 1px 1px 0 0;
    border-top          : 1px solid #fff;
    border-bottom       : 1px solid #ccc;
    border-left         : 1px solid #fff;
    border-right        : 1px solid #ccc;
    background-color    : #fafafa;
    text-align          : center;
  }
  
  div.cell-descriptionshighlight {
    float               : left;
    width               : 84px;
    padding             : 4px 0 4px 0;
    margin              : 1px 1px 0 0;
    border-bottom       : 1px solid #fff;
    border-top          : 1px solid #ccc;
    border-left         : 1px solid #ccc;
    border-right        : 1px solid #fff;
    background-color    : #f0f0f0;
    text-align          : center;
    cursor              : hand;
    cursor              : pointer;
  }  
  
  div.cell-url {
    float:left;
    width:85px;
    padding-top:2px;
    padding-bottom:4px;
    margin-top:1px;
    margin-left:2px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    background-color: #fafafa;
    text-align:center;
  }  
  
  div.spacer {
    float:left;
    margin-top:12px;
  }
  
  a.bookmark {
  color: #333333;
  text-decoration: none;
  }
  
  div.cell-type2 a,
  div.cell-type2 a:visited {
    color: #333333;
  }
  div.cell-type2 a:active,
  div.cell-type2 a:hover {
    color: #000;
    font-weight:bold;
  }
  
  div.cell-typehighlight a,
  div.cell-typehighlight a:visited {
    color: #333333;
  }