HTML{height: 100%;}

BODY{height: 100%; margin: 0; font-family: arial;}

A{text-decoration: none;}

H1{font-size: 18px;}

HR{
  border: none;
  border-bottom: solid black 1px;
  margin-top: -10px;
}

.mainstructure{
  height: 100%;
  width: 100%;
  border-collapse: collapse;
}

.headerdiv{
  color: #a0a0a0; 
  background-color: #454545;
  height: 28px;
  width: 100%;  
  border-bottom: solid #bfbfbf 2px;    
  text-align: center;
}

.headerdivcontent{      
  width: 1000px;
  position: relative;
  left: 50%;
  margin-left: -500px;
  height: 20px;
  font-size: 13px;
  padding-top: 6px;
  text-align: right;
}

.headerdivcontent > A{color: #a0a0a0;}

.logosearchdiv{
  background-color: #a0a0a0;
  width: 100%;
  height: 110px;
}

.logosearchdivcontent{
  width: 1000px;  
  position: relative;  
  left: 50%;
  margin-left: -500px;
}

.featureddiv{
  background-color: #ff0000;
  width: 100%;
  height: 165px;
  background-image: Url(/template/featureddivbg.png);
}

.featureddivcontent{
  width: 1000px;
  background-image: Url(/template/featureddivgradientbg.png); 
  position: relative;  
  height: 165px;                         
  left: 50%;
  margin-left: -500px;
  text-align: center;     
}

.featureddivcontent > H1{
  color: white;
  font-weight: bolder;
  font-size: 20px;
  margin: 0px;  
}
 
.featureddivcontent > H2{
  color: #fbb;
  font-weight: bolder;
  font-size: 13px;
  margin: 0px;
}

.featureddivcontent > FORM{
  padding: 5px;
  color: white;
  font-weight: bolder;
  font-size: 13px;
  margin: 0px;
}

.maindiv{vertical-align: top;}

.maindivcontent{
  width: 1000px;
  position: relative;
  left: 50%;
  margin-left: -500px;
}

.footerdiv{
  background-color: #454545;
  border-top: solid #bfbfbf 2px;
  height: 150px;
}

.footerdivcontent{
  width: 1000px;
  position: relative;
  margin-left: -500px;
  left: 50%;
}

.logosearchdivcontent > .logo{
  float: left;
  margin-top: 5px;
}

.logosearchdivcontent > .search{
  float: right;
  background-image: Url(/template/search.png);
  height: 29px;
  width: 297px;
  margin-top: 20px;
  position: relative;
  z-index: 10;
}

#mail{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  height: 21px;
  width: 350px;
  margin-bottom: 3px; 
}

.campanhas{float: left;width: 725px;}

.produtosdestaque{float: right;width: 250px;}

.servicosdestaque{float: right;width: 250px;}

.campanhas > H2{
  margin: 0;
  font-weight: bolder;
  font-size: 16px;
}

.campanhas > HR{
  border: solid black 1px;
  margin: 0;
}

.produtosdestaque > H2{
  margin: 0;
  font-weight: bolder;
  font-size: 16px;
}         

.produtosdestaque > HR{
  border: solid black 1px;
  margin: 0;
}

.servicosdestaque > H2{
  margin: 0;
  font-weight: bolder;
  font-size: 16px;
}  

.servicosdestaque > HR{border: solid black 1px;margin: 0;}

#loginform{
  color: white;
  border: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 425px;
  height: 130px;
  margin-left: -212px;
  padding-top: 20px;
  background-color: white;
  font-size: 13px;
  font-weight: bolder;
  margin-top: 200px;
  visibility: hidden;
  z-index: 99;           
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 10px black;
  -webkit-box-shadow: 0px 0px 10px black;
  box-shadow: 0px 0px 10px black;
}

#loginform > LEGEND{
  height: 25px;     
  padding-top: 5px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: -20px;
  margin-left: 20px;
  margin-bottom: -20px;
  background-color: #ff2525;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px black;
  -webkit-box-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 5px black;
}

#loginform > FORM{
  color: black;
  padding-top: 20px;
  padding-left: 20px;         
} 

#passrecoveryform{
  color: white;
  border: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 425px;
  height: 130px;
  margin-left: -212px;
  padding-top: 20px;
  background-color: white;
  font-size: 13px;
  font-weight: bolder;
  margin-top: 200px;
  visibility: hidden;
  z-index: 99;           
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 10px black;
  -webkit-box-shadow: 0px 0px 10px black;
  box-shadow: 0px 0px 10px black;
}

#passrecoveryform > LEGEND{
  height: 25px;     
  padding-top: 5px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: -20px;
  margin-left: 20px;
  margin-bottom: -20px;
  background-color: #ff2525;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px black;
  -webkit-box-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 5px black;
}

#passrecoveryform > FORM{
  color: black;
  padding-top: 20px;
  padding-left: 20px;         
}

#prdtservpopup{ 
  position: absolute;
  left: 50%;
  top: 50%;             
  visibility: hidden;
  width: 650px;
  height: 400px;
  margin-left: -325px;    
  z-index: 55;         
}

#popupitmfieldset{  
  border: none;
  width: 650px;
  height: 330px;
  padding-top: 20px;
  background-color: white;
  font-size: 13px;
  font-weight: bolder;
  z-index: 99;           
  border-radius: 10px;
  -moz-box-shadow: 0px 0px 150px black;
  -webkit-box-shadow: 0px 0px 150px black;
  box-shadow: 0px 0px 150px black;   
}                     

#popupitmfieldset > LEGEND{                
  color: white;
  height: 25px;     
  padding-top: 5px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: -20px;
  margin-left: 20px;
  margin-bottom: -20px;
  background-color: #ff2525;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px black;
  -webkit-box-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 5px black;
}


.mail{width: 100%;margin: 0;}

.pass{
  margin-top: -3px;
  height: 19px;
  width: 200px;
}

.closeloginformbtn{
  float: right;
  margin-top: -10px;
}

.errorsmslogin{
  color: red;
  margin-right: 20px;
  margin-top: 15px;
  text-align: center;
}

.errorsmslogin > A{color: black;}

.navbuttonsbg{
  position: absolute;
  right: 0%;
  background-image: Url(/template/navbg.png);
  margin-top: 74px;
  margin-right: 20px;
  height: 33px;
  z-index: 1;
}

.navbuttonsl{
  background-image: Url(/template/navbgl.png);
  background-position: left;
  background-repeat: no-repeat;  
  width: 100%;
  height: 33px;
}

.navbuttonsr{
  background-image: Url(/template/navbgr.png);
  background-position: right;
  background-repeat: no-repeat;  
  width:100%;
  height: 33px;
}

.navbuttons{
  width: 100%;
  border-collapse: collapse;
  height: 100%;
  text-align: center;
}

.navbuttons A{
  font-weight: bolder;
  color: white;
  font-size: 13px;
}

.catlocalization{
  width: 1000px;
  text-align: left;    
  padding-top: 7px;
  padding-bottom: 5px;
  color: white;
  font-weight: bolder;
  font-size: 13px;
}

.cattable{
  margin-left: auto;
  margin-right: auto;
}

.catframe{
  width: 82px;
  height: 106px;
  background-image: Url(/template/catframe.png);
  background-repeat: no-repeat;
  margin: 1px;
}   

.catframecarousel{
  width: 82px;
  height: 106px;
  background-image: Url(/template/catframe.png); 
  background-repeat: no-repeat;
  margin: 4px;
}   

.catimg{
  margin-top: 3px;
  margin-left: 3px;
  background-position: center top;  
  position: absolute;
  height: 76px;
  width: 76px;
  background-repeat: no-repeat;
}

.catframemane{
  width: 82px;
  font-size: 12px;
  font-weight: bolder;
  position: absolute;
  color: #000;                 
  margin-top: 83px;
}  

.viewmode{float: right;margin-top: -37px;}

.viewmode > .order{
  float: left;
  margin-right: 6px;
  margin-top: 2px;
  font-weight: bold;
  font-size: 14px;
}

.expview{
  float: left;
  background-image: Url(/template/expviewbg.png);
  height: 105px;
  width: 254px;
  margin-left: 4px;
  margin-top: 4px;
}

.expview > .foto{
  float: left;
  width: 91px;
  height: 91px;
  margin-left: 8px;
  margin-top: 7px;
}

.expview > .name{
  float: left;
  font-size: 11px;
  font-weight: bolder;
  margin-top: 0px;
  margin-left: 5px;
  width: 143px;
  border-bottom: solid black 1px;
}

.expview > .marca{
  float: left;
  color: #FE2E2E;
  font-size: 11px;
  font-weight: bolder;
  margin-top: 5px;
  margin-left: 5px;
  width: 143px;
}

.expview > .desc{
  float: left;
  font-size: 10px;
  color: #444;
  margin-left: 5px;
  width: 143px;
}

.addcart{
  bottom: 10px;
  background-image: Url(/template/addcart.png);
  width: 85px;
  height: 20px;
  margin-top: 80px;
  margin-left: 165px;
}

.addcart > .qtd{
  width: 30px;  
  float: left;
  height: 9px;
  margin-top: 3px;
  text-align: right;
} 

.addcart > .btn{
  border: none;
  float: left;
  cursor: pointer;
  background-color: transparent;
  width: 24px; 
  height: 20px; 
  margin-top: 0px; 
  margin-left: 4px;
}

.expview > .preco{
  float: right;
  font-weight: bolder;
  margin-top: -20px;
  margin-right: 90px;
}

.listview{
  width: 780px;
  border-collapse: collapse;
  margin-top: 20px;
  border-bottom: solid black 1px;
  font-size: 13px;
}

.listpicframe{
  background-image: Url(/template/listpicframe.png);
  height: 53px;
  width: 53px;
}              

.listpicframe > .foto{
  float: left;
  width: 49px;
  height: 49px;
  margin-top: 2px;
  margin-left: 2px;
}

.listpicaddcart{
  background-image: Url(/template/addcart.png);
  width: 85px;
  height: 20px;
}

.listpicaddcart > .qtd{
  width: 30px;  
  float: left;
  height: 9px;
  margin-top: 3px;
  text-align: right;
} 

.listpicaddcart > .btn{
  border: none;
  float: left;
  cursor: pointer;
  background-color: transparent;
  width: 24px; 
  height: 20px; 
  margin-top: 0px; 
  margin-left: 4px;
}

.listaddcart{
  background-image: Url(/template/addcart.png);
  width: 85px;
  height: 20px;
}

.listaddcart > .qtd{
  width: 30px;  
  float: left;
  height: 9px;
  margin-top: 3px;
  text-align: right;
} 

.listaddcart > .btn{
  border: none;
  float: left;
  cursor: pointer;
  background-color: transparent;
  width: 24px; 
  height: 20px; 
  margin-top: 0px; 
  margin-left: 4px;
}

.cart{
  margin-top: 10px;
  margin-bottom: 10px;
  float: right; 
  width: 200px;
  min-height: 300px;
  background-image: Url(/template/cartbg.pg);
  border: solid #ccc 1px;
  background-repeat: repeat-y;
  -moz-box-shadow: 0px 0px 2px #000;
  -webkit-box-shadow: 0px 0px 2px #000;
  box-shadow: 0px 0px 2px #000;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color='#000000', Direction=135, Strength=2)";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Color='#000000', Direction=135, Strength=2');         
}

p, h6, form, button{
  border:0;
  margin:0;
  padding:0
}