.tags a {
	display: inline-block;
	height:24px;
	line-height:23px;
	position:relative;
	margin: 0 12px 8px 0;
	padding: 0 12px 0 10px;
	background: #777;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	color: #fff;
	font-size:16px;
	font-family: 'Kanit-Thin';
	text-decoration: none;
	/**text-shadow: 0 1px 2px rgba(0,0,0,0.2);*/
	font-weight: bold;
	transition: 0ms;
	}
	
.tags a:before {
	content: "";
	position: absolute;
	top: 10px;
	right: 1px;
	float: left;
	width: 5px;
	height: 5px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	-moz-box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
	box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
	}
	
.tags a:after {
	content: "";
	position: absolute;
	top:0;
	right: -14px;
	width: 0;
	height: 0;
	border-color: transparent transparent transparent #777;
	border-style: solid;
	border-width: 12px 0 12px 14px;
	}
	
.tags a.color1 {background: #669d42;}
.tags a.color1:after {border-color: transparent transparent transparent #669d42}
.tags a.color2 {background: #669d42;}
.tags a.color2:after {border-color: transparent transparent transparent #669d42}
.tags a.color3 {background: #669d42;}
.tags a.color3:after {border-color: transparent transparent transparent #669d42}
.tags a.color4 {background: #669d42;}
.tags a.color4:after {border-color: transparent transparent transparent #669d42}
.tags a.color5 {background: #669d42;}
.tags a.color5:after {border-color: transparent transparent transparent #669d42}	
.tags a:hover {background:#222 !important}
.tags a:hover:after {border-color:transparent transparent transparent #222!important}
	
.small a {
	height: 21px;
	line-height: 21px;
	float: none;
	font-size: 11px;
	}
	
.small a:before {
    right: 0;
    top: 8px;
    border-width: 10px 0 10px 10px;
	}
	
.small a:after {
	right: -11px;
	top: 0;
	border-width: 11px 0 11px 11px;
	}
