.shop-button {
	cursor: pointer;
	display: inline-block;
}
.shop-button:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
a.shop-button, .shop-button {
	background-color:#eeeeee;
	color:#666666;
	font-family:verdana,arial,helvetica,sans-serif;
	border: #999999 1px solid;
	padding: 1px 7px 1px 7px;
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
}
a.shop-button-order, .shop-button-order {
	background-color:#eeeeee;
	color:#666666;
	font-family:verdana,arial,helvetica,sans-serif;
	border: #9f100a 1px solid;
	padding: 1px 7px 1px 7px;
	text-decoration:none;
}
.shop-button .fa, .shop-button img, .shop-button span {
	margin-right:10px;
}
.shop-red {
	color: red;
}
.shop-date {
	width: 100px;
	height: 34px;
	padding: 6px 12px;
	margin-left: 5px;
	display: inline-block;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.shop-underline {
	border-top:black 1px solid;
}
.shop-cart-shipping-company-label, .shop-cart-shipping-company-text, .shop-total, .shop-cart-payment-label, .shop-cart-payment-text, .shop-cart-product-name, .shop-cart-product-ref, .shop-cart-product-ref-names {
	font-weight:bold;
}
#shop-pricetotal {
	font-weight:bold;
}
.shop-progress {
	padding:0;
	margin:0;
	border:0;
	text-align: center;
}
.shop-progress-active, .shop-progress-active-start, .shop-progress-cart-start, .shop-progress-cart, .shop-progress-cart-end {
	color: #3366cc;
}
.shop-progress, .shop-progress-end {
	color:#cccccc;
}
.shop-shipping-company {
	font-weight: bold;
}
.shop-preview-image {
	text-align: center;
}
.shop-product-image img {
	height: auto;
	max-width: 100%;
}
.shop-option-table td, .shop-userdata td, .shop-logindata td {
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}
