/***---_Basket page_---***/
table#basketPage
{ width: 605px; }
table#basketPage thead th
{
  border-bottom: 2px solid #999;
  padding: 3px 5px 7px 8px;
}
table#basketPage td
{
  text-align: center;
  padding: 4px 5px 5px 8px;
}
table#basketPage tfoot td
{ text-align: left !important; }
table#basketPage tfoot td.td1
{ border-top: 2px solid #999; }
.td1
{ text-align: left !important; }
tr.evenBasketTr
{ background: #ebebeb; }
table#basketPage tbody input
{
  width: 30px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #ccc;
}
table#basketPage input
{
  text-align: center;
  font-size: 13px;
}
h2
{
  color: #0072bc !important;
  font-size: 20px;
  font-weight: normal;
}
h3
{
  color: #0072bc;
  font-size: 16px;
  font-weight: bold;
}
table#basketPage form textarea
{
  border: 1px solid #ccc;
  font-size: 13px;
  padding: 2px;
  margin: 3px 0 7px 0;
  width: 496px;
}

div.adresses
{
  overflow: hidden;
  margin: 7px 0 10px 0;
}


