/* Quick Access*/
.quick-access {text-align:right;color:#fff;padding-top:62px;margin:0;}
.quick-access ul {margin:0;padding:0;list-style-type:none;}
.quick-access li {float:right;margin:0 3px;}
.quick-access li.first { padding-left:0; }
.quick-access li.last { padding-right:0; background:none; }

.shop-access a {color:#fff; font-size:11px;text-decoration:none;display:block; }
.shop-access a:hover { color:#fbc000; }
.shop-access li.last { padding-right:0; background:none; }

/*
 * Top menu principal
 */

ul#nav { height: 16px ;	margin: 0 ;	padding: 0 ; background-color:#ccc ; list-style-type: none ; }
ul#nav li {	float: left ; text-align: center ; }
ul#nav li a { width: 130px ;line-height: 16px ;	font-size: 10px ; font-weight: bold ; text-transform:uppercase;	letter-spacing: 2px ; color: #000 ;	display: block ; text-decoration: none ; border-right: 1px solid #000;}
ul#nav li a:hover { background-color:#fbc000; }


/*
 * Menu gauche de la page produit velo
 */
.col-G ul#mg {
	list-style-type: none;
	margin:10px 0 0 10px;
	padding:0;
	width: 179px;
	text-align: left;
}

.col-G ul#mg li {display: inline;}	/* correction pour IE5 et IE5.5 */

.col-G ul#mg li a {
	display: block;
	height: 30px;
	width: 179px;
	text-decoration: none;
	line-height: 25px;	/* hauteur de ligne pour éviter les paddings */
	background:url("../images/bandeau.png") no-repeat top right;
	padding:2px 0 0 5px;
	margin-bottom:5px;
}

.col-G ul#mg li a:hover {background:url("../images/bandeau-jaune.png") no-repeat top right;}


/*
Suppression du menu dans "mon compte"
*/
.customer-account-index .col-G ul#mg, .customer-account-edit .col-G ul#mg, .customer-address-index .col-G ul#mg, .sales-order-history .col-G ul#mg, .newsletter-manage-index .col-G ul#mg, .downloadable-customer-products .col-G ul#mg, .customer-address-form .col-G ul#mg, .sales-order-view .col-G ul#mg  {display:none;}

.customer-account-index .col-G, .customer-account-edit .col-G, .customer-address-index .col-G, .sales-order-history .col-G, .newsletter-manage-index .col-G, .downloadable-customer-products .col-G, .customer-address-form .col-G, .sales-order-view .col-G {margin:10px 0 0 10px;}

/*
Menu gauche de la page support
*/
ul#mg-support {
list-style-type: none;
margin:0;
padding:0;
width: 240px;
text-align: left;
}

ul#mg-support li {margin:0 0 0 0;padding:0;line-height:30px;}

ul#mg-support li a {
margin:0;padding:0;
display: block;
width: 239px;
text-decoration: none;
line-height: 30px;
background:url("../images/bandeau.png") no-repeat top right;
}

ul#mg-support li a:hover, ul#mg-support li a.mg-support-hover {background:url("../images/bandeau-jaune.png") no-repeat top right;}

#bike-options-wrapper ul {
list-style-type: none;
margin:0;
margin-bottom:20px;
padding:0;
width: 100px;
text-align: left;
}

#bike-options-wrapper ul li a {
display: block;
margin-top:10px;
height: 30px;
width: 100px;
text-decoration: none;
line-height: 25px;
}

a#V8 {
	background:url("../images/bandeau.png") no-repeat top right;
	padding:2px 0 0 5px;
}
a#V10 {
	background:url("../images/bandeau.png") no-repeat top right;
	padding:2px 0 0 5px;
}

#bike-options-wrapper ul li a:hover {
	background:url("../images/bandeau-jaune.png") no-repeat top right;
}
