.tableleft td th {
  text-align: left; !important;
}
section.checkout .nav-item {
//  width: 25% !important;
}
.tablecenter td  th {
  text-align: center; !important;
  vertical-align: middle; !important;
}

.price_original {
font-weight: 300;
color: #aaa;
text-decoration: line-through;
}

.ui-autocomplete-loading {
	background: #FFF right center no-repeat;
}


.divdontcopy{
	-moz-user-select: none;  
	-webkit-user-select: none;  
	-ms-user-select: none;  
	-o-user-select: none;  
	user-select: none;
}