@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/*SIDE PANEL HEADER PROPERTIES*/
sidebarheader {
	-moz-appearance: none !important;
	background: #E0ECF8 !important;
	border-top: none !important;
	border-bottom: #A0A0A0 0px none !important;
	height: 29px !important;
	margin: 0px -6px 0px 0px !important
}
 
/*SIDEPANEL BACKGROUND COLOR AND MARGIN*/
#bookmarksPanel,
#history-panel { 
	background-color: #E0ECF8 !important;  /*bookmark general bg*/
	border-right: 0px solid ThreeDShadow !important;
	margin: 0px 0px 0px 0px !important ;
}
#bookmarksPanel #bookmarks-view { background-color: #efefff !important; } /*list bg*/
#history-panel #historyTree { background-color: #efefff !important; } /*history panel bg*/


/*SIDE PANEL SPLITTER PROPERTIES*/
#sidebar-splitter {
	border-left: 2px solid !important;
	border-right: 1px solid !important;
	-moz-border-right-colors: #A0A0A0 !important;
	margin: 29px 0px 0px 0px !important ;
	background-color: #E0ECF8 !important;
}

/*TRANSPARENT BOOKMARK SEARCH BOX WHEN NOT FOCUSED*/
#bookmarksPanel #search-box:not([focused="true"]) { opacity: .55 !important; }

/* CLOSE BUTTON BG COLOR (Works on CloseNforget addon)*/
.tabs-closebutton:hover {
	background-color: transparent !important;
}

/*HIDE SIDE PANEL SCROLLBAR WHEN NOT ROLLOVER*/
#bookmarksPanel:hover scrollbar { opacity: .50 !important; }
#bookmarksPanel:not(:hover) scrollbar,
#history-panel:not(:hover) scrollbar {
	display:none !important;
}


/*:::::::::::::OTHERS DISABLED HAKS::::::::::::::::*/


/*SEARCH-BOX AND LABEL IN BOOKMARKS PANEL (HIDDEN)*
#search-box {
	display: none !important;
	-moz-outline: 1px solid #219AFF !important;
	-moz-outline-offset: -2px !important;
	-moz-outline-radius: 3px !important;
}
#bookmarksPanel label[control="search-box"],
#history-panel label[control="search-box"],#viewButton > hbox > hbox > label {
	display: none !important;
}*/

/*BORDER AROUND SIDE PANEL*
browser {
	border-right: #A0A0A0 1px solid !important;
}

/*BORDER BOOKMARK LIST*
#bookmarks-view {
	border-right: 1px solid !important;
	-moz-border-right-colors: #A0A0A0 !important;
}
*/