/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 9 janv. 2014, 14:03:40
    Author     : jean-serge.quetier
*/


.container-page {
  margin-top:50px;
}

/*****************************************
* SHOP
******************************************/
.product-line {
  /*margin-bottom: 20px;*/
}

.product {
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
  margin-bottom: 20px;
}
.product-description{
  widows: 100%;
  padding-bottom: 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/*****************************************
* ACCOUNT
******************************************/
#account .data-account fieldset{
  border-top: 1px solid #D8D8D8;margin-top: 20px;
}
#account .data-account fieldset:first-child{
  margin-top: 26px;
}
#account .data-account fieldset:last-of-type{
  margin-bottom: 20px;
}
.data-account .label-account{
  font-weight: bold;
}

/*****************************************
* LOGIN Blog
******************************************/
.bloc {
  margin-bottom: 20px;
}

/*****************************************
* LOG <PRE>
******************************************/
pre {
  position: relative;
  width: 100%;
  z-index: 9999999;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.7);
}

/*****************************************
* I18N FONCTIONNALITIES
******************************************/
div.translatable{
  display: initial;
}

div.translatable-found{
  background-color: #50D4FD;
}

div.translatable-notfound{
  background-color: #ac2925;
}