/* 
    Document   : home
    Created on : 4 mai 2011, 13:54:11
    Author     : Laurent
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*************************/
/******* Catalogue *******/
/*************************/

/*** Menu ***/
#left .inside .mod_catalog_menu {
  width: 100%;
  margin-bottom: 40px;
  padding: 0;
  background: #e6e6e6;
}
#left .inside .mod_catalog_menu .catalog_menu_header a {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  background: #0076bd;
}
#left .inside .mod_catalog_menu ul {
  padding: 20px 20px 20px 40px;
  list-style: none;
  font-size: 18px;
}
#left .inside .mod_catalog_menu ul ul {
  display: none;
  padding: 0 0 0 20px;
}
#left .inside .mod_catalog_menu ul li {
  padding: 10px 0;
  cursor: pointer;
}
#left .inside .mod_catalog_menu ul li::before {
  content: '\25BA';
  margin-right: 5px;
  font-size: 15px;
  color: #0076bd;
}
#left .inside .mod_catalog_menu ul li li::before {
  color: #666;
}
#left .inside .mod_catalog_menu a {
  text-decoration: none;
  color: #666;
}
#left .inside .mod_catalog_menu span {
  color: #0076bd;
}
#left .inside .mod_catalog_menu a:hover {
  text-decoration: underline;
}

/*** fin menu ***/

/*** Barre de recherche ***/

#product-search {
  position: relative;
  width : auto; height: 35px;
  margin : 30px 0 22px 0;
  padding : 0 0 0 10px;
  background: #e6e6e6;
}

#product-search label {
  color : #0076bd;
  font-size : 16px;
  margin-right : 25px;
  position: relative;
/*  top : 5px;*/
  line-height: 35px;
  display: inline-block;
}

#categorySelect,
#applicationSelect{
  display: inline-block;
  zoom : 1;
  *display : inline;
  position : relative;
  margin-right : 5px;
  /*top : 5px;*/
  vertical-align : middle;
  top : -2px;
}

#product-search .selectedOption {
  line-height: 21px;
  height: 21px;
  width: 200px;
  overflow: hidden;
  padding: 0 40px 0 18px;
  font-size: 16px;
  color: #808080;
  background: url(../img/select.png) right top no-repeat #fff;
  background-size: auto 21px;
}

#product-search .optionsContainer {
  display: none;
  position : absolute;
  top : 21px;
  z-index: 100;
  width: auto;
  background: #fff;
  box-shadow: 0 0 1px #e6e6e6;
  border-top: none;
}

#product-search .option {
  padding: 5px 23px;
  cursor: pointer;
}

#product-search .option:hover {
  color: white;
  background: #3e3e3e;
}


#product-search-submit {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  background: #0076bd;
  border: none;
  padding: 5px 10px;
  position: absolute;
  right : 15px;
  top : 6px;
}
/*** fin barre de recherche ***/

.mod_catalog {
  overflow: hidden;
}
.mod_catalog .category {
  position: relative;
  float : left;
  font-size : 12px;
  width : 31.333%;
  margin :0 3% 17px 0;
  padding: 4px;
  background: #e6e6e6;
}
.mod_catalog .category:nth-child(3n) {
  margin :0 0 17px 0;
}

.mod_catalog .category img {

}

.mod_catalog .category-img {
  width: 100%;
  overflow: hidden;
}

.mod_catalog .category-title {
/*  text-transform: uppercase;*/
  padding: 10px;
  font-size : 13px;
  height : 45px;
  color : #fff;
  font-weight: bold; 
  background-color: #BE1E2D;
}


.mod_catalog .category-title p{
  margin : 0
}

.mod_catalog .category-title a{
/*  text-transform: uppercase;  */
  color : #fff;
  font-weight: bold;  
  text-decoration: none;
}


.mod_catalog .category-description {
  padding: 10px;
  color : #454545;
  font-size: 11px;
  height: 60px
}

.category-description p {
  margin : 0;
  height: 42px
}

.mod_catalog .products {
  background-color: #fff;
  height : 110px;
  padding-top : 4px;
}

.mod_catalog .products ul {
  margin : 0;
  padding-left : 25px;
  list-style-image: url(../img/fleche-bleue.png);
}

.mod_catalog .products ul.left {
  float : left;
}

.mod_catalog .products ul.right {
 // float : left;
}


.mod_catalog .products li {
  max-width : 190px;
  margin: 0 12px 0 0;
}

.mod_catalog .products a {
  color : #454545;
  font-size: 11px;
  text-decoration: none;
}

.mod_catalog .products a:hover {
  text-decoration: underline;
}

.mod_catalog .ss_category {
  height: auto;
}

.mod_catalog .ss_category .products{
  min-height: 175px;
  height: auto;
}

/*** Couleurs des catégories ***/

.product_header h2 {
  background-color: #BE1E2D;
}

.systemes-laser-accordables {
  background-color: #ec7404 !important;
}

.lasers-pulses-nd-yag-compacts {
  background-color: #93117e !important;
}

.diodes-laser,
.cw-diod-e-bars,
.diodes-laser-cw-qcw-fibrees,
.diodes-laser-stacks-qcw,
.diodes-laser-cw-ialda{
  background-color: #fecf05 !important;
}

.systemes-nd-yagdouble-impulsion {
  background-color: #62bb46 !important;
}

.lasers-pulses-haute-energie {
  background-color: #c58930 !important;
}

.laser-nd-yag-haute-puissance {
  background-color: #ed0c6e !important;
}

.lasers-a-fibre-pulses-ytterbium {
  background-color: #00a3bf !important;
}

/**** fin catalogue ****/
/***********************/


/************************************************************************************/
/****************************** Page produit ****************************************/
/************************************************************************************/

.mod_catalog_product {
  /*width : 741px;*/
}
.mod_catalog_product .product_header, .mod_catalog_product .container {
  overflow: hidden;
  margin-bottom: 20px;
}

/* En tête */

.mod_catalog_product {
  position: relative;
}

.product_panels li {
  list-style-image: url(../img/puce-rond-bleu.png);
}

.product_header {
  margin-bottom: 33px;
}

.product_header h2 {
  color: #fff !important;
}

.mod_catalog_product .product_titles {
  float : left;
}

.mod_catalog_product h1 {
  font-size : 20px;
  /*float : left;*/
  margin : 24px 0 0 0 !important;
  width : 505px;
  display: inline-block;
}

.mod_catalog_product h3 {
  font-size : 14px;
  color : #848484;
  margin: 0;
  font-weight: normal;
}

/* Couleur des titres */

.systemes-laser-accordables_title {
  color: #ec7404;
}

.lasers-pulses-nd-yag-compacts_title {
  color: #93117e;
}

.system-nd-yag-double-impulsion_title {
  color: #62bb46;
}

.lasers-pulses-haute-energie_title {
  color: #c58930;
}

.laser-nd-yag-haute-puissance_title {
  color: #ed0c6e;
}

.lasers-a-fibre-pulses-ytterbium_title {
  color: #00a3bf;
}

.mod_catalog_product.clBC0A25 h1 {
  color: #BC0A25 !important;
}
.mod_catalog_product.cl93117E h1 {
  color: #93117E !important;
}
.mod_catalog_product.cl62BB46 h1 {
  color: #62BB46 !important;
}
.mod_catalog_product.clec7404 h1 {
  color: #ec7404 !important;
}
.mod_catalog_product.clC58930 h1 {
  color: #C58930 !important;
}
.mod_catalog_product.clED0C6E h1 {
  color: #ED0C6E !important;
}
.mod_catalog_product.cl00a3bf h1 {
  color: #00a3bf !important;
}
.mod_catalog_product.clFECF05 h1 {
  color: #FECF05 !important;
}
.mod_catalog_product.cl007732 h1 {
  color: #007732 !important;
}
.mod_catalog_product h2 {
  font-size : 13px;
/*  text-transform: uppercase;*/
  width : 175px;
  margin : 24px 0 0 0;
  padding : 4px 8px;
  color : #fff;
  font-weight: bold;
  float : left;
  display: inline-block;
  zoom : 1;
  *display: inline;
}

.mod_catalog_product h2 p {
  margin : 0;
}

.mod_catalog_product .bloc-top-left {
  float: left;
}

.mod_catalog_product_coverflow {
  overflow: hidden;
}
.mod_catalog_product.clBC0A25 #main-description {
  color: #fff;
  background: #BC0A25 !important;
  border: 2px #BC0A25 solid;
}
.mod_catalog_product.cl93117E #main-description {
  color: #fff;
  background: #93117E !important;
  border: 2px #93117E solid;
}
.mod_catalog_product.cl62BB46 #main-description {
  color: #fff;
  background: #62BB46 !important;
  border: 2px #62BB46 solid;
}
.mod_catalog_product.clec7404 #main-description {
  color: #fff;
  background: #ec7404 !important;
  border: 2px #ec7404 solid;
}
.mod_catalog_product.clC58930 #main-description {
  color: #fff;
  background: #C58930 !important;
  border: 2px #C58930 solid;
}
.mod_catalog_product.clED0C6E #main-description {
  color: #fff;
  background: #ED0C6E !important;
  border: 2px #ED0C6E solid;
}
.mod_catalog_product.cl00a3bf #main-description {
  color: #fff;
  background: #00a3bf !important;
  border: 2px #00a3bf solid;
}
.mod_catalog_product.clFECF05 #main-description {
  color: #fff;
  background: #FECF05 !important;
  border: 2px #FECF05 solid;
}
.mod_catalog_product.cl007732 #main-description {
  color: #fff;
  background: #007732 !important;
  border: 2px #007732 solid;
}

.mod_catalog_product .bloc-top-right {
  float: left;
  margin-left : 15px;
}


/* Bloc description */
.product_description {
  width : 341px;
  color : #454545;
}

.product_description ul {
  margin: 10px;
  padding-left: 0;
}

.product_description li {
  list-style: none;
}
.product_description li::before {
  content: '●';
  margin-right: 10px;
}
.mod_catalog_product.clBC0A25 .product_description li::before {
  color: #BC0A25 !important;
}
.mod_catalog_product.cl93117E .product_description li::before {
  color: #93117E !important;
}
.mod_catalog_product.cl62BB46 .product_description li::before {
  color: #62BB46 !important;
}
.mod_catalog_product.clec7404 .product_description li::before {
  color: #ec7404 !important;
}
.mod_catalog_product.clC58930 .product_description li::before {
  color: #C58930 !important;
}
.mod_catalog_product.clED0C6E .product_description li::before {
  color: #ED0C6E !important;
}
.mod_catalog_product.cl00a3bf .product_description li::before {
  color: #00a3bf !important;
}
.mod_catalog_product.clFECF05 .product_description li::before {
  color: #FECF05 !important;
}
.mod_catalog_product.cl007732 .product_description li::before {
  color: #007732 !important;
}
.mod_catalog_contact {
  background-image: url(../img/fond-bouton-acces-contact.png);
  width : 341px; height : 47px;
}

/* Bloc d'onglets */

.product_tabs {
}

.product_tabs ul {
  margin-top : 10px;
  padding: 0;
  overflow: hidden;
}

.product_tabs li{
  list-style: none;
  float: left;
  background: #e6e6e6;
  border : 1px solid #e6e6e6;
  border-bottom: #e6e6e6;
  color : #666;
  padding : 7px 8px 7px 8px;
  margin-right : 2px;
  font-size : 12px;
  font-weight: normal;
  cursor : pointer;
}

.product_tabs li:hover,
.product_tabs li.active {
  background-image: none;
  background-color: #666;
  border : 1px solid #666;
  color : #fff;
  border-bottom: #666;
}

.product_panels {
  overflow: hidden;
  padding: 15px;
  border: 1px solid #666;
}
.product_panels ul {
  margin-left: 20px;
}
.product_panels .pan {
  display: none;
  position : relative;
}

.product_panels #pan_caracteristiques {
  display: block;
}

/* Tableau caractéristiques */

.tableau-caracteristiques-produit {
  width : 100%;
  border-spacing: 1px;
}

.tableau-caracteristiques-produit thead {
  background-color: #cacaca;
}

.tableau-caracteristiques-produit thead th{
  color : #0072b6;
  -moz-text-shadow : rgba(255,0,0,0.5) -1px -1px;
  text-shadow : rgba(255,255,255,0.5) -1px -1px;
  height : 36px;
  padding-left: 8px;
  font-size: 14px;
  font-weight: bold;
}

.tableau-caracteristiques-produit .even td{
  background-color: #ededed;
}

.tableau-caracteristiques-produit td {
  padding : 4px 8px;
  text-align: left;
  border : 1px solid #d7d7d7;
  font-size: 12px;
  color : #3e3e3e;
}

.tableau-caracteristiques-produit td + td,
.tableau-caracteristiques-produit td + td +td{
  font-weight: normal;
}

/* Accès formulaire de contact */

.catalog_feedback_form_access {
  position: absolute;
  top : 0;
  left: 0;
}

.catalog_contact_form_access {
  background: #666;
  width : 341px; height : 48px; line-height: 48px;
  font-size: 14px;
  text-align: center;
  position: relative;
  border: 2px solid #666;
}

.interestedLbl {
  float: left;
  width : 200px;
  height: 44px;
  text-align: center;
  color: #666;
  font-weight: bold;
  background: #fff;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
.de .interestedLbl {
  width : 160px;
}
.contact_us_link {
  float: right;
  height: 44px;
  margin-right: 0;
}

.contact_us_left {
  display: none;
}

.contact_us_link a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  background: #0076bd;
  border: none;
  padding: 5px 10px;
}

.contact_us_right {
  display: none;
}

/*** fin formulaire accès contact */

/*** Accès formulaire feedback ***/

.feedback_access {
  max-width: 340px;
  border: #666 2px solid;
}
.feedback_access .feedback_headline_header {
  background: #666 !important;
  width: auto !important;
}
.feedback_access .feedback_headline_header .author_name {
  color: #fff !important;
  
}
.feedback_access .feedback_headline_header .author_function {
  color: #e6e6e6 !important;
  
}
.feedback_access .feedback_headine_body {
  background: #e6e6e6 !important;
  width: auto !important;
}
.feedback_access a.read_feedback:hover {
  text-decoration: underline !important;
}
.form_feedback_access {
  background: #0076bd;
  width : auto; height : 57px;
  border : none;
  margin-top : 9px;
}

.form_feedback_access a {
  display: block;
  width : auto; height : 57px;
  line-height : 57px;
  color : #fff;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  font-weight: bold;
  text-align: center;
}

.feedback_access {
  margin-top : 10px;
  position: relative;
}

.feedback_headline_author_infos {margin-top : 5px;float:left;}
.feedback_headine_body {min-height : 65px; padding : 10px 10px 30px 50px; width: 280px; font-size: 11px;}

.read_feedback {
  background-image: url(../img/fleche-bleue.png);
  background-repeat: no-repeat;
  background-position: 4px 2px;
  padding-left: 11px;
  color : #454545;
  text-decoration: none;
  font-size: 11px;
  position: absolute;
  bottom : 18px;
  right : 20px;
  bottom : 10px;
}

.read_feedback a:hover {
  text-decoration: underline;
}

.product_feedback_img {
  margin : 5px 5px 0 5px !important; 
}

/*** fin accès formulaire feedback ***/

/*** Onglet downloads **/

.tab-downloads {
  float : left;
  width : 50%;
}

.tab-downloads thead {
  background-color: #cacaca;
}

.tab-downloads th{
  color : #0072b6;
  font-weight: normal;
  height : 36px;
  padding-left: 8px;
  font-size: 14px;
}

.header-pdf span {
  background-image: url(../img/picto-pdf.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 25px;
}

.header-step span {
  background-image: url(../img/picto-step.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 25px;
}

.tab-downloads .odd {
  background-color : #ededed;
}

.tab-downloads th {
  border : 1px solid #afafaf;
}

.tab-downloads td{
  border : 1px solid #d7d7d7;
  padding : 4px 8px;
  font-weight: bold;
  color : #454545;
}

.tab-downloads .file-size{
  font-weight: normal
}

.tab-downloads a {
  text-decoration: none;
  color : #454545;
}

.tab-downloads a:hover {
  text-decoration: underline;
}

/*** fin onglet downloads ***/


/*** onglet accessoires ***/
.accessories {
  border-collapse: collapse;
}

.accessories td{
  border : 1px solid #d7d7d7;
  width : 154px; height : 125px;
  text-align: center;
  padding : 10px 12px;
  font-size : 11px;
  color : #696969;
  font-weight: bold;
  vertical-align: top;
}


.accessories td a {
  background-color: #e2dfd8;
  text-decoration : none;
  padding-left : 8px;
  background-image: url('../img/fleche-bleue.png');
  background-repeat: no-repeat;
  background-position: left center;
  line-height : 24px;
  color : #696969;
  font-size : 11px;
}

.accessories td a:hover {
  text-decoration: underline;
}

.accessories td .access_more_container {
  background-color: #e2dfd8;
  display: block;
  width : 179px;
}

.accessories .accessory_desc_ext {
  text-align: left;
}

.accessories td ul {
  margin : 0;
  padding-left : 16px;
}

.accessories td li {
  margin : 0;
}

/*** Popup accessory ***/
#popup_accessory_bg {
  display : block;
  position : absolute;
  top : 0; left : 0;
  width : 100%;
  height: 100%;
/*  background-color : #000;
  opacity : 0.5;*/
  z-index: 30000;
}

.popup_accessory {
  display: block;
  background-color: #fff;
  padding : 10px;
  border : 1px solid #dbdbdb;
  -moz-box-shadow : 0px 0px 2ox #000;
  -webkit-box-shadow : 0px 0px 2ox #000;
  -o-box-shadow : 0px 0px 2ox #000;
  border-radius : 5px;
  box-shadow : 0px 0px 2px #000; /* rgba(0,0,0,0.5) */
}

/*** fin onglet accessoires ***/

/*** onglet garantie ***/

.contact-title {
  background-image: url('../img/fleche-bleue-large.png'); 
  background-repeat: no-repeat; 
  background-position: left center;
  padding-left: 15px;
}

.support_eu,
.support_france {
  line-height: 30px;
}

.support_eu {
  margin-bottom : 10px;
}

.phone-number { 
  background-color: #f0f0f0; 
  padding : 5px 10px 5px 30px; 
  background-image: url('../img/picto-phone.png'); 
  background-repeat: no-repeat; 
  background-position: left center; 
  margin-right : 10px;
}

.email-bleu { 
  background-color: #f0f0f0; 
  padding : 5px 10px 5px 35px; 
  background-image: url('../img/picto-mail-bleu.png'); 
  background-repeat: no-repeat; 
  background-position: left center;
}

.download-warranty {
  padding : 5px 10px 5px 30px; 
  margin-left : 10px;
  background-image: url('../img/picto-pdf-2.png'); 
  background-repeat: no-repeat; 
  background-position: left center;
  text-decoration: none;
  color : #454545;
}

/***********************/

/****************************** fin page produit ****************************************/
/****************************************************************************************/

/*******************************************************************************************/
/****************************** Formulaires produit ****************************************/
/*******************************************************************************************/

.mod_catalog_form {
  margin-top : -7px;
  position : relative;
}

.mod_catalog_form .print-or-send {
  position : absolute;
  top : -22px;
  left : 696px;
}

.mod_catalog_form h1{
  font-size: 20px;
  color : #0072b6;
  margin : 0;
  padding : 0;
}

.mod_catalog_form h2{
  font-size: 14px;
  color : #848484;
  margin : 0;
  padding : 0;
}

.mod_catalog_form .headerTxt {
  width : 684px;
  background-image: url(../img/bordure-points-gris-fond-blanc.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom : 20px;
}

.mod_catalog_form form table {
  width: 576px;
}

td.input {
  width:387px;
}

td.label {
  color : #0072b6;
  vertical-align: top;
}

td.submit {
  text-align: right;
}

.mod_catalog_form input[type='text'],
.mod_catalog_form textarea {
  width : 383px;
  padding : 0 0 0 4px;
  border : 1px solid #dbdbdb;
  border-radius : 5px;
  color : #454545;
}

.mod_catalog_form input[type='text'] {
  line-height: 23px;
  height: 23px;
}

.mod_catalog_form input[type='submit'] {
  background-image: url(../img/btn-valider.png);
  background-repeat: no-repeat;
  width : 60px; height : 20px;
  border : none;
  color : #fff;
}


/****************************** fin formulaires produit ****************************************/
/***********************************************************************************************/


/************ Page témoignage ************/ 

.mod_catalog_product_feedback{
  max-width: 730px;
}

.mod_catalog_product_feedback h1.headline {
  margin: 0;
}

.mod_catalog_product_feedback h2.headline {
   margin : 0 0 35px 0;
   font-size: 14px;
   color : #848484;
}

.mod_catalog_product_feedback .feedback_header {
  background-color: #f3f2ef;
  height: 27px;
  margin-bottom : 20px;
}

.feedback_header .date {
  background-image: url(../img/picto_date_feedback.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left : 30px;
  display: inline-block;
  line-height: 27px;
  color : #0072b6;
  font-weight: bold;
  margin : 0 55px 0 20px;
}

.feedback_header .localization {
  background-image: url(../img/picto_localization_feedback.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left : 20px;
  display: inline-block;
  line-height: 27px;
  color : #0072b6;
  font-weight: bold;
}

.feedback_header a.backToProduct {
  background-image: url(../img/btn-retour-news.png);
  width : 169px; line-height: 27px;
  padding-left: 55px;
  display: block;
  float : right;
  color : #fff;
  text-decoration: none;
}

.mod_catalog_product_feedback .ce_text .image_container {
  border : 1px solid #dbdbdb;
  padding : 2px;
/*  max-width: 181px;*/
}

.mod_catalog_product_feedback .ce_text .image_container img{
  margin : 0;
}

.mod_catalog_product_feedback .ce_text .image_container.float_left {
  margin : 0 10px 5px 0;
}

.mod_catalog_product_feedback .ce_text .image_container.float_right {
  margin : 0 0 5px 10px;
}

.mod_catalog_product_feedback .ce_text .image_container .caption{
  background-color: #f1efec;
  margin-top : -3px;
  padding : 2px;
}

.mod_catalog_product_feedback .ce_image.left {
  width : auto !important;
}

.mod_catalog_product_feedback .ce_text.block {
  overflow: visible;
}

/**** fin page témoignage *****/
/******************************/

/*******************************/
/*** Page résultat recherche ***/
/*******************************/

.mod_catalog_search_results h1 {
  color : #0072b6;
  margin : 0 0 10px 0;
  font-size: 20px;
}

.mod_catalog_search_results h2 {
  color : #fff !important;
/*  text-transform: uppercase;*/
  display: inline-block;
  zoom : 1;
  *display: inline;
  padding : 4px 20px;
  font-size : 12px;
  font-weight: normal;
  margin : 0 0 20px 0;
}

.mod_catalog_search_results h2 p{
  margin : 0
}

.mod_catalog_search_results .application_request {
  color : #0072b6;
  font-size : 18px;
  text-transform: none;
  margin-left : 0px;
  padding-left: 0px;
}

.mod_catalog_search_results .product {
  overflow: hidden;
  margin-bottom: 20px;
  background-image: url(../img/bordure-points-gris-recherche.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom : 10px;
}

.mod_catalog_search_results a {
  text-decoration : none;
}

.mod_catalog_search_results a:hover {
  text-decoration : underline;
}

.product h4 {
  background-image: url(../img/fleche-bleue.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left : 8px;
  color : #3e3e3e;
  margin : 0 0 5px 0;
}

.product-image {
  position : relative;
  padding : 2px;
  width : 114px; height : 90px;
  float: left;
  margin-right : 10px;
}

.product-image img {
  padding: 2px;
  border : 1px solid #666;
}

.product-result-coche-blanche {
  display: none;
}

.product-infos {
  float : left;
  width : 570px;
  font-size : 12px;
  color : #454545;
}

.p-applications {
  margin : 0;
  padding: 0;
}

.applicationLbl {
  text-decoration: underline;
}

/*** fin page résultat recherche ***/
/***********************************/

/*** Formulaire ***/

.mod_catalog_form {
  color : #454545;
}


.mod_catalog_form .headline {
  color : #2f8bc1;
  font-size : 12px;
}


.mod_catalog_form label {
  display: inline-block;
}


.mod_catalog_form label.fixed_width {
  width : 70px;
}


.mod_catalog_form .radio_container {
  display: inline-block;
  margin-bottom : 10px;
}


.mod_catalog_form input[type="text"] {
  border : 1px solid #e2e2e2;
  -webkit-border-radius : 5px;
  -moz-border-radius : 5px;
  border-radius : 5px;
  /*  width : 387px;*/
  line-height : 26px;
  height: 26px;
  margin-bottom: 10px;
}


.mod_catalog_form input.fixed_width {
  width : 387px;
}


.mod_catalog_form select[name="country_name"]{
  width : 342px;
/*  height: 26px;*/
  margin : 0 0 10px 12px;
}


.mod_catalog_form label[for="tel_nbr"]{
  margin-right : 1px;
}


.mod_catalog_form label[for="fax_nbr"]{
  margin-right : 10px;
}


.mod_catalog_form input[name="tel_nbr"],
.mod_catalog_form input[name="fax_nbr"] {
  width : 169px;
  margin-right: 9px;
}


.mod_catalog_form select {
  border : 1px solid #e2e2e2;
  -webkit-border-radius : 5px;
  -moz-border-radius : 5px;
  border-radius : 5px;
}


.mod_catalog_form span.mandatory {
  color : #b11116;
  margin-left: 2px;
}

#country_name_select {
  display: inline-block; 
}

#laser_model_select {
  margin : 0 9px 0 40px;
}

#country_name_select .selectedOption  {
  position : relative;
  background-image: url(../img/form_contact_select_btn.png);
  background-repeat: no-repeat;
  background-position: right center;
  border : 1px solid #e2e2e2;
  -webkit-border-radius : 5px;
  -moz-border-radius : 5px;
  border-radius : 5px;
  height : 26px;
  line-height: 26px;
  padding : 2px 6px;
  margin : 0 0 10px 10px;
  width : 323px;
  z-index: 1999;
}

#country_name_select .optionsContainer {
  display : none;
  position: absolute;
  padding : 13px 6px 2px 6px;
  margin : -13px 0 0 10px;
  border : 1px solid #e2e2e2;
  border-top : none;
  background-color: #fafafa;
  width : 323px;
  z-index : 20000;
  max-height: 300px;
  overflow: scroll;
}

#laser_model_select .selectedOption {
  width : 306px;
}

#country_name_select .optionsContainer .option {
  padding : 3px 4px;
}

#country_name_select .optionsContainer .option:before {
  content : url(../img/fleche-bleue.png);
  margin-right : 4px;
  padding-left: 4px;
}

#country_name_select .optionsContainer .selected {
  background-color: #3e3e3e;
  color : #fff;
}

.mod_catalog_form label#label_for_message {
  display: block;
  margin-bottom: 10px;
}

.mod_catalog_form textarea {
  border : 1px solid #e2e2e2;
  -moz-border-radius : 5px;
  -webkit-border-radius : 5px;
  border-radius : 5px;
  vertical-align: top;
  float: none;
  width : 462px;
  margin-bottom : 10px;
}

.mod_catalog_form .submit {
  background-image: url(../img/btn-plus-infos.png);
  background-repeat: no-repeat;
  color : #fff;
  border : none;
  height : 23px;
  line-height: 23px;
  width : 75px;
  font-size: 9pt;
  margin-left: 390px;
}

.mod_catalog_form .submit:hover {
  background-image: url(../img/btn-plus-infos-hover.png);
}

/*** fin formulaire ***/
#main .inside h1 {
  text-transform: none !important;
}