/**
 * product_info CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: product_info.css V1
 * Bixis Rev 20090513 : ajout pout cacher description au chargement
 */

.toggleClass {
  padding: 0.5em;
  font-size: 1.1em;
  background: #fffb9a url(../images/plus.gif) no-repeat +18em;
  text-align: left;
  font-weight: bold;
  cursor: pointer;  margin-left: +20em;
  margin-right: +20em;
}

/* Bixis 20100428 id pour includes/languages/french/html_includes/define_main_page.php*/
#indexCategoriesMainContent {border: 0.4em #ffac51 dotted;background: #ffe375 url('../images/FaceBook.jpg') no-repeat bottom center;}

/* Bixis 20100407 bouttons FaceBook Share*/
.fb_share_button 
  { 
  padding: 5px 0px 4px 0px; border:1px solid #d8dfea; height:50px;
  background: url('../images/FaceBook.jpg') no-repeat bottom;
  width: 147px;margin-right: +165px;} 
.fb_share_button:hover 
  { color:#fff;  
   background:#074590 url('../images/FaceBook.jpg') no-repeat bottom center; 
   text-decoration:none; 
  }

.toggleClass.active {
  background:  #fffb9a url(../images/minus.gif) no-repeat +18em;
}

h3.attributesComments_trigger 
{
  padding: 0.5em;
  font-size: 1.1em;
  background: #ddff82 url(../images/icon_down.gif) no-repeat left center;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
  float: left;
  margin-left: 0em;
  margin-right: 0em;
text-indent: 20px;}

h3.attributesComments_trigger.active {
  background: #afff82 url(../images/icon_up.gif) no-repeat left center;
}


/*
#toggleDescription {
	padding: 2em;
}

#productDescription {
visibility: hidden;
}
*/

