﻿/*帖子常用标签样式----------------------------------------------*/
#top_tags{text-align:left; margin:0 auto;}
#top_tags h1{text-align:left; padding:8px; margin:8px auto;background-color:#EAEAEA;font-weight:bold;}
#top_tags ul{
	list-style-type:none;
	list-style-position : outside;	
	margin:0 0 0 10px;
	padding:0;
}
#top_tags li{display:inline;margin:4px 6px;padding:0;}

.tag1,.tag2,.tag3,.tag4{ padding:1px;display:inline-block;}

.tag1 A:link, .tag1 A:visited , .tag1 A:hover {	font: 12px/24px arial;color:#008DA6;}
.tag2 A:link, .tag2 A:visited , .tag2 A:hover {	font: 15px/24px arial;color:#008DA6;}
.tag3 A:link, .tag3 A:visited , .tag3 A:hover {	font: 17px/24px arial;color:#008DA6;}
.tag4 A:link, .tag4 A:visited , .tag4 A:hover {	font: bold 17px/24px arial;color:#008DA6;}

.tag1 a:hover,.tag2 a:hover,.tag3 a:hover,.tag4 a:hover{ background:#5BACB0; color:#FFF;}



#alltags{ width:700px;}
#alltags div { float:left; width:14%; text-align:left; overflow:hidden; height:30px;}
#alltags a {
	font:14px/30px arial;
	color:#008DA6;
	border-bottom: 1px dashed #008DA6;
	margin:7px;
	

}
#alltags a:hover{ background:#008DA6; color:#FFF;}