/*
# -- BEGIN LICENSE BLOCK ----------------------------------
# This file is part of multiToc, a plugin for Dotclear.
# 
# Copyright (c) 2009-2016 Tomtom and contributors
# 
# Licensed under the GPL version 2.0 license.
# A copy of this license is available in LICENSE file or at
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# -- END LICENSE BLOCK ------------------------------------
*/
.dc-multitoc .content-inner {
	margin : 2em 0;
}
dl#multitoc {
	width: 100%;
	border-top: 6px solid #efece7;
	border-bottom: 6px solid #efece7;
	padding : 0 0 4px 0;
}
dl#multitoc, dl#multitoc dd {
	margin: 0;
}
dl#multitoc dt {
	background: #efece7;
	font-size: 1.2em;
	padding: 5px 10px;
	margin: 4px 0 0px 0;
	cursor:pointer;
}
.dc-multitoc p.toc-group-desc {
	background : #efece7;
	margin : 0;
	padding : 0 10px 4px 20px;
}
dl#multitoc ul {
	list-style: none;
	padding: 5px;
	background:transparent;
}
dl#multitoc .post-tags-item {
  display: inline;
  background: transparent url(index.php?pf=multiToc/img/tag.png) no-repeat left 50%;
	padding-left: 18px;
}
span.toc-item-date {
	background: transparent url(index.php?pf=multiToc/img/date.png) no-repeat left 50%;
	padding-left: 18px;
	color: #666;
}
span.toc-item-author {
	background: transparent url(index.php?pf=multiToc/img/author.png) no-repeat left 50%;
	padding-left: 18px;
	color: #666;
}
span.toc-item-com {
	background: transparent url(index.php?pf=multiToc/img/com.png) no-repeat left 50%;
	padding-left: 18px;
	color: #666;
}
span.toc-item-tb {
	background: transparent url(index.php?pf=multiToc/img/tb.png) no-repeat left 50%;
	padding-left: 18px;
	color: #666;
}
ul.post-tags{ display: inline;}