﻿/*----------------------------- BASKET SUMMARY ------------------------------------------*/
#header li.linkToOpenBasketSummary
{
    position: relative;
}

#basketContent
{
  position: absolute;
  top: 15px;
  right: 0px;
  background-color: #FFFFFF;
  border: 1px solid #666666;
  display: none;
  padding: 5px;
  width: 350px;
  z-index: 1000;
}
#basketContent table
{
  width: 100%;
}
#basketContent th
{
  background-color: #E5E5E5;
  padding: 3px;
  text-align: left;
  color: #AAAAAA;
}
#basketContent td
{
  padding: 1px 4px;
  color: #666666;
  vertical-align: middle;
}
#basketContent td input
{
    border: 1px solid #C9C8C8;
}
#basketContent hr
{
    background: url("../img/border-dot.gif") repeat-x scroll center top transparent;
    height: 1px;
    border: 0;
}
#basketContent a, #basketContent a:visited
{
  color: #666666;
  padding: 5px 0 5px 5px;
}
#basketContent .miniBasketRemove
{
    padding-left: 22px;
    background-image: url(/Images/buttons/remove_x.gif);
    background-position: center left;
    background-repeat: no-repeat;
    margin-left: 5px;
}
