.clearfix {
  clear: both;
}
div.carrello {
  width: 230px;
}
.carrello .hider {
  color: white;
  margin-bottom: 10px;
  padding: 3px;
  padding-right: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-color: #4b811c;
  font-weight: bold;
  float: left;
}
.carrello .hider span {
  background: url(../../images/carrello-sprite.png) no-repeat -13px -76px;
  width: 6px;
  height: 14px;
  float: left;
  padding-right: 5px;
  margin: 0 10px 0 10px;
}
.carrello .header {
  background: url(../../images/carrello-sprite.png) no-repeat -1px 0;
  width: 100%;
  height: 46px;
  min-height: 0;
  clear: both;
}
.carrello .header .title {
  color: black;
  text-shadow: white 0px 0px 3px;
  font-weight: bold;
  font-size: 15px;
  margin: 10px;
  float: left;
}
.carrello ul.tabs {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
}
.carrello ul.tabs li {
  float: left;
  list-style: none;
  width: 74px;
  text-align: center;
  display: table;
  height: 22px;
  border-style: solid;
  border-color: black;
  border-width: 0px;
  border-bottom-width: 1px;
  color: white;
  font-weight: bold;
  margin-right: 1px;
  cursor: pointer;
}
.carrello ul.tabs li span {
  background-color: #7e7e7e;
  margin: 1px;
  float: left;
  width: 100%;
  height: 17px;
  padding-top: 4px;
}
.carrello ul.tabs li.active {
  color: black;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 0px;
  width: 76px;
}
.carrello ul.tabs li.active span {
  background-color: #e7e7e6;
  margin: 0;
  height: 19px;
}
.carrello ul.tabs li.inactive span {
  color: #cdcdcd;
}
.carrello .carrelloInner {
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid black;
}
.carrello .carrelloInner .intestazioni {
  background-color: #e7e7e6;
  height: 40px;
  clear: both;
  padding: 0 2px 0px 2px;
}
.carrello .carrelloInner .intestazioni table {
  float: right;
  text-align: center;
  margin-top: 10px;
}
.carrello .carrelloInner .intestazioni table tr td {
  width: 25%;
}
.carrello .carrelloInner .holder {
  border-bottom: 1px solid #cacac9;
}
.carrello .carrelloInner .holder table {
  width: 100%;
  border-bottom: 1px solid #cacac9;
  background-color: #e0e0e0;
}
.carrello .carrelloInner .holder table:nth-child(even) {
  background-color: #e0e0e0 !important;
}
.carrello .carrelloInner .holder table:nth-child(odd) {
  background-color: #f7f7f7 !important;
}
.carrello .carrelloInner .holder table tr td {
  width: 30%;
  text-align: center;
  cursor: default;
}
.carrello .carrelloInner .holder table tr td div.quotaVariata {
  color: red;
  font-weight: bold;
}
.carrello .carrelloInner .holder table tr td:first-child {
  width: 10% !important;
  text-align: left;
}
.carrello .carrelloInner .holder table tr:first-child td {
  text-align: left;
}
.carrello input {
  margin: 0px;
}
.carrello .garbage {
  background: url(../../images/carrello-sprite.png) no-repeat -1px -116px;
  width: 13px;
  height: 15px;
  margin: 7px;
  cursor: pointer;
}
.carrello #trashCartContainer .garbage {
  margin: 0;
  margin-left: 7px;
}
.carrello .evento tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.carrello .evento tr:nth-child(even) {
  background-color: #e0e0e0;
}
.carrello .footer {
  border: 1px solid black;
  border-top: 0;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
  min-height: 0;
}
.carrello .footer .topInner {
  background-color: #7e7e7e;
  float: left;
  width: 100%;
  border-bottom: 1px solid black;
  color: white;
}
.carrello .footer .topInner .importo {
  font-size: 12px;
  width: 40px;
  height: 12px;
}
.carrello .footer .topInner > table {
  width: 190px !important;
  margin: 10px auto;
  text-align: right;
}
.carrello .footer .topInner > table tr td:first-child {
  width: 50%;
  font-weight: bold;
  text-align: left;
}
.carrello .footer .topInner ul {
  float: left;
  color: white;
  width: 100%;
  margin: 5px;
  padding: 0;
}
.carrello .footer .topInner ul li {
  float: left;
  list-style: none;
  margin-left: 10px;
}
.carrello .footer .topInner ul li:first-child {
  margin-left: 0;
}
.carrello .footer .bottomInner {
  background-color: #4b811c;
  border-top: 0;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  float: left;
  width: 100%;
  margin: 0 0 1px -1px;
  padding-bottom: 10px;
  border: 1px solid black;
}
.carrello .footer .bottomInner table {
  width: 86%;
  margin: 15px auto;
  color: white;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}
.carrello .footer .bottomInner table tr td:first-child {
  width: 60%;
  text-align: left;
}
.carrello .footer .bottomInner .button {
  background: url(../../images/carrello-sprite.png) no-repeat 0 -51px;
  width: 110px;
  height: 28px;
  float: left;
  text-align: center;
  padding-top: 5px;
  margin-left: 2px;
  cursor: pointer;
}
.carrello .footer .bottomInner .button span {
  color: black;
  text-shadow: white 0px 0px 3px;
  font-weight: bold;
  font-size: 15px;
}
.carrello .footer .bottomInner .button:hover {
  background-position: 0 -83px;
}
.carrello .footer .bottomInner .button.disabled:hover {
  cursor: default;
  background-position: 0 -51px !important;
}
.carrello .footer .bottomInner .button.disabled span {
  color: #797979 !important;
}
.carrello .footer .bottomInner div.button {
  border: 0;
  margin: 0 0 0 2px;
  padding: 5px 0 0 0;
}
.carrello .tabellaIntestazioni,
.carrello .tabellaRighe {
  margin: 0;
}
.smartspinner {
  padding: 0;
  padding: 2px 10px 2px 2px;
  border: solid 1px #afafaf;
  background: url(../../images/normal.png) no-repeat right;
  background-color: #f6f6f6;
  text-align: center;
  line-height: 2;
  border-radius: 3px;
  -moz-border-radius: 3px;
  color: #848484;
  font-size: 1.0em;
  font-weight: bold;
}
.smartspinner.up {
  background: url(../../images/up.png) no-repeat right;
  background-color: #f6f6f6;
  cursor: pointer;
}
.smartspinner.down {
  background: url(../../images/down.png) no-repeat right;
  background-color: #f6f6f6;
  cursor: pointer;
}
#test {
  margin: 10px;
}
.InputNumberSpin {
  float: right;
}
.textFieldContainer {
  float: right;
}
.textFieldContainer input {
  width: 50px;
  height: 10px;
  text-align: right;
}
.buttonsContainer {
  float: right;
}
.buttonsContainer .btnUp {
  background: url(../../images/normal.png) no-repeat 0 0;
  height: 9px;
  width: 15px;
}
.buttonsContainer .btnUp:hover {
  background: url(../../images/up.png) no-repeat 0 0;
}
.buttonsContainer .btnDown {
  background: url(../../images/normal.png) no-repeat 0 -10px;
  height: 9px;
  width: 15px;
}
.buttonsContainer .btnDown:hover {
  background: url(../../images/down.png) no-repeat 0 -10px;
}
