ul.tabs {
	clear: both;
	float: left;
	width: 96%;
	height: 30px;
	margin: 10px 0;
	padding: 0 14px;
	background: url(/static/images/menu/tabs-bg.png) bottom left repeat-x;
}
ul.tabs li {
	float: left;
	list-style-type: none;
	width: 166px;
	height: 20px !important;
        +height: 30px;
	margin: 0;
	padding: 8px 5px 0 0;
	background: url(/static/images/menu/tabs.png) 0 0 no-repeat;
	text-align: center;
	white-space: nowrap;
}
ul.tabs li.on, ul.tabs li:hover {
	float: left;
	list-style-type: none;
	width: 166px;
	height: 22px !important;
        +height: 30px;
	background: url(/static/images/menu/tabs.png) 0 -40px no-repeat;
}
ul.tabs li a {
	color: #39f;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.tabs li span {
	color: #39f;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	margin: 0;
	padding: 0;
        line-height: 18px;
}
ul.tabs li a:hover {
	text-decoration: none;
}

/* specificite guide navire */
ul#navire_tabs.tabs li {
	float: left;
	list-style-type: none;
	width: 166px;
	height: 20px !important;
		+height: 30px;
	margin: 0;
	padding: 8px 5px 0 0;
	background: url(/static/images/menu/tabs.png) 0 0 no-repeat;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}
ul#navire_tabs.tabs li:hover {
	cursor: pointer;
}
ul#navire_tabs.tabs li.on {
	cursor: default;
}
ul#navire_tabs.tabs li.on, ul#navire_tabs.tabs li:hover {
	float: left;
	list-style-type: none;
	width: 166px;
	height: 22px !important;
		+height: 30px;
	background: url(/static/images/menu/tabs.png) 0 -40px no-repeat;
}

/* specificite Fiche produit */
ul#FP_tabs {
    clear: both;
    float: left;
    width: 735px !important;
    height: 30px;
    margin: 10px 5px;
    padding: 0 3px;
    background: #fff url(/static/images/menu/tabs-bg.png) bottom left repeat-x;
}
ul#FP_tabs.tabs li { 
	float: left;
	list-style-type: none;
	width: 91px;
	height: 20px !important;
	margin: 0;
	padding: 8px 0 0;
	background: url(/static/images/menu/tabsSmallFP2.png) 0 0px no-repeat;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}
ul#FP_tabs.tabs li:hover {
	cursor: pointer;
}
ul#FP_tabs.tabs li.on {
	cursor: default;
}
ul#FP_tabs.tabs li.on, ul#FP_tabs.tabs li:hover {
	float: left;
	list-style-type: none;
	height: 22px !important;
		+height: 30px;
	background: url(/static/images/menu/tabsSmallFP2.png) 0 -40px no-repeat;
}

/* specifique canal de vente_reservation */
ul#VR_tabs.tabs li {
	float: left;
	list-style-type: none;
	width: 228px;
	height: 20px !important;
		+height: 30px;
	margin: 0;
	padding: 8px 5px 0 0;
	background: url(/static/images/menu/tabs228.png) 0 0 no-repeat;
	text-align: center;
	white-space: nowrap;
}
ul#VR_tabs.tabs li.on {
	float: left;
	list-style-type: none;
	width: 228px;
	height: 22px !important;
		+height: 30px;
	background: url(/static/images/menu/tabs228.png) 0 -40px no-repeat;
}

ul#navire_tabs {
	clear: both;
	float: left;
	width: 670px!important;
		+width: 698px;
	height: 30px;
	margin: 10px 0;
	padding: 0 14px;
	background: #fff url(/static/images/menu/tabs-bg.png) bottom left repeat-x;
}