/* Contains the entire tabbed section */
.tabbed {}

/* List of tabs */.tabbed ul.tabs {
	float: inherit;
	display: inline;
	width: 590px;
	height: 21px;
	margin: 0;
	padding: 0;
	cursor:pointer;
	}
.tabbed ul.tabs li {
	list-style-type: none;
	float: left;
	background-color:#00CC00;
	width: 155px;
	height: 21px;
	background:url(/images/lib/plugins/images/notactive-faqs.gif);
	font-weight: bold;
	color:#999999;
	}
.tabbed ul.tabs li a {
	overflow: hidden;
	display: block;
	margin: 0 2px 0 0;
	}
.tabbed ul.tabs li a:hover {
	}

/* The current selected tab */
.tabbed ul.tabs li a.tab-current {
width: 155px;
	height: 21px;
background:url(/images/lib/plugins/images/active-faqs.gif);
font-weight: bold;
	color: #FFFFFF;
	}

/* The content shown when a tab is selected */
.tabbed #tabb {
	float: right;
	display: block;
	width: 100%;
padding-top: 6px;
padding-bottom: 6px;
			border-top: #F18E00 3px solid;
	}

/* Set the CSS to make sure the other tabs' content isn't shown other than the first */
.tabbed div.t2, .tabbed div.t3, .tabbed div.t4, .tabbed div.t5, .tabbed div.t6 {
	display: none;
		border-top: #F18E00 3px solid;
	}

.tab-text{
padding-left: 5px;
padding-top: 4px;

}
/* Content for inside your tabs' divs */
.tabbed div ul {line-height:18px;}
.tabbed div p {line-height:18px;}
.tabbed div div {}