/* Pierre-Henri Poiret
 * 
 * Module 'Big Menu' pour ZenCart Axecibles
 *
 * 25 juin 2009
 * 
 * Liste des fichiers à copier dans ZenCart
 * - includes/templates/template_perso/common/big_menu.php
 * - includes/templates/template_perso/css/style_bigMenu.css
 * - includes/languages/french/big_menu.php
 * - includes/templates/template_perso/jscript/jscript_menu_bigMenu.php
*/
#bigMenu {
	text-align:center;
	position:relative;
	left:30px;
	width:968px;
	height:22px;
	padding-top:5px;
	background-color:#000000;
	z-index:98;
}

#bigMenuMasterCategories {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}

.bigMenu_master_category a {
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;	
}

.bigMenu_master_category a:hover {
	color:#FFCC00 !important;
	font-size:13px;
	text-decoration:none;
	font-weight:normal;
}
.bigMenu_master_category a:visited {
	color:#FFFFFF;
	font-size:13px;
	text-decoration:none;
	font-weight:normal;
}

.bigMenu_master_category {
	float:left;
	padding:3px 14px;
	background:#000000;
	font-size:14px;
	text-align:center;
	cursor:pointer;
}

.bigMenu_subcategories_content {
	display:none;
	position:absolute;
	z-index:1000;
	top:30px;
	left:-30px;
	width:984px;
	padding:5px;
	background:#000000;
	border:2px solid #FFFFFF;
}

.sub_categories_elements {
	font-size:12px;
}

.bigMenu_subcategories_list, .bigMenu_manufacturers_list {
	width:240px;
	display: inline;
	float:left;
	text-align:left;
	background-image:url(/images/images_produits/tranche_04.png);
	background-repeat:repeat-x;
	height:220px;
	margin-right:10px;
}
.sub_categories_list, .manufacturers_list_per_master_category {
	margin:0;
	padding:0 0 0 10px;
	list-style:none;
}
.bigMenu_subcategories_list h3, .bigMenu_manufacturers_list h3 {
	margin:0 0 5px 0;
	padding:0;
	color:#FFFFFF;
}
.sub_categories_list li a, .manufacturers_list_per_master_category li a {
	color:#CCCCCC;
	font-weight::normal;
	text-decoration:none;
	font-size:13px;
}
.sub_categories_list li a:hover, .manufacturers_list_per_master_category li a:hover {
	color:#FFCC00;
	font-weight::normal;
	text-decoration:none;
	font-size:13px;
}
.bigMenu_top_product {
	position:relative;
	width:470px;
	float:left;
	padding:5px;
	border:2px solid #666666;
	text-align:left;
}
.bigMenu_top_product h3 {
	margin:2px 2px 5px 2px;
	padding:2px;
	border-bottom:1px solid #FFFFFF;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}
.bigMenu_top_product_image {
	float:left;
	width:40%;
}
.bigMenu_top_product_image img {
	border:1px solid #FFFFFF;
}
.bigMenu_top_product_price {
	float:left;
	width:40%;
	font-size:18px;
	text-align:center;
}
.bigMenu_top_product_view_specials {
	float:right;
	width:280px;
	margin:2px auto;
	padding:3px;
	background:#FFCC00;
	text-align:center;
}
.bigMenu_top_product_view_specials:hover {
	background:#FFFFFF;
}
.bigMenu_top_product_view_specials a, .bigMenu_top_product_view_specials a:hover {
	display:block;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.ital {
	font-size:10px;
	color:#999999;
}
#fleche_35 {
	left:250px;
}
#fleche_36 {
	left:400px;
}
#fleche_37 {
	left:610px;
}
#fleche_39 {
	left:110px;
}
#fleche_123 {
	left:520px;
}
.fleche{
	position:absolute;
	z-index:1010;
	display:none;
	height:10px;
	width:120px;
	top:23px;
	background:url(/images/images_produits/pointe.png) center;
	background-repeat:no-repeat;
}

