@charset "utf-8";

#popular {padding:10px 0px 0px 0px;}

#popular .popular {
	position:relative;
	display:inline-block;
	margin: 0 6px 3px 0;
}
#popular .popular>span.txt {
	border: 1px solid #aaa;
	color: #333;
	display: inline-block;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 8px 9px;
	text-transform: uppercase;
	float:left;
}
#popular .popular>span.num {
	background: #222/*rgba(0,0,0,0.01)*/;
	border-color: #222;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	font-size: 11px;
	padding: 8px 9px 8px 11px;
	color: #fff;
	position: relative;
	margin-left: -1px;
	float:left;
}
/*
#popular .popular>span.num:before {
	border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #aaa;
	border-style: solid;
	border-width: 4px;
	content: "";
	display: block;
	left: 0px;
	position: absolute;
	top: 12px;
}
#popular .popular>span.num:after {
	border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #aaa;
	border-style: solid;
	border-width: 4px;
	content: "";
	display: block;
	left: -1px;
	position: absolute;
	top: 12px;
}
*/