/*CSS spécifique au site Polonais*/
/*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!important;
list-style:none;
 background-color: #189ad8;
 width: 80%;
 border: 1px;
 margin-left: auto!important; margin-right: auto!important;
}

.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!important;
list-style:none;
font-size:14px;
text-align: left;
}


/*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 {max-width:600px;}
.tablicone td {width:120px!important; padding:0;}
.tablicone td  img{width:70px}

.tabliconet {max-width:700px;}
.tabliconet td {width:120px!important; padding:0;}
.tabliconet td  img{width:70px}

/*To hide Qtity untill multi qtity possible*/
.qty-label  {
	/*display: none;*/
}
.qty-input {
	/*display: none;*/
}

/*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. */
   left: -540px;
   background: white;
   color: green;
   padding: 3px;
   border: 1px solid green;
   border-left: 4px solid green;
   width:730px;
}

#VM_Network:hover {
 left: -580px;
}
/* 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;   */
}

.product-details-page .prices .product-price span {
color:#649d80;
	}
	
.old_price {
	color:#b80709; 
	font-size:16px; 
	font-weight:bold;
	text-decoration: line-through;
}	
	
.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 (qui se trouvait avant de la main style) */
/*******************************************************/
#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%;
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;
}

#liste_bullet li {
	list-style-type: none; /* on annule la puce par défaut */
    background-image: url(/Content/Images/imagesweb/bullet-checkmark1.png); /* on affiche l'image souhaitée */
background-repeat: no-repeat;
text-indent:15px;
margin-bottom:7px;
/*background-position:0em;*/
/* background-position: left center; */
}

#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: 0 5px 0 4px;border-radius:5px;padding:0px!important;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 */}

/*Les boutons Buy now!*/
.product-box-add-to-cart-button {
	background:#8bc34a; 
	border-radius:5px;
	 transition: background, 2s ease-out;
    -webkit-transition: background, 2s ease-out;
	-moz-transition: background, 2s ease-out;
}

.product-box-add-to-cart-button:hover {
	background: #bddd99;
}

.item-box:hover {
-moz-transform: scale(1.05);-webkit-transform: scale(1.05);-o-transform: scale(1.05)
}

/*Les menus du haut de navigation*/
/*
.header-menu2 ul li {
	 transition: background, 2s ease-out;
    -webkit-transition: background, 2s ease-out;
	-moz-transition: background, 2s ease-out;
	-o-transition: background, 2s ease-out;
	-ms-transition: background, 2s ease-out;
}

.header-menu2:hover ul li {
	background:#aeaeae;
}
*/

.header-menu2 ul li a {
	 transition: background, 1s ease-out;
    -webkit-transition: background, 1s ease-out;
	-moz-transition: background, 1s ease-out;
	-o-transition: background, 1s ease-out;
	-ms-transition: background, 1s ease-out;
}

/*les changement de couleurs sur les cases du manu aujourdh'ui géré différemment
a.header-menu2-item:hover 
{
	background:#aeaeae;
}
*/

/*les liens du corps de pages*/
.lk {
	text-decoration:underline;
}

.lk:hover {
	font-weight:bold;
}

/*Some responsive elements */
#retaillablediv {
	width: 60%; float: left; display: inline; text-align: justify; margin-top:40px;
}
@media screen and (max-width: 830px) {
	#retaillablediv {
	width: 100%; display: inline; margin-top:0;
}
}

#retaillablediv1 {
	width:100%; text-align:center; 
}

/*From Right TO Center*/
#frritoce {
	text-align:right;
}

@media screen and (max-width: 830px) {
	#frritoce {
	text-align:center;
}
}

@media screen and (max-width: 830px) {
	#reduced {
	width:300px;
}
}

#CS-demo-box {
	float: right;
	text-align: center;
	width: 300px;
}

@media screen and (max-width: 830px) {
	#CS-demo-box {
	width:100%;
	margin: 0 auto;
}
}

@media screen and (max-width: 830px) {
	#CS-demo-box img{
	float:none;
	margin: 0 auto;
}
}

#get-free-trial {
	border: 1px dotted black; padding: 3px; border-radius: 2%;
}

/*Responsive elements on welcome page*/
#retaillablediv2 {
	width: 15%; float: left; display: inline; text-align: right;
}
@media screen and (max-width: 830px) {
	#retaillablediv2 {
	width: 100%; text-align: center; max-height:145px;
}
}

#retaillablediv2 img {
	position:relative; top:-20px;
}
@media screen and (max-width: 830px) {
	#retaillablediv2 img {
	top:0;
}
}


#retaillablediv3 {
	width:85%; float:left;
}
@media screen and (max-width: 830px) {
	#retaillablediv3 {
	width: 100%; display: inline;
}
}

#retaillablediv4 {
	width:80%; margin-left: auto; margin-right: auto;
}
@media screen and (max-width: 830px) {
	#retaillablediv4 {
	width: 100%; display: inline;
}
}

@media all and (max-width: 990px) {
.variant-overview {
	margin:0!important;
}
}

/*Reduced menu interaction*/
.top-menu > li {
 transition: background, 1s ease-out;
    -webkit-transition: background, 1s ease-out;
	-moz-transition: background, 1s ease-out;
	-o-transition: background, 1s ease-out;
	-ms-transition: background, 1s ease-out;
}

.top-menu > li:hover 
{
	background:#92c085;
} 

.top-menu2 > li {
 transition: background, 1s ease-out;
    -webkit-transition: background, 1s ease-out;
	-moz-transition: background, 1s ease-out;
	-o-transition: background, 1s ease-out;
	-ms-transition: background, 1s ease-out;
}

.top-menu2 > li:hover 
{
	background:#aeaeae;
} 

/* test pour mobile */
/*Reduced menu interaction*/
.top-menu mobile > li {
 transition: background, 1s ease-out;
    -webkit-transition: background, 1s ease-out;
	-moz-transition: background, 1s ease-out;
	-o-transition: background, 1s ease-out;
	-ms-transition: background, 1s ease-out;
}

.top-menu mobile > li:hover 
{
	background:#fff;
} 

.top-menu2 mobile > li {
 transition: background, 1s ease-out;
    -webkit-transition: background, 1s ease-out;
	-moz-transition: background, 1s ease-out;
	-o-transition: background, 1s ease-out;
	-ms-transition: background, 1s ease-out;
}

.top-menu2 mobile > li:hover 
{
	background:#aeaeae;
} 

#cartPayPalBillingAddress:hover {
-moz-transform: scale(1.03);-webkit-transform: scale(1.03);-o-transform: scale(1.03)
}