﻿.item .sku .sys_spec_text{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
    background-color: #fff;  
}
.item .sku .sys_spec_text li{
    width: 45%;
	float: left;
	height: auto;
	margin: 0rem 0rem 0.15rem 0.2rem;
	outline: none;
	font-size: 11px;
	border-radius: 20px;
}
.item .sku .sys_spec_text li a{
	width: 100%;
	float: left;
	height: auto;
	padding: 4px 6px 4px 12px;
	display: inline-block;
	line-height: 16px;
	background-color: #f4f4f4;
	border-radius: 20px;
}
.item .sku .sys_spec_text li a:hover{
	background-color: #ff3446;
	border: 0px solid #e4393c;
	padding: 4px 6px 4px 12px;
	text-decoration: none;
	color: #FFF;
	border-radius: 20px;
}
.item .sku .sys_spec_text li.selected a{
	background-color: #ff3446;
	border: 0px solid #e4393c;
	padding: 4px 6px 4px 12px;
	color: #FFF;
	border-radius: 20px;
}


/*数量选择*/
.amount-confirm-box {
	margin-top: 6px;
	overflow: hidden;
	border: 1px solid #d5d5d5;
	width: 90px;
	height: 28px;
	font-size: 0
}

.amount-confirm-box:after,.amount-confirm-box:before, ;.amount-confirm-box:before
	{
	display: table;
	content: " "
}

.amount-confirm-box:after {
	clear: both
}

.amount-confirm-box .amount-action {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float: left;
	height: 28px;
	width: 28px;
	zoom: 1;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	font-family: "Courier New", Courier, monospace;
	color: #666;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background: -ms-linear-gradient(top, #fff, #E4E4E4);
	background: -moz-linear-gradient(top, #fff, #E4E4E4);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff),
		to(#E4E4E4) );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#E4E4E4' )
}

.amount-confirm-box .amount-action-min {
	border-right: 1px solid #eee
}

.amount-confirm-box .amount-action-max {
	border-left: 1px solid #eee
}

.amount-confirm-box .amount-action.disabled {
	cursor: not-allowed;
	color: #ddd;
	background: #f0f0f0
}

.amount-confirm-box .amount-text {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float: left;
	width: 32px;
	line-height: 28px;
	text-align: center;
	background-color: #fff;
	border: 0;
	font-size: 14px;
	cursor: default
}

.amount-num {
	display: none;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	color: #272525;
	background-color: #fff;
	font-family: 'Microsoft Yahei';
	border: 0;
	overflow: hidden
}
