/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
  
  ###############################################
  // TOM >> Feuille CSS NÂ¡id_categ.css pour la categorie box
  // $id_categ = 21
*/


 
TR.headerNavigation {
  background: #7EB62D;
}
TD.headerNavigation {
  /*font-family: Verdana, Arial, sans-serif;
  font-size: 10px;*/
  background: #7EB62D;
 /* color: #ffffff;
  font-weight : bold;*/
}
TD.onglet_bas { 
	background: #7EB62D;
	background-image: url("./images/menu/img_menu28_bas.gif");
	background-repeat: no-repeat;
	background-position: 850px 0; 
	}

/*
* couleur Table Product info *
*/
#productinfo {
	border: 1px solid #7EB62D;
}

.boxText { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
}


.infoBox_categ {
  background: #7EB62D; /*border*/
}

.infoBoxCategContents {
  background: #ffffff;
  background-image: url("./images/infobox/fond_categ28.gif");
  background-position : top ;
  background-repeat: repeat-x;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/*
* Ajout Tom : categorie produits
*/

.actif{
	color: #7EB62D;
	font-weight: bold;
	 
}
a.produit_cat0{
	color: #000;
	 
}
a:hover.produit_cat0{
	color: #cc0000;
	text-decoration: none;
}
a.produit_cat1{
	color: #7EB62D;
}
a:hover.produit_cat1{
	color: #cc0000;
	text-decoration: none;
}
a.produit_cat2{
	color: #999999;
}
a:hover.produit_cat2{
	color: #cc0000;
	text-decoration: none;
}
/*******************************/



TD.infoBoxCategHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #7EB62D;
  color: #ffffff;
}




/* Bouton CSS Sous-Categories */


#boutonsouscat {
	width: 200px;
	margin: 5px;
	border: 0px solid #000;
	color: white;
	font-weight: bold;
}
	
#boutonsouscat a {
	height: 32px;
  	height: 24px;
	text-decoration: none;
	}	
	
#boutonsouscat  a:link, #boutonsouscat  a:visited {
	color: white;
	display: block;
	background: url('images/menu/menu8.gif');
	padding: 8px 0 0 10px;
	}
	
#boutonsouscat a:hover {
	color: #7EB62D;
	background: url('images/menu/menu8.gif') 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#boutonsouscat a:active {
	color: #FF6666;
	background: url('images/menu/menu8.gif') 0 -64px;
	padding: 8px 0 0 10px;
	}


/* Entoure les images pour viter dtourage...  */

img.imgcat {
	border: 1px solid #7EB62D;
}

img:hover.imgcat {
	border: 1px dashed #7EB62D;
}

/*
* Pour Product Info > table des caracteristiques
*/

#carac {
	border: 1px solid #7EB62D;
}

.DynCara
{
	border-width: 0px 1px 1px 1px;
	border-color: #7EB62D;
	border-style: solid;
}

#detail {
	border: 1px dotted #7EB62D;
}

#carac li, .text_product
{
	list-style: none;
	font-family: Verdana, Arial, sans-serif;
	padding: 0 0 0 10;
	font-size: 11px;
	line-height: 16px;
	color: #4F4F4F;
}

p.text_product {
	padding-top: 40px;
}

.titre_tab {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #7EB62D;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	line-height: 14px;
	letter-spacing: 1px;
}

/*
* Pour Product Listing >  new splitPageResults()
*/
TABLE.productCategListing {
  border: 1px;
  border-style: solid;
  border-color: #7EB62D	;
  border-spacing: 1px;
  background: #ffffff;
  background-image: url("./images/infobox/fond_categ28.gif");
  background-position : top ;
  background-repeat: repeat-x;
}

.productCategListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #7EB62D;
  color: #FFFFFF;
  font-weight: bold;
}

TR.productCategListing-odd, TR.productCategReviews-odd, TR.upcomingCategProducts-odd{
  background: #CCFFCC;
}

TR.productCategListing-even, TR.productCategReviews-even, TR.upcomingCategProducts-even{
  background: #FFFFCC;
}

