/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

body{font-family:arial;
	font-size:12px;
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0 !important;
    padding: 0 0 0 4px;
	background:url(images/top-cat.jpg) no-repeat;
	height:40px;
	width:528px;
	
}





.img-cat{
	border: #eee 1px solid !important;
	height:100px;
	width:100px;
	background:#fff;
	text-align:center;
}




span.tab_price{
	display:block;
	color:#1A744E;
	font-size:10px;
	height:12px;
	padding-top:1px !important;
}

.tabs-selected span.tab_price{
	/*display:none;*/
	color:#000;
}

.tabs-nav p{
	margin:0px;
	padding:0px;
}

.gauche-cat p{
	margin:7px;
	padding:0px;
}

.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
ul.tabs-nav li {
    float: left !important;
    margin: 0px !important;
	list-style:none !important;
	padding:0px !important;
	border-bottom:medium none!important;
	_margin-left:3px !important;
	
}
.tabs-nav a, .tabs-nav a span {
    padding: 0 10px;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding: 0;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
	
}
.tabs-nav .tabs-selected a {
    color: #000;
}

.tabs-nav  a{
	padding-top:5px !important;
	height:30px;
	display:block;
	margin-top:4px;
}

.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    padding-top: 4px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    /*width: auto;*/
    height: auto;
}
.tabs-nav .tabs-selected a span {
    /*padding-top: 8px;*/
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    background: #ffffff; /* declare background color for container to avoid distorted fonts in IE while fading */
	/*height:120px;*/
	width:528px;
	
}

.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

.container-cat {
	position:relative;
	margin-bottom:20px;
	margin:0;
	padding;0;
}

.container-cat .soyprint{
	background:url(images/vert-cat-footer.jpg) no-repeat left bottom;
	_background:url(images/vert-cat.jpg) no-repeat left bottom;
	width:528px;
	padding-bottom:18px;
}

.soyprint-footer{
	background:url(images/vert-cat-body.jpg) ;
	width:512px;
	display:block;
	padding:20px 8px 0;
	height:109px;
	overflow:hidden;
}

.soyprint-footer-ouvert{
	background:url(images/vert-cat-body.jpg) ;
	width:512px;
	display:block;
	padding:20px 8px 0;
}

.container-cat .bioprint{
    background:url(images/vert-cat-footer.jpg) no-repeat left bottom;
    _background:url(images/vert-cat.jpg) no-repeat left bottom;
    width:528px;
    padding-bottom:18px;
}

.bioprint-footer{
    background:url(images/vert-cat-body.jpg) ;
    width:512px;
    display:block;
    padding:20px 8px 0;
    height:109px;
    overflow:hidden;
}

.bioprint-footer-ouvert{
    background:url(images/vert-cat-body.jpg) ;
    width:512px;
    display:block;
    padding:20px 8px 0;
}


.container-cat .economique{
	background:url(images/eco-cat-footer.jpg) no-repeat left bottom;
	_background:url(images/eco-cat.jpg) no-repeat left bottom;
	width:528px;
	padding-bottom:18px;
}

.economique-footer{
	background:url(images/eco-cat-body.jpg) ;
	width:512px;
	display:block;
	padding:20px 8px 0;
	height:109px;
	overflow:hidden;
}

.economique-footer-ouvert{
	background:url(images/eco-cat-body.jpg) ;
	width:512px;
	display:block;
	padding:20px 8px 0;
}

.container-cat  .compatible{
	background:url(images/compatible-cat-footer.jpg) no-repeat left bottom;
	_background:url(images/compatible-cat.jpg) no-repeat left bottom;
	width:528px;
	padding-bottom:18px;
}

.compatible-footer{
	background:url(images/compatible-cat-body.jpg) ;
	width:512px;
	display:block;
	padding:20px 8px 0;
	height:108px;
	overflow:hidden;	
}

.compatible-footer-ouvert{
	background:url(images/compatible-cat-body.jpg);
	width:512px;
	display:block;
	padding:20px 8px 0;
}

.container-cat  .recycle{
	background:url(images/recycle-cat-footer.jpg) no-repeat left bottom;
	_background:url(images/recycle-cat.jpg) no-repeat left bottom;
	width:528px;
	padding-bottom:18px;
}

.recycle-footer{
	background:url(images/recycle-cat-body.jpg);
	width:512px;
	display:block;
	padding:20px 8px 0;
	height:109px;
	overflow:hidden;
}

.recycle-footer-ouvert{
	background:url(images/recycle-cat-body.jpg);
	width:512px;
	display:block;
	padding:20px 8px 0;
}



.original-footer{
	background:url(images/original-cat-body.jpg);
	width:512px;
	display:block;
	padding:20px 8px 0;
	height:109px;
	overflow:hidden;
}

.original-footer-ouvert{
	background:url(images/original-cat-body.jpg);
	width:512px;
	display:block;
	padding:20px 8px 0;
}

.tabs-nav .eco{
	width:135px;
	margin-left:5px;
	_margin-left:0px;
}

.tabs-nav .tabs-selected a.eco{
	background:url(images/eco-top.jpg) no-repeat;
	color:#758724;
}

.tabs-nav  a.eco{
	background:url(images/eco-top-n.jpg) no-repeat;
	display:block;
	height:30px;
}

.tabs-nav .rec{
	width:137px;
	margin-left:5px;
	_margin-left:0px;
}

.tabs-nav .tabs-selected a.rec{
	background:url(images/rec-top.jpg) no-repeat -1px -1px;
	color:#198a02;
}

.tabs-nav  a.rec{
	background:url(images/rec-top-n.jpg) no-repeat;
	display:block;
	height:30px;
}

.tabs-nav .ori{
	width:82px;
	margin-left:5px;
	_margin-left:0px;
}

.tabs-nav .tabs-selected a.ori{
	background:url(images/ori-top.jpg) no-repeat 1px 0;
	color:#414141;

}

.tabs-nav a.ori{
	background:url(images/ori-top-n.jpg) no-repeat;
	display:block;
	height:30px;
}

.tabs-nav .com{
	width:100px;
	margin-left:5px;
	_margin-left:0px;
	
}

.tabs-nav .tabs-selected a.com{
	background:url(images/com-top.jpg) no-repeat;
	color:#732D9D;
}


.tabs-nav a.com{
	background:url(images/com-top-n.jpg) no-repeat;
	display:block;
	height:30px;
	
}

.tabs-nav .soy{
	width:88px;
	margin-left:5px;
	_margin-left:0px;
}

.tabs-nav .tabs-selected a.soy{
	background:url(images/soy-top.jpg) no-repeat;

	color:#5B7305;
}

.tabs-nav a.soy{
	background:url(images/soy-top-n.jpg) no-repeat;
	display:block;
	height:30px;
}

.tabs-nav .bio{
    width:88px;
    margin-left:5px;
    _margin-left:0px;
}

.tabs-nav .tabs-selected a.bio{
    background:url(images/soy-top.jpg) no-repeat;

    color:#5B7305;
}

.tabs-nav a.bio{
    background:url(images/soy-top-n.jpg) no-repeat;
    display:block;
    height:30px;
}

.tabs-nav a.com  span{
	padding-left:22px;
	margin:0;
}

.tabs-nav a.ori span{
	padding-left:4px;
	margin:0;
}

.tabs-nav a.soy  span{
	padding-left:19px;
	margin:0;
}

.tabs-nav a.bio  span{
    padding-left:19px;
    margin:0;
}

.tabs-nav a.eco  span{
	padding-left:24px;
	margin:0;
}

.tabs-nav a.rec  span{
	padding-left:20px;
	margin:0;
}

.img-cat, .droite-cat, .gauche-cat{
	float:left;
	
}

.bleu3{
	color:#0084C8 !important;
	font-weight:bold;
}

.bleu3 a{
	color:#0084C8 !important;
}

.bleu2{
	color:#0084C8 !important;
	background:url(images/ok.gif) right no-repeat;
	padding-right:20px;
}

.gauche-cat{
	padding-left:20px;
	width:220px
}

.panier{
	background:url(images/panier.gif) no-repeat;
	width:153px;
	height:20px;
	color:#fff;
	font-weight:bold;
	padding-left:15px;
	padding-top:2px;

}

.quantite{
	background:url(images/quant.gif) no-repeat;
	width:153px;
	height:20px;
	margin-bottom:5px;
	color:#fff;
	font-weight:bold;
	padding-left:15px;
	padding-top:2px;
	*padding-top:0px;
}

.droite-cat{
	float:right;
	/*padding-top:60px;*/
	display:block;
}



.categor{
padding-top:5px;
height:40px;
padding-bottom:8px;
}

.produitQuantite{
	width:25px;
	font-size:9px !important;
	height:9px;
}

.panier a{
	color:#fff !important;
}

.quant-prod{
	font-weight:bold;
	float:left;
}

.quant-prod2{
	float:left;
	padding-left:10px;
}

.soy span.tab_price{
	padding-left:24px!important;
}

.bio span.tab_price{
    padding-left:24px!important;
}

.ori span.tab_price{
	padding-left:15px!important;
}

.eco span.tab_price{
	padding-left:20px!important;
}

.gauche-cat p strong{
	color:#000!important;
}

.img-onglet{
	/*position:absolute;
	top:45px;*/
	height:55px;
	width:150px;
	text-align:center;
	padding-bottom:5px;
}

.img-onglet img{max-height:55px;}

.texte-onglet{
	width:215px;
	font-size:10px;
	line-height:15px;
}



.container-cat  .original{
	background:url(images/original-cat-footer.jpg) no-repeat left bottom;
	_background:url(images/original-cat.jpg) no-repeat left bottom;
	width:528px;
	padding-bottom:18px;
}

li#col2 input.know-more{
	background:transparent url(/resources/catalog/images/savoir-plus.gif) no-repeat scroll 0 0;
	border:medium none;
	bottom:1px;
	cursor:pointer;
	height:19px;
	padding:0;
	position:absolute;
	_position:static;
	_float:right;
	_margin-right:175px;
	right:175px;
	width:30px;
	z-index:999;
	
}

/* pour les ... */
.soyprint-footer-ouvert .texte-onglet .expand-link  {display : none; }
.bioprint-footer-ouvert .texte-onglet .expand-link  {display : none; }
.economique-footer-ouvert .texte-onglet .expand-link  {display : none; }
.compatible-footer-ouvert .texte-onglet .expand-link  {display : none; }
.recycle-footer-ouvert .texte-onglet .expand-link  {display : none; }
.original-footer-ouvert .texte-onglet .expand-link  {display : none; }
