BODY {
  vertical-align: top;
  background: #ae4115 center;
  padding: 0px;
  color: white;
}

DIV.master {
  vertical-align: top;
  background: url(http://raizes.org/loja/back.jpg) #ae4115 center top;
  background-repeat: no-repeat;
  width: 1000px;
  height: 700px;
  padding: 0px;
}

DIV.left {
  position: relative;
  left: 63px;
  top: 96px;
  width: 150px;
  text-align: left;
  font-family: Arial;
  font-size: 9px;
  color: white;
}

DIV.right {
  position: relative;
  left: 29px;
  top: 54px;
  width: 110px;
  text-align: left;
  font-family: Tahoma;
  font-size: 10px;
  color: white;
}

DIV.center {
  position: relative;
  left: 10px;
  top: 80px;
  width: 580px;
  text-align: left;
  font-family: Tahoma;
  font-size: 10px;
  color: white;
}

INPUT.home {
  position: relative;
  left: 0px;
  top: 50px;
  width: 200px;
  height: 50px;
  border: 0px transparent;
  background-color:transparent;
}

DIV.login {
  position: relative;
  left: 0px;
  top: 20px;
  width: 96px;
  height: 80px;
  border: 1px solid #cc6227;
  padding: 5px;
  text-align: left;
  font-family: Tahoma;
  font-size: 10px;
  color: white;
}

DIV.msg{
  position: absolute;
  left: 100px;
  top: 20px;
  width: 300px;
  height: 110px;
  border: 1px solid #cc6227;
  padding: 5px;
  text-align: center;
  font-family: Tahoma;
  font-size: 10px;
  color: white;
  background: #8c2004;
}

DIV.info{
  position: absolute;
  left: 0px;
  top: 27px;
  width: 540px;
  border: 1px solid #cc6227;
  padding: 5px;
  text-align: center;
  font-family: Tahoma;
  font-size: 10px;
  color: white;
  background: #8c2004;
}

DIV.list{
  width: 540px;
  height: 290px;
  text-align: left;
  font-family: Arial;
  font-size: 9px;
  color: white;
  overflow: auto;
  padding: 16px;
  scrollbar-base-color: #ae4115;
  scrollbar-arrow-color: orange;
  scrollbar-DarkShadow-Color: brown; 
}

DIV.des{
  width: 540px;
  height: 350px;
  text-align: left;
  font-family: Arial;
  font-size: 9px;
  color: white;
  padding: 16px;
}

DIV.subcat{
  width: 540px;
  height: 60px;
  text-align: left;
  font-family: Arial;
  font-weight: Strong;
  font-size: 9px;
  color: white;
}

INPUT.login {
  font-family: Tahoma;
  font-size: 9px;
  color: white;
  width: 94px;
  border: 1px solid #cc6227;
  background: #8c2004;
}

INPUT.cp4 {
  font-family: Tahoma;
  font-size: 9px;
  color: white;
  width: 24px;
  border: 1px solid #cc6227;
  background: #8c2004;
}

INPUT.cp3 {
  font-family: Tahoma;
  font-size: 9px;
  color: white;
  width: 18px;
  border: 1px solid #cc6227;
  background: #8c2004;
}

INPUT.ins {
  font-family: Tahoma;
  font-size: 9px;
  color: white;
  width: 400px;
  border: 1px solid #cc6227;
  background: #8c2004;
}

input.btn{
   color:#ff955a;
   font-family: Tahoma;
   font-size:9px;
   font-weight:bold;
   background-color:#ae4115;
   border:1px solid;
   border-top-color:#cc6227;
   border-left-color:#cc6227;
   border-right-color:#cc6227;
   border-bottom-color:#cc6227;
}

SELECT {
  font-family: Tahoma;
  font-size: 9px;
  color: white;
  width: 120px;
  height: 14px;
  border: 1px solid #cc6227;
  background: #8c2004;
}

SELECT.dia {
  font-family: Tahoma;
  font-size: 9px;
  color: white;
  width: 180px;
  height: 14px;
  border: 1px solid #cc6227;
  background: #8c2004;
}

TABLE.dados {

}

TH {
  text-align: center;
  font-size: 9px;
  color: #ee8449;
  height: 20px;
}

TH.des {
  text-align: center;
  font-size: 11px;
  color: #ffd99e;
  height: 20px;
  font-family: Tahoma;
  font-weight: strong;
}

IMG.cart {
  width: 40px;
  height: 30px;
}

TD.img {
  width: 60px;
  text-align: center;
  vertical-align: center;
  padding: 3px;
}

TD.des{
  width: 80px;
  height: 70px;
  text-align: center;
  vertical-align: top;
  padding: 6px;
}

TD.art {
  width: 150px;
  text-align: center;
  font-size: 9px;
  vertical-align: center;
  padding: 3px;
}

TD.art2 {
  width: 50px;
  text-align: center;
  font-size: 9px;
  vertical-align: center;
  padding: 3px;
}

TD.info {
  width: 420px;
  text-align: left;
  vertical-align: top;
  padding: 3px;
}

TD.left {
  width: 200px;
  vertical-align: top;
}

TD.right {
  width: 200px;
  vertical-align: top;
}

TD.center {
  width: 600px;
  vertical-align: top;
}

TD.cab {
  width: 300px;
  font-size: 9px;
  vertical-align: top;
}

A:link { 
  color: #ff955a;
  font-family: Tahoma;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}       /* unvisited link */

A:visited { 
  color: #ff955a;
  font-family: Tahoma;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}   /* visited links */

A:active { 
  color: orange; 
  font-style: normal;
  font-family: Tahoma;
  font-weight: strong;
  font-size: 10px;
  text-decoration: none;
}    /* active links */

P {
  color: white; 
  font-family: Tahoma;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
}


