﻿
OL LI
{
	margin: 8px;
}
#con
{
	font-size: 12px;
	margin: 0px auto;
	width: 100%;
	border: solid 1px #dedede;
}
#tags
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 10px;
	width: 100%;
	padding-top: 0px;
	height: 23px;
}
#tags LI
{
	background: url(../Images/tagleft.gif) no-repeat left bottom;
	float: left;
	margin-right: 1px;
	list-style-type: none;
	height: 23px;
}
#tags LI A
{
	padding: 0px 10px;
	background: url(../Images/tagright.gif) no-repeat right bottom;
	float: left;
	color: #999;
	line-height: 23px;
	height: 23px;
	text-decoration: none;
	width: 51px;
}
#tags LI.emptyTag
{
	background: none transparent scroll repeat 0% 0%;
	width: 62px;
	text-align: center;
}
#tags LI.selectTag
{
	background-position: left top;
	margin-bottom: -2px;
	position: relative;
	height: 25px;
	top: 0px;
	left: 0px;
	width:62px;
	text-align: center;
}
#tags LI.selectTag A
{
	background-position: right top;
	color: #000;
	line-height: 25px;
	height: 25px;
}
#tagContent
{
	border-right: #aecbd4 1px solid;
	padding-right: 1px;
	border-top: #aecbd4 1px solid;
	padding-left: 1px;
	padding-bottom: 1px;
	border-left: #aecbd4 1px solid;
	padding-top: 1px;
	border-bottom: #aecbd4 1px solid;
	background-color: #fff;
}
.tagContent
{
	padding-right: 10px;
	display: none;
	padding-left: 10px;
	background: url(../Images/bgtag.gif) repeat-x;
	padding-bottom: 10px;
	width: 100%;
	color: #474747;
	padding-top: 10px;
	height: 100%;
}
#tagContent DIV.selectTag
{
	display: block;
}
