/* Variáveis */
.round {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
br,
p,
a,
div,
h1,
h2,
h3,
h4,
h5,
ul,
li,
ol,
td,
tr,
hr,
body {
  margin: 0;
  padding: 0;
}
@media print {
  html,
  body {
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
  }
}
.clear {
  clear: both;
}
.clear.br {
  clear: both;
  height: 27px;
}
img {
  border: none;
}
body,
html {
  font-size: 80%;
  height: 100%;
  background: none transparent;
}
#header {
  background: none transparent !important;
  padding: 0 10px 0 5px;
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 5px;
  display: none;
  position: relative;
}
#header h1 {
  margin-top: 5px;
  color: #ff7820;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 1px;
  font-family: arial;
  width: 50%;
  float: left;
}
#header h1 img {
  float: left;
  overflow: hidden;
  padding-right: 4%;
  height: auto;
  width: auto;
}
#header .nome_emp {
  position: absolute;
  top: 30px;
  font-size: 65px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 60px;
  color: #c5661f;
}
#header .cert {
  float: right;
  position: absolute;
  bottom: 20px;
  right: 10px;
  text-align: right;
  width: auto;
  font-size: 14px;
  text-decoration: none;
  margin: 15px 0 5px 0;
}
#header .cert img {
  border: none !important;
}
#footer {
  padding: 0 10px;
  position: fixed;
  bottom: 0px;
  width: 95%;
  font-size: 12px;
  font-family: arial, tahoma, sans-serif !important;
  background: #fff;
  display: none;
  height: auto;
  overflow: hidden;
}
#footer .footl {
  float: left;
  text-align: left;
}
#footer .footr {
  float: right;
  text-align: right;
}
#corpo {
  width: 900px;
  background: none;
  overflow: hidden;
  padding: 0 5px;
}
#conteudo {
  position: relative;
  float: left;
  width: 100% !important;
  height: 100%;
  background: none;
  padding: 0;
  overflow: hidden;
}
#conteudo .menurapido {
  position: absolute;
  top: -56px;
  right: 15px;
  height: 35px;
  padding: 10px;
  background: #fff;
  border: 1px solid #CECFD0;
  border-top: 0;
  width: auto;
  z-index: 99999;
  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
}
#conteudo .menurapido span {
  float: left;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}
#conteudo .menurapido img {
  position: absolute;
  top: 55px;
  right: 135px;
  height: auto;
  width: auto;
  cursor: pointer;
  z-index: 99999;
}
#conteudo .menurapido button {
  background-color: #f9f9f9;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: #666666;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 12px;
  height: 32px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
  background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9', GradientType=0);
}
#conteudo .menurapido button:hover {
  background-color: #e9e9e9;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
  background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9', GradientType=0);
}
#conteudo .menurapido input[type="text"] {
  height: 28px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #CECFD0;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  width: 140px;
  margin-right: 5px;
}
/* conteudo esquerdo */
#esquerdo {
  float: left;
  height: 100%;
  width: 270px;
  padding: 5px;
  margin: 0;
  border: none;
}
#esquerdo h2,
#direito h3 {
  margin: 0;
}
#direito {
  float: right;
  width: 600px;
  padding: 10px 5px;
  margin: 0 5px 0 0;
  border: none;
}
/* Fim listagem geral */
#descr {
  position: relative;
  width: 99%;
  text-indent: 5px;
  padding: 4px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 24px;
  font-family: arial, tahoma, sans-serif;
  margin-top: 10px;
}
#descr span {
  letter-spacing: 1px;
  text-decoration: underline;
}
.imagem_artigo {
  position: relative;
  float: left;
  display: block;
  width: 95%;
  margin: 18px 0 0 0;
  background: none;
  text-align: center;
  overflow: hidden !important;
  border: 1px solid #999;
}
.imagem_artigo img {
  border: 0 solid #999;
  border-radius: 3px;
  width: auto;
  height: 249px;
  padding: 2px;
}
.artigos {
  position: relative;
  float: left;
  display: block;
  width: 268px !important;
  background: none !important;
  padding: 5px 0;
  overflow: hidden;
  text-align: center;
}
.artigos h3 {
  color: #222;
  text-transform: uppercase;
  padding: 6px 0;
  width: 255px;
  *width: 251px;
  background: #e7e7e7;
  font-size: 11px;
  font-family: Helvetica, Serif;
  text-align: left;
  text-indent: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 8px;
  *margin-left: -15px;
}
.artigos ul {
  list-style-type: none;
}
.artigos ul li {
  float: left;
}
.artigos ul li a {
  width: 54px;
  float: left;
  padding: 2px;
  margin: 3px 2px;
  text-decoration: none;
  border: 1px solid #999;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: center;
}
.artigos ul li a:hover {
  background: #fafafa;
  border: 1px solid #D29B29;
}
.artigos ul li a img {
  padding: 2px;
  height: 50px;
  width: auto;
}
.detSlide {
  position: absolute;
  z-index: 9999;
  text-decoration: none;
  right: 20px;
  top: 10px;
  color: gray;
  font-weight: 700;
  cursor: pointer;
}
.mbotao,
.detSlide {
  z-index: 9999 !important;
  cursor: pointer;
  opacity: 0.5;
}
.mbotao:hover,
.detSlide:hover {
  opacity: 1;
}
.relacionados {
  float: left;
  display: block;
  padding: 3px 0;
}
/* Código EAN 13 */
#ean,
#ean span {
  float: left;
  position: relative;
  width: 100%;
  padding: 2px 0;
  color: #222;
  line-height: 25px;
  font-size: 13px;
  font-family: arial, tahoma, sans-serif;
  text-indent: 10px;
  border-top: 1px solid #999;
  text-align: left;
  font-weight: 700;
}
#ean span {
  position: absolute;
  right: 5px;
  top: 0;
  text-align: right;
  border-top: 0;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 700 !important;
}
/* Informação extra */
.table {
  float: left;
  position: relative;
  width: 255px;
  margin: 10px 0 0 0;
}
.row {
  background: #fff;
  width: 255px;
}
.minfo {
  margin: 0;
  padding: 0;
  font-family: arial, helvetica, sans-serif;
}
.minfo li {
  position: relative;
  width: 247px;
  padding: 5px;
  text-indent: 2px;
  font-size: 13px;
  background: #f4f4f4;
  margin-top: 3px;
}
.minfo li span {
  position: absolute;
  text-align: right;
  right: 5px;
  z-index: 9999;
}
.minfo li.noPrint.white {
  background: white !important;
}
.minfo li.bkg {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background-color: #f5f5f5;
  border: 1px solid #dcdcdc;
  color: #222;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  text-indent: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: arial, tahoma, sans-serif;
  /*width: 255px;*/
}
.minfo li.bkg span {
  position: absolute;
  text-align: right;
  right: 5px;
}
.minfo li.nbkg {
  background: none;
  height: auto;
  padding: 0;
  margin-top: 5px;
  list-style-type: none !important;
}
.minfo li ul.relArt {
  margin: 0;
  padding: 0;
  list-style-type: none !important;
}
.minfo li ul.relArt li {
  float: left;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #fff;
  width: auto;
  padding: 2px;
  margin: 2px 2px;
  text-decoration: none;
  text-align: center;
}
.minfo li ul.relArt li img {
  width: 49px;
  height: auto;
}
.minfo li ul.relArt li img:hover {
  zoom: 1;
}
.minfo li ul.relArt li:hover {
  border: 1px solid #c5661f;
}
.minfo a {
  text-decoration: none;
}
.row.bkg .td,
.artigos h3 {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background-color: #f5f5f5;
  border: 1px solid #dcdcdc;
  cursor: pointer;
  color: #222;
  font-family: arial, tahoma, sans-serif;
  font-size: 11px;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
  text-transform: uppercase;
  text-indent: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: arial,Helvetica, Serif;
  width: 255px;
}
.td {
  position: relative;
  padding: 6px 0;
  text-align: left;
  vertical-align: top;
  text-indent: 7px;
  font-size: 13px;
  background: #f5f5f5;
  margin-top: 2px ;
  font-family: arial, tahoma, sans-serif;
}
.row.bkg .td span,
.td span {
  position: absolute;
  right: 7px;
  top: 5px;
  text-align: right;
}
.td span a {
  text-decoration: none;
}
/* Descrição do artigo */
#refart {
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  padding: 2px;
  background: none;
  overflow: hidden;
}
#refart h3 {
  font-size: 24px;
  line-height: 26px;
  font-family: Tahoma, arial;
  color: #444;
  font-weight: 600;
  position: relative;
}
#refart .desc {
  float: left;
  display: block;
  width: 97%;
  color: #333;
  text-align: justify;
  padding: 5px;
  font-size: 15px;
  font-family: Arial, helvetica, sans-serif;
  line-height: 21px;
  font-weight: 500;
}
#refart .desc span {
  float: left;
  display: block !important;
  width: 100%;
  font-size: 14px;
  font-family: arial;
  font-weight: 700;
  color: #325676;
  letter-spacing: 0 !important;
  padding: 0 0 2px 0;
  border-bottom: 3px solid #d27400;
  margin-bottom: 8px;
}
.impressora {
  position: absolute;
  left: 855px;
  top: 55px;
  z-index: 9999;
  opacity: 0.5;
}
.impressora:hover {
  opacity: 1;
}
table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  background: none;
  font-family: arial, tahoma, sans-serif;
  font-size: 12px;
}
table td {
  padding: 5px;
  border: 0;
  border-top: 1px solid #ccc;
}
table.caract tr:first-child {
  background: none;
}
table td.cod {
  border: 0;
  text-align: left;
  padding-right: 7px;
  font-size: 10px;
}
table td.cod span {
  font-weight: 600;
  font-size: 12px;
  text-decoration: none !important;
  letter-spacing: 2px;
}
table td.tit {
  text-align: left;
  text-transform: none !important;
}
table td.tit a {
  text-transform: lowercase !important;
}
table td.tit span {
  font-size: 10px;
}
table td.dados {
  text-align: right;
  padding-right: 5px;
}
/* Tabela de informações */
#divin {
  float: left;
  position: relative;
  width: 100%;
  padding: 2px;
  background: none;
  margin-top: 10px;
}
/* Acessórios */
.acessorios {
  float: left;
  margin: 10 5px;
  text-align: center;
  width: 99.6%;
  position: relative;
  border: 1px solid #4a4a4a;
  padding: 0;
  height: auto !important;
  overflow: hidden;
}
.acessorios h2 {
  background: #4a4a4a;
  color: #fff;
  text-align: right;
  padding: 3px 10px;
  text-transform: uppercase;
  font-family: tahoma, arial;
  font-size: xx-small;
}
.acessorios img {
  border: 0;
  width: 430px;
  height: 300px;
  margin-top: -10px;
}
.acess_body {
  float: left;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  height: auto;
  border: none;
}
.acess_body div:first-child {
  text-align: center;
  vertical-align: middle;
}
.acess_body .img_acess {
  float: left;
  width: auto;
  height: auto;
}
.acess_body .img_acess img {
  height: 55px;
  width: auto;
  min-width: 55px;
  position: relative;
  border: none;
}
.acess_body .table_acess {
  width: 495px !important ;
  float: right;
}
.acc_tit {
  float: left;
  font-size: 12px;
  border-bottom: 2px solid #2a2a2a;
  text-align: right;
  padding: 3px 0;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
  letter-spacing: 1px;
  font-family: Tahoma, arial, serif;
  color: #2a2a2a;
}
.tab_acess {
  width: 100%;
  border: 1px solid #8696a5 !important;
  margin-bottom: 10px;
}
.tab_acess tr:nth-child(odd) {
  background: #eef5f8;
}
.tab_acess td {
  border-bottom: 1px solid #8696a5;
}
.tab_acess th {
  color: #222;
  font-family: tahoma;
  font-size: 9px;
  background: #ececec;
  border-bottom: 2px solid #8696a5;
}
.tab_acess th.exp {
  width: 100px !important;
}
.tab_acess td.val {
  text-align: center;
  width: auto;
}
.tab_acess td.img {
  border: 0;
  width: 80px;
  text-align: center;
}
.tab_acess td.img img {
  border: 0;
  width: auto;
  height: 80px;
}
/* Login para cliente */
.mec_login {
  padding: 3px;
  margin: 3px 0 0 0;
  color: #000;
  text-indent: 5px;
  background: #E7E7E7;
  text-align: right;
  font-weight: 600;
  border-bottom: 1px solid #fff;
}
.mec_login img {
  margin-bottom: -3px;
  margin-left: 10px;
}
.row.box {
  border: 0px solid #485B7D;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  background: #DEE4EB;
}
.row.box .td {
  border-bottom: 0;
}
.submeter {
  background: #fcfcfc;
  padding: 3px;
  font-size: xx-small;
  background: none;
  float: right;
  margin-top: 4px;
}
.submeter button {
  font-size: xx-small;
  border: 1px solid #888;
  padding: 2px 4px;
  border-radius: 3px;
  background: #ECE9D8;
  color: #000;
  margin-right: 5px;
}
.submeter button:hover {
  background: #fcfcfc;
  cursor: pointer;
}
