/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

*{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
outline:none;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    margin:0px;
    background:#242526;
    font-family: "lato","OpenSans",sans-serif !important;

}

p {
    margin-bottom: 0px;
    margin-top: 0px;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
    width:auto;
    max-width:100%;
}

li{
padding: 0px;
list-style: none;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.marged { margin : 5px; }
.padded { padding : 5px; }


a.btn {
    border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 30px;
    line-height: 30px;
    font-weight: 800;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.5);
    font-size: 14px;
    padding: 0px 10px 0px 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2),inset 0px 1px 1px 1px rgba(0,0,0,0);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2),inset 0px 1px 1px 1px rgba(0,0,0,0); 
    transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-property: box-shadow;
    -moz-transition-property: box-shadow;
    -webkit-transition-property: box-shadow;
    cursor: pointer;
}

a.btn span {
    color: white;
}

a.btn:hover {
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2),inset 0px 1px 1px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2),inset 0px 1px 1px 1px rgba(0,0,0,0.5); 
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    border-bottom: 20px solid #e44d26;
}

.headerLinks {
    float: right;
    color: #000;
}

.headerLinks a {
    color: white;
    font-size: 14px;
    margin: 0 10px;
    line-height: 60px;
    text-decoration: none;
}

.headerLinks a:hover {
    text-decoration: underline;
    color: #9dc51c;
}


.footer-container,
.main aside {
    border-top: 20px solid #e44d26;
}

.header-container,
.footer-container,
.main aside {
    background: #f16529;
}

.title {
    color: white;
}

a{color:#53626c;}
a:hover {color:#333;}

div.tooltip {
    position: absolute;
    border-radius: 5px;
    background-color: #434343;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,1);
    padding: 15px;
    max-width: 300px;
}

div.tooltip p {
    font-weight: 300;
    color: white;
}


/* ==============
    MOBILE: Menu
   ============== */

ul {
padding: 0px;
}


/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}


/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


h1, h2, h3, h4, h5, h6 {
margin: 0 0 5px;
line-height: 1.35;
color: #242526;
}













/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */


    

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */


    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        padding: 0.3%;
    }


/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.whiteBg{
    background:#fff;
}

.container{
    width:100%;
    max-width:1200px;
    margin:auto;
    /*padding:0.7%;*/
}

.main-container, .container .container{
    padding:0px;
    font-size: 0.87em;
}

.center, .a-center {text-align:center;}
.a-left, .left{text-align:left;}
.a-right, .right{text-align:right;}
.bold{font-weight: bold;}
.half{width:50%; margin:0%;}
.half25{width:25%; margin:0%;}
.half33{width:33.33%; margin:0%;}
.half66{width:64%; margin:0% 1%;}
.half75{width: 75%; margin: 0%;}
.half80{width:78%; margin:0% 1%;}
.half80{width:78%; margin:0% 1%;}
.fs14{font-size:14px;}
.fs16{font-size:16px;}
.fs20{font-size:20px;}
.Fleft{float:left;}
.Fright{float:right;}
.clearer, br, .clear{clear:both;}
.red { color: #FF0000; }
.bgGreyContent { background: #f2f4f3;}
.blue { color : #0068B1; }


.pd30 { padding: 30px; margin: 0;}

th, td {
vertical-align: top;
text-align: left;
font-weight: normal;
}

header{
    background-color:#222;
}

#mainLogo{
    display: inline-block;
    max-width: 100%;
}



.title, .title h2{
    background-color: #242526;
    width:100%;
    font-weight:normal;
    display:block;
    margin: 2px 0px;
    padding: 0.5%;
    color:#fff;
}

.tab2.tabz a:hover,
.tab2.tabz a.active {
    color: #9dc51c;
    box-shadow: 0px 0px 0px #FFFFFF;
    background-color: #ededed;
}


.tab2.tabz a:last-child {
    border-right: 0px none
      
}

.tab2.tabz a {
    background-color: #f6f6f6;
    color: black;
    border-right: 1px solid white
}

.tabz a.sysRange{
background-image: url('../images/ico-gamme-sys.png');
background-repeat: no-repeat;
background-position:10% 50%;
}

.tabz a.gameRange{
background-image: url('../images/ico-gamme-game.png');
background-repeat: no-repeat;
background-position:10% 50%;
}

.tabz a.backupRange{
background-image: url('../images/ico-gamme-backup.png');
background-repeat: no-repeat;
background-position:10% 50%;
}

.tabz a.perf{
background-image: url('../images/icn-li-performance.png');
background-repeat: no-repeat;
background-position:10% 50%;
}

.tabz a.ipfo{
background-image: url('../images/icn-li-ipfo.png');
background-repeat: no-repeat;
background-position:10% 50%;
}
.tabz a.kvmIP{
background-image: url('../images/icn-li-kvm.png');
background-repeat: no-repeat;
background-position:0% 50%;
}
.tabz a.fireWall {
background-image: url('../images/icn-li-firewall.png');
background-repeat: no-repeat;
background-position:10% 50%;
}
.tabz a.backupPlus{
background-image: url('../images/icn-li-backup-plus.png');
background-repeat: no-repeat;
background-position:10% 50%;
}
.tabz a.usbKey{
background-image: url('../images/icn-li-usb-key.png');
background-repeat: no-repeat;
background-position:10% 50%;
}

.tabz a.SLA{
background-image: url('../images/icn-li-sla.png');
background-repeat: no-repeat;
background-position:10% 50%;
}

.tabz a.netw{
background-image: url('../images/icn-li-reseau.png');
background-repeat: no-repeat;
background-position:10% 50%;
}

.tabz a.data{
background-image: url('../images/icn-li-data.png');
background-repeat: no-repeat;
background-position:10% 50%;
}

.tabz a.ddos {
background-image : url('../images/icn-ddos.png');
background-repeat: no-repeat;
background-position:10% 50%;
}

.tabz a.distrib {
background-image : url('../images/icn-distrib.png');
background-repeat: no-repeat;
background-position:10% 50%;
}

.tabz a.backup {
background-image : url('../images/icn-backup.png');
background-repeat: no-repeat;
background-position:10% 50%;
}

.tabz a:hover , .tabz a.active{
    background-color: #53626c;
}

.tabOffer { margin-top : 5px; margin-bottom : 0 }

.tabOffer a {
    background-color : #DADADA;
    width : 16.66%;
    color : #636363;
    font-size : 18px;
}

section { display : block; width : 100%; float : left; padding : 20px 0; }

section.first { padding-top : 5px;}

/*section h2 { background-color : #54626d; color : #FFFFFF; padding : 10px; text-align : center; margin-bottom : 15px; }*/

section p.titlePhoto {
    color : #404040;
    font-size : 13px;
    font-weight : bold;
    padding-top : 5px 0;
    line-height : 16px;
    text-align : center;
}

section .data p {
    margin : 0;
}


.mainAdvert{
    background:url('../images/header-index.jpg') top left no-repeat;
    height:335px;
}

.mainOffer{
    background:url('../images/carte-data.png') top left no-repeat;
    height:335px
}



.features-table {
    border-collapse: collapse;
    margin-top: -3px;
}

.features-table tr td {
    border: 1px solid #eaeaea;
    text-align: center;
}

.features-table tr td:hover {
    background-color: #FFF;
    -o-box-shadow: 0 0 5px 2px #EAEAEA;
    -moz-box-shadow: 0 0 5px 2px #EAEAEA;
    -webkit-box-shadow: 0 0 5px 2px #EAEAEA;
    box-shadow: 0 0 5px 2px #EAEAEA;
}

.discover{
    border-left: 5px solid #FFFFFF;
}

.discover p {
    background: #242526; 
    margin : 0 0 5px 0;
    color : #FFFFFF;
    font-size: 16px;
    text-align: center;
}


.discover a { 
    float: left;
    text-decoration: none;
    line-height: 18px;
    background: #F2F4F3;
    width: 100%;
    height:152px;
}

.discover a span.from {
    font-size: 13px;
    color: #242526;
    font-weight: bold;
}

.discover a span.info {
    color : #242526;
    font-weight: bold;
    font-size: 16px;
    margin-top : 15px;
    display: block;
}

.discover .price-box {
    line-height: 18px;

}

.mainAdvert h1{
font-weight: bold;
font-size: 24px;
line-height: 110%;
font-size: 2.2em;
color: #242526;
margin: 226px 0 0 25px;
float: left;
width: 204px;
background:rgba(256,256,256,0.8);
padding:1%;
}

.li-products {
padding: 0px;
list-style: none;
font-size: 16px;
line-height: 20px;
}

/*.offers .price-box {
background: #FFFFFF;
line-height: 18px;
width: 150px;
text-align: center;
margin: -70px 0px 35px 5px;
float: right;
padding-top:2%;
}*/

.offers a {
    text-decoration:none;
    color: #222;
}

.offers h2 {
    color : #242526;
    font-size:28px;
}

.offers p {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 15px;
    margin : 10px 0;
}

.offers span.from {
    font-size: 13px;
    font-weight: bold;
    padding-right: 10px;
}

.offers .price-box {
    line-height: 16px;
}

/*.offers .price-box .price-excluding-tax {
    display: block;
    padding: 5px 5px 0 5px;
}

.offers .price-box .price-excluding-tax .price {
    font-size: 24px;
    font-weight: bold;
    color: #FF0000;
}

.offers .price-box .More {
    display: block;
    background: #53626c;
    text-align: center;
    width: 100%;
    padding: 5px 0;
}*/

.offers .half33{
background: #f2f4f3;
border-right: 5px solid #FFF;
height: 300px;
display:block;
}

.offers .half33:hover {
    /*background:#7A8D99;*/
     -webkit-box-shadow:inset 0 0 5px 0 rgba(0,0,0,0.8);
     box-shadow:inset 0 0 5px 0 rgba(0,0,0,0.8);
}

.offers .comingSoon.half33:hover {
    background: #f2f4f3;
     -webkit-box-shadow:none;
    box-shadow:none;
    cursor: default;
}

.offers .last{
background: #f2f4f3;
border-right: 0px solid #FFF;
}

.price-box .price {
font-weight: bold;
color: #FF0000;
}

.price-box .More span {
color: #FFFFFF;
text-decoration: none;
font-size: 14px;
font-weight: bold;
}

ul.squaredArguments li {
float: left;
border-right: 5px solid #FFF;
border-bottom: 5px solid #FFF;
height: 207px;
}

ul.squaredArguments li.last {
border-right: 0 none;
}

ul.squaredArguments li a {
display: block;
height: 207px;
color: #242526;
text-decoration: none;
text-align: center;
font-size: 22px;
font-weight: normal;
vertical-align: middle;
}

ul.squaredArguments li a#ipPerf {
background: #F2F4F3 url('../images/icn-performance.png') no-repeat center 40px;
}

ul.squaredArguments li a#slaHardware {
background: #F2F4F3 url('../images/icn-sla.png') no-repeat center 40px;
}

ul.squaredArguments li a#lowLatency {
background: #F2F4F3 url('../images/icn-reseau.png') no-repeat center 40px;
}

ul.squaredArguments li a#euramericanNetwork {
background: #F2F4F3 url('../images/icn-data.png') no-repeat center 40px;
border-right: 0 none;
line-height: 20px;
}

.squaredArguments li a:hover#ipPerf, .squaredArguments li a:hover#slaHardware, .squaredArguments li a:hover#lowLatency, .squaredArguments li a:hover#euramericanNetwork {
background-color: #53626c;
background-image: none;
}

.squaredArguments li a:hover span.title {
padding-top: 20px;
color: #FFFFFF;
}

.squaredArguments li a:hover span.content {
display: block;
font-weight: normal;
}

.squaredArguments li a:hover span {
color: #FFFFFF;
}

ul.anchorMenu li a {
text-align: center;
background: none repeat scroll 0 0 rgba(83, 98, 108, 0.1);
line-height: 38px;
width: 100%;
display: block;
text-decoration: none;
color: #242526;
border-right:solid #fff 1px;
}

ul.anchorMenu li a.last {
border-right:solid #fff 0px;

}


ul.squaredArguments li a span.title {
padding-top: 110px;
display: block;
background: transparent;
color: #242526;
}

.squaredArguments a span.content {
display: none;
font-size: 14px;
color: #333;
padding: 5px;
}


.included a{
    text-decoration: none;
    text-align: center;
    padding: 1% 0%;
    height: 223px;
    background: #F2F4F3;
    border-right: 5px solid #FFF;
    border-bottom: 5px solid #FFF;
    display: block;
}

.included a.last {
    border-right: 0px solid #FFF;
}


.included a:hover {
    color:#fff;
     -webkit-box-shadow:inset 0 0 5px 0 rgba(0,0,0,0.8);
     box-shadow:inset 0 0 5px 0 rgba(0,0,0,0.8);
}

.included a.comingSoon:hover {
    -webkit-box-shadow:none;
    box-shadow:none;
    cursor: default;
}

.avoton {
    background: transparent url('../images/img-avoton.png') no-repeat top left ;
    height: 92px;
    padding: 60px 0px 0px 5px;
    font-weight: bold;
    color: #fff;
    font-size: 1.7em;
}

.xeon {
    background: transparent url('../images/img-xeon.png') no-repeat top left;
    height: 92px;
    padding: 60px 0px 0px 5px;
    font-weight: bold;
    color: #fff;
    font-size: 1.7em;
}


.game {
    background: transparent url('../images/Bloc-GAME.png') no-repeat top left;
    height: 272px;
    padding: 57px 0px 0px 15px;
    font-weight: bold;
    color: #fff;
    font-size: 1.7em;
}

.sys-servers {
    background: transparent url('../images/img-sys-servers.png') no-repeat top center ;
    height: 154px;
    padding: 60px 0px 0px 5px;
    font-weight: bold;
    color: #fff;
    font-size: 1.7em;
}

.game-servers {
    background: transparent url('../images/img-game-servers.png') no-repeat top center ;
    height: 154px;
    padding: 60px 0px 0px 5px;
    font-weight: bold;
    color: #fff;
    font-size: 1.7em;
}

.backup-servers {
    background: transparent url('../images/img-backup-servers.png') no-repeat top center ;
    height: 154px;
    padding: 60px 0px 0px 5px;
    font-weight: bold;
    color: #fff;
    font-size: 1.7em;
}

.bigTitle {
    color: #242526;
    text-decoration: none;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
}

small{
color: #242526;
}


footer{
    border: 0;
    padding: 15px 0 0 0;
    background: #242526;
    font-size: 0.8em;
}

footer address {
margin: 0 0 20px;
color: #ecf3f6;
text-align: left;
}

footer a {
color: white;
text-decoration:none;
display: block;
}

footer address a {
    display: inline;
    border-right: 1px solid white;
   padding: 0 5px;
}

footer a:hover, .ariane a:hover {
color: white;
text-decoration:underline;
}

footer address a:last-child {
border-right: none;
}

.ariane {
font-size: 13px;
line-height: 40px;
margin: 0px 0px 1px 0px;
background-color: #53626C;
padding: 0 1%;
color: white;
}

.ariane a {
font-size: 13px;
line-height: 40px;
color: white;
text-decoration:none;
}

h1.category-name,
span.category-name {
    background: #53626c;
    padding: 1%;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0px;
    display:block;
    font-size : 28px;
}

span.category-name a {
    color: #FFFFFF;
    float:right;
    font-size : 14px;
    font-weight : normal;
}

table{width:100%;}


.catalog-category-view table thead tr td {
font-size: 16px;
color: #242526;
font-weight: normal;
text-align: center;
line-height: 20px;
}

.price-excluding-tax .price {
font-size: 13px;
font-weight: normal;
color: #FF0000;
}

.price-including-tax .price {
font-size: 13px;
font-weight: bold;
color: #333;
}

.catalog-category-view table tbody tr:nth-child(2n+1) {
background-color: #f7f7f7;
}
.catalog-category-view table tbody tr:nth-child(2n) {
background-color: white;
}

.catalog-category-view table tbody tr td {
font-weight: bold;
}

.catalog-category-view table tbody tr td span.RBX {
background: transparent url('../images/france.jpg') no-repeat 0 0;
width: 29px;
height: 14px;
display: block;
margin: auto;
}

.catalog-category-view table tr td {
font-size: 13px;
color: #242526;
vertical-align: middle;
text-align: center;
/*width: 11.11%;*/
}

.catalog-category-view table tr td a  {
font-size: 16px;
color: #53626c;
font-weight: bold;
margin: 10px auto;
display: inline-block;
}

.zone-order-button-dedicated-availability.button a { 
    text-decoration : none;
}

.zone-order-button-dedicated-availability.button a span {
    color : #FFFFFF;
    font-size : 16px;
    font-weight : bold;
    background: none repeat scroll 0 0 #9DC51C;
    border: medium none;
    /*border-radius: 4px 4px 4px 4px;
    -moz-border-radius : 4px 4px 4px 4px;*/
    padding: 4px 10px;
}

.product-essential .zone-order-button-dedicated-availability.button a span {
    font-size : 18px;
    font-weight : 300;
}

.product-essential .zone-input-quantity-dedicated-availability .QTYBox input {
    border-radius : 0;
    -moz-border-radius : 0;
    width : 33px;
    height : 33px;
    margin-top : -4px;
}

.product-essential .zone-input-quantity-dedicated-availability .QTYBox .arrowcontainer {
    margin-top : -4px;
    margin-left : 4px;
    height : 33px;
    width : 21px;
    background-color : #FFFFFF;
    float:left; 
    border: 1px solid #D5D5D5;
    -moz-border-radius: 0px 0px 0px 0px!important; 
    -webkit-border-radius: 0px 0px 0px 0px!important;
    border-radius: 0px 0px 0px 0px!important; 
    -moz-background-clip: padding; 
    -webkit-background-clip: padding-box; 
    background-clip: padding-box;
}

.product-essential .zone-input-quantity-dedicated-availability .QTYBox .arrowcontainer div {
    margin : 5px 0 0 2px;
}

.product-essential .zone-input-quantity-dedicated-availability .QTYBox .up,
.product-essential .zone-input-quantity-dedicated-availability .QTYBox .down,
.product-essential .zone-input-quantity-dedicated-availability .QTYBox .up_h,
.product-essential .zone-input-quantity-dedicated-availability .QTYBox .down_h,
.product-essential .zone-input-quantity-dedicated-availability .QTYBox .up_c,
.product-essential .zone-input-quantity-dedicated-availability .QTYBox .down_c {
    border : 0 none;
}
/*.product-essential .zone-input-quantity-dedicated-availability .QTYBox .arrowcontainer .up {
    margin : 5px 2px;
}

.product-essential .zone-input-quantity-dedicated-availability .QTYBox .arrowcontainer .down {
    border-bottom : 0 none;
    margin : 5px 2px;
}*/

.zone-input-quantity-dedicated-availability input {
    width : 45px;
    text-align : center;
    border-radius: 4px 4px 4px 4px;
        -moz-border-radius : 4px 4px 4px 4px;
    border : 1px solid #aaa;        
}

.price {
white-space: nowrap !important;
}

 
a.button span {
background: #E1C50F;
color: white;
padding: 10px;
font-size: 16px;
}

a.button{
text-decoration:none;
}

.catalog-category-view table tbody tr td span.coming-soon {
background: #F2F4F3;
text-align: center;
padding: 4px 10px;
display: block;
-webkit-border-radius: 4px;
border-radius: 4px;
margin: auto 5px;
}

table.offers-table tbody td.button a span,
.catalog-category-view table tbody tr td a span {
-webkit-border-radius: 4px;
border-radius: 4px;
background: #9DC51C;
border: none;
padding: 4px 10px;
}

table.offers-table tr td.btn-caddy > a {
    background: transparent url('../images/caddy.png') no-repeat 0 0;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    display : block;
    width : 32px;
    height : 24px;
    opacity : 0.8;
}

table.offers-table tr td.btn-caddy > a:hover {
    opacity : 1;
}

table.offers-table tr td.btn-caddy > a > span {
    display : none;
    opacity : 0;
}

.quote {
text-align: center;
background: #EAF1F2;
margin-bottom: 5px;
margin-top : 3px;
font-size: 18px;
font-style: italic;
}

.col2-set .data {
background: #F2F4F3;
/*min-height: 522px;*/
}

.col2-set .data h2 {
background: #242526;
width: 45%;
color: white;
padding: 10px;
}

.line-table {
width: 100%;
}

.line-table tr th, .line-table tr td {
border-bottom: 1px solid #ccc;
/*height: 30px;*/
font-size: 14px;
vertical-align: middle;
}

.line-table tr th.borderRight, .line-table tr td.borderRight {
    border-right : 1px solid #ccc;
}

.line-table tr td {
color: #666666;
}

.line-table tr th {
color: #343A3A;
}


.block-compare .block-title strong { background-image:url(../../skin/frontend/essentiels/website/images/i_block-list.gif); background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(../../skin/frontend/essentiels/website/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(../../skin/frontend/essentiels/website/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#F2F4F3; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody th.last,
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }









/****************          CSS BRUTE    ************************************/

.product-essential {
padding: 1%;
}
input, select, textarea, button {
font: 12px/15px 'essentials', sans-serif;
vertical-align: middle;
color: #2f2f2f;
}
.no-display {
display: none;
}
.product-view .product-shop {
float: right;
}
.product-view .product-shop .product-name {
margin: 0 0 5px;
}
.product-name {
margin: 0;
font-size: 1em;
font-weight: normal;
}
.product-view .product-essential .product-shop .product-name h1 {
font-size: 24px;
font-weight: normal;
color: #242526;
}
.product-view .product-shop .product-name h1 {
margin: 0;
font: bold 15px/1.35 'essentials', sans-serif;
}
.product-view .product-essential .product-shop .product-name a.btn-cart span {
-webkit-border-radius: 4px;
border-radius: 4px;
background: #9DC51C;
border: none;
padding: 4px 10px;
float: right;
}
.product-view .product-essential .product-shop .availability {
margin: 0;
text-align: right;
border-bottom: 1px dotted #000;
}
.product-essential {
padding: 25px 0 0 0;
background : #F2F4F3;
}
input, select, textarea, button {
font: 12px/15px 'essentials', sans-serif;
vertical-align: middle;
color: #2f2f2f;
}
.no-display {
display: none;
}
.product-view .product-shop {
float: right;
}
.product-view .product-shop .product-name {
margin: 0 0 5px;
}
.product-name {
margin: 0;
font-size: 1em;
font-weight: normal;
}
.product-view .product-essential .product-shop .product-name h1 {
    font-size: 27px;
    font-weight: 300;
    color: #242526;
}
.product-view .product-shop .product-name h1 {
margin: 0;
font: bold 15px/1.35 'essentials', sans-serif;
}
.product-view .product-essential .product-shop .product-name a.btn-cart span {
-webkit-border-radius: 4px;
border-radius: 4px;
background: #9DC51C;
border: none;
padding: 4px 10px;
float: right;
}
.product-view .product-essential .product-shop .availability {
margin: 0;
text-align: right;
border-bottom: 1px dotted #000;
}
dd-to-box {
margin: 10px 0;
}
.product-view .product-img-box {
float: left;
}
.product-view .product-essential .product-img-box .product-image {
border: 1px solid #CCCCCC;
}
.product-collateral .box-collateral {
margin: 0 0 25px;
}
.product-collateral .box-collateral {
margin: 0 0 25px;
}
.tabs li.active {
background-color: #53626C;
color: #FFFFFF;
font-weight: bold;
margin: 0;
padding: 14px 15px 11px 15px;
border-top: solid 1px #C5C5C5;
border-left: solid 1px #C5C5C5;
border-right: solid 1px #C5C5C5;
}
.product-view .box-additional .data-table th, .product-view .box-additional .data-table td {
line-height: 1.25;
}

.data-table { width : 100%; }

.data-table tbody th, .data-table tbody td {
border-bottom: 1px solid #d9dde3;
}
.product-view .box-additional .data-table th, .product-view .box-additional .data-table td {
line-height: 1.25;
}
.data-table th {
padding: 5px 8px;
font-weight: bold;
}

.data-table.noPaddingVerticalCell th, .data-table.noPaddingVerticalCell td { padding-top : 0; padding-bottom : 0; } 

dd-to-box {
margin: 10px 0;
}
.product-view .product-essential .product-img-box .product-image {
border: 0px solid #CCCCCC;
}
.product-collateral .box-collateral {
margin: 0 0 25px;
}
.product-collateral .box-collateral {
margin: 0 0 25px;
}
.tabs {
width: 100%;
display: block;
padding: 0 !important;
margin: 0 0 15px 0;
border-bottom: 1px solid #53626C;
}
.tabs li {
list-style-type: none;
float: left;
display: block;
background-color: #F2F4F3;
padding: 10px 15px;
color: #626262;
font-size: 14px;
margin-top: 5px;
cursor: pointer;
width:100%;
}
.tabs li.active {
background-color: #53626C;
color: #FFFFFF;
font-weight: bold;
margin: 0;
padding: 14px 15px 11px 15px;
border-top: solid 1px #C5C5C5;
border-left: solid 1px #C5C5C5;
border-right: solid 1px #C5C5C5;
}
.product-view .box-additional .data-table th, .product-view .box-additional .data-table td {
line-height: 1.25;
}
.data-table tbody th, .data-table tbody td {
border-bottom: 1px solid #d9dde3;
}

.data-table.datacentres tbody tr td, .data-table.datacentres tbody tr th { padding : 0; vertical-align : middle }

.data-table tbody th.borderRight,
.data-table tbody td.borderRight {
    border-right : 1px solid #d9dde3;
}

.data-table tbody td.last { border-bottom : 0 }

.product-view .box-additional .data-table th, .product-view .box-additional .data-table td {
line-height: 1.25;
}
.data-table th {
padding: 5px 8px;
font-weight: bold;
}
.col-right {
float: right;
padding: 0 0 1px;
}
.catalog-product-view .col-right {
border-left: 1px solid #CCCCCC;
padding-left: 10px;
}
.col-main {
/*float: left;
padding: 0 0 1px;*/
}

.catalog-product-view .col-right {
border-left: 1px solid #CCCCCC;
padding-left: 10px;
}
.included-services {
margin-bottom: 20px;
}
.included-services h3 {
font-weight: bold;
margin: 0 0 10px 0;
color: #242526;
font-size: 16px;
}
.included-services table.list {
width: 100%;
border: 0;
}
.included-services table.list tr th, .included-services table.list tr td {
border-bottom: solid 1px #BBBBBB;
vertical-align: middle;
font-size: 11px;
line-height: 14px;
}
.included-services table.list tr th {
color: #9E9E9E;
padding: 2px 0;
}

.included-services table.list tr td {
text-align: center;
color: #8FA924;
width: 80px;
}

.included-services table.list tr td {
text-align: center;
color: #8FA924;
width: 80px;
}

.support-block h3 {
font-weight: normal;
padding: 10px 0;
}
.support-block .phone {
background: #F2F4F3;
padding: 3px;
}
.support-block .phone .phone-label {
font-size: 16px;
color: #333333;
display: block;
width: 100%;
}
.support-block .phone .phone-schedule {
display: block;
font-size: 10px;
}
.support-block .phone .phone-number {
font-size: 16px;
color: #24575b;
}
.support-block .phone .phone-schedule {
display: block;
font-size: 10px;
}
.col-right {
border-left: 1px solid #CCCCCC;
padding-left: 10px;
}

.tabs-container {
    /*display: none;*/
    margin-bottom : 20px;
}


.data-table td {
padding: 5px 8px;
}

table.distrib tr td img {
vertical-align: middle;
width: 55%;
}

.tabs-container h5 {
font-size: 14px;
}

.col2-set .col-1, .col2-set .col-2{
float:left;
width:50%;
}


h1.full{
width: 100%;
float: none;
margin: 10% auto 0% auto;
padding: 0%;
}


.data-table th.bgGrey {
background: #F2F4F3;
}

.data-table th.bgBlue {
background: #ECF3F6;
color: #618499;
}

.pd30 {
font-size: 14px;
color: #343A3A;
}

.listDistrib .table {display : table }
.listDistrib .table .table-cell { display : table-cell }
.listDistrib table tbody tr td { vertical-align : middle; }

.note {
    background : rgba(83, 98, 108, 0.1);
    padding : 5px;
}

.note span.title {
    font-weight : bold;
}

.distributions p { margin : 0 }
.distributions ul li { list-style-position : inside; }
.distributions ul li:before {
    content: "■";
    color : #9DC51C;
    padding-right : 5px;
}
.distributions ul li ul { margin : 0 20px; }

.table {display : table }
.table-cell {display : table-cell }

.table > .table-cell.half { width : 50%; }
/****************          CSS BRUTE    ************************************/




.half32 {
    width: 32%;
}

.half68 {
    width: 68%;
}

.half46 {
    width: 46%;
}

.half60 {
    width: 60%;
}
.half40 {
    width: 40%;
}

.right2 {
    margin-right: 2%;
}

@media only screen and (max-width: 1000px) {
   
}

@media only screen and (max-width: 950px) {

    .tabz a{background-image:none !important;}

}

@media only screen and (max-width: 900px) {


    .right2 {
        margin-right: 0%;
    }

   .half60, 
   .half46, 
   .half40, 
   .half68, 
   .half32 { 
        width:100%;
        float:none;
        clear:both;
        margin-bottom: 10px;
    }

    .half25{
        width:50%;
    }

  .col-main, .notTextContent .half66, .notTextContent .half33, .half {
    width:100%;
    float:none;
    clear:both;
    }

    .col-right{
        padding:1%;
        background:#eee;
    }
 }

@media only screen and (max-width: 480px) {



   .half66, 
   .half33 {
    width:100%;
    float:none;
    clear:both;
    }




}






