.list_attribute {
    list-style: none;
}

.list_attribute li {
    float: left;
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
    font-size: 12px;
    margin: 3px;
    cursor: pointer;
    padding:5px;
	min-width:40px;
	text-align:center;
}

.list_attribute .attr_selected {
    border:1px solid #f00;
}

.tips {
    padding: 3px;
/*	margin-top:-20px; */
}

.green {
    color: green;
    font-size: 10px;
}

.valuestyle {
    border: 0 none;
    color: #C40000;
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
}

.red {
    color: red;
    font-weight: bold;
    font-size: 10px;
}
.list_attribute li img{
    width: 40px;
	height: 40px;
}
.select--inline{
	overflow:hidden;
	
}