
div#sb_container {
	width: 295px;/*100%;*/
    margin-top:-25px;
   	margin-left:-20px;
    margin-right:-22px;
}	
div.sidebarTabs_panes {
	clear: left;
		
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #F0F0F0;
	width: 100%;
}
	
/* tab pane */
div.sidebarTabs_panes .tb {
	display:none;
	padding:10px 10px;
	background-color:#f8f8f6;
	}
		ul.sidebarTabs {  
	/*margin:0 !important;*/ 
	padding:0;
	font-family: "Trebuchet MS", tahoma, arial, verdana, sans-serif;
    margin-left: 0px;
    height:30px; 
}

/* single tab */
ul.sidebarTabs li {  
	float:left;	 
	padding:0; 
	/*margin:0 !important;*/
    margin-left:-10px;
	list-style-type:none;
}

/* link inside the tab. uses a background image */
ul.sidebarTabs a { 
	float:left;
    /*width:133px;*/
    width:83px; 
	font-size:11px;
	display:block;
	padding:0 6px !important;
	text-align: center;	
	text-decoration:none;
	color:#696969 !important;
	margin-right: 2px;
	background-color: #CCCCCC;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
    vertical-align:top;
	outline: none;
	height: 30px  !important;	
	line-height: 30px !important;
	border: 1px solid #F0F0F0	
}

ul.sidebarTabs a:hover {
	background-color:#572B2A !important;
	color:#FFFFFF !important;
}
	
/* selected tab */
ul.sidebarTabs a.current {
	background-color:#491B25 !important;
	color:#FFFFFF !important;	 
	
	cursor:default;
}

ul.sidebarTabs li:before{
	content: none !important;	
}  
/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 100%; 
    height:30px !important; 
	line-height: 30px !important;
	
    float: left;
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a super large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
ul.sidebarTabs  { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
div#sb_container a.prev {
	width:10px;
	height:10px;
	float:left;
	font-size:1px;
}
div#sb_container a.prev {
	margin-right: 3px;
}
div#sb_container a.next {
	margin-left: 3px;
}	

.widget_title { display: none; }

.title_sidebarTabs {
	line-height: 30px !important;
	background-color: #464646;
	margin: 0 0 10px 0 !important;
	padding: 0 0 0 10px !important;
	color: #fff !important;
	font-size: 1.2em !important;
}
