﻿tr.trDetailsHeader td
{
  font-weight: bold;
  text-decoration: underline;
}
tr.trDetailsRowEven
{
  background-color: #eeeeee;
}
tr.trDetailsCarsRowEven
{
  background-color: #eeeeee;
}
tr.trDetailsCarsRowEven, tr.trDetailsCarsRowOdd
{
  cursor: pointer;
}
tr.trDetailsCarsRowEven:Hover, tr.trDetailsCarsRowOdd:Hover, tr.trDetailsCarsRowEven td:Hover, tr.trDetailsCarsRowOdd td:Hover
{
  text-decoration: underline;
}

tr.trDetailsRowEven td.minibuy, tr.trDetailsRowOdd td.minibuy, tr.trDetailsCarsRowEven td.minibuy, tr.trDetailsCarsRowOdd td.minibuy
{
  padding: 0 10px 0 0;
  text-align: right;
}

div.DesignDetailsRim
{
  cursor: pointer;
}
div.DesignDetailsRim:Hover
{
  text-decoration: underline;
}
div.CarPagingItem
{
  float: left;
  padding: 3px;
  cursor: pointer;
  margin: 2px;
  border: 1px solid #cccccc;
}
div.CarPagingItem:Hover
{
  text-decoration: underline;
  border: 1px solid #666666;
  background-color: #cccccc;
}
div.DesignDetails_Cars_FloatFixing
{
  cursor: pointer;
  float: left;
  width: 300px;
  padding-top: 4px;
}
div.DesignDetails_Cars_FloatFixing:Hover
{
  text-decoration: underline;
}

