ul, li {
  list-style: none;
}
.show {
  display: block !important;
}
.hiddenField, #stBreak {
  display: none !important;
}

.notice {
  padding-bottom: 10px;
}
.halfWidth {
  width:49%;
}

.nopadding {
  padding-right: 0;
  padding-left: 0;
}
.clearBoth:before,
.clearBoth:after {
  display: table;
  content: " ";
}
.clearBoth:after {
  clear: both;
}
.no-padding{
  padding-left: 0;
  padding-right: 0;
}
.no-padding-right{
  padding-right: 0;
}
/*#shopping-box {
  margin-bottom:0;
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}*/
#shopping-box-total {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}




.pagination-area {
  background: rgba(0,0,0,0) none repeat scroll 0 0;
  display: inline-block;
  width: 100%
}
.pagination-top {
  border-bottom: 1px solid #eee;
  margin: 22px 0 0;
  padding-bottom: 20px;
}
.pagination-bottom {
  border-top: 1px solid #eee;
  margin: 22px 0 0;
  padding-top: 20px;
}