@CHARSET "UTF-8";
ol, ul {
    list-style: outside none none;
}
#preview {
    padding-bottom: 15px;
    width: 100%;
}
#spec-n1 {
	position:relative; 
	float:left;
	overflow:hidden;
    width: 100%;
    padding: 10px 10px 20px 10px;
}
#spec-list {
    height: 54px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#spec-list .carousel-control{
	width: 25px;
	height: 54px;
	color: #333;
	cursor:pointer;
}
#spec-list .carousel-control.left,
#spec-list .carousel-control.right{
	background-image:none;
	filter:none;
}
#spec-list .spec-items {
	display:block; 
	white-space:nowrap;
	height: 54px;
    margin:0 25px;
    overflow: hidden;
}
#spec-list .spec-items ul{
	list-style: none;
	display:block;
	position: relative;
	height: 54px;
	font-size:0;
}
#spec-list .spec-items ul li{
	display:inline-block;
	padding:0 4px;
}
#spec-list .spec-items li img{
	cursor:pointer;
	height:54px;
	width:54px;
}
#spec-list .spec-items li img:hover{
	border: 2px solid #e4393c;
}

.label-list{
	margin-bottom:0px;
}
.label-item{
	height: 26px;
    line-height:26px;
}
.label-item a {
    display: block;
    padding: 0 5px;
}
.selected a{
    background: #f3535b none repeat scroll 0 0;
    color: #fff;
}

.label-item a:hover{
	color: #000;
}

#short-share{
	padding:20px 0;
}
#summary-price{
	background: #f7f7f7 none repeat scroll 0 0;
	padding:10px;
}
#summary-title{
	padding:0 0 10px 0;
	font-family: arial,"microsoft yahei";
}
#summary-choose,#type-choose{
	padding:10px;
}
.tb-name{
	clear: left;
	float:left;
	height: 26px;
    line-height: 26px;
}
#choose-amount{
	float:left;
	margin-left:5px;
}
#choose-amount ul li{
	float:left;
}
#choose-amount>ul>li>input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #666;
    font-size: 16px;
    height: 26px;
    ime-mode: disabled;
    line-height: 26px;
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-align: center;
    width: 48px;
    
}

.tb-iconfont {
    -moz-user-select: none;
    font-family: tb-iconfont !important;
    font-size: 12px;
    font-style: normal;
}
#choose-amount>ul>li>a, #choose-amount>ul>li>a:hover {
    background-color: #ededed;
    border: 1px solid #ccc;
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0;
    text-align: center;
    vertical-align: top;
    width: 26px;
}
#summary-btn{
	padding:10px;
}
.divpadding{
	padding:10px 0;
	height:46px;
	line-height:26px;
}
.contentborder{
	border:1px solid #ddd;
	border-top:none;
}