	/*
  $Id: default.css,v 1.56 01/07/2007 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 default vs. NÂ¡id_categ.css pour la categorie box
*/

TR.headerNavigation {
  background: #000;
}

TD.headerNavigation {
  /*font-family: Verdana, Arial, sans-serif;
  font-size: 10px;*/
  background: #000;
 /* color: #ffffff;
  font-weight : bold;*/
}
TD.onglet_bas { 
  background: #000;
  background-image: url("./images/menu/img_menu0_bas.gif");
  background-repeat: repeat-x;
  background-position: 0 0; 
  
}
.boxText { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
}


.infoBox_categ {
  background: #000; /*border*/
}

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

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


/*
* Ajout Tom : categorie produits
*/
.actif{
	color: #669900;
	font-weight: bold;
	 
}

a.produit_cat0{
	color: #000;
	 
}
a:hover.produit_cat0{
	color: #CC0000;
	text-decoration: none;
}

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


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

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

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



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

#carac {
	border: 1px solid #000;
}

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

#detail {
	border: 1px dotted #000;
}

#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: #000;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	line-height: 14px;
	letter-spacing: 1px;
}