.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden; 
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  content: ".";
}

.pull-left {
  display: block;
  float: left;
}

.pull-right {
  display: block;
  float: right;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.specModal {
  width: 692px;
  cursor: move; 
  border: solid 1px #333;
  background-color: #fff;
}
.specModal img,
.specModal input,
.specModal a {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

       -o-user-select: none;
}

.modalHead {
  zoom: 1;
  width: 346px;
  padding-bottom: 10px;
}
.modalHead:after {
  display: block;
  visibility: hidden; 
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  content: ".";
}

.modalBody {
  zoom: 1;
}
.modalBody:after {
  display: block;
  visibility: hidden; 
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  content: ".";
}

.leftElem {
  display: block;
  float: left;
  width: 346px;
}

.rightElem {
  display: block;
  float: left;
  width: 346px;
}

.nameElem {
  font-size: 24px;
  display: block;
  float: left;
  width: 311px;
}

.modalUi {
  display: block;
  float: right;
}
.modalUi button {
  padding: 3px;
}

.subImgElem {
  cursor: default;
}

.priceElem {
  padding: 0 0 2px 5px;
}
.priceElem tr {
  height: 30px;
}
.priceElem td,
.priceElem th {
  line-height: 18px; 
  vertical-align: baseline;
}
.priceElem span {
  font-size: 18px; 
  vertical-align: baseline;
}

.specElem {
  padding-top: 5px; 
  border-top: solid 1px #333;
}
.specElem table {
  width: auto;
  margin: 0;
}
.specElem table th {
  font-size: 1em;
  font-weight: normal; 
  width: auto;
  padding: 0;
  background: #fff;
}

.cartItems {
  zoom: 1;
  margin: 20px 0 0 10px;
}
.cartItems:after {
  display: block;
  visibility: hidden; 
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
  content: ".";
}
.cartItems div {
  display: block;
  float: left;
  margin-right: 10px;
}
.cartItems a {
  display: block;
  width: 76px;
  height: 18px;
  cursor: pointer;
  text-indent: -9999px; 
  background: transparent url(/j3/images/stamp/btn_select1_5c.png) no-repeat center center;
}
.cartItems .sys_addToTray {
  display: block;
  width: 76px;
  height: 18px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  text-indent: -9999px; 
  border: none;
  outline: none;
  background: transparent url(/j3/images/stamp/btn_addTray5c.png) no-repeat left center;
}
