body {	font-size: 12px; margin:0;}
ol li { margin:8px;}
ol li a {color:blue}
#con {
	height: 290px;
	width: 365px;
	margin: 0px auto 0px auto;
	position: relative;
	border:0px solid transparent !important;
	border:0px solid #fff;
	background-color: #FFFFFF;
}
#con ul {
	padding: 0px;
	position: absolute;
	margin: 0px;
}
#con li {
	list-style-type: none;
	float: left;
	margin-right: 1px;
	height: 25px;
	line-height: 25px;
	padding: 0px;
}
#con li a {
	display: block;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#con li a:hover {
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	color: #003399;
	text-decoration: none;
}
.tagContent {
	clear:both;
	float:none;
	margin-top: 23px;
	border: 1px solid #cecece;
	background-color: #fff;
	padding:1px;
}
.tagContent div {
	margin-top: 0px;
	height: 272px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #f6fcfd;
	padding: 12px;
	display: none;
}
.selectedTag {
	background-image: url(../images/tagleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.selectedTag a {
	background-image: url(../images/tagright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color:#015372;
}
.normalTag {
	background-image: url(../images/tagleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.normalTag a {
	background-image: url(../images/tagright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color:#B0B0B0;
}
.emptyTag { width:20px;}
