/*--------------------------------------------------
Css com os itens da página de Fabricante no WebUI
--------------------------------------------------*/
#TituloItens
{
	background-image: url(../img/icons/BordaMenuAzul.GIF);
	background-repeat: no-repeat;
	background-color: Transparent;
	margin: 0px 0px -3px 0px;
	color: White;
	padding: 3px 0px 0px 0px;
	width: 200px;
	text-align: center;
	text-transform: uppercase;
	height: 18px;
}

#ItensFabricante
{
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	width: 194px;
	border-left: solid 1px #ececec;
	border-right: solid 1px #ececec;
	border-bottom: solid 1px #ececec;
}


/*--------------------------------------------------
Menu Página de Fabricante
--------------------------------------------------*/
          .MenuFabricante
          {
            width:100%;
            border:0px;
            font-family: Verdana; font-size: 11px; width: 100%;
            color: rgb(0, 51, 102);
          }
          .MenuFabricante a
          {
            text-decoration:none;
          }
          .MenuFabricante tr td
          {
            padding: 2px 5px 7px 15px;
          }
          .MenuFabricante .QtdMenuFab
          {
            color:#999999;
          }
          .MenuFabricante .Niver1
          {
            font-family: Arial;
            font-size: 11px;
            color: rgb(0, 51, 102);
            font-weight:bold;
            padding-bottom:7px;
            padding-left:6px;
            padding-right:5px;
            padding-top:15px;
          }
          .MenuFabricante a:hover
          {
            color:#CC6600;
            text-decoration:underline;
          }
          .MenuFabricante .ItemMenuSelected a
          {
            color:#CC6600;
            font-weight:bold;
          }

