/* CSS Document */
/*产品详情 product-details*/
/*路径导航*/
.nav-path{
    background-color: white;
    border-bottom: 1px solid #ddd;
}
.nav-path .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0;
}
.product-title {
	font-size: 16px;
	color:#000;
}
.product-sale {
	font-size: 14px;
}
h3 > .product-sale {
	line-height: 26px;
}
.product-details-table{
	padding:10px 0px;
	background-color:#FFF;
	margin-bottom:10px;
}

.pull-down-caret{
	background-color:#FFF;
	position:absolute;
	top:-1px;
	display:block;
	height:15px;
	width:40px;
	border: 1px solid #e7e7e7;
	border-top:none;
	background-image:url(/resources/images/pull-down-crate.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
a.parameter-choice{
	padding:1px 3px;
	color:#858585;
	display:block;
	text-decoration:none;
	width:auto;
	height:auto;
	text-align:center;
	line-height:25px;
	cursor: pointer;
	border:#A8A8A8 solid 1px;
}
.parameter-choice:hover, .parameter-choice.selected{
	padding:0 2px;
	border:#e1472f solid 2px;
	background-image:url(/resources/images/parameter_selected.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.table>tbody>tr>td.meta-title {
	width: 5em;
	text-align: right;
	padding: 8px 0;
}
.product-summary .company-name {
	background-color: #E6E6E6;
	color: #777;
	text-align: center;
	line-height: 30px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-price {
	font-size: 24px;
	font-weight: bolder;
	line-height: 40px;
}

.bishi {
	width: 62px;
	height: 27px;
	background-image: url('/resources/images/product-list-bishi.png');
	margin-left: 5px;
}

.product-buy-number {
	width: 110px;
	float: left;
}

.product-stock-number {
	display: none;
	margin-left: 10px;
	line-height: 30px;
}

.parameter-choice.unavailable, .parameter-choice.unavailable:hover {
	cursor: no-drop;
	border: #CCC dotted 1px;
	color: #CCC;
	background-image: none;
	padding: 1px 3px;
}

.trade-table {
	margin-bottom: 0;
}
.counter span.glyphicon:hover{
	color:#d1361e;
}
ul.product-spec-list {
	margin-left: -2px;
}
ul.product-spec-list li{
	float:left;
	padding: 2px;
}

a.parameter-choice img{
	height:30px;
	width:30px;
}

.pull-up-caret{
	background-color: #FFF;
	display: inline-block;
	height: 15px;
	width: 40px;
	border: 1px solid #e7e7e7;
	border-top: none;
	background-image: url(../images/arrow_up.png);
	background-position: center;
	background-repeat: no-repeat;
}
/*商品详情 标签页 product-details tab*/
.product-details-tab{
	background-color:#FFF;
	margin-bottom:5px;
	min-height:300px;
}
.product-details-tab-spxx {
	padding:10px 30px;
}
.main-text{
	font-size:14px;
	line-height:30px;
}
.main-text span.text-muted{
	color: #999;
}
ul.nav-tabs>li:first-child {
    margin-left: 15px;
}

/**/
.product-summary {
	background-color: white;
	margin-bottom: 10px;
	padding: 15px;
	min-height: 300px;
}

.product-attributes {
	background-color: white;
	margin-left: 0;
}

.product-details-img {
	height:250px;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
}

.product-details-img img {
	width: 100%;
	height: 100%;
}
.product-details-img-Thumb {
	max-height:61px;
	margin: 5px auto;
	overflow: hidden;
}
.product-details-img-Thumb ul {
	text-align: center;
	font-size: 0;
}
.product-details-img-Thumb li {
	width: 20%;
	cursor: pointer;
}
.product-details-img-Thumb img {
	width: 100%;
	height:61px;
	border: 2px solid rgba(255, 255, 255, 0);
}
.product-details-img-Thumb img.focus {
	border: 2px solid rgba(238, 49, 32, 1);
}

.product-header {
	padding: 8px 15px;
	background-color: #e7e7e7;
	margin-top: 0;
	margin-bottom: 0;
}

.product-warehouse {
	font-size: 14px;
}

h3 .product-warehouse {
	line-height: 26px;
}

.product-attributes {
	background-color: white;
	margin-left: 0;
}

.product-intro img {
	max-width: 100%;
	height: auto;
	overflow: hidden;
}

.action-area {
    margin-top: 10px;
}

.action-area button+button {
    margin-left: 20px;
}

.total-area {
    display: none;
    border-bottom: 1px solid #C8C8C8;
    text-align: right;
    padding-right: 15px;
    position: relative;
    padding-bottom: 10px;
    margin-top: 10px;
}
/**/
.company-info {
	background-color: white;
	padding: 0 25px;
}
.company-info .company-name{
	padding: 20px 23px;
	border-bottom: 1px solid #ddd;
	color: #0a326c;
	font-size: 16px;
}
.company-info .score-meter{
	margin-top: 18px;
	margin-bottom: 40px;
}
.company-info .company-info-badge{
	padding: 0 23px 5px;
	border-bottom: 1px solid #ddd;
}
dl.dl-horizontal.dl-left-5 dt {
	font-weight: lighter
}