h3.ff_cabecalho {
  display: block;
  width: 100%;
  height: 30px;
  background: #a61300 url(none) no-repeat top left;
  margin: 0 0 15px 0;
}

h3.ff_cabecalho span {
  margin-left: 10px;
  line-height: 30px;
  height: 30px;
}

h3.ff_cabecalho span {
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}

.ff_mensagem {
  display: block;
  padding: 0 0 0 0px;
/*  height: 60px;*/
}

.ff_mensagem {
  font-size: 12px;
  font-family: Tahoma, Verdana, Arial,Helvetica,sans-serif;
  font-weight: normal;
  color: #7e7e7e;     
  padding: 5px; 
}

.ff_campos_obrigatorios {
  display: block;
  height: 30px;
  text-align: right;
}

.ff_campos_obrigatorios .ff_obrigatorio {
  height: 30px;
  line-height: 30px;
  
}

.ff_obrigatorio {
  color: #a61300;
}

#dynamic {
  display: inline;
  width: 800px;
}

.ff_content {
  float: left;
  clear: both;
  width: 800px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D9D9D9;
}

.ff_content_banner {
  float: left;
  clear: both;
  width: 590px;
  padding-bottom: 15px;
  padding-right: 10px;
  /*border-bottom: 1px solid #D9D9D9;*/
}

.ff_banners {
  float: right;
  width: 180px;
  /*height: 200px;*/
}

.ff_banner {
  float: left;
  margin-bottom: 10px;
}

h4.ff_cabecalho {
	
  display: block;
  width: 350px;
  height: 30px;
  background: #ffffff url(none) no-repeat top left;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

h4.ff_cabecalho span {
  
  margin-left: 15px;
  line-height: 30px;
  height: 30px;
}

h4.ff_cabecalho span {
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color:#a61300;
  text-transform: uppercase;
}

.ff_form_login {
  float: left;
  width: 360px;
}

.ff_form_registo {
  float: right;
  width: 370px;
  margin-right: 10px;
}

.ff_content_banner .ff_form_login, .ff_content_banner .ff_form_registo   {
  /*float: left;*/
  /*clear: both;*/
  /*width: 100%;*/
  margin-bottom: 20px;
}

.ff_form_login form, .ff_form_registo form {
  width: 375px;
  padding: 0 0 0 15px;
}

.ff_form_login form .ff_field, .ff_form_registo form .ff_field, .ff_form_registo form .ff_field_check {
  float: left;
  display: inline;
  clear: both;
  height: 23px;
  margin: 0 0 7px 0;
  width: 100%;
}

.ff_form_login form .ff_link {
  float: left;
  display: inline;
  clear: both;
  height: 30px;
  margin: 0 0 7px 0;
  width: 100%;
}

.ff_form_login form .ff_link a {
  line-height: 30px;
  margin: 0 0 0 65px;
}

.ff_form_login form .ff_submit, .ff_form_registo form .ff_submit {
  float: left;
  display: inline;
  clear: both;
  height: 23px;
  width: 100%;
}

.ff_form_login form .ff_field label, .ff_form_registo form .ff_field label {
  float: left;
  display: inline;
  margin-right: 5px;
  height: 23px;
  line-height: 23px;
}

.ff_form_registo form .ff_field_check label {
  float: left;
  display: inline;
  vertical-align: baseline;
}

.ff_form_registo form .ff_field_check input {
  margin-left: 115px;
}

.ff_form_login form .ff_field label, .ff_form_registo form .ff_field label {
  text-align: right;
}

.ff_form_registo form .ff_field_check label {
  margin-top: 2px;
  text-align: left;
}

.ff_form_login form .ff_field label {
  width: 60px;
}

.ff_form_registo form .ff_field label {
  width: 110px;
}

.ff_form_login form .ff_field label, .ff_form_registo form .ff_field label, .ff_form_registo form .ff_field_check label {
  font-size: 12px;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #4C4C4C;
}

.ff_form_login form .ff_field input, .ff_form_registo form .ff_field input, .ff_form_registo form .ff_field_check input {
  float: left;
  display: inline;
  margin-right: 2px;
}

.ff_form_login form .ff_field input#ff_input_email {
  width: 250px;
}

.ff_form_registo form .ff_field input#ff_input_registo_nome, .ff_form_registo form .ff_field input#ff_input_registo_email, .ff_form_registo form .ff_field input#ff_input_registo_repetir_email {
  width: 200px;
}

.ff_form_login form .ff_field input#ff_input_password {
  width: 140px;
}

.ff_form_registo form .ff_field input#ff_input_registo_password, .ff_form_registo form .ff_field input#ff_input_registo_repetir_password, .ff_form_registo form .ff_field input#ff_input_registo_leitor {
  width: 130px;
}

.ff_form_login form .ff_submit input {
  float: left;
  display: inline;
  width: 82px;
  height: 24px;
  padding: 24px 0 0 0;
  margin: 0 0 0 65px;
  border: 0;
  cursor: pointer;
  background: transparent url(/temas/default/ff/img/entrar.jpg) no-repeat top left;
  overflow: hidden;
} 

.ff_form_registo form .ff_submit input {
  float: left;
  display: inline;
  width: 95px;
  height: 24px;
  padding: 24px 0 0 0;
  margin: 0 0 0 115px;
  border: 0;
  cursor: pointer;
  background: transparent url(/temas/default/ff/img/registar.jpg) no-repeat top left;
  overflow: hidden;
} 

.ff_form_login form .ff_field .ff_obrigatorio {
  float: left;
  display: inline;
  height: 23px;
  
}

.ff_leitor_bertrand {
  float: right;
  display: inline;
  margin-right: 20px;
  color: #4B4B4B;
}

.ff_bem_vindo, .ff_engano {
  display: block;
  padding: 0 0 0 0px;
  width: 470px;
  height: 20px;
}

.ff_bem_vindo {
  font-size: 12px;
  font-family: Tahoma, Verdana, Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #4C4C4C;
}

.ff_engano {
  font-size: 11px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  color: #4C4C4C;
}

.ff_pontos {
  float: right;
  font-size: 11px;
  font-family: Tahoma, Verdana, Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #4C4C4C;
  text-align: center;
  line-height: 28px;  
}

.ff_recomendacoes {
  font-size: 11px;
  font-family: Tahoma, Verdana, Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #4C4C4C;
  height: 50px;
  line-height: 20px;
}

.ff_sugestoes {
  float: left;
  clear: both;
  width: 100%;
}

.ff_funcionamento, .ff_lista_compras, .ff_dados_envio, .ff_minhas_encomendas {
  display: block;
  padding: 0px;
}

.ff_titulo_seccao {
  display: block;
  width: 100%;
  height: 30px;
  background: #7F7F7F url(none) no-repeat top left;
  margin: 0 0 5px 0;
}

.ff_titulo_seccao h4 {
  float: left;
  display: inline;
  margin: 0 0 0 15px;
  line-height: 30px;
  height: 30px;
}

.ff_titulo_seccao h4 {
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}

.ff_titulo_seccao .ff_ver_todas {
  float: right;
  display: inline;
  margin: 0 15px 0 0;
}

.ff_titulo_seccao .ff_ver_todas a {
  line-height: 30px;
  height: 30px;
  color: #FFFFFF;
}

.ff_titulo_seccao .ff_ver_todas a:hover {
  color: #a61300;
}

.ff_sugestoes .ff_sugeridos {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 0 0;
}

.ff_sugestoes .ff_sugeridos .ff_sugerido {
  float: left;
  position: relative;
  padding: 25px 15px;
  width: 120px;
  height: 245px;
}

.ff_sugestoes .ff_sugeridos .ff_sugerido .ff_imagem_livro {
  float: left;
  clear: both;
  width: 100%;
  height: 120px;
}

.ff_sugestoes .ff_sugeridos .ff_sugerido .ff_titulo_livro {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 5px;
}

.ff_sugestoes .ff_sugeridos .ff_sugerido .ff_titulo_livro a {
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.ff_sugestoes .ff_sugeridos .ff_sugerido .ff_titulo_livro a:hover {
  color: #a61300;
  text-decoration: underline;
}

.ff_sugestoes .ff_sugeridos .ff_sugerido .ff_autor_livro {
  float: left;
  clear: both;
  width: 100%;
}

.ff_sugestoes .ff_sugeridos .ff_sugerido .ff_autor_livro span {
  font-size: 11px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  color: #7F7F7F;
  text-decoration: none;
}

.ff_sugestoes .ff_sugeridos .ff_sugerido .ff_preco_cortado_livro {
  float: left;
  clear: both;
  width: 100%;
}

.ff_sugestoes .ff_sugeridos .ff_sugerido .ff_preco_cortado_livro span {
  font-size: 11px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  color: #000000;
}


.ff_sugestoes .ff_sugeridos .ff_sugerido .ff_preco_cortado_livro span.ff_preco {
  text-decoration: line-through;
}

.ff_sugestoes .ff_sugeridos .ff_sugerido .ff_preco_carrinho_livro {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 27px;
}

.ff_sugestoes .ff_sugeridos .ff_sugerido .ff_preco_carrinho_livro span {
  float: left;
  clear: both;
  font-size: 11px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
  color: #000000;
}


.ff_sugestoes .ff_sugeridos .ff_sugerido .ff_preco_carrinho_livro span.ff_preco {
  color: #a61300;
  text-decoration: underline;
}

.ff_sugestoes .ff_sugeridos .ff_sugerido .ff_comprar_livro {
  position: absolute;
  left: 15px;
  bottom: 0;
  float: left;
  clear: both;
  width: 83px;
  height: 26px;
  background: transparent url(/temas/default/img/bt_comprar.gif) no-repeat top left;
}

.ff_sugestoes .ff_sugeridos .ff_sugerido .ff_comprar_livro a {
  float: left;
  width: 83px;
  height: 26px;
  background: transparent url(/temas/default/img/bt_comprar.gif) no-repeat top left;
}

.ff_sugestoes .ff_sugeridos .ff_sugerido .ff_comprar_livro a:hover {
  background: transparent url(none) no-repeat top left !important;
}

.ff_sugestoes .ff_sugeridos .ff_sugerido .ff_comprar_livro a span {
  display: none;
}

.ff_box {
  float: left;
  width: 160px;
  padding: 10px 10px;
  background: #F2F2F2 url(none) no-repeat top left;
  margin: 0 0 15px 0;
}

.ff_box h4 {
  margin: 0;
  padding: 0;
}

.ff_box h4 {
  font-size: 11px;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #a61300;
}

.ff_box ul, .ff_box .panel-body ul li {
  padding: 0;
  margin: 0;
  text-indent: 0;
  list-style: none outside;
  list-style-type: none;
}

.ff_box ul {
  display: block;
  margin-top: 10px;
  width: 100%;
}

.ff_box ul li {
  display: block;
  padding: 0 0 0 8px;
  margin: 0 0 3px 0;
  background: transparent url(/temas/default/ff/img/bullet.gif) no-repeat 0px 4px;
}

.ff_box ul li a {
  font-size: 11px;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #4C4C4C;
}

.ff_box ul li a:hover {
  color: #a61300;
}

.ff_box .ff_aderir {
  display: block;
  margin: 10px 0 0 0;
  width: 159px;
  height: 51px;
}

.ff_box .ff_aderir a {
  display: block;
  width: 159px;
  height: 51px;
  background: transparent url(/temas/default/ff/img/aderir.jpg) no-repeat top left;
}

.ff_box .ff_aderir a span {
  display: none;
}

#contentRight {
  display: none !important;
}

.ff_consultarpontos_cabecalho {
  text-align: right;
  clear: both;
  width: 590px;
  padding: 4px 0 4px 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  color: #a61300;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-weight: bold;
}

.ff_consultarpontos_cabecalho span{
  float: left;
  padding:5px 0 0 0;
  text-align: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}