.wp_alipay_shopping_cart{ font-family:tahoma, Microsoft YaHei, Arial, "宋体"; font-size:12px; }

.wp_alipay_shopping_cart h2{
font-size:14px;
}

.wp_cart_checkout_button:hover{
	opacity:0.7;
}

.wp_cart_button:hover{
	opacity:0.7;
}

.alicart_button {
cursor: pointer;
color: white;
font-family: Tahoma, 'Microsoft Yahei';
font-size: 14px;
font-weight: bold;
padding: 5px 10px 5px 10px;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}

.alicart_add_to_cart {
border: solid 1px #138ce9;
background-color: #057bd2;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #37a3f7), color-stop(0.5, #46abf8), color-stop(0.5, #65b7f6), color-stop(1, #6fc0ff));
background: -moz-linear-gradient(center bottom, #37a3f7 25%, #46abf8 50%, #65b7f6 50%, #6fc0ff 100%);
}

.alicart_go_my_cart {
border: solid 1px #ff6600;
background-color: #ff5500;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #f6721a), color-stop(0.5, #f68234), color-stop(0.5, #ff9539), color-stop(1, #ffb95d));
background: -moz-linear-gradient(center bottom, #f6721a 25%, #f68234 50%, #ff9539 50%, #ffb95d 100%);
}

.alicart_button:hover{
	opacity:0.7;
}

.total-text-1{ font-size:20px; }

.total-text-2{ font-size:14px; }

.text-shadow{ -webkit-text-shadow:#CCC 0 1px 1px; -moz-text-shadow:#CCC 0 1px 1px; text-shadow:#CCC 0 1px 1px;}

/* 收货表单 */
#rec-info, h2, h3, ul, li, p, select, textarea {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
#rec-info {
	font-size: 12px;
	border: 1px solid #C4D5E0;
	background: #fff;
	margin: 10px 0 10px 0;
}
.rec-info-title {
	font-size: 14px;
	color: #014D7F;
	background-color: #F3F8FE;
}
.rec-info-title .entity {
	padding-left: 10px;
	display: block;
}
.rec-info-title, .rec-info-title .entity {
	height: 30px;
	line-height: 30px;
}
#rec-info h3 {
	margin-top: 10px;
	display: block;
	padding-left: 130px;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}
#rec-info h3 .entity-h3 {
	float: left;
	margin-left: -120px;
	width: 100px;
	font-weight: bold;
	color: #FC6210;
	text-align: right;
}
#rec-info .rec-info-form {
	margin: 10px 0;
}
#rec-info .rec-info-form li {
	padding: 0 0 10px 130px;
}
#rec-info .rec-info-form li .label-like {
	float: left;
	width: 100px;
	height: 24px;
	text-align: right;
	line-height: 24px;
	margin-left: -120px;
	overflow: hidden;
}
.rec-info-form .inputtext {
	height: 24px;
	line-height: 20px;
}
.rec-info-form .inputtext, .rec-info-form textarea {
	font-size: 12px;
	padding-left: 3px;
	border: 1px solid #A0A0A0;
	color: #404040;
	background-color: transparent;
	background-image: url(images/bg_input_text.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#rec-info .spark-indeed {
	color: #C00;
}
#rec-info .ex-gray {
	color: #999;
}
#consignee, #zip_code, #address, #mobile_phone {
	width: 75%;
}
#phone_section {
	width: 40px;
}
#phone_code {
	width: 70px;
}
#phone_ext {
	width: 40px;
}
.onError {
	margin: 0px;
	color: #C00;
	font-weight: normal;
	display: block;
}