﻿/*-----------------------------------------------------------------------------*/
/*------------------------------- Catalogue -----------------------------------*/
/*-----------------------------------------------------------------------------*/

/*-- Catégories parent (arborescence) --*/

.shop_CategoriesParentsDiv
{
	margin: 0px 0px 20px 0px;
}

.shop_CategoriesParents
{
	font-family: Times new roman;
	font-size: 12px;
}

/*-- Liste de catégories, section centrale --*/

.shop_grdCategories
{
	width: 200px;
}

.shop_grdProduitsRow
{
    height: 40px;
    vertical-align: top;
}

.shop_grdItmCat
{
}

.shop_catcln1
{
}

.shop_cat1
{
	font-family:Times new roman;
	font-size: 12px;
	padding: 0px 0px 6px 0px;
}

/*-- Étiquette de catégorie --*/

.shop_CategorieDiv
{
    display: block;
    margin: 30px 0px 0px 40px;   
}

.shop_Categorie
{
	font-family: Verdana ;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #9b9d9f;  
}

.shop_CategorieDescriptionDiv
{
    display: block;
    width: 450px;
    margin: 20px 0px 0px 40px;
}

.shop_CategorieDescription
{
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
}

/*-- Menu de produits à gauche --*/

.menuCatalogueOff
{
	font-family: Verdana ;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #9b9d9f;  
	text-decoration: none;
	margin: 10px 0px 10px 0px;
	display: block;
}

.menuCatalogueOn
{
	font-family: Verdana ;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #d19915;  
	text-decoration: none;
	cursor: pointer
}

.menuCatalogueOff2
{
	font-family: Verdana ;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #9b9d9f;  
	text-decoration: none;
	margin: 10px 0px 10px 0px;
	display: block;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.menuCatalogueOn2
{
	font-family: Verdana ;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #d19915;  
	text-decoration: none;
	margin: 10px 0px 10px 0px;
	display: block;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	cursor: pointer
}

/*-- Liste de produits, section centrale --*/

.shop_grdProduits
{
    display: block;
	width: 470px;
	margin: 0px 0px 0px 40px;
	top: 80px;
}

.shop_prdcln0
{
}

.shop_prdcln1
{
}

.shop_prdcln2
{
}

.shop_prdcln3
{
}

.shop_prdcln4
{
    display: none;
}

.shop_prd0
{
    display: none;
}

.shop_prd1
{
    display: block;
}

.shop_prd2
{
    font-size:12px;
    width: 200px;
    vertical-align: middle;
    padding: 0px 0px 0px 20px;
}

.shop_prd3
{
    width: 100px;
	font-family: Verdana ;
	font-size: 11px;
	text-transform: uppercase;
	color: #000000;  
	text-decoration: none;
	text-align: right;
	padding: 0px 40px 0px 0px;
	vertical-align: middle;
}

.shop_prd4
{
    display: none;
}

.shop_prd5
{
	vertical-align: middle;
}

.shop_ImgLst
{
	display: block;
	vertical-align: middle;
	width: 100px;
}

.shop_prodNomLst
{
	font-family: Verdana ;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #d19915;  
	text-decoration: none;
}

.shop_PagesDiv
{
	 
}

.shop_Pages
{
    
}

/*-- Liste de produits : Pager, Pager Link --*/

.shop_grdPages
{
	font-family: Times new roman;
	font-size: 12px;
	text-align: right;
}

.shop_pgrL
{
    
}

/*-- Détail d'un produit (DIV) --*/

.shop_ProduitDiv
{
    display: block;
    position: relative;
	width: 535px;
	height: 280px;
}

.shop_ProduitNomDiv
{
	width: 230px;
	display: block;
	position: absolute;
	top: 0px;
	left: 40px;
}

.shop_ProduitDescriptionDiv
{
	position: absolute;
	display: block;
	width: 230px;
	left: 40px;
	font-size:8px;
	top: 30px;
}

.shop_ProduitFabricantDiv
{
}

.shop_ProduitPhotoDiv
{
    display: block;
    position: absolute;
    top: 50px;
    left: 320px;
}

.shop_ProduitPrixDiv
{
	font-family:Times new roman;
	font-size:10px;
	text-decoration:none;
	vertical-align:bottom;
	width: 100px;
	text-align: right;
	position: absolute;
	display: block;
	left: 290px;
	top: 2px;
}

.shop_ProduitPrixSoldeDiv
{
}

.shop_ProduitAjouterCartDiv
{
	position: absolute;
	display:inline-block;
	font-family:Times new roman;
	font-size:10px;
	text-decoration:none;
	text-align: right;
	top: 30px;
	left: 340px;
}

.shop_ProduitQntDiv
{
	position: absolute;
	display:inline-block;
	width:100px;
	top: 0px;
	left: 400px;
	font-size: 10px;
	text-decoration:none;
	vertical-align: middle;
}

/*-- Détail d'un produit (étiquettes) --*/

.shop_ProduitNom
{
	font-family: Verdana ;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #9b9d9f;  
}

.shop_ProduitDescription
{
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
}

.shop_ProduitFabricant
{
}

.shop_ProduitPhoto
{
    width: 74px;
}

.shop_ProduitPrix
{
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
}

.shop_ProduitPrixSolde
{
}

.shop_ProduitAjouterCart
{
}

.shop_ProduitQnt
{
    left: 30px;
	width: 30px;
}

.shop_ProduitQntlbl
{
	padding-right: 5px;
	font-family: Verdana ;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #9b9d9f;  
}

.addCart
{
	font-family: Verdana ;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #d19915;  
	text-decoration: none;
}

/*-- Menu du catalogue (bloc) --*/

#objMenu
{
    background-color: #ffffff;
}

.shop_Menu
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}

.shop_MenuHover
{
	cursor: hand;
	color: #ffffff;
	height: 25px;
	width: 175px;
    padding: 5px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.shop_MenuClicked
{
	color: #ffffff;
	height: 25px;
	width: 175px;
	font-family: Times New Roman;
}

.shop_MenuSelected
{
	color: #ffffff;
	height: 25px;
	width: 175px;
	padding: 5px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	font-family: Times New Roman;
}

.shop_MenuNode
{
	color: #ffffff;
	height: 25px;
	width: 175px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Times New Roman;
}

.shop_MenuLien
{
	color: #ffffff;
	text-decoration: none;
	margin: 0px 0px 0px 15px;
	font-family: Times New Roman;
}

.shop_MenuLienOn
{
    color: #ffffff;
	text-decoration: none;
	margin: 0px 0px 0px 15px;
	font-family: Times New Roman;
}

.shop_MenuSymbole
{
    display: inline;
	position: absolute;
	left: 0px;
	z-index: -1;
	height: 25px;
	margin: -4px 0px 0px 1px;
}

/*-- Si l'on désire avoir des différences selon le niveau des items --*/

.shop_MenuNiv0
{
}

.shop_MenuNiv0Hover
{
}

.shop_MenuNiv0Hl
{
}

.shop_MenuNiv1
{
}

.shop_MenuNiv1Hover
{
}

.shop_MenuNiv1Hl
{
}
