#contents {
  width: 100%;
  padding: 0;
  margin: 0;
}

#contents h1 {
  margin-bottom: 5px;
}

.introText {
  padding: 10px;
  border: 1px solid #BBD2F2;
  background-color: #FFFFFF;
  margin-bottom: 20px;
}

.introText h1 {
  position: relative;
  left: 3px;
  top: -1px;
}

.introText p {
  margin-left: 25px;
}

.introText a {
  color: #000066;
  text-decoration: underline;
}

.ar { text-align: right; }
.b { font-weight: bold; }

#tva {
  font-weight: bold;
  padding-bottom: 5px;
}

#cart {
  width: 100% !important;
}

#cart tr td {
  height: 20px;
  border-bottom: 1px solid #999999;
  padding: 2px;
}

#cart a {
  color: #000066;
}

#cart .header{
  background-color: #F2F2F2;
  background-image: url(/i/bgHeaderCart.jpg);
  background-repeat:repeat-x;
  border-bottom: 0;
}

.remove { width: 59px;}
.price { width: 90px; text-align:center;}
.value {width: 90px;}
.quantity { width: 60px; }

.input {
 height: 16px;
 width: 40px;
 font-size: 12px;
 border: 1px solid #999999;
 text-align:center;
}

td.total {
  border: 0 !important;
  vertical-align: middle;
  text-align: right;
  padding-top: 5px !important;
  padding-bottom: 25px !important;
}

.btn {
  height: 25px;
  font-weight: bold;
}

#btnRecalculate { 
  width: 132px; 
  position: relative;
  top: -7px;
}

#btnFinal {
  width: 215px;
}

div.label { 
  margin-left: 20px; 
  margin-right: 20px;
  font-weight: bold;
}

div.total {
  color: #FFFFFF;
  background-color: #0C4AA0;
  width: 105px;
  height: 25px;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  padding-top: 5px;
  margin-right: -3px;
  padding-right: 5px;
}

.back a {
  height: 20px;
  width: 90px;
  display: block;
  padding-left: 25px;
  background-image: url(/i/iconArrowBackLarge.gif);
  background-repeat: no-repeat;
  background-position:left center;
  text-decoration: underline;
  color: #000000;
  font: bold 16px Verdana, Arial, sans-serif;
}

#btnFinalize{
  width: 141px;
  height: 22px;
  background-image: url(/i/btnFinalizareComanda.gif);
  border: 0;
  margin-top: 8px;
  color: #FFFFFF;
  font-weight: bold;
}