

/*CSS spécifique au site Hebrew*/
/*révisions*/
.a_trad {
	background-color: #B5E61D;
}


/*software grafical chart*/
.codesoft {
	color:#649d80;
	font-weight:bold;
}

.labelview {
	color:#518db3;
	font-weight:bold;
}
.labelmatrix {
	color:#87cdeb;
	font-weight:bold;
}


/*------Menu de navigation des fonctionnalités des soft---*/
.titre_menu {
    background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #eeeeee;
    border-radius: 5px 5px 0 0;
    border-top: 4px solid #da283d;
    color: #333;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0;
    padding: 9px 7px;
    text-align: left;
    text-transform: uppercase;
	}

#toggleSubMenu li {
list-style:none;
}


.navigation  {
padding:0;
list-style:none;
 background-color: #189ad8;
 width: 80%;
 border: 1px;
 margin-left: auto; margin-right: auto;
}

.toggleSubMenu {
padding:0;
list-style:none;
text-align: center;
 border-bottom: 1px solid rgba(0,0,0,7);
  border-top: 1px solid rgba(255,255,255,7);
 font-size:18px;
filter: dropshadow(color=#f7f7f7, offx=1, offy=1);
}

.toggleSubMenu:hover {
padding:0;
list-style:none;
text-align: center;
 border-bottom: 1px solid rgba(0,0,0,7);
  border-top: 1px solid rgba(255,255,255,7);
 font-size:20px;
  text-shadow: 1px 1px 12px #f7f7f7;
filter: dropshadow(color=#f7f7f7, offx=1, offy=1);
 background-color: #494949;
}


.toggleSubMenu a{
text-decoration:none;
color: #ffffff;
}
.toggleSubMenu a:hover{
text-decoration:none;
color: #ffffff;
}

.subMenu {
padding:0;
list-style:none;
font-size:14px;
text-align: right;
}


/*tableau de feature*/
.case1-tabfeat-LV {
	text-align: center;
	background-color: #f4f4f4;
}

.case2-tabfeat-LV {
	text-align: center;
	background-color: #eaeaea;
}

/*table des petits icones produits*/
/*.tablicone {text-align:center}*/
.tablicone td {width:120px}
.tablicone td  img{width:70px}

/*To relocate qty to the right*/
.qty-label  {
	margin-right:-120px;
}


/*INFO BULLE */
a.info_bulle {
   position: relative;
   color: black;
   text-decoration: none;
   border-bottom: 1px gray dotted; /* On souligne le texte. */
}

a.info_bulle span {
   display: none; /* On masque l'infobulle. */
}

a.info_bulle span ul{
margin-left:10px;
}
a.info_bulle span ul li{
margin-left:10px;
}

a.info_bulle:hover {
   background: none; /* Correction d'un bug d'Internet Explorer. */
   z-index: 500; /* On définit une valeur pour l'ordre d'affichage. */
   cursor: help; /* On change le curseur par défaut par un curseur d'aide. */
}

a.info_bulle:hover span {
   display: inline; /* On affiche l'infobulle. */
   position: absolute;
   /*white-space: nowrap;  On change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non désiré. */
   top: -300px; /* On positionne notre infobulle. */
  right: -530px;
   background: white;
   color: green;
   padding: 3px;
   border: 1px solid green;
   border-left: 4px solid green;
   width:730px;
}

a.info_bulle ul {
	list-style:none;
}


#VM_Network:hover {
 right: -598px;
}
/* FIN INFO BULLE */

/*On enlève les images des Products associated sur la page de leur Product Root */
.variant-picture {display:none;}

/*on repositionne le prix des articles dû à la SPECIAL PROMOTION */
.product-details-page .prices .product-price {
    font-weight: bold;
/*    background-image: url("/Content/Images/imagesweb/Promocao6.png"); */
    background-repeat: no-repeat;
    width: 120px;
    height: 112px;
    float: right;
    position: relative;
/*    top: -95px; */
	right:70px;
}

.product-details-page .prices .product-price span {
    position: relative;
	top: 46px;
	right: -30px
	}
	
.Phrase-promo {
font-size:17px;
color:#D95700;
font-weight:bold;
}	

/*correction d'une div pour agencement de l'annonce promotion */
.product-details-page .product-essential .prices {
height:2px;
float: right; }



/*******************************************************/
/*Ajout de ID et de class, pour le contenu mkg du site */
/*******************************************************/
.nomargin { margin-top:0px; margin-bottom:0px;}
.centrage {margin-left: auto; margin-right: auto; width: 600px; text-align: justify;}

#box-page_accueil {
	position:relative;
	display : inline;
	border-radius: 25px;
		clear:left;
	float:left;
	width: 720 px;
	height: 106 px;
background: linear-gradient(to right, #eeeeee 0%, #ffffff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
margin-top:10px;
}

h1{color:#000;font-size:26px;font-weight:big;font-family:Arial, trebuchet ms;}

/*Tableau qui suit en scroll sur la page what product*/
#tableaunavscroll {
	width:380px;
	height:80px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: medium solid #000000;
	border-collapse:separate;
	border-spacing:5px;
	background-color:#ffffff;

}

#menuflotant {
	position:relative;
}

#menuflotant.floatable {
    position: fixed;
    top: 10px; // non-obligatoire
	width: 100%;
	z-index:1000;
    left:50%;
	margin-left:-85px;
}

/*menu de navigation présentation produits*/
#movie {
		position:relative;
		background-image:url(/content/images/imagesweb/movie.png);
		width:120px;
		height:76px;
	}
	#movie:hover {
		position:relative;
		background-image:url(/content/images/imagesweb/movie2.png);
		width:120px;
		height:76px;
		}
	
#test {
		position:relative;
		background-image:url(/content/images/imagesweb/test.png);
		width:120px;
		height:76px;
	}
	#test:hover {
		position:relative;
		background-image:url(/content/images/imagesweb/test2.png);
		width:120px;
		height:76px;
		}

#feat {
		position:relative;
		background-image:url(/content/images/imagesweb/feat1.png);
		width:120px;
		height:76px;
	}
	#feat:hover {
		position:relative;
		background-image:url(/content/images/imagesweb/feat2.png);
		width:120px;
		height:76px;
		}

/*Features des products*/
#liste_bullet li {
direction:rtl;
	list-style-type: none; /* on annule la puce par défaut */
    background-image: url(/Content/Images/imagesweb/bullet-checkmark.png); /* on affiche l'image souhaitée */
background-repeat: no-repeat;
text-indent:15px;
margin-bottom:7px;
/*background-position:0em;*/
 background-position: right top;
}

#licensing_table {
	border:thin solid color: #e5e5e5;
	border-collapse: separate;
	border-spacing:1px;
	background: linear-gradient(to bottom, rgba(218, 40, 61, 1) 0%, rgba(152, 28, 43, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#licensing_table ul li{
	text-indent:15px
}

#petit_titre {
	font-size:16px;
	color:#a41e2e;
	font-weight:bold;
}

.buynow-button {height: 28px;width:200px;background: none;margin-right:0px;margin: 0 5px 0 4px;border-radius:5px;font-weight: bold;font-size: 16px;background: rgb(218,40,61); color:#FFF;cursor: pointer; /* Old browsers */
background: -moz-linear-gradient(top,  rgba(218,40,61,1) 0%, rgba(75,7,7,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(218,40,61,1)), color-stop(100%,rgba(75,7,7,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(218,40,61,1) 0%,rgba(75,7,7,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(218,40,61,1) 0%,rgba(75,7,7,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(218,40,61,1) 0%,rgba(75,7,7,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(218,40,61,1) 0%,rgba(75,7,7,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da283d', endColorstr='#4b0707',GradientType=0 ); /* IE6-9 */}
/*******************************************************/
/*Ajout de ID et de class, specifique a labelmatrix.co.uk */
/*******************************************************/
#imgssbanner {
position:relative;
width:275px;
	margin: 0 auto;
	z-index:1;
}

#imgprinter {
	position:absolute;
	width:275px;
	height:275px;
	top:-75px;
	margin: 0 auto;
	z-index:-1;
} 

#txtbanner {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

#banner {
	position: relative;
width:80%;
height:86px;
margin: 0 auto;
border-left: 2px solid; border-right: 2px solid; border-radius: 10px;
overflow:hidden;
z-index:2;
background: -moz-linear-gradient(left,  rgba(135,205,235,1) 0%, rgba(135,205,235,0.99) 1%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(135,205,235,1)), color-stop(1%,rgba(135,205,235,0.99)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(135,205,235,1) 0%,rgba(135,205,235,0.99) 1%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(135,205,235,1) 0%,rgba(135,205,235,0.99) 1%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(135,205,235,1) 0%,rgba(135,205,235,0.99) 1%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(135,205,235,1) 0%,rgba(135,205,235,0.99) 1%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87cdeb', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}


#banner2 {
background: linear-gradient(to left, rgba(218, 40, 61, 1) 0%, rgba(152, 28, 43, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 10px;
    clear: left;
    display: inline;
    float: left;
    margin-top: 10px;
    position: relative;
	z-index:3;
	padding:10px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	THE Slideshow

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    #slideshow {  
        position: relative;  
        width: 640px;  
        height: 310px;  
        padding: 15px;  
        margin: 0 auto 2em;  
        border: 1px solid #ddd;  
        background: #FFF;  
        /* CSS3 effects */  
        background: linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);  
        border-radius: 2px 2px 2px 2px;  
        box-shadow: 0 0 3px rgba(0,0,0, 0.2);  
    }  
       
    /* avanced box-shadow 
    */  
    #slideshow:before,  
    #slideshow:after {  
        position: absolute;  
        bottom:16px;  
        z-index: -10;  
        width: 50%;  
        height: 20px;  
        content: " ";  
        background: rgba(0,0,0,0.1);  
        border-radius: 50%;  
        box-shadow: 0 0 3px rgba(0,0,0, 0.4), 0 20px 10px rgba(0,0,0, 0.7);  
    }  
    #slideshow:before {  
        left:0;  
        transform: rotate(-4deg);  
    }  
    #slideshow:after {  
        right:0;  
        transform: rotate(4deg);  
    }  
    /* gestion des dimensions et débordement du conteneur */  
    #slideshow .container {  
        position:relative;  
        width: 640px;  
        height: 310px;  
        overflow: hidden;  
    }  
    /* on prévoit un petit espace gris pour la timeline */  
    #slideshow .container:after {  
        position:absolute;  
        bottom: 0; left:0;  
        content: " ";  
        width: 100%;  
        height: 1px;  
        background: #999;  
    }  
    /* 
       le conteneur des slides 
       en largeur il fait 100% x le nombre de slides 
    */  
    #slideshow .slider {  
        position: absolute;  
        left:0; top:0;  
        width: 400%;  
        height: 310px; 
		-webkit-animation: slider 32s infinite;
		-o-animation: slider 32s infinite;
		-moz-animation: slider 32s infinite;
		animation: slider 32s infinite; 		
    }  
    /* annulation des marges sur figure */  
    #slideshow figure {  
        position:relative;  
        display:inline-block;  
        padding:0; margin:0; margin-left:-3px;
    }  
    /* petit effet de vignette sur les images */  
    #slideshow figure:after {  
        position: absolute;  
        display:block;  
        content: " ";  
        top:0; left:0;  
        width: 100%; height: 100%;  
        box-shadow: 0 0 65px rgba(0,0,0, 0.5) inset;  
    }  
    /* styles de nos légendes */  
    #slideshow figcaption {  
        position:absolute;  
        left:0; right:0; bottom: 5px;  
        padding: 20px;  
        margin:0;  
        border-top: 1px solid rgb(225,225,225);  
        text-align:center;  
        letter-spacing: 0.05em;  
        word-spacing: 0.05em;  
        font-family: Georgia, Times, serif;  
        background: #fff;  
        background: rgba(255,255,255,0.7);  
        color: #555;  
        text-shadow: -1px -1px 0 rgba(255,255,255,0.3);  
			-webkit-animation: figcaptionner 32s infinite;
			-o-animation: figcaptionner 32s infinite;
			-moz-animation: figcaptionner 32s infinite;
		animation: figcaptionner 32s infinite;
    }  
    /* fonction d'animation, ne pas oubliez de prefixer ! il faudrat que je les répéte et que je les préfixe avec: @-webkit-keyframes slider {[…]} @-moz-keyframes slider {[…]}, etc... 
    @keyframes slider {  
        0%, 20%, 100%   { left: 0 }  
        25%, 45%        { left: -100% }  
        50%, 70%        { left: -200% }  
        75%, 95%        { left: -300% }  
    }  
	*/  
	/*La barre de  défilement du temps */
	    #timeline {  
        position: absolute;  
        background: #999;  
        bottom: 15px;  
        left: 15px;  
        height: 1px;  
        background: rgb(214,98,13);  
        background: rgba(214,98,13,.8);  
        width: 0;  
        /* fonction d'animation */  
		-webkit-animation: timeliner 32s infinite;
		-o-animation: timeliner 32s infinite;
		-moz-animation: timeliner 32s infinite;  
        animation: timeliner 32s infinite;  
    }  
	    /* MOZILLA petit rajout des préfixes */  
    @-moz-keyframes slider {  
        0%, 20%, 100%   { left: 0 }  
        25%, 45%        { left: -100% }  
        50%, 70%        { left: -200% }  
        75%, 95%        { left: -300% }  
    }  

	   @-moz-keyframes timeliner {  
        0%, 25%, 50%, 75%, 100% { width: 0;     }  
        20%, 45%, 70%, 90%      { width: 640px; }  
    }  
	 @-moz-keyframes figcaptionner {  
        0%, 25%, 50%, 75%, 100%                     { bottom: -55px;    }  
        5%, 20%, 30%, 45%, 55%, 70%, 80%, 95%       { bottom: 5px;      }  
    }  
	
	   	    /*  Chrome, Safari, Opera; rajout des préfixes */  
    @-webkit-keyframes slider {  
        0%, 20%, 100%   { left: 0 }  
        25%, 45%        { left: -100% }  
        50%, 70%        { left: -200% }  
        75%, 95%        { left: -300% }  
    }  

	   @-webkit-keyframes timeliner {  
        0%, 25%, 50%, 75%, 100% { width: 0;     }  
        20%, 45%, 70%, 90%      { width: 640px; }  
    }  
	 @-webkit-keyframes figcaptionner {  
        0%, 25%, 50%, 75%, 100%                     { bottom: -55px;    }  
        5%, 20%, 30%, 45%, 55%, 70%, 80%, 95%       { bottom: 5px;      }  
    }  
	 
/* Test pour table des quickspec */
#table_spec {
width: 80%;
margin-left:auto;
margin-right:auto;
border:0;
border-spacing:10px;
border-collapse:separate;
}

#table_spec tr td {
padding:5px;
}

/* Pour corriger la page d'activation de compte */
.leftside-3 {
	width:200px;
	position:relative;
	float:right;
	margin-top:20px;
}