#tabs-tab {
		float:left;
		width:100%;
		font-size:85%;
		line-height:normal;
		border-bottom:1px solid #DD740B;
}
#tabs-tab ol {
	margin:0;
	padding:10px 10px 0 20px;
	list-style:none;
}
#tabs-tab li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs-tab .selected a span { 
	background-position:100% -42px;
}
#tabs-tab .selected a{ 
	background-position:0% -42px;
}
#tabs-tab a {
	float:left;
	background:url("/Img/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabs-tab a span {
	float:left;
	display:block;
	background:url("/Img/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}
#tabs-tab a span {
	float:none;
}
#tabs-tab a:hover span {
	color:#FFF;
	background-position:100% -42px;
}
#tabs-tab a:hover {
	background-position:0% -42px;
}
#tabs-tab a:hover span {
	background-position:100% -42px;
}
.comment_content {
	background-color:#EFF4FA;
	padding: 0.8em;
	margin-top: 0.5em;
}
.comment_list p {
	margin: 10px 5px 10px 0;
	position: relative;
	z-index: 20;
}
.comment_list .comment_count {
	font: bold 3.8em 'Century Gothic', 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	color: #D9DBDE;
	height: 0px;
	width: 530px;
	text-align: right;
	position: absolute;
	z-index: 10;
}
.tabbed-pane * {
		margin: 0;
		padding: 0;
}
.tabbed-pane {
	width: 500px;
}
.tabbed-pane .tabs {
	list-style: none;
	clear: both;
	float: left;
	margin-bottom: -1px;
}
.tabbed-pane .tabs .active {
	background: white;
	border-bottom: 1px solid white;
}
.tabbed-pane .tabs li {
	float: left;
	margin: 0 3px 0 0;
}
.tabbed-pane .tabs li a {
	color: #336699;
	display: block;
	padding: 5px;
	background: #f0f0f0;border-color: #333;border-style: solid;border-width: 1px;}.tabbed-pane .pane {border: 1px solid #333;padding: 5px;clear: both;height: 100%;}.tabbed-container {position: relative;clear: both;min-height: 10em;}
.tabbed-container .overlay {
	position: absolute;
	clear: both;
	padding: 5px;
	width: 570px;
	height: 100%;
	top: 0;
	left: 0;
	background: white url(/Img/spinner.gif) center center no-repeat;
	text-align: center;
	z-index: 100;
}
.authorinfo {
	background: transparent url(/Img/bg_comment.gif) no-repeat 0 top;
	font-weight:bold;
	padding: 0.9em 0.5em;
}
