@import URL("form_.css");

BODY{
   Margin: 0;
   Font-Family: "Trebuchet MS", Arial;
   Background-Color: RGB(200,200,200);
}

Button{
   _behavior: url('/css/button.htc');
   Width: 120px;
   Height: 22px;
   Background-Image: URL("../image/btns_background.gif");
   Background-Position: 0 Center;
   Border: RGB(150,150,150) 1px Solid;
   Font-Size: 10pt;
}

Button:hover, Button.hover{
   Background-Position: Right Center;
}

/* Tabela de Estrutura da pagina */
.Page_Estr{
   Padding: 0px;
   Border: 0px;
   Width: 1010px;
   Height: 100%;
}

.Page_Head{
   Height: 50px;
   Background-Image: URL("../image/page_head_background.jpg");
   Background-Repeat: No-Repeat;
}

.Page_Body{
   Height: 90%;
   Vertical-Align: Top;
   Background-Image: URL("../image/page_body_background.jpg");
   Background-Repeat: Repeat-Y;
   Padding-Left: 25px;
   Padding-Right: 25px;
}

.Page_Base{
   Height: 56px;
   Background-Image: URL("../image/page_base_background.jpg");
   Background-Repeat: No-Repeat;
}

/* Celulas de preenchimento da pagina */
.Area_Head{
   Height: 160px;
   Padding-Left: 30px;
   Padding-Right: 30px;
   Background-Image: URL("../image/page_body_background.jpg");
}
   .Head_Cell_Logo{
      Float: Left;
      Width: Auto;
      Height: 100px;
   }
   .Head_Cell_Login{
      Float: Right;
      Width: 320px;
      Height: 100px;
      Overflow: Visible;
      /*
      -moz-opacity: 0.4;
      Filter: Alpha(opacity = 40);
      */
   }

   .Head_Tipo_Login{
      Float: Left;
      Text-Align: Right;
      Width: 146px;
      _Width: 158px;
      Height: Auto;
      Padding-Top: 10px;
      Font-Size: 8pt;
      Color: RGB(150,150,150);
   }

   .Head_Form_Login{
      Float: Right;
      Width: 120px;
      _Width: 160px;
      Height: 100px;
      Background-Image: URL("../image/head_form_login.jpg");
      Background-Repeat: No-Repeat;
      Padding-Left: 50px;
      Padding-Top: 10px;
      Font-Size: 8pt;
      Color: RGB(150,150,150);
   }

.Body_BigImage{
   Width: 936px;
   Height: 240px;
   Border: RGB(200,200,200) 1px Solid;
   Background-Image: URL("../image/main_image_central.jpg");
}

.Area_Base{
   Height: 45px;
   Padding-Left: 30px;
   Padding-Right: 30px;
   Background-Image: URL("../image/page_body_background.jpg");
   Text-Align: Center;
}

.Carrinho_Hidden{
   display: none;
   visibility: hidden;
}

.Carrinho_Show{
   height: 300px;
   width: 210px;
   display: show; 
   visibility: show;
   border: RGB(0,0,0) 1px solid;
   background-color: RGB(250,250,250);
}

.CellCarr{
   Font-Size: 10pt;
   Font-Family: "Trebuchet MS", Arial;
}
