/* Copyright (c) 2006-2009, Apple Inc. All rights reserved. */
.tags{
	height:1.6em;
	padding:0.8em 37px 0.8em;
}
html>body .tags{
	height:auto;
	min-height:1.6em;
}
.tags h3{
	display:block;
	float:left;
	margin:0;
	padding:0.1em 0.15em 0 0.15em;
}
.taglist a:link, .taglist a:visited{
	color:#125bcf;
	margin:0;
	padding:0.1em 0.2em 0.1em 0.3em;
}
.taglist a:after{
	content:',';
	color:#666;
}
.taglist li:last-child a:after{
	display:none;
}
.taglist li{ /* workaround for ##5869603 */
	max-height:1.2em;
	overflow:hidden;
}
.tags input.text{
	float:left;
	padding-left:0.3em;
	border:solid 1px #999;
	border-radius:0.7em;
	-o-border-radius:0.7em;
	-ie-border-radius:0.7em;
	-moz-border-radius:0.7em;
	-webkit-border-radius:0.7em;
}
a.next_tag_expander{
	background-image:url(./img/controls.png) !important; /* override */
}
* html a.next_tag_expander{
	background-image:url(./img/controls.gif) !important; /* override */
}
