﻿#tags {
	height: 29px;
	border-bottom:none;
}
#tags li {
	float: left; 
	margin-right: 1px; 
	height: 29px;
}
#tags li a {
	padding:0 10px; 
	float: left; 
	color: #666; 
	line-height: 30px; 
	height: 29px; 
}
#tags li.emptytag {
	background: none transparent scroll repeat 0% 0%; 
	width: 4px
}
#tags li.selecttag {
	background:url(../images/tagleft.gif) no-repeat 0 -1px; 
	margin-bottom: -2px; 
	position: relative; 
	height: 29px;
	border-bottom:1px solid #fff;
}
#tags li.selecttag a {
	background:url(../images/tagright.gif) no-repeat right -1px; 
	color: #db320d; 
	line-height: 30px; 
	height: 29px
}
#tagcontent {
	border-top:1px solid #ededed;
	padding: 1px; 
	background: #fff;


}
.tagcontent {
	padding: 10px; 
	display: none; 
	color: #474747; 	
	text-indent:2em;
	line-height:18px;	
}
#tagcontent div.selecttag {
	display: block
}

