table.basket
{
  background: #FFF;
  margin-top: 0px;
  width: 100%;
  border-right: 1px solid #d9d9d9;
  clear: right;
  border-bottom: 1px solid #d9d9d9;
}

.itemLink a
{
	color: #4B4B86;
}

table.basket .basketNumber,
table.basket td.basketTotal
{
  width: 20px;
  text-align: right;
}

table.basket td.basketTotal
{
  font-weight: bold;
  color: #CC0000;
}

table.basket .buttonDelete
{
	color: #CC0000;
}

table.basket .basketPMQ
{
  /*width: 50px;*/
  text-align: center;
}

table.basket .basketPMQ a
{
  color: #353563;
  display: block;
  background: #fff;
  border: 1px solid #ccc;
}

table.basket .basketPMQ a:hover
{
  background: #efefef;
}

table.basket .basketPMQ a.down {
  float: left;
  padding: 0 4px;
}

.updownleftright {
    float: left;
/*    display: block;*/
    margin: 0px 3px;
    height: 1%;
    position: relative;
}

table.basket .basketPMQ a.up {
  float: left;
  padding: 0 3px;
}

table.basket .quantityWrapper
{
  margin: 0px;
}

table.basket #giftWrappingForm *,
table.basket .brDelio *
{
  vertical-align: middle;
}

table.basket th
{
  text-align: left;
  background: #C3D3DC;
  /*color: #FFF;*/
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
}

table.basket td
{
  padding: 3px 10px !important;
  padding: 0px 10px;
  height: 26px;
  vertical-align: middle;
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}


table.basket .basketSub td
{
  border-color: #d9d9d9;
  background: #EFEFF9;
  /*padding: 4px 10px !important;*/
}

table.basket .basketSub label
{
  font-weight: bold;
  /*color: #777;*/
}

table.basket .dark td,
table.basket .dark
{
  background: #F7F8FB;
}

#contentWrapper .info
{
  padding: 0px;
  text-decoration: none;
  background: none;
  height: 16px;
  cursor: help;
  display: block;
  float: left;
}

table.basket select
{
  font-size: 0.9em;
  float: right;
}

table.basket .brFriend td,
table.basket .brDona td,
table.basket .brDelio td,
table.basket .brSubtotal td,
table.basket .brTotal td
{
  border-top: 1px solid #d9d9d9;
  padding-top: 4px !important;
  padding-top: 0px;
}

table.basket .brDelio td
{
  padding-top: 5px !important;
  padding-top: 4px;
}

table.basket .brFriend td,
table.basket .brDona td
{
  padding-top: 6px !important;
  padding-top: 3px;
}

table.basket .brTotal strong
{
  color: #353581;
}

table.basket .brSubtotal td,
table.basket .brFriend td,
table.basket .brDelio td,
table.basket .brDona td,
table.basket .brDelit td,
table.basket .brTotal td
{
  background: #C3D3DC;
}

table.basket .brSubtotal td,
table.basket .brTotal td,
#calendar tr:hover td.veryDark,
#calendar td.veryDark
{
  background: #C3D3DC;
  cursor: default;
}

table.basket td.red
{
  background: url(/img/calArrow.gif) no-repeat top right #B00000;
  color: white;
  cursor: pointer;
  font-size: 0.9em; font-weight: bold;
}

table.basket td.red span
{

  font-size: 1.1em;
}

#calendar tr:hover td
{
  background-color: #E9E9E9;
}

#calendar tr:hover td.red
{
  background-color: #990000;
}

/* Buttons at the bottom
------------------------------------------------------------*/

ul#basketBottom
{
  margin: 35px 0px 0px 5px;
  list-style: none;
  display: block;
  clear: none;
  padding: 0px;
}

ul#basketBottom li
{
  display: block;
  float: left;
  clear: none;
  position: relative;
  margin: 0px 0px 0px 10px;
}

ul#basketBottom li span
{
  height: 100%;
  width: 100%;
  display: block;
  top: 0px;
  left: 0px;
  position: absolute;
  cursor: pointer;
  height: 24px;
}

ul#basketBottom li#continueShopping,
ul#basketBottom li#continueShopping span
{
  background: url(/img/buttonContinue.gif) top left no-repeat;
  width: 134px;
}

ul#basketBottom li#proceed,
ul#basketBottom li#proceed span
{
  background: url(/img/buttonCheckout.gif) top left no-repeat;
  width: 160px;
}

/*-------------------------------------------------------------------*/

table.basket td.month
{
  width: 14.2%;
  height: 50px !important;
  height: 30px;
  vertical-align: top;
  padding: 10px 0px 10px 10px !important;
}

#calendar td.calEnd
{
  background: url(/img/arrowOn.gif) 50% 50% no-repeat #FFF;
}

#calendar tr:hover td.calEnd
{
  background: url(/img/arrowBlue.gif) 50% 50% no-repeat #FAFAFA;
}

#calendar td
{
  cursor: pointer;
}


.donationBox
{
    height: 18px;
    width: 46px;
    he\ight: 12px;
    w\idth: 40px;
    padding: 2px;
    text-align: left;
    font-size: 0.8em;
    border: none;
    border: 1px solid #c5c5c5;
    margin: 0px;
    margin-left: 2px;
}

#giftaidForm input,
#giftaidForm label
{
    vertical-align: middle;
}

#articleOveride p
{
  margin: 5px 0px;
}

.miniCal
{
  text-align: center;
  float: left;
  padding-right: 2px !important;
  padding-right: 4px;
  padding-bottom: 6px;
}

.calEnd
{
    padding-right: 0px;
}

.grayed img
{
  opacity: 0.35;
  filter: alpha(opacity=35);
}

.quantity
{
  width: 25px;
  text-align: center;
  float: left;
  font-size: 1em;
  margin: 0px 4px;
}
