	.bander {
	    margin: 0 0 14px;
	    /*border: 1px solid #afafaf; eaeaea*/
	    border: 1px solid #eaeaea; /*eaeaea*/
	    background: #fff;
	    box-shadow: 0 1px 1px rgba(0,0,0,.2);
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;		
	}
	
	.circle {
	width: 20px;
	height: 20px;
	/*background: #f15f6c;*/
	background: #dddddd;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	font-size: 1.1em;
	font-weight: 100;
	text-align: center;
	/*padding:5px 5px;*/
	padding:7px 6px 3px 4px;
	word-break:break-word;
	white-space:nowrap;
	overflow: hidden;
	color:#fff;
}

	.circleX2 {
	width: 40px;
	height: 24px;
	/*background: #f15f6c;*/
	background: #dddddd;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	font-size: 1.8em;
	font-weight: 100;
	text-align: center;
	padding:12px 5px;
	word-break:break-word;
	white-space:nowrap;
	overflow: hidden;
	color:#fff;
}

	.circleSale {
	width: 33px;
	height: 33px;
	border: solid 3px #d4d5d6;
	background: #d4d5d6;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	font-size: 1.6em;
	padding:11px 0 0 11px;
	text-align: left;
	word-break:break-word;
	white-space:nowrap;
	overflow: hidden;
	color:#fff;
}


	.circleMain {
	width: 80px;
	height: 80px;
	border: solid 3px #d4d5d6;
	background: #d4d5d6;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	font-size: 1.6em;
	padding:11px 0 0 11px;
	text-align: left;
	word-break:break-word;
	white-space:nowrap;
	overflow: hidden;
	color:#fff;
}


	.breakword {
		word-break:break-word;
		white-space:nowrap;
		overflow: hidden;
		text-overflow:ellipsis;		
	}