/***** vicon SHADOW AND BORDER BACKGROUND COLORS *****/
td.bg_left {
  background: #FFE680 url('/irj/portalapps/com.sap.pct.webediting.ui.themes/customer/kiwi/images/vicon_bg_left_shadow.gif') repeat-y left bottom;
}

td.bg_right {
  background: #FFE680 url('/irj/portalapps/com.sap.pct.webediting.ui.themes/customer/kiwi/images/vicon_bg_right_shadow.gif') repeat-y right bottom;
}

td.bg_left_bottom {
   background: #FFE680 url('/irj/portalapps/com.sap.pct.webediting.ui.themes/customer/kiwi/images/vicon_bg_left_bottom.gif') no-repeat left top;
}

td.bg_right_bottom {
   background: #FFE680 url('/irj/portalapps/com.sap.pct.webediting.ui.themes/customer/kiwi/images/vicon_bg_right_bottom.gif') no-repeat right top;
}

td.bg_bottom {
   background: #FFE680 url('/irj/portalapps/com.sap.pct.webediting.ui.themes/customer/kiwi/images/vicon_bg_bottom.gif') repeat-x right top;
}

/***** BUTTON IMAGES *****/
#buttons li {
   background:url("/irj/portalapps/com.sap.pct.webediting.ui.themes/customer/kiwi/images/vicon_tableft.gif") no-repeat left bottom;
}

#buttons a {
   background:url("/irj/portalapps/com.sap.pct.webediting.ui.themes/customer/kiwi/images/vicon_tabright.gif") no-repeat right bottom;
}

/***** BACKGROUND COLOR selected *****/
#buttons ul#folderlist1 li, #buttons, #buttons ul#folderlist1 li a,#buttons ul#folderlist1 li span, #buttons #navLinkCurrentPath, #buttons #navLinkCurrentPath a{
  background:#FFE680;
}

/***** Selected text colour *****/
DIV#buttons UL#folderlist0 LI#navLinkCurrentPath  span.navLinkFolder, DIV#buttons UL#folderlist0 LI#navLinkCurrentPath UL#folderlist1 LI#navLinkCurrentPath  A.urLnk SPAN.navLinkFolder {
 color: #000000 !important;
 font-size: x-small !important;
}

/***** Not selected text colour *****/
DIV#buttons UL#folderlist0 LI#navLinkCurrentPath UL#folderlist1 LI SPAN.navLinkFolder  {
	color: #999999 !important;
	text-decoration: none;
}

/***** HEIGHT OF THE MENU BAR *****/
#buttons ul {
  margin:0px 0px 18px 0px;   /* Use this to set the height of the whole div*/
}



/* Legal txt and link */
div.one span.txt, div.one a, div.one span.style1 a.lnk, div.one span.style1 a.lnk:active, div.one span.style1 a.lnk:visited
	{
	font-family: Arial !important;
	color: #000000 !important;
	text-decoration: none !important;
	font-size: x-small !important;
	}

/* Legal bg */
div.one
	{
	background-color:#FFE680 !important;
	}
	

/* Settings for the main links on brands - home */
.HeadingLinkNoUL a
	{
	text-decoration: none !important;
	font-weight:bold !important;
	}
