/***
  cornerNavigation
***/
/*  overwrite */
div.cornerNavigation{
margin: 0 0 10px 0;
}


/***
  productsIndex
***/
/* table */
div#productsIndex table th{
padding: 0 11px 0.5em 0;
text-align: center;
vertical-align: top;
font-weight: bold;
}

div#productsIndex table th a{
color: #6f6598;
text-decoration: none !important;
}

div#productsIndex table tbody.productImage td{
padding: 0 11px 5px 0;
text-align: center;
}

div#productsIndex table tbody.description td{
padding: 0 11px 1em 0;
vertical-align: top;
line-height: 110%;
}

