/* --------- /stylesheets/loja/quickcard.css --------- */ 
.cartoes li {
  text-align: center;
  float: left;
  width: 100px;
  list-style: none;
  margin: 0 10px 10px 0;
}
.cartoes a.ver {
  display: block;
  width: 100px;
  height: 100px;
  background-color: #DDDAD1;
  margin: 0 0 5px;
  font-size: 11px;
  line-height: 1em;
  text-align: center;
}
.cartoes a.comprar {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-color: black;
  color: white;
  font-size: 12px;
  padding: 5px 8px;
}
.cartoes a.comprar:hover {
  background-color: #666;
  text-decoration: none;
}
.passo {
  background-color: black;
  color: white;
  padding: 3px 10px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  margin-right: 5px;
}
.orientacoes {
  background-color: #DEDEDE;
  padding: 20px 20px 1px 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.orientacoes p {
  font-size: 12px;
}
#botao_continuar.aguarde {
  background-color: #999;
}
#botao_continuar {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background: black none repeat scroll 0 0;
  border: medium none;
  color: white;
  cursor: pointer;
  font-family: "Gill Sans", Tahoma, Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  left: 210px;
  padding: 10px;
  position: relative;
}
