#tabber-widget {
	width: 100%;
	float:left;
}
#sidebar #tabber-widget {
	width: 100%;
	float:left;
}
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
	display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber, .tabberlive {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
    float:left;


}
#tabber-widget .tabbertab ul li ul li ul li {
}

#tabber-widget .tabbertab ul li {

}
#tabber-widget .tabbertab ul li ul {
  	border: 0 none;
	padding: 0 !important;
	width: 100%;
}

#tabber-widget .tabbertab ul li ul li {
}
#container #tabber-widget .widget {
}
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	margin:0px;
	position: relative;
	width: 94%;
	background-color: #3483CC;
	padding: 3%;
	float: left;
}

ul.tabbernav li
{
	list-style: none;
	padding: 0px;
	display: inline-block;
	font-size: 1.45em;
	float: left;
	text-transform: capitalize;
	margin: 0px;
}

ul.tabbernav li a,ul.tabbernav li a:hover
{
	text-decoration: none;
	color: #FFF;
	padding: 0.25em 0.75em;
	margin: 0px;
	display: inline-block;
	float: left;
}

ul.tabbernav li.tabberactive a,ul.tabbernav li.tabberactive a:hover
{
	color: #FFF !important;
	background-color: #2B6DAA;
	text-decoration: none;
	border-radius:5px;
	box-shadow: inset 0 1px 1px #1F4E78;
}


/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	position: relative;

}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {

}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 overflow:auto;
}
