.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

p.txt_10 {
   display: none;
}
div.row {
  margin: 0;
  padding: 0;
}
div.itemImgs {
  width: 540px;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
div.main_more_1 {
  width: 400px;
}
ul.item_thumbs {
  width: 125px;
display: flex;
  flex-direction: column;
  justify-content: flex-start;
  	 margin: 0;
  padding: 0;
}
ul.item_thumbs li {
   list-style: none;
  margin-bottom: 15px;
}

.t_red a:link,.t_red a:visited {
  color: #c00;
  font-size: 110%;
}

h2.itemName {
  font-size: 150%;
}

.product-order-exp {
 margin:0 0 1em 0;
}

div.product-order-exp h3 {
  margin: 1em 0 0 0;
}
div.product-order-exp p {
  text-align:left;
  margin-left: 0.5em;
}

div.product-order-exp .table-bordered,div.product-order-exp table {
	border: 0;
}
div.product-order-exp table {
  margin-left: 0.5em;
  width: 400px;
  border: 1px solid #000;
  border-collapse: separate;
  border-radius: 5px;
  border-spacing: 0;
}

div.product-order-exp table td {
  border-bottom: 1px solid #000;
  border-top: none;
}
div.product-order-exp table td {
  border-right: 1px solid #000;
  border-left: none;
}

div.product-order-exp table td:last-child {
  border-right: none;
}

div.product-order-exp table tr:last-child td {
  border-bottom: none;
}

div.product-order-exp table td {
text-align: center;
}

div.product-order-exp a:link,div.product-order-exp a:visited {
  color :#c00;
}