/**
 * Core Design FAQ plugin for Joomla! 2.5
 * @author		Daniel Rataj, <info@greatjoomla.com>
 * @package		Joomla
 * @subpackage	Content
 * @category   	Plugin
 * @version		2.5.x.2.0.3
 * @copyright	Copyright (C) 2007 - 2012 Great Joomla!, http://www.greatjoomla.com
 * @license		http://www.gnu.org/copyleft/gpl.html GNU/GPL 3
 * 
 * This file is part of Great Joomla! extension.   
 * This extension is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This extension is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program. If not, see <http://www.gnu.org/licenses/>.
 */

/* Container */
.cdfaq {
	/* empty */
}

/* Container - Category title */
.cdfaq .category_title {
	/* empty */
}

/* Container - category description */
.cdfaq .category_description {
	/* empty */
}

/* Container - Category list */
.cdfaq .cdfaq_list {
	margin: 10px 0 20px 0;
}

/* Container fulltext */
.cdfaq .fulltext {
	display: none;
}

/* Cleaner */
.cdfaq .cleaner {
	visibility: hidden;
	height: 1px;
	margin: -1px;
	clear: both;
}

/* Less Info / More Info - container */
.cdfaq .show_less_more {
	margin: 20px 0 0 0;
}

/* Less Info / More Info - linklink */
.cdfaq .show_less_more a {
	font-style: italic;
	margin: 0 0 5px 0;
	display: block;
	float: left;
}

/* Filter container */
.cdfaq_filter {
	margin: 10px 0;
}

/* Filter container */
.cdfaq_filter div {
	float: right;
}

/* Navigation */
.cdfaq_navigation {
	/* empty */
}

/* Informations */
.cdfaq .cdfaq_info {
	margin: 0 0 15px 0;
	padding: 5px 10px;
	font-size: 90% !important;
}

/* Informations - added time */
.cdfaq .cdfaq_info .addedtime {
	font-size: 90%;
	font-style: italic;
}

/* Informations - print view */
.cdfaq_info_print {
	border: 1px solid gray;
	border-left: none;
	border-right: none;
	margin: 0 0 15px 0;
	padding: 5px 10px;
	font-size: 90% !important;
}

/* Got to top */
.cdfaq .goToTop {
	float: right;
	margin: 10px 0 0 0;
}
.cdfaq .goToTop a {
	display: block;
	width: 16px;
	height: 16px;
}