/**
 * @package		Content Tabs (& Sliders) for Joomla! 1.5
 * @type		Plugin (Content)
 * @filename	contenttabs.css
 * @folder		<root>/plugins/content/contenttabs/css
 * @version		2.0 
 * @modified	01 March 2011
 * @author		ToolJoom.com - Tools for Joomla!
 * @website		http://www.tooljoom.com
 * @license		GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 * 
 * @copyright (C) 2011 ToolJoom.com
 *
 * This program 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 program 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/>
**/

#contentPaneWrapper div.pane-sliders {
	margin: 0px 0px 0px 0px !important;
	position: relative !important;
}

#contentPaneWrapper div.pane-sliders h3.title {
	margin: 0px 0px 0px 0px !important;
	padding: 2px 2px 2px 2px !important;
	color: #000000 !important;
	font-size: 12px !important;
	cursor: pointer !important;
}

#contentPaneWrapper div.pane-sliders div.panel {
	border-top: 1px solid #AFAFAF !important;
	border-left: 1px solid #AFAFAF !important;
	border-bottom: 1px solid #AFAFAF !important;
	border-right: 1px solid #AFAFAF !important;
	margin-bottom: 2px !important;
}

#contentPaneWrapper div.content {
	background: #FFFFFF !important;
	margin: 0px 0px 0px 0px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	max-width: 100% !important;
}

#contentPaneWrapper div.pane-sliders h3.jpane-toggler-down {
	padding-left: 25px !important;
	background: url(../images/down_icon.png) no-repeat 5px 50% #EFEFEF !important;
	border-bottom: 1px solid #AFAFAF !important;
}

#contentPaneWrapper div.pane-sliders h3.jpane-toggler {
	padding-left: 25px !important;
	background: url(../images/up_icon.png) no-repeat 5px 50% #EFEFEF !important;
}


#contentPaneWrapper dl.tabs {
	float: left !important;
	width: 100% !important;
	z-index: 50 !important;
	clear: both !important;
	margin: 0px 0px -1px 10px !important;
	padding: 0px 0px 0px 0px !important;
}

#contentPaneWrapper dl.tabs dt.closed {
	float: left !important;
	padding: 4px 10px 4px 10px !important;
	border-top: 1px solid #CCCCCC !important;
	border-left: 1px solid #CCCCCC !important;
	border-bottom:  1px solid #CCCCCC !important;
	border-right: 1px solid #CCCCCC !important;
	margin-right: 2px !important;
	margin-top: 2px !important;
	background: #F0F0F0 !important;
	color: #5E5E5E !important;
}

#contentPaneWrapper dl.tabs dt.open {
	float: left !important;
	padding: 4px 10px 6px 10px !important;
	border-top: 1px solid #CCCCCC !important;
	border-left: 1px solid #CCCCCC !important;
	border-bottom:  1px solid #FFFFFF !important;
	border-right: 1px solid #CCCCCC !important;
	margin-right: 2px !important;
	background: #FFFFFF !important;
	color: #000000 !important;
}

#contentPaneWrapper div.current {
	clear: both !important;
	border-top: 1px solid #CCCCCC !important;
	border-left: 1px solid #CCCCCC !important;
	border-bottom: 1px solid #CCCCCC !important;
	border-right: 1px solid #CCCCCC !important;
	max-width: 100% !important;
	background: #FFFFFF !important;
}

#contentPaneWrapper div.current dd {
    padding: 10px 10px 5px 10px !important;
    margin: 0px 0px 0px 0px !important;
	background: #FFFFFF !important;
}