﻿.button-outerwrap {
	border-color: #cfcfcf;
	border-style: solid;
	border-width: 0 1px 1px 0;
	display: inline-block
}

.button {
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 24px;
	line-height: 24px
}

a.button:hover,a.button:active {
	text-decoration: none;
	color: #333 !important
}

.button-large {
	height: 29px;
	line-height: 29px;
	padding: 0 13px;
	font-size: 13px;
	font-weight: 700
}

button.button-large {
	height: 32px;
	_height: 30px;
	_line-height: 27px
}

.button-small {
	height: 24px;
	line-height: 24px;
	padding: 0 8px;
	border-radius: 1px;
	font-size: 12px
}

input.button-small {
	height: 24px;
	line-height: 22px
}

.button-huge {
	height: 34px;
	line-height: 33px;
	padding: 0 18px;
	font-size: 14px;
	font-weight: 700
}

button.button-huge {
	height: 36px;
	_height: 34px;
	_line-height: 31px
}

.button-white {
	border: 1px solid #bbb;
	text-align: center;
	border-radius: 1px;
	background-color: #f5f5f5;
	color: #333 !important;
	background-image: -moz-linear-gradient(top,#fff,#fff 45%,#fcfcfc 70%,#f2f2f2);
	background-image: -webkit-linear-gradient(top,#fff,#fff 45%,#fcfcfc 70%,#f2f2f2);
	background-image: -ms-linear-gradient(top,#fff,#fff 45%,#fcfcfc 70%,#f2f2f2);
	background-image: -o-linear-gradient(top,#fff,#fff 45%,#fcfcfc 70%,#f2f2f2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f2f2f2',GradientType=0);
	box-shadow: 0 0 1px rgba(0,0,0,0.3)
}

.button-white:hover {
	border-color: #549bdd #004b91 #004b91 #549bdd;
	border-width: 1px;
	border-style: solid
}

.button-stress {
	border-color: #f6bb44;
	color: #a50 !important;
	background-color: #feeca7;
	background-image: -moz-linear-gradient(top,#fff0b3,#fde48d);
	background-image: -ms-linear-gradient(top,#fff0b3,#fde48d);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff0b3),to(#fde48d));
	background-image: -webkit-linear-gradient(top,#fff0b3,#fde48d);
	background-image: -o-linear-gradient(top,#fff0b3,#fde48d);
	background-image: linear-gradient(top,#fff0b3,#fde48d);
	-webkit-box-shadow: inset 0 0 1px 1px #fff8dc;
	-moz-box-shadow: inset 0 0 1px 1px #fff8dc;
	box-shadow: inset 0 0 1px 1px #fff8dc
}

a.button-stress:hover,a.button-stress:active {
	color: #a50 !important
}

.button-stress:hover {
	background-image: -moz-linear-gradient(top,#ffedaf,#ffd67a);
	background-image: -ms-linear-gradient(top,#ffedaf,#ffd67a);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffedaf),to(#ffd67a));
	background-image: -webkit-linear-gradient(top,#ffedaf,#ffd67a);
	background-image: -o-linear-gradient(top,#ffedaf,#ffd67a);
	background-image: linear-gradient(top,#ffedaf,#ffd67a)
}

.button-orange {
	border: 1px solid #dd6d00;
	color: #fff !important;
	background: #fca01b;
	box-shadow: inset 0 0 1px rgba(255,255,255,0.75);
	font-weight: 700
}

a.button-orange:hover,a.button-orange:active {
	color: #fff !important
}

.button-orange:hover {
	background-color: #d87400;
	border: 1px solid #c75717;
	background-image: none
}

.button-disabled {
	border: 1px solid #aeaeae;
	color: #fff !important;
	background-color: #bebebe;
	cursor: not-allowed;
	background-image: none
}

a.button-disabled:hover,a.button-disabled:active {
	color: #fff !important;
	border: 1px solid #aeaeae
}

.button-disabled:hover,.button-disabled:active {
	background-image: none
}

.button-disabled-orange {
	cursor: not-allowed;
	border: 1px solid #dd6d00;
	color: #fff !important;
	font-weight: 700;
	background: #fca01b;
	box-shadow: inset 0 0 1px rgba(255,255,255,0.75)
}

a.button-disabled-orange:hover,a.button-disabled-orange:active {
	color: #fff !important
}

.button-disabled-submit {
	cursor: default;
	border: 1px solid #dd6d00;
	color: #fff !important;
	font-weight: 700;
	background: #fca01b;
	box-shadow: inset 0 0 1px rgba(255,255,255,0.75)
}

a.button-disabled-submit:hover,a.button-disabled-submit:active {
	color: #fff !important
}

.buttons a.button,a.button-width {
	width: 44px
}

.buttons-wide a.button,a.button-width-wide {
	width: 51px
}

.buttons button.button,button.button-width {
	width: 70px
}

.buttons-wide button.button,button.button-width-wide {
	width: 77px;
	white-space: nowrap
}

.n-yellow-button {
	overflow: visible;
	text-indent: inherit;
	color: #693a0d;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffe9c3;
	-webkit-box-shadow: 0 2px 1px rgba(234,195,110,.55);
	-moz-box-shadow: 0 2px 1px rgba(234,195,110,.55);
	box-shadow: 0 2px 1px rgba(234,195,110,.55);
	border: 1px solid #f2cc68;
	border-bottom-color: #e1a82b;
	background: -webkit-gradient(linear,0 0,0 bottom,from(#fff5d9),to(#ffe4ba));
	background: -moz-linear-gradient(top,#fff5d9,#ffe4ba);
	background: -o-linear-gradient(top,#fff5d9,#ffe4ba);
	cursor: pointer;
	outline: 0
}

.n-yellow-button:hover {
	color: #693a0d;
	text-decoration: none;
	-webkit-box-shadow: 0 0 0 #fff;
	-moz-box-shadow: 0 0 0 #fff;
	box-shadow: 0 0 0 #fff;
	border: 1px solid #eac775;
	background: #ffe0ab;
	background: -moz-linear-gradient(top,#ffefc5,#ffdeaa);
	background: -webkit-gradient(linear,0 0,0 bottom,from(#ffefc5),to(#ffdeaa));
	background: -o-linear-gradient(top,#ffefc5,#ffdeaa)
}

.n-grey-button {
	overflow: visible;
	text-indent: inherit;
	color: #333;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	-webkit-box-shadow: 0 2px 1px rgba(6,0,1,.13);
	-moz-box-shadow: 0 2px 1px rgba(6,0,1,.13);
	box-shadow: 0 2px 1px rgba(6,0,1,.13);
	border: 1px solid #aaa;
	background: -webkit-gradient(linear,0 0,0 bottom,from(#fff),to(#f0f0f0));
	background: -moz-linear-gradient(top,#fff,#f0f0f0);
	background: -o-linear-gradient(top,#fff,#f0f0f0);
	cursor: pointer;
	outline: 0
}

.n-grey-button:hover {
	color: #333;
	text-decoration: none;
	-webkit-box-shadow: 0 0 0 #fff;
	-moz-box-shadow: 0 0 0 #fff;
	box-shadow: 0 0 0 #fff;
	border: 1px solid #999;
	background: #ededed;
	background: -moz-linear-gradient(top,#f6f6f6,#e5e5e5);
	background: -webkit-gradient(linear,0 0,0 bottom,from(#f6f6f6),to(#e5e5e5));
	background: -o-linear-gradient(top,#f6f6f6,#e5e5e5)
}


.itemsize-modify {
	width: 375px;
	padding: 15px 10px 10px
}

.itemsize-modify dl {
	margin-bottom: 5px
}

.itemsize-modify dd {
	margin-left: 120px;
	min-height: 1px
}

.itemsize-modify dt {
	width: 110px;
	color: #333;
	display: inline;
	float: left;
	text-align: right;
	margin-right: 10px
}

.itemsize-modify dt.stock-in {
	line-height: 23px
}

.itemsize-modify dd a {
	position: relative;
	display: inline-block;
	line-height: 28px;
	white-space: normal;
	text-decoration: none;
	color: #333;
	padding: 0 5px;
	margin: 0 3px 5px 0;
	min-width: 10px;
	text-align: left;
	border: 1px solid #bbb;
	background: #fff;
	*zoom: 1;
	vertical-align: middle
}

.itemsize-modify dd a img {
	display: block;
	margin: 0 -5px;
	border: 0
}

.itemsize-modify dd a.curr b {
	width: 10px;
	height: 10px;
	background-position: -279px -378px;
	text-indent: -9999px;
	position: absolute;
	right: -1px;
	bottom: -1px;
	overflow: hidden
}

.itemsize-modify dd a.curr,.itemsize-modify dd a:hover {
	border: 1px solid #dd6d00
}

.itemsize-modify dd.stock-in-country a {
	float: none;
	display: block;
	margin: 0;
	padding: 5px 0 5px 10px;
	line-height: 11px;
	color: #039;
	border: 0 none
}

.itemsize-modify dd.stock-in-country .shipping-country {
	padding: 0;
	border: 0 none
}

.itemsize-modify-confirm {
	font-weight: 700;
	padding: 10px 0 0 120px;
	*margin-top: 10px
}

.custom-made {
	width: 250px;
	border: 1px solid #ebebeb;
	margin-top: 5px;
	padding: 7px 5px
}

.custom-made h5 {
	padding-bottom: 5px
}

.custom-made li {
	line-height: 20px
}

.stock-in-country {
	position: relative
}

.stock-dropdownlist {
	display: none;
	position: absolute;
	height: 100px;
	width: 162px;
	top: 22px;
	left: 0;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 10px;
	background: #fff;
	border-color: #bbb #999 #999 #bbb;
	border-style: solid;
	border-width: 1px;
	z-index: 100;
	overflow-y: scroll;
	overflow-x: hidden
}

.stock-dropdownlist a {
	display: block;
	padding: 5px 0 5px 10px;
	line-height: 11px;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
	zoom: 1
}

.stock-dropdownlist a:hover {
	background-color: #f1f1f1;
	color: #ff8000
}

.smart-tips {
	padding: 10px 15px 9px;
	border: 1px solid #c4d7ff;
	background-color: #f0f5ff;
	margin: 0 0 12px 0
}

.smart-tips b {
	color: #666;
	font-weight: bold;
	padding-right: 5px
}

.transport-modify {
	width: 440px;
	padding: 20px
}

.transport-modify ul {
	zoom: 1;
	overflow: hidden
}

.transport-modify li {
	float: left;
	padding: 6px 0 0 0;
	width: 440px;
	border-bottom: 1px solid #e7e7e7;
	vertical-align: top
}

.transport-modify li label {
	display: inline-block
}

.transport-modify li input {
	display: inline-block;
	margin-right: 5px;
	vertical-align: 2px;
	*vertical-align: -2px
}

.transport-modify li label span {
	text-align: left;
	overflow: hidden;
	display: inline-block
}

.transport-modify li .ship-name {
	width: 230px
}

.transport-modify li .ship-price {
	width: 100px;
	*width: 95px
}

.transport-modify li .ship-time {
	width: 80px
}

.transport-modify li .tracking-tip {
	color: #e71;
	font-weight: 100;
	cursor: pointer
}

.transport-modify-confirm {
	font-weight: 700;
	padding-left: 140px;
	margin-top: 15px
}

.transport-modify-confirm a {
	display: inline-block;
	width: 67px;
	height: 33px;
	line-height: 33px;
	text-align: center
}

.transport-modify-confirm .n-yellow-button {
	margin-right: 15px
}

.transport-modify .epacketnote {
	position: relative;
	margin: 0 0 10px 20px;
	display: inline-block;
	color: #e71;
	background: #fff9e1;
	border: 1px solid #ffdb83;
	margin-top: -1px;
	padding: 2px 10px;
	font-size: 11px
}

.recommendePacket {
	margin-bottom: 5px;
	font-size: 11px;
	color: #039;
	cursor: pointer
}

.recommendePacket span {
	font-weight: 700
}

.ui-org-poptip-arrow {
	position: absolute;
	z-index: 10
}

.epacketnote .arrow-t {
	left: 25px;
	top: -5px;
	zoom: 1
}

.ui-org-poptip-arrow b,.ui-org-poptip-arrow s {
	position: absolute;
	*zoom: 1;
	width: 0;
	height: 0;
	border-color: rgba(255,255,255,0);
	border-color: transparent\0;
	*border-color: transparent;
	_border-color: tomato;
	_filter: chroma(color=tomato);
	border-style: solid;
	overflow: hidden;
	top: 0;
	left: 0
}

.ui-org-poptip-arrow b {
	border-bottom-color: #ffdb83;
	border-width: 0 5px 5px;
	left: 0;
	top: -1px
}

.ui-org-poptip-arrow s {
	border-bottom-color: #fff9e1;
	border-width: 0 5px 5px
}

.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearFix {
	*zoom: 1
}

.coupon-modify {
	width: 435px;
	padding: 20px 10px;
	position: relative;
	text-align: left
}

.coupon-modify .coupon-content {
	margin-bottom: 20px
}

.coupon-modify .coupon-content h4 {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd
}

.coupon-modify .coupon-content ul {
	width: 435px;
	max-height: 111px;
	overflow-y: auto
}

.coupon-modify .coupon-content ul li {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	width: 118px;
	padding: 6px 1px 3px 5px;
	line-height: 17px;
	border: 1px solid #ccc;
	text-align: left
}

.coupon-modify .coupon-content ul li a {
	display: inline-block;
	width: 119px;
	color: #333;
	font-size: 11px;
	text-decoration: none
}

.coupon-modify .coupon-content ul li a strong {
	color: #e71;
	font-size: 12px
}

.coupon-modify .coupon-content ul li:hover {
	border: 1px solid #ff6b04
}

.coupon-modify .coupon-content ul li.coupon-selected {
	padding: 8px 3px 3px 5px;
	border: 0;
	background: url("//css.dhresource.com/dhcart/common/image/spr_bg_cart_checkout.png") no-repeat -357px -230px
}

.coupon-modify .coupon-content ul li.coupon-selected a,.coupon-modify .coupon-content ul li.coupon-selected a strong {
	color: #fff
}

.coupon-modify .coupon-content ul li.coupon-disabled {
	background: #fafafa;
	border: 1px solid #d3d3d3
}

.coupon-modify .coupon-content ul li.coupon-disabled a,.coupon-modify .coupon-content ul li.coupon-disabled a strong {
	color: #c2c2c2;
	cursor: not-allowed
}

.coupon-modify .zone-coupon {
	margin-bottom: 10px;
	min-height: 40px
}

.coupon-modify .j-coupon-entercode {
	text-align: center;
	line-height: 40px
}

.zone-coupon .add-coupon-btn {
	height: 19px;
	line-height: 19px
}

.zone-coupon .coupon-input {
	margin-right: 10px;
	height: 19px;
	line-height: 19px;
	padding: 0 5px;
	border: 1px solid #aaa;
	border-radius: 2px;
	color: #999;
	vertical-align: middle
}

.zone-coupon .coupon-input.default {
	color: #333
}

.zone-coupon .errormsg {
	text-align: left;
	padding: 3px 0 0;
	color: red
}

.coupon-modify .zone-coupon .coupon-input {
	width: 275px
}

.coupon-modify .coupon-btn {
	text-align: center
}

.coupon-modify .coupon-btn a {
	margin-right: 10px;
	display: inline-block;
	border-radius: 3px;
	cursor: pointer;
	width: 60px;
	height: 25px;
	line-height: 25px
}

.coupon-mask {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	opacity: .3;
	z-index: 80
}

.popup-posa {
	position: absolute;
	z-index: 9998
}

.popup-warp .icon-close {
	width: 14px;
	height: 14px;
	position: absolute;
	overflow: hidden;
	right: 5px;
	top: 5px;
	text-indent: -999em;
	margin: 0;
	background-position: -272px -188px
}

.popup-content {
	position: absolute;
	z-index: 9999;
	padding:10px 40px;
	position:fixed;
	left:50%;
	top:250px;
	margin-left:-200px;
}
