body {
	background: white;
}

.bsdn-store [class^="icon-"] {
	display: inline-block;
}

.bsdn-store {
	padding-top: 0px;
}

.bsdn-store .bsdn-store-buttons {
	text-align: right;
}

.bsdn-store .bsdn-store-buttons a {
	min-width: 80px;
	text-align: center;
	font-weight: bold;
}

.bsdn-store input[type="text"] {
	height: 28px;
	font-size: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei",
		sans-serif;
}

.bsdn-store textarea {
	height: 66px;
	font-size: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei",
		sans-serif;
}

.bsdn-store label {
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei",
		sans-serif;
}

.bsdn-store label.control-label {
	font-weight: bold;
	color: #666;
}

.bsdn-store .alert .label {
	text-shadow: none;
}

.bsdn-store .bsdn-store-money {
	color: #FF553A !important;
}

.bsdn-store .bsdn-store-money .unit {
	color: #818181;
	font: bold 14px Arial;
}

.bsdn-store .modal-sink {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.bsdn-store .modal-sink-simple,.bsdn-store .modal-sink {
	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	margin-bottom: 12px;
}

.bsdn-store .modal-sink-simple .modal-body,.bsdn-store .modal-sink  .modal-body
	{
	max-height: none;
}

.bsdn-store .modal-header {
	color: steelblue;
	line-height: 27px;
	font-size: 18px;
	font-weight: bold;
}

.bsdn-store .modal input[type="text"] {
	text-align: center;
}

.bsdn-store .modal .row {
	text-align: center;
}

.bsdn-store .modal table tr.bsdn-store-selected {
	background-color: skyblue;
}

.bsdn-store .modal input[type="radio"] {
	margin-left: auto;
	margin-right: 8px;
}

.bsdn-store .bsdn-store-serial-number {
	color: darkgrey !important;
	width: 30px;
	white-space: nowrap;
}

.bsdn-store .bsdn-store-pay-amount {
	color: dimgray;
	text-align: right;
}

.bsdn-store .bsdn-store-pay-total-amount {
	font-size: 20px;
	font-weight: bold;
}

.bsdn-store .bsdn-store-coupon-label.bsdn-store-coupon-label-unselected:hover,.bsdn-store .bsdn-store-coupon-label
	{
	padding: 1px 9px 2px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	white-space: nowrap;
	vertical-align: baseline;
	color: white;
	background-color: darkgreen;
}

.bsdn-store .bsdn-store-coupon-label {
	cursor: pointer;
}

.bsdn-store .bsdn-store-coupon-label.bsdn-store-coupon-label-used,.bsdn-store .bsdn-store-coupon-label.bsdn-store-coupon-label-used input[disabled]
	{
	cursor: auto;
}

.bsdn-store .bsdn-store-coupon-label.bsdn-store-coupon-label-unselected
	{
	color: darkgreen;
	background-color: transparent;
}

.bsdn-store .bsdn-store-coupon-label.bsdn-store-coupon-label-disabled {
	opacity: 0.3;
}

.bsdn-store .bsdn-store-coupon-label.bsdn-store-coupon-label-disabled:hover
	{
	color: darkgreen;
	background-color: transparent;
	cursor: not-allowed;
}

.bsdn-store .bsdn-store-coupon-label.bsdn-store-coupon-label-disabled input
	{
	cursor: not-allowed;
}

/* Doc */
.bsdn-doc {
	position: relative;
	padding: 39px 19px 14px;
	background-color: white;
	border: 1px solid #DDD;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.bsdn-doc::after {
	position: absolute;
	top: -1px;
	left: -1px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	background-color: whiteSmoke;
	border: 1px solid #DDD;
	color: #9DA0A4;
	-webkit-border-radius: 4px 0 4px 0;
	-moz-border-radius: 4px 0 4px 0;
	border-radius: 4px 0 4px 0;
}

/* Doc */

/* Icon */
.bsdn-store .bsdn-store-right-icon {
	position: relative;
	right: 9px;
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	text-shadow: 0 1px 0 white;
	opacity: 0.2;
	filter: alpha(opacity = 20);
}

/* Icon end */

/* Step */
.bsdn-store .step td {
	line-height: 35px;
}

/* Step end */