@charset "utf-8";
/* CSS Document */

.tags{
	margin:0;
	padding:0;

	right:24px;
	bottom:-12px;
	list-style:none;
	}
	
	.tags li, .tags a{
	float:left;
	height:24px;
	line-height:24px;
	position:relative;
	font-size:11px;
	}
	.tags a{
	margin-left:20px;
	padding:0 10px 0 12px;
	background:#0089e0;
	color:#fff;
	text-decoration:none;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;	
	border-bottom-right-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;	
	border-top-right-radius:4px;	
	} 
	
	.tags a:before{
	content:"";
	float:left;
	position:absolute;
	top:0;
	left:-12px;
	width:0;
	height:0;
	border-color:transparent #0089e0 transparent transparent;
	border-style:solid;
	border-width:12px 12px 12px 0;		
	}
	
	.tags a:after{
	content:"";
	position:absolute;
	top:10px;
	left:0;
	float:left;
	width:4px;
	height:4px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:#fff;
	-moz-box-shadow:-1px -1px 2px #004977;
	-webkit-box-shadow:-1px -1px 2px #004977;
	box-shadow:-1px -1px 2px #004977;
	}
	
	.tags a:hover{background:#555;}	
	.tags a:hover:before{border-color:transparent #555 transparent transparent;}
	
/*tags2*/
.tags2 {
	margin:0;
	padding:0;

	right:24px;
	bottom:-12px;
	list-style:none;
	}
	
	.tags2 li, .tags2 a{
	float:left;
	height:24px;
	line-height:24px;
	position:relative;
	font-size:11px;
	}
	.tags2 a{
	margin-left:10px;
	padding:0 10px 0 12px;
	background:#999;
	color:#fff;
	text-decoration:none;
	
	border-radius: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius:4px;	

	} 
	
	/*.tags2 a:before{
	content:"";
	float:left;
	position:absolute;
	top:0;
	left:-12px;
	width:0;
	height:0;
	border-color:transparent #0089e0 transparent transparent;
	border-style:solid;
	border-width:12px 12px 12px 0;		
	}
	
	.tags2 a:after{
	content:"";
	position:absolute;
	top:10px;
	left:0;
	float:left;
	width:4px;
	height:4px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:#fff;
	-moz-box-shadow:-1px -1px 2px #004977;
	-webkit-box-shadow:-1px -1px 2px #004977;
	box-shadow:-1px -1px 2px #004977;
	}*/
	
	.tags2 a:hover{background:#555;}	
	.tags2 a:hover:before{border-color:transparent #555 transparent transparent;}	