table#compare
{
  border: none;
  
  /* border-collapse: collapse; */

  margin: 0px;
  padding: 0px;
  font-size: 11px;
  font-family: arial, helvetica, sans-serif;
}

table#compare tr td
{
  padding: 0px 10px 0px 10px;
  text-align: center;
  vertical-align: middle;
  border-right: solid 1px #fff;
  width: 160px;
}

table#compare tr.title td
{
  padding: 0px;
  text-align: left;
  width:auto;
}

table#compare tr.title td div
{
  background: #5990c2;
  background-image: url(/img/NavigatorBg.gif);
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  padding: 3px 10px 3px 10px;
  margin: 1px 1px 0px 1px;
  
}

table#compare tr td.first
{
  border-right: 1px solid #5990c2;
  width: 170px;
  text-align: left;
  vertical-align: top;
  padding: 10px;
}

table#compare tr td.last
{
}

table#compare tr td.description
{
  text-align: center;
  vertical-align: top;
  padding: 10px;
}

table#compare tr.bottom td
{
  border-top: 1px solid #5990c2;
}

table#compare tr td.name
{
  font-size: 14px;
  color: #5990C2;
  font-weight: bold;
}

table#compare tr td.price
{
  font-size: 12px;
  color: red;
  font-weight: bold;
}

table#compare button
{
  margin: 2px;
  width:130px;
  background: #e9f2f7;
  border: outset 1px #5990c2;
  height: 22px;
}

table#compare .sort
{
  color: #5990C2;
  font-size: 13px;
  line-height: 25px;
  font-weight: bold;
}

.even
{
background: #fff
}

.odd
{
background: #eff8fd
}

.Border 
{
border: 1px solid #5990c2
}