﻿


/* ######### CSS for Shade Tabs. Remove if not using ######### */

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */


/* root element for tabs  */
ul.css-tabs {
	margin: 0 !important;
	padding: 0;
	height: 30px;
	z-index: inherit;
}

/* single tab */
ul.css-tabs li {
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/* link inside the tab. uses a background image */
ul.css-tabs a {
	float: left;
	font-size: 13px;
	display: block;
	padding: 5px 30px;
	text-decoration: none;
	border-bottom: 0px;
	height: 18px;
	background-color: #ddd;
	color: #000000;
	margin-right: 2px;
	position: relative;
	top: 1px;
	outline: 0;
	-moz-border-radius: 4px 4px 0 0;
}
ul.css-tabs a:hover {
	background-color: #efefef;
	color: #333;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#ddd;
	color:#000;	
	cursor:default;
}

	
/* tab pane */
.css-panes div {
	display: none;
	min-height: 150px;
	padding: 5px;
	margin-top: 5px;
}






/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */



