div.clear
{
  width: 100%;
  height: 1px;
  margin: 0 0 -1px;
  clear: both;
}

#img-sml {
  margin: 0 12px 12px 0;
  float: left;
}
#img-sml img {
  border: 1px #757575 solid;
}

#MoreLink {
  font-size: 12px;
  margin: 0 0 20px 0;
  text-align: right;
}
#MoreLink span {
  margin-left: 15px;
  margin-right: 15px;
  color: #757575;
}

p {
  font-size: 12px;
  margin: 0 0 6px 0;
}
p.nomargin {
  margin: 0; 
  padding: 0;
}

img.storeButton {
  border: 0;
}

.label {
  font-size: 12px;
}

.value {
  font-size: 12px;
}

.currencyWarning {
  font-size: 12px;
  font-style: italic;
  color: #FFFFFF;
}

.checkoutItem {
  font-size: 12px;
}

.checkoutTotal {
  font-size: 12px;
  font-weight: bold;
}

td.checkoutLeft {
  text-align: left;
}

td.checkoutRight {
  text-align: right;
}

.downloadButtonSmall
{
  position: relative;
  background: url(../images/buttons/download-20x20-rollover.png) no-repeat;
  white-space: nowrap;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
}

.downloadButtonSmall a
{
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  color: black;
  text-decoration: none;
}

.downloadButtonSmall img
{
  width: 20px;
  height: 20px;
  border: 0;
}

.downloadButtonSmall a:hover img
{
  visibility: hidden;
}

td {
  text-align: left;
  font-size: 12px;
}

th {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px #000000 solid;
}


.cheap_tooltip
{
    border: dotted 2px #999;
    padding: 10px;
    font-size: 10px;
    text-align: justify;
    background-color: #eee;
    position: absolute;
    margin-top: 10px;
    width: 250px;
}
