﻿/*============================================================================*/
/*=REDEFINICAO DE TAGS========================================================*/
/*============================================================================*/
body
{
  font-family: Tahoma;
  font-size: 11px;
  text-align: justify;
  margin:auto;
  color:#333333;
  width:100%; /*1003px para resolução fixa 1024px | 100% para resolução redimensionável acima de 800px*/
}
a
{
   color: #333;
  text-decoration: none;
}
a:hover
{
  text-decoration: underline;
}
h1
{
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  padding-left: 4px;
}
h1 a
{
 text-decoration: underline;
  color:#330066;
}
h1 a:hover
{
  text-decoration: none;
}
h2
{
  font-size: 11px;
}
h3
{
   font-size: 11px;
  font-weight: normal;
  color: #C0C0C0;
}
fieldset
{
  margin: 0px;
  margin-bottom: -1px;
  padding-bottom: 14px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 13px;
}
fieldset legend
{
  font-size: 11px;
  font-weight: bold;
}
fieldset label
{
  cursor: pointer;
  display: inline-block;
  margin-right: 3px;
  text-align: right;
}
input[type=text], input[type=password]
{
  border: solid 1px #CCC;
  font-family: Verdana;
  font-size: 12px;
  height: 16px;
}
input[type=text]:focus, input[type=password]:focus
{
  background-color: #F2F2F2;
}
select
{
  border: solid 1px #7F9DB9;
  font-family: Verdana;
  font-size: 12px;
  height: 22px;
}
/*============================================================================*/
/*============================================================================*/
/*============================================================================*/
#DivCorpo_UmaColuna
/*Html*/
{
  padding-bottom: 0px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 0px;
}
.DivNovLinha
/*Html*/
{
  clear: both;
}
.h1_XXX
/*Html e Código-fonte*/
{
}
.h1_final
/*Html e Código-fonte*/
{
  font-weight: bold;
}
.h1_final a
/*Html e Código-fonte*/
{
}
.MensagemErro
/*Controle asp.net*/
{
  color: #FF0000;
}
.MensagemAtencao
/*Controle asp.net*/
{
  color: #0000FF;
}
.MensagemInformacao
/*Controle asp.net*/
{
  color: #008000;
}
.XXXViewProXXX_ItemTemplate_Nome
/*Html*/
{
  font-weight: bold;
  padding: 2px;
  height:60px;
  width:150px;
  margin:auto;
}
.XXXViewProXXX_ItemTemplate_Nome a
/*Html*/
{
  color:#333;
}
.XXXViewProXXX_ItemTemplate_Nome a:hover
/*Html*/
{
color:#333;
}
.XXXViewProXXX_ItemTemplate_PreDe
/*Código-fonte*/
{
font-weight:bold;
colo:#333;
}
.XXXViewProXXX_ItemTemplate_PreDeRS
/*Código-fonte*/
{
text-decoration:line-through;
font-size:12px;
font-weight:bold;
color:#666;
}
.XXXViewProXXX_ItemTemplate_PreDeValor
/*Código-fonte*/
{
text-decoration:line-through;
font-size:12px;
font-weight:bold;
color:#666;
}
.XXXViewProXXX_ItemTemplate_PrePor
/*Código-fonte*/
{
font-weight:bold;
color:#333;
}
.XXXViewProXXX_ItemTemplate_PrePorRS
/*Código-fonte*/
{
font-weight:bold;
color:#030090;
font-size:13px; font-family:Verdana, Arial, Helvetica, sans-serif;
padding-right:3px;
}
.XXXViewProXXX_ItemTemplate_PrePorValor
/*Código-fonte*/
{
font-weight:bold;
color:#030090;
font-size:13px; font-family:Verdana, Arial, Helvetica, sans-serif;
}
.XXXViewProXXX_ItemTemplate_PreEco
/*Código-fonte*/
{
color:#F90;
font-weight:bold;
font-size:11px;
}
.XXXViewProXXX_ItemTemplate_PreEcoRS
/*Código-fonte*/
{
color:#F90;
font-weight:bold;
font-size:11px;
}
.XXXViewProXXX_ItemTemplate_PreEcoValor
/*Código-fonte*/
{
color:#F90;
font-weight:bold;
font-size:11px;
}
.XXXViewProXXX_ItemTemplate_PreOu
/*Código-fonte*/
{
font-size:11px;
font-weight:bold;
color:#666;
}
.XXXViewProXXX_ItemTemplate_PreOuX
/*Código-fonte*/
{
color:#030090;
font-weight:bold;
font-size:11px;
}
.XXXViewProXXX_ItemTemplate_PreOuSem
/*Código-fonte*/
{
font-size:11px;
font-weight:bold;
color:#666;
}
.XXXViewProXXX_ItemTemplate_PreOuRS
/*Código-fonte*/
{
color:#030090;
font-weight:bold;
font-size:11px;
}
.XXXViewProXXX_ItemTemplate_PreOuValor
/*Código-fonte*/
{
color:#030090;
font-weight:bold;
font-size:11px;
}


.AWFCatXXX_Grulinks
{
color:#ff9900;
text-decoration:underline;
}
.AWFCatXXX_Grulinks:hover
{
color:#ff9900;
text-decoration:none;
}

/*============================================================================================*/
.DivUpdateProgressFundo
/*Html*/
{
  background-color: #000000;

  filter: alpha(opacity=40); /*IE*/
  opacity: 0.4;              /*Firefox, Safari, Opera*/
  -moz-opacity: 0.4;         /*Mozilla (Netscape Navigator)*/
  -khtml-opacity: 0.4;       /*Safari 1.x*/

  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.DivUpdateProgressFrente
/*Html*/
{
  background-color: #FFFFB7;
  background-image: url(../_Img/XXX/XXX_UpdateProgressXXX.gif);
  background-position: 13px;
  background-repeat: no-repeat;
  border: solid 1px #000000;
  height: 50px;
  left: 50%;
  line-height:50px;
  margin-left: -125px; /*metade da soma de padding-left e width*/
  margin-top: -25px; /*metade de height*/
  padding-left: 50px;
  position: fixed;
  top: 50%;
  width: 200px;
}
/*============================================================================================*/
.ModalPopupExtenderXXX_BackgroundCssClass
/*Controle Asp.net*/
{
  background-color: #000000;
  filter: alpha(opacity=40); /*IE*/
  opacity: 0.4;              /*Firefox, Safari, Opera*/
  -moz-opacity: 0.4;         /*Mozilla (Netscape Navigator)*/
  -khtml-opacity: 0.4;       /*Safari 1.x*/
}
.PanelModalPopupExtenderXXX
/*Controle Asp.net*/
{
  border: solid 3px #808080;
}
.PanelModalPopupExtenderXXXTitulo
/*Controle Asp.net*/
{
  background-color: #E0E0E0;
  cursor: move;
  padding: 3px;
  width: auto;
}
#DivModalPopupExtenderXXXTituloEsq
/*Html*/
{
  font-weight: bold;
  float: left;
  line-height: 20px;
}
#DivModalPopupExtenderXXXTituloDir
/*Html*/
{
  float: right;
}
.ImageButtonModalPopupExtenderXXXFechar
/*Controle Asp.net*/
{
  cursor: pointer;
}
.ListViewProdutos_ItemTemplate_ProDer_Id
/*Html*/
{
  color: #808080;
}
.ListViewProdutos_ItemTemplate_PreTotal
/*Html*/
{
}
.ListViewProdutos_LayoutTemplate_LabelSubtotal
/*Controle Asp.net*/
{
}


/*============================================================================*/
/*=DIVS DE ALINHAMENTO========================================================*/
/*============================================================================*/


.WUCCatXXX_PrecoDiv
{
width:150px;
margin:auto;
height:70px;

}
.WUCCatXXX_OfertaDiv
{
display:block;
text-align:center;
height:32px;
}

