﻿@charset "utf-8"; 

.page {
	width: 100%;
	height: auto;
	background-color: #fff
}

.page-nav {
	width: 100%;
	height: auto;
	line-height: 30px;
	color: #333
}

.page-nav a:link, .a-nav-bar a:visited {
	color: #5a5555;
	text-decoration: none
}

.page-nav a:hover, .a-nav-bar a:active {
	color: #ff664f;
	text-decoration: underline
}

.page-nav ul li {
	display: inline-block
}

.page-nav ul li.right {
	padding: 0 5px
}

.center-panel {
	width: auto;
	zoom: 1;
	overflow: hidden
}

.center-panel:after {
	visibility: hidden;
	display: block;
	height: 0;
	font-size: 0;
	content: " ";
	clear: both
}

.picture-panel {
	float: left;
	width: 352px
}

.picture-panel .main-img-wrap {
	width: 350px;
	height: 350px;
	border: #ddd 1px solid;
	padding: 0;
	overflow: hidden;
	background: #fff;
	position: relative
}

.picture-panel .main-img-wrap img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	cursor: crosshair
}

.main-img-viewer-loading {
	width: 350px;
	height: 350px;
	overflow: hidden;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	box-sizing: content-box
}

.main-img-viewer-loading-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #FFF;
	-ms-filter: "alpha(opacity=40)";
	opacity: .4;
	filter: alpha(opacity = 40);
	box-sizing: content-box;
	z-index: 6;
	display: block
}

.main-img-viewer-loading-whirl {
	width: 100%;
	height: 100%;
	background: url(../images/loading.gif) no-repeat scroll
		center center transparent;
	position: absolute;
	display: block;
	box-sizing: content-box;
	z-index: 8
}

#zoomer {
	width: 170px;
	height: 170px;
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	z-index: 900;
	background-image:
		url("data:image/gif;base64,R0lGODlhZABkAJEAAAAAAP///wZpsv///yH5BAEAAAMALAAAAABkAGQAAAL/nI+py+0PYxOD2oqvznz7Dn5iSI7SiabqWrbj68bwTLL2jUv0Lvf8X8sJhzmg0Yc8mojM5kmZjEKPzqp1MZVqs7Cr98rdisOXr7lJHquz57YwDV8j3XRb/C7v1vcovD8PwicY8VcISDGYOHHIaIioCIng2MgYaUk5GXcZmYkptwnZKRoFqjh62lOaiMraojrYGhv4yidri0Fb63lLk7vHuxvjWwcsO0xXHLx0fJbcytzmrDwL/SWNWm12PV2W7bU96v3NTQ4kDlae3nteBU7O3q4uvwxP5N5Zjza/v5HPdD/Nnz1+BB8JLFKQ4ME3CY0txAFw0kOIDfdNvBEx2EU7HxWfbVyR0dBHkB3ljVQR0tPJFCn/rOxTEttLHTHTFQAAOw==")
}

.picture-panel .main-img-thumbs {
	margin-top: 15px;
	clear: both
}

.picture-panel .main-img-thumbs:after {
	clear: both;
	content: "";
	height: 0
}

.picture-panel .main-img-thumbs li {
	float: left;
	position: relative;
	margin: 0 4px 0 0;
	width: 52px;
	height: 52px;
	border: 1px solid transparent;
	cursor: pointer
}

.picture-panel .main-img-thumbs li .border-space {
	width: 50px;
	height: 50px;
	border: 1px solid #eee
}

.picture-panel .main-img-thumbs li.on {
	border: 2px solid #f60;
	width: 50px;
	height: 50px;
	background: transparent;
	padding: 0
}

.picture-panel .main-img-thumbs li.on .border-space {
	border: 0
}

.picture-panel .main-img-thumbs li.on span.arrow-up {
	display: inline-block;
	width: 0;
	height: 0;
	line-height: 0;
	border-width: 5px;
	border-style: dashed;
	border-color: transparent;
	vertical-align: middle;
	border-bottom-style: solid;
	border-bottom-color: #f60;
	position: absolute;
	top: -11px;
	left: 22px
}

.picture-panel .main-img-thumbs img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	cursor: pointer
}

.see-larger-img {
	line-height: 50px;
	text-align: center;
	clear: both
}

#zoomWindow {
	border-radius: 3px;
	box-shadow: 0 2px 10px #d7d7d7
}

.pop-panel {
	width: 90%;
	height: auto;
	position: fixed;
	display: none;
	border-radius: 3px;
	background-color: #fff;
	z-index: 1100
}

.pop-panel-bg {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: .8;
	filter: alpha(opacity = 80);
	z-index: 1050
}

.pop-panel-header {
	height: 20px;
	text-align: right;
	padding-right: 10px
}

.pop-panel-close {
	display: inline-block;
	cursor: pointer;
	height: 20px;
	font-size: 20px
}

.pop-panel-image {
	width: 100%;
	height: 100%;
	float: left
}

.pop-panel-large-image {
	margin: 0 0 0 270px;
	text-align: center
}

.pop-panel-left {
	float: left;
	width: 235px;
	padding-left: 35px;
	margin-left: -100%
}

.pop-panel-title {
	cursor: pointer;
	color: #039;
	text-align: left;
	margin-top: 10px;
	line-height: 16px;
	height: 36px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	word-wrap: break-word;
	width: 235px
}

.pop-panel-img-s-list {
	border: 1px solid #ff6a00
}

.pop-panel-img-s-list:after {
	clear: both;
	content: "";
	display: table;
	height: 0;
	width: 0
}

.pop-panel-img-s-list .pop-panel-img-s-num {
	display: block;
	height: 20px;
	background-color: #f60
}

.pop-panel-img-s-list ul {
	margin-top: 5px
}

.pop-panel-img-s-list li {
	margin: 5px 4px 0 5px;
	width: 52px;
	height: 52px;
	float: left;
	border: 1px solid #f60;
	position: relative;
	border: 1px solid #cdcdcd
}

.pop-panel-img-s-list li.selected {
	border: 1px solid #f60
}

.pop-panel-img-s-list li img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	cursor: pointer
}

.pop-panel-img-s-list li:hover {
	border: 1px solid #f60
}

.summary-right-panel {
	float: right;
	width: 240px
}

.product-ishare {
	line-height: 30px;
	margin-top:10px;
	margin-bottom: 5px
}

.product-ishare span.name {
	display: inline-block;
	float: left;
	line-height: 16px;
	margin-right: 5px
}

.product-ishare a {
	display: inline-block;
	float: left;
	width: 20px;
	height: 16px;
	background: transparent url(../images/myskin.png);
}

.product-ishare .ui-icon-facebook {
	background-position:0 -730px;
}

.product-ishare .ui-icon-twitter {
	background-position:-55px -730px;
}

.product-ishare .ui-icon-instagram {
	background-position:-165px -730px;
}

.product-ishare .ui-icon-pinterest {
	background-position:-110px -730px;
}

.company-detail {
	border: 1px solid #ddd;
	padding: 7px 8px 6px 8px
}

.company-detail .company-name {
	color: #333;
	font-size: 14px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 3px;
	text-align: left
}

.company-detail .company-location {
	color: #888;
	font-size: 12px;
	line-height: 16px
}

.company-detail .company-mode {
	color: #888;
	font-size: 12px;
	line-height: 16px
}

.company-detail .company-rank {
	line-height: 30px
}

.company-detail .company-credit {
	line-height: 22px;
	font-size: 12px
}

.company-detail .company-deposit {
	line-height: 30px;
	font-size: 12px
}

.company-detail .company-deposit span.green {
	color: #093;
	font-weight: bold
}

.company-detail .company-minisite {
	margin: 10px 0 10px 0
}

.ui-button-normal, .ui-button-normal:active, .ui-button-normal:link,
	.ui-button-normal:visited {
	background-color: #eee;
	background-image: linear-gradient(to bottom, #fafafa, #e8e8e8);
	background-repeat: repeat-x;
	border: 1px solid #bcbcbc;
	color: #333
}

.ui-button.ui-button-normal {
	border-radius: 2px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	cursor: pointer;
	font-family: inherit;
	font-weight: 700;
	font-size: 12px;
	padding: 2px 5px;
	text-align: center;
	vertical-align: middle
}

.ui-button.ui-button-normal:hover {
	color: #333;
	background-color: #fdfdfd;
	background-image: -moz-linear-gradient(top, #fafafa, #f2f2f2);
	background-image: -ms-linear-gradient(top, #fafafa, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa),
		to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #fafafa, #f2f2f2);
	background-image: -o-linear-gradient(top, #fafafa, #f2f2f2);
	background-image: linear-gradient(top, #fafafa, #f2f2f2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',
		endColorstr='#f2f2f2', GradientType=0)
}

.company-detail .company-contact {
	padding: 15px 0 0 0;
	border-top: 1px dashed #ddd
}

.company-detail .company-contact .title {
	color: #333;
	font-size: 14px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 3px;
	text-align: left
}

.company-detail .company-contact .con {
	line-height: 24px;
	font-size: 13px
}

.company-detail .company-contact .con span {
	display: inline-block;
	font-weight: bold;
	padding-right: 5px
}

.summary-left-panel {
	margin: 0 0 0 367px;
	min-width: 405px;
	overflow: hidden
}

.summary-left-panel h1 {
	margin-bottom: 12px;
	position: relative;
	line-height: 22px;
	max-height: 44px;
	color: #333;
	font-size: 19px;
	font-weight: 400;
	overflow: hidden;
	text-align: left
}

.summary-left-panel .transactions-content {
	margin: 12px 0 12px 0;
	text-align: left
}

.summary-left-panel .transactions-content a, .summary-left-panel .transactions-content a span
	{
	color: #666;
	font-size: 12px;
	font-weight: 400
}

.summary-left-panel .transactions-content em {
	color: #333;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px
}

.summary-left-panel .transactions-content .d {
	background: #e0e0e0;
	display: inline-block;
	height: 12px;
	margin: 0 10px;
	width: 1px
}

.summary-left-panel .item-flL {
	float: left
}

.summary-left-panel .lable {
	font-size: small;
	text-align: right;
	color: #666;
	padding-right: 13px;
	font-weight: normal;
	word-wrap: break-word
}

.summary-left-panel .condText {
	color: #333;
	font-size: small;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: block
}

.summary-left-panel .item-clear {
	clear: both
}

.summary-left-panel .space {
	height: 10px
}

.summary-left-panel .contact-supplier-wrap .contact-supplier-button {
	display: inline-block;
	padding: 0 25px;
	height: 40px;
	background-color: #f80;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	margin-right: 20px;
	margin-top: 20px;
	text-align: center;
	border-radius: 5px
}

.summary-left-panel .contact-supplier-wrap .act-box {
	height: auto;
	margin-top: 10px;
	line-height: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ced3d9
}

.summary-left-panel .contact-supplier-wrap .act-box .message {
	display: inline-block;
	float: left;
	margin-right: 10px
}

.summary-left-panel .contact-supplier-wrap .act-box .message .icon_message
{
	display: inline-block;
	background: url(../images/myskin.png) no-repeat
		0px -480px;
	width: 20px;
	height: 14px;
	margin-top: -2px;
	vertical-align: middle
}

.summary-left-panel .contact-supplier-wrap .send-box {
	height: auto;
	margin-top: 10px;
	line-height: 30px;
	padding-bottom: 10px
}

.summary-left-panel .contact-supplier-wrap .send-box a:visited, .sendBox a:link
	{
	color: #246bb3
}

.summary-left-panel .contact-supplier-wrap .send-box a:hover, .sendBox a:active
	{
	color: #ff662f;
	text-decoration: underline
}

.summary-left-panel .sold-out {
	font-size: 16px;
	text-align: center;
	padding: 40px 10px;
	color: #f60
}

.pro-rel {
	width: 100%;
	background-color: #fff;
	min-height: 100px;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 20px auto auto auto;
	border: 1px solid #dcdee3
}

.pro-rel .pro-rel-title-wrap {
	line-height: 50px;
	position: relative
}

.pro-rel .pro-rel-title-wrap .pro-rel-title {
	display: block;
	margin-right: 100px;
	height: auto;
	font-size: 16px;
	color: #666;
	padding-left: 15px
}

.pro-rel .pro-rel-title-wrap .pro-rel-more {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: normal;
	width: 100px;
	font-size: 14px;
	text-align: left
}

.pro-rel .pro-rel-title-wrap .pro-rel-more a {
	color: #999
}

.pro-rel .pro-rel-list li {
	float: left;
	width: 18%;
	height: auto;
	margin: 5px 1% 15px 1%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
	background: #fff;
	position: relative;
	overflow: hidden;
	border: 1px solid #f1f1f1
}

.pro-rel .pro-rel-list li .item-img img {
	width: 100%
}

.pro-rel .pro-rel-list li .item-info {
	margin: 15px 7px;
	height: 40px;
	overflow: hidden
}

.pro-rel .pro-rel-list li .title {
	overflow: hidden;
	line-height: 20px;
	font-size: 14px
}

.pro-rel .pro-rel-list li .title a {
	color: #333
}

.pro-rel .pro-rel-list li .title em {
	font-style: normal;
	font-weight: bold;
	color: #f60
}



.page-main {
	width: 100%;
	height: auto;
	margin: auto auto;
	max-width: 1200px;
	min-width: 720px;
	padding: 3px 0 10px 0
}

.page-main .pro-con-wrap {
	width: 100%;
	height: auto;
	float: left
}

.pro-con {
	width: 960px;
	margin: 0 0 0 240px;
	height: auto
}



.pro-con .pro-con-tab {
	margin-top:15px;
}

.pro-con .pro-con-tab span {
	display:block;
	width:100px;
	height:31px;
	line-height:31px;
	font-size: 13px;
	color: #666;
	font-weight: 700;
    border-top: 2px solid #f60;
    background-color: #f5f5f5;
    padding:0 15px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.pro-con .pro-con-panel {
	border: 1px solid #ddd;
	padding: 30px;
	box-shadow: 3px 3px 3px #eee;
	min-height: 500px
}

.pro-con .pro-con-panel img{
	max-width:900px;
}

.selectTdClass {
	background-color: #edf5fa !important
}

table.noBorderTable td, table.noBorderTable th, table.noBorderTable caption
	{
	border: 1px dashed #ddd !important
}

table {
	margin-bottom: 10px;
	border-collapse: collapse;
	display: table
}

td, th {
	padding: 5px 10px;
	border: 1px solid #DDD
}

caption {
	border: 1px dashed #DDD;
	border-bottom: 0;
	padding: 3px;
	text-align: center
}

th {
	border-top: 1px solid #BBB;
	background-color: #f7f7f7
}

table tr.firstRow th {
	border-top-width: 2px
}

.ue-table-interlace-color-single {
	background-color: #fcfcfc
}

.ue-table-interlace-color-double {
	background-color: #f7faff
}

td p {
	margin: 0;
	padding: 0
}

.pro-con .pro-con-panel .comment-panel {
	display: none
}

.pro-con .pro-con-panel .order-panel {
	display: none
}

.pro-rec {
	width:1200px;
	background-color: #fff;
	min-height: 100px;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 20px auto auto auto;
	border: 1px solid #dcdee3
}

.pro-rec .pro-rec-title-wrap {
	line-height: 50px;
	position: relative
}

.pro-rec .pro-rec-title-wrap .pro-rec-title {
	display: block;
	margin-right: 100px;
	height: auto;
	font-size: 16px;
	color: #666;
	padding-left: 15px
}

.pro-rec .pro-rec-title-wrap .pro-rec-more {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: normal;
	width: 100px;
	font-size: 14px;
	text-align: left
}

.pro-rec .pro-rec-title-wrap .pro-rec-more a {
	color: #999
}

.pro-rec .pro-rec-list li {
	float: left;
	width: 18%;
	height: auto;
	margin: 5px 1% 15px 1%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
	background: #fff;
	position: relative;
	overflow: hidden;
	border: 1px solid #f1f1f1
}

.pro-rec .pro-rec-list li .item-img img {
	width: 100%
}

.pro-rec .pro-rec-list li .item-info {
	margin: 15px 7px;
	height: 40px;
	overflow: hidden
}

.pro-rec .pro-rec-list li .title {
	overflow: hidden;
	line-height: 20px;
	font-size: 14px
}

.pro-rec .pro-rec-list li .title a {
	color: #333
}

.pro-rec .pro-rec-list li .title em {
	font-style: normal;
	font-weight: bold;
	color: #f60
}

.pro-rec .pro-rec-slider-control {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	text-align: center
}

.pro-rec .pro-rec-slider-control .pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #b2b2b2;
	margin: 0 5px;
	cursor: pointer
}

.pro-rec .pro-rec-slider-control .pagination-switch-active {
	background: #dd5620
}

.pro-rec .pro-rec-list-wrap {
	width: 100%;
	position: relative;
	overflow: hidden
}

.pro-rec .pro-rec-list-wrap .pro-rec-list-prev {
	position: absolute;
	left: -30px;
	transition: opacity ease .3s, left ease .3s
}

.pro-rec .pro-rec-list-wrap .pro-rec-list-next {
	right: -30px;
	transition: opacity ease .3s, right ease .3s
}

.pro-rec .pro-rec-list-wrap .pro-rec-list-prev, .pro-rec .pro-rec-list-wrap .pro-rec-list-next
	{
	display: block;
	position: absolute;
	top: 35%;
	width: 30px;
	height: 60px;
	background: #ccc;
	background-color: rgba(0, 0, 0, .2);
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	z-index: 10;
	opacity: 10
}

.pro-rec .pro-rec-list-wrap .pro-rec-list-prev .ui2-icon, .pro-rec .pro-rec-list-wrap .pro-rec-list-next .ui2-icon
	{
	font-size: 30px;
	line-height: 60px;
	color: #fff
}

.pro-rec .pro-rec-scroll {
	position: absolute;
	left: 0;
	top: 0;
	width: 1000%;
	background-color: #fff
}

.pro-rec .pro-rec-scroll .pro-rec-items-col {
	width: 10%;
	float: left
}

.pro-rec .pro-rec-scroll .pro-rec-item-wrap {
	width: 20%;
	float: left;
	overflow: hidden
}

.pro-rec .pro-rec-scroll .pro-rec-item {
	width: 90%;
	height: auto;
	margin: 5px 5% 15px 5%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
	background: #fff;
	position: relative;
	overflow: hidden;
	border: 1px solid #f1f1f1
}

.pro-rec .pro-rec-scroll .pro-rec-item .item-img {
	width: 100%
}

.pro-rec .pro-rec-scroll .pro-rec-item .item-img img {
	width: 100%
}

.pro-rec .pro-rec-scroll .pro-rec-item .item-info {
	margin: 15px 7px;
	height: 40px;
	overflow: hidden
}

.pro-rec .pro-rec-scroll .pro-rec-item .title {
	overflow: hidden;
	line-height: 20px;
	font-size: 14px
}

.pro-rec .pro-rec-scroll .pro-rec-item .title a {
	color: #333
}

.pro-rec .pro-rec-scroll .pro-rec-item .title em {
	font-style: normal;
	font-weight: bold;
	color: #f60
}

.goods-overview {
	font-size: 12px;
	width: 960px;
	height: auto;
	margin: auto auto;
	line-height: 15px
}

.goods-overview .list-title {
	clear: both;
	line-height: 22px;
	font-size: 14px;
	font-weight: bold
}

.goods-overview div {
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	width: 100%
}

.goods-overview dl {
	width: 300px;
	zoom: 1;
	float: left
}

.goods-overview dt {
	width: 90px;
	padding: 4px 0;
	color: #666;
	width: 102px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.goods-overview dd {
	padding: 4px 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	margin: 0
}

.goods-overview dd:after {
	visibility: hidden;
	display: block;
	height: 0;
	font-size: 0;
	content: " ";
	clear: both
}

.goods-quantity {
	padding-left: 5px;
	zoom: 1;
	overflow: hidden
}

.goods-quantity span {
	float: left;
	display: block;
	width: 26px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	border: 1px solid #ccc;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	background-color: #ededed
}

.goods-quantity span.sub {
	border-right: 0;
	color: #999
}

.goods-quantity span.add {
	border-left: 0;
	color: #333
}

.goods-quantity input.quantity {
	float: left;
	display: block;
	width: 39px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	border: 1px solid #ccc;
	padding: 0;
	outline: 0
}

.goods-quantity em {
	float: left;
	display: block;
	font-style: normal;
	width: 45px;
	height: 25px;
	line-height: 25px;
	text-align: center
}

.ui-button-large {
	font-size: 18px;
	line-height: 18px;
	padding: 8px 25px
}

.ui-button-primary, .ui-button-primary:active, .ui-button-primary:link,
	.ui-button-primary:visited {
	color: #fff;
	border: 1px solid #e87b0e;
	background-color: #ff9917;
	background-image: -moz-linear-gradient(top, #ffab02, #ff8a28);
	background-image: -ms-linear-gradient(top, #ffab02, #ff8a28);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffab02),
		to(#ff8a28));
	background-image: -webkit-linear-gradient(top, #ffab02, #ff8a28);
	background-image: -o-linear-gradient(top, #ffab02, #ff8a28);
	background-image: linear-gradient(top, #ffab02, #ff8a28);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab02',
		endColorstr='#ff8a28', GradientType=0)
}

.ui-button {
	display: inline-block;
	position: relative;
	overflow: visible
}

.ui-button.ui-button-primary {
	margin: 0;
	font-family: inherit;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1)
}

.icon-pad {
	padding-left: 50px
}

.step-wrap {
	width: 100%;
	padding-top: 10px;
	background-color: #fff5ec;
	border: 0;
	height: 104px;
	border-collapse: collapse;
}

.step-wrap td {
	border: 0
}

.step-wrap .price-title, .step-wrap .amount-title {
	font-size: 12px;
	width: 64px;
	color: #b0a49c
}

.step-wrap .price td {
	padding-top: 20px;
}

.step-wrap .price .fd-us {
	font-size: 18px;
	color: #ff7300;
}

.step-wrap .price .value {
	font-size: 26px;
	color: #ff7300;
}

.step-wrap .price-old td {
	
}

.step-wrap .price-old .fd-us {
	font-size: 14px;
	color: #9e9e9e;
}

.step-wrap .price-old .value {
	font-size: 14px;
	color: #9e9e9e;
}

.step-wrap .amount td {
	padding-bottom: 15px;
	padding-top: 8px;
}

.step-wrap .amount .value {
	font-size: 12px;
	color: #444;
}

.step-wrap .amount .unit {
	font-size: 12px;
	color: #444;
}