/* tntbase 6 - topnotchthemes_1000 v1.0 01012008 */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom css and css overrides in this file and  */ 
/* rename it local.css.  By restricting your css changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.               */

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */


/* Pour la modification des blocs view dans les menus */

.view-display-id-block_1 ul li {
  border-bottom: 1px solid #aaa9ae;
  font-size: .9em;
  font-weight: bold;
  list-style-image: none !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.view-display-id-block_1 ul li.expanded {
  border-bottom: none;
}

.view-display-id-block_1 ul li.expanded ul.menu {
  margin: 0 0 0 10px;
}

.view-display-id-block_1 ul li a:link,
.view-display-id-block_1 ul li a:visited {
  display: block;
  padding: 1px 10px;
}

.view-display-id-block_1 ul li a:hover,
.view-display-id-block_1 ul li a.hover {
  background: url('images/sidebar-hover-bg.png');
  color: #fff !important;
  text-decoration: none;
}


/* Pour la modification des blocs contenant les drapeaux et les langues */

.view-display-id-block_1 ul li,
.block-locale ul li {
  border-bottom: 1px solid #aaa9ae;
  font-size: .9em;
  font-weight: bold;
  list-style-image: none !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.view-display-id-block_1 ul li.expanded {
  border-bottom: none;
}

.view-display-id-block_1 ul li.expanded ul.menu {
  margin: 0 0 0 10px;
}

.view-display-id-block_1 ul li a:link,
.view-display-id-block_1 ul li a:visited,
.block-locale ul li a:link,
.block-locale ul li a:visited {
  display: block;
  padding: 1px 10px;
}

.view-display-id-block_1 ul li a:hover,
.view-display-id-block_1 ul li a:focus,
.block-locale ul li a:hover,
.block-locale ul li a:focus {
  background: url('images/sidebar-hover-bg.png');
  color: #fff !important;
  text-decoration: none;
}


/* Pour la modification des images dans les pages produits */

.field-field-diaporama {
  background: #DEE4E8;
  border: 1px solid #B0C6D1;
  padding: 10px 0;
}

.field-field-diaporama:after {
  clear: both;
  content: "."; 
  display: block; 
  font-size: 0;
  height: 0; 
  visibility: hidden;
}

.field-field-diaporama a.lightbox-processed img {
  float: left;
  margin: 10px 10px;
  /*width: 100px;
  height: 100px;*/
}

.add-to-cart {
  clear: both;
}


/* Pour modifier la home page avec 3 best-seller */
.view-Home-best tbody {
  vertical-align:top;  
}


/*.view-Home-best td {
  border-style:groove;
  border-width:4px;
  border-color:#B0C6D1;
}*/


.view-header p {
color: #005591;
font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, sans-serif;
font-size: 1.2em;
font-weight: bold;
margin-bottom: 8px;
text-transform: uppercase;
}

/* Pour la modification des produits type product 
.content .product-info weight,
.content .product-info dimensions {
    visibility: hidden;
}
*/
