/**************************************
    CSS DOCUMENT FOR WEB UNIVERSE
**************************************/

/******** COMMOMN ********/
div.uniweb * {
    font-family: 'Cabin','Trebuchet MS',"Gill Sans",sans-serif;
}

div.uniweb h1,
div.uniweb h2,
div.uniweb p.h2Like,
div.uniweb span.h2Like,
div.uniweb h5.h2Like,
div.uniweb h6 {
    color: #0A3947;
}

div.uniweb h3,
div.uniweb h4,
div.uniweb h5 {
    color: #3C3C3C;
}

hr,
div.uniweb hr {
    border-color: #EAEAEA;
    margin: 0 auto;
    width: 80%;
}

div.uniweb h1,
div.uniweb .bold {
    font-weight: 800;
}

div.uniweb h2,
div.uniweb h5.h2Like,
div.uniweb p.h2Like{
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

div.uniweb h2.main {
    font-size: 22px;
    line-height: 32px;
}

div.uniweb div.more h3 {
    font-size: 20px;
    line-height: 18px;
    font-weight: normal;
}

div.uniweb .small {
    font-size: 10px;
}

div.uniweb a,
div.uniweb span {
    font-size: 13px;
}

div.uniweb p {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}

div.uniweb .fs18 {
    font-size: 18px;
}
div.uniweb .fs12 {
    font-size: 12px;
}

div.uniweb div.topRounded {
    border-radius: 3px 3px 0px 0px;
    -o-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
}

div.uniweb a.pci.btn,
div.uniweb div.pcitick,
div.uniweb div.panelTop.pci {
    background: rgb(240,215,39);
    background: -moz-linear-gradient(top, rgba(240,215,39,1) 0%, rgba(206,116,12,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,215,39,1)), color-stop(100%,rgba(206,116,12,1)));
    background: -webkit-linear-gradient(top, rgba(240,215,39,1) 0%,rgba(206,116,12,1) 100%);
    background: -o-linear-gradient(top, rgba(240,215,39,1) 0%,rgba(206,116,12,1) 100%);
    background: -ms-linear-gradient(top, rgba(240,215,39,1) 0%,rgba(206,116,12,1) 100%);
    background: linear-gradient(to bottom, rgba(240,215,39,1) 0%,rgba(206,116,12,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0d727', endColorstr='#ce740c',GradientType=0 );
}

div.uniweb a.btn.pcs,
div.uniweb div.pcstick,
div.uniweb div.panelTop.pcs {
    background: rgb(234,106,47);
    background: -moz-linear-gradient(top, rgba(234,106,47,1) 0%, rgba(191,46,23,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,106,47,1)), color-stop(100%,rgba(191,46,23,1)));
    background: -webkit-linear-gradient(top, rgba(234,106,47,1) 0%,rgba(191,46,23,1) 100%);
    background: -o-linear-gradient(top, rgba(234,106,47,1) 0%,rgba(191,46,23,1) 100%);
    background: -ms-linear-gradient(top, rgba(234,106,47,1) 0%,rgba(191,46,23,1) 100%);
    background: linear-gradient(to bottom, rgba(234,106,47,1) 0%,rgba(191,46,23,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea6a2f', endColorstr='#bf2e17',GradientType=0 );
}

div.uniweb a.btn.cloudbp,
div.uniweb div.cloudbptick,
div.uniweb div.panelTop.cloudbp {
    background: rgb(173,139,112);
    background: -moz-linear-gradient(top,  rgba(173,139,112,1) 0%, rgba(160,105,87,1) 0%, rgba(140,88,77,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(173,139,112,1)), color-stop(0%,rgba(160,105,87,1)), color-stop(100%,rgba(140,88,77,1)));
    background: -webkit-linear-gradient(top,  rgba(173,139,112,1) 0%,rgba(160,105,87,1) 0%,rgba(140,88,77,1) 100%);
    background: -o-linear-gradient(top,  rgba(173,139,112,1) 0%,rgba(160,105,87,1) 0%,rgba(140,88,77,1) 100%);
    background: -ms-linear-gradient(top,  rgba(173,139,112,1) 0%,rgba(160,105,87,1) 0%,rgba(140,88,77,1) 100%);
    background: linear-gradient(to bottom,  rgba(173,139,112,1) 0%,rgba(160,105,87,1) 0%,rgba(140,88,77,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad8b70', endColorstr='#8c584d',GradientType=0 );
}

div.uniweb a.btn.pca,
div.uniweb div.pcatick,
div.uniweb div.panelTop.pca {
        background: #db7a10;
        background: -moz-linear-gradient(top, #db7a10 0%, #b7660d 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db7a10), color-stop(100%,#b7660d));
        background: -webkit-linear-gradient(top, #db7a10 0%,#b7660d 100%);
        background: -o-linear-gradient(top, #db7a10 0%,#b7660d 100%);
        background: -ms-linear-gradient(top, #db7a10 0%,#b7660d 100%);
        background: linear-gradient(to bottom, #db7a10 0%,#b7660d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db7a10', endColorstr='#b7660d',GradientType=0 );
}

div.uniweb a.btn.cloudcdn,
div.uniweb div.cloudcdntick,
div.uniweb div.panelTop.cloudcdn {
    background: #937757;
    background: -moz-linear-gradient(top, #937757 0%, #7a6348 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#937757), color-stop(100%,#7a6348));
    background: -webkit-linear-gradient(top, #937757 0%,#7a6348 100%);
    background: -o-linear-gradient(top, #937757 0%,#7a6348 100%);
    background: -ms-linear-gradient(top, #937757 0%,#7a6348 100%);
    background: linear-gradient(to bottom, #937757 0%,#7a6348 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#937757', endColorstr='#7a6348',GradientType=0 );
}

div.uniweb a.btn.web,
div.uniweb div.webtick,
div.uniweb div.panelTop.web {
    /*background: #55A79A;
    background: -moz-linear-gradient(top, #55A79A 0%, #488C82 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#55A79A), color-stop(100%,#488C82));
    background: -webkit-linear-gradient(top, #55A79A 0%,#488C82 100%);
    background: -o-linear-gradient(top, #55A79A 0%,#488C82 100%);
    background: -ms-linear-gradient(top, #55A79A 0%,#488C82 100%);
    background: linear-gradient(to bottom, #55A79A 0%,#488C82 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55a79a', endColorstr='#488c82',GradientType=0)*/
    background: #46978d;
    background: -moz-linear-gradient(top, #46978d 0%, #0b524e 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46978d), color-stop(99%,#0b524e));
    background: -webkit-linear-gradient(top, #46978d 0%,#0b524e 99%);
    background: -o-linear-gradient(top, #46978d 0%,#0b524e 99%);
    background: -ms-linear-gradient(top, #46978d 0%,#0b524e 99%);
    background: linear-gradient(to bottom, #46978d 0%,#0b524e 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46978d', endColorstr='#0b524e',GradientType=0 );
}

div.uniweb div.panelTop.dedicated {
    background: rgb(55,171,200);
    background: -moz-linear-gradient(top, rgba(55,171,200,1) 0%, rgba(47,145,169,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(55,171,200,1)), color-stop(100%,rgba(47,145,169,1)));
    background: -webkit-linear-gradient(top, rgba(55,171,200,1) 0%,rgba(47,145,169,1) 100%);
    background: -o-linear-gradient(top, rgba(55,171,200,1) 0%,rgba(47,145,169,1) 100%);
    background: -ms-linear-gradient(top, rgba(55,171,200,1) 0%,rgba(47,145,169,1) 100%);
    background: linear-gradient(to bottom, rgba(55,171,200,1) 0%,rgba(47,145,169,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37abc8', endColorstr='#2f91a9',GradientType=0 );
}

div.uniweb div.panelTop.public {
    background: #ffc303;
    background: -moz-linear-gradient(top, #ffc303 0%, #daa600 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc303), color-stop(100%,#daa600));
    background: -webkit-linear-gradient(top, #ffc303 0%,#daa600 100%);
    background: -o-linear-gradient(top, #ffc303 0%,#daa600 100%);
    background: -ms-linear-gradient(top, #ffc303 0%,#daa600 100%);
    background: linear-gradient(to bottom, #ffc303 0%,#daa600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc303', endColorstr='#daa600',GradientType=0 );
}

div.uniweb div.saasNext,
div.uniweb div.panelTop.saas {
    background: #086594;
    background: -moz-linear-gradient(top, #086594 0%, #064b6e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#086594), color-stop(100%,#064b6e));
    background: -webkit-linear-gradient(top, #086594 0%,#064b6e 100%);
    background: -o-linear-gradient(top, #086594 0%,#064b6e 100%);
    background: -ms-linear-gradient(top, #086594 0%,#064b6e 100%);
    background: linear-gradient(to bottom, #086594 0%,#064b6e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#086594', endColorstr='#064b6e',GradientType=0 );
}

div.uniweb div.bottomRounded {
    border-radius: 0px 0px 3px 3px;
    -o-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
}


div.uniweb div.panel:hover span.text{
    color: #0068b1;
}

div.uniweb div.panelTop {
    height: 40px;
    text-align: center;
    border: 1px solid #eaeaea;
}   
div.uniweb div.panelTop span.arrow {
    height: 15px;
    width: 15px;
    background: url('../../images/cloud/home/arrow.png') no-repeat 0 0;
    margin-top: 12px;
    margin-left: 10px; 
}

div.uniweb div.panelBottom {
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid white;
    padding: 10px;
    background-color: #f9f9f9;
    transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-property: background-color;
    -moz-transition-property: background-color;
    -webkit-transition-property: background-color;
}

div.uniweb div.panelBottom:hover {
    background-color: #f4f4f4;
}

div.uniweb a.btn {
    border-radius: 3px;
    -o-border-radius: 3px
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    line-height: 16px;
    font-weight: 800;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.5);
    font-size: 14px;
    padding: 8px 10px 8px 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;
}

div.uniweb 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); 
}

div.uniweb a.btn span {
    color: white;
}

div.uniweb div.bordered {
    border: 1px solid #eaeaea;
}

div.uniweb div.panelTop span,
div.uniweb div.panelTop h2 {
    line-height: 40px;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.5);
    color: white;
    font-size: 18px;
}


/*OFFERS TABLES AND STUFF*/
div.uniweb div.offers table tr:first-child th.first {
    height: 50px;
    border: 0 none;
    background-color: transparent;
    padding: 0;
}

div.uniweb div.offers table tr th.first div.simplegradient {
    height: 50px;
    border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border: 1px solid #eaeaea;
}

div.uniweb div.offers table tr th.first div h3 {
    color: #3c3c3c;
    font-size: 22px;
    line-height: 50px;
    font-weight: 800;
    text-shadow: 0 1px 0 white;
}

div.uniweb div.offers table th, div.uniweb div.offers table td {
    vertical-align: middle;
    height: 30px;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid white;
}

div.uniweb div.offers table td {
    background-color: #f8f8f8;
    border-left: 1px solid white;
    border-right: 1px solid #eaeaea;
    text-align: center;
}

div.uniweb div.offers table th {
    text-align:left;
    background-color: #f4f4f4;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    color: #969696;
}

div.uniweb div.offers table tr:first-child th,
div.uniweb div.offers table tr:first-child td {
    border-top: 1px solid #eaeaea;
}

div.uniweb div.offers table tr td:first-child {
    border-left: solid 1px #EAEAEA;
}

/*PAGES*/
div.uniweb div.rounded {
    border: 1px solid #eaeaea;
}

div.uniweb div.shadowed {
    box-shadow: 2px 2px 2px #ececec;
    -moz-box-shadow: 2px 2px 2px #ececec;
    -webkit-box-shadow: 2px 2px 2px #ececec;
}

div.uniweb div.more ul li {
    background: url("../../images/vps/check-list.png") no-repeat scroll 8px 0 transparent;
    text-indent: 35px;
    line-height: 20px;
    list-style-image: none;
    list-style-type: none;
    font-weight: normal;
    font-size: 14px;
}

.table {
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

div.uniweb div.panelBottom ul {    
    margin-left: 0px;
}

div.uniweb div.panelBottom ul li {
    line-height: 20px;
    list-style-image: none;
    list-style-type: none;
    font-weight: normal;
    font-size: 14px;
    margin-left: 0px;
    margin-bottom: 5px;
}
    
div.uniweb div.pages p {
    font-size: 14px;
    line-height: 18px;
}

















/* ==================================================
        On refait l'Uniweb, petit à petit...
================================================== */

/*** HEADER ***/
div.header,
div.uniweb div.header {
    width: 970px;
    float: left;
    margin: 0px 0 0 -5px;
}

div.header h1,
div.uniweb div.header h1 {
    color: #0A3947;
    font-size: 36px;
    line-height: 32px;
    text-shadow: 1px 1px 2px #C1C1C1;
}

div.header h1.white,
div.uniweb div.header h1.white {
    color: #FFFFFF;
    text-shadow: 1px 1px 2px #3C3C3C;
}


div.header h3,
div.uniweb div.header h3 {
    color: #3c3c3c;
    font-size: 14px;
    line-height: 16px;
}


/*** MENU ***/
div.uniweb div.menu p.title {
    color: #3C3C3C;
    font-size: 15px;
    margin: 0 0 5px 5px;
    font-weight: 500;
    line-height: 24px;
    width: 95%;
}

div.uniweb div.menu a.youAre:hover,
div.uniweb div.menu a.youAreHere,
div.uniweb div.menu a.youAre {
    font-size: 14px;
    line-height: 20px;
    width: 92%;
    margin-left: 2%;
    margin-bottom: 5px;
    color: #666;
    padding: 5px 0 5px 3px;
    background-color: white;
    transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-property: background-color;
    -moz-transition-property: background-color;
    -webkit-transition-property: background-color;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: block;
    text-decoration: none;
}

div.uniweb div.menu a.youAre:hover {
    color: #333;
    background-color: #EAEAEA;
}

div.uniweb div.menu a.youAreHere {
    color: #0B4499;
    background-color: #DADADA;
    text-shadow: 0px 1px 0 #FFFFFF;
}

div.uniweb div.menu a sup {
    margin: 0 2px;
    line-height: 12px;
}

div.uniweb div.cloudbptick,
div.uniweb div.cloudcdntick,
div.uniweb div.pcatick,
div.uniweb div.pcstick,
div.uniweb div.pcitick,
div.uniweb div.webtick {
    height: 10px;
    width: 10px;
    border-radius: 50em;
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
}

/*** FAQ ***/
div.uniweb .faqQuestion {
    cursor: pointer;
    font-size: 14px;
    background-color: #F7F7F7;
    color: #7D7D7D;
    border: 1px solid #EFF2F9;
    padding: 5px;
    width: 98%;
    font-weight: normal;
}

div.uniweb .faqQuestion .arrow-right {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #7D7D7D;
    border-top: 4px solid transparent;
    float: left;
    height: 0;
    margin: 8px 10px 0 0;
    width: 0;
}

div.uniweb .faqQuestion:hover,
div.uniweb .faqQuestion.open {
    background-color: #F1F1F1;
    color: #3C3C3C;
}

div.uniweb .faqQuestion:hover .arrow-right {
    border-left: 4px solid #3C3C3C;
}

div.uniweb .faqQuestion.open .arrow-right {
    border-left: 4px solid #3C3C3C;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

div.uniweb .faqAnswer {
    width: 95%;
    margin: 10px auto 0 auto;
    font-size: 14px;
    line-height: 20px;
}


/*********************************/
div.exchange2013-offers {
    width: 285px;
    margin-left: 15px;
    background-color: #F9F9F9;
    border: solid 1px #EFEFEF;
    -webkit-box-shadow: inset 0 0 0 1px #FFFFFF;
    -moz-box-shadow: inset 0 0 0 1px #FFFFFF;
    box-shadow: inset 0 0 0 1px #FFFFFF;
    border-radius: 3px;
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    -kthtml-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

div.exchange2013-offers.head:hover {
    background-color: #F4F4F4;
    -moz-box-shadow: 0px 0px 3px #a7a7a7;
    -webkit-box-shadow: 0px 0px 3px #a7a7a7;
    box-shadow: 0px 0px 3px #a7a7a7;
}

div.exchange2013-offers.head:hover h2 {
    color: #0068B1;
}

div.exchange2013-offers h2 {
    font-size: 22px;
    line-height: 34px;
}

div.offers-title h3 {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    color: #3C3C3C;
    font-weight: 400;
    padding: 12px 6px 6px 15px;
    display: inline-block;
    vertical-align: middle;
}

table.hostedList tr td {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    /*font-family: 'Trebuchet MS';*/
}

table.offerIndex tr td {
    font-size: 13px;
}
/*********** !Exchange 2013 ****************/



/******** Hosting 2014 **************/
div.hosting-offers {
    /*cursor: pointer;*/
    margin-top: 30px;
    position: relative;
    background-color: #F9F9F9;
    border: solid 1px #EFEFEF;
    padding: 5px 10px;
    -webkit-box-shadow: inset 0 0 0 1px #FFFFFF;
    -moz-box-shadow: inset 0 0 0 1px #FFFFFF;
    box-shadow: inset 0 0 0 1px #FFFFFF;
    -webkit-transition: all 0.20s linear;
    -o-transition: all 0.20s linear;
    -moz-transition: all 0.20s linear;
    -ms-transition: all 0.20s linear;
    -kthtml-transition: all 0.20s linear;
    transition: all 0.20s linear;
}

div.hosting-offers.important {
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

div.hosting-offers h2 {
    font-size: 24px;
    color: #3C3C3C;
    text-shadow: 1px 1px 0 #BFBFBF;
}

div.hosting-offers:hover {
    background-color: #F1F1F1;
    border-color: #DEDEDE;
}

div.hosting-offers table th,
div.hosting-offers table td {
    border: solid 1px #F9F9F9;
    border-collapse: collapse;
    padding: 5px;
    text-shadow: 1px 0 0 #FFF;
}

div.hosting-offers table th {
    background-color: #E4EDF2;
    text-align: left;
    color: #8C8C8C;
    font-size: 12px;
    font-weight: normal;
}

div.hosting-offers table th a,
div.hosting-offers table th span {
    font-size: 12px;
    font-weight: normal;
    color: #8C8C8C;
}

div.hosting-offers table th a:hover,
div.hosting-offers table th a:active {
    text-decoration: none;
}

div.hosting-offers table td {
    text-align: right;
    color: #3C3C3C;
    font-size: 12px;
    background-color: #DBE8EE;
}

div.hosting-offers.services {
    width: 219px;
    height: 134px;
    padding: 5px 0 5px 5px;
    margin-top: 10px;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

div.hosting-offers.services p {
    font-size: 16px;
}

div.hosting-offers.services span {
    color: #828282;
    font-size: 13px;
}

div.hosting-offers.mutu {
    width: 220px;
    height: 136px;
    margin: 10px 0 0 0;
    border: none;
    padding: 5px 0 5px 6px;
    background: transparent url('../../images/hosting2014/pads/windows-mutu-pad.jpg') no-repeat 0 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.9;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

div.hosting-offers.mutu:hover {
    opacity: 1;
}

div.hosting-offers.services img {
    opacity: 0.6;
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    -kthtml-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

div.hosting-offers.services:hover img {
    opacity: 1;
}

div.bestseller {
    font-weight: bold;
    box-shadow: inset -1px -1px 0 #c6c6c6, inset 1px 0 0 #c6c6c6;
    border-radius: 5px 5px 0 0;
    border-top: 1px solid #625E5F;
    border-right: 1px solid #625E5F;
    border-left: 1px solid #625E5F;
    height: 29px;
    line-height: 29px;
    color: #FFF;
    font-size: 13px;
    background: #565253;
    padding-left: 10px;
    text-shadow: 1px 1px 0 #3C3C3C;
    background: -moz-linear-gradient(top, rgba(86, 82, 83, 1) 0%, rgba(86, 82, 83, 1) 0%, rgba(122, 118, 119, 1) 100%, rgba(122, 118, 119, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86, 82, 83, 1)), color-stop(0%,rgba(86, 82, 83, 1)), color-stop(100%,rgba(122, 118, 119, 1)), color-stop(100%,rgba(122, 118, 119, 1)));
    background: -webkit-linear-gradient(top, rgba(86, 82, 83, 1) 0%,rgba(86, 82, 83, 1) 0%,rgba(122, 118, 119, 1) 100%,rgba(122, 118, 119, 1) 100%);
    background: -o-linear-gradient(top, rgba(86, 82, 83, 1) 0%,rgba(86, 82, 83, 1) 0%,rgba(122, 118, 119, 1) 100%,rgba(122, 118, 119, 1) 100%);
    background: -ms-linear-gradient(top, rgba(86, 82, 83, 1) 0%,rgba(86, 82, 83, 1) 0%,rgba(122, 118, 119, 1) 100%,rgba(122, 118, 119, 1) 100%);
    background: linear-gradient(to bottom, rgba(86, 82, 83, 1) 0%,rgba(86, 82, 83, 1) 0%,rgba(122, 118, 119, 1) 100%,rgba(122, 118, 119, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565253', endColorstr='#7a7677',GradientType=0 )
}
/******** !Hosting 2014 *************/



/********  VPS Prestashop *************/
/*table.prestashop-table {
    width: 95%;
    margin: 0 auto;
}*/

table.prestashop-table tr td {
    width: 50%;
    /*color: #616161;*/
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border-bottom: solid 1px #DEDEDE;
    border-right: solid 1px #DEDEDE;
    padding: 10px 20px;
    background-color: #F9F9F9;
    -webkit-box-shadow: inset 0 0 0 1px #FFF;
    -moz-box-shadow: inset 0 0 0 1px #FFF;
    box-shadow: inset 0 0 0 1px #FFF;
}

table.prestashop-table tr td:first-child {
    border-left: solid 1px #DEDEDE;
}

table.prestashop-table tr.head td {
    border-top: solid 1px #DEDEDE;
    font-size: 14px;
    padding: 0;
}

table.prestashop-table tr.head td,
table.prestashop-table tr.head td a {
    padding: 10px;
    color: #3C3C3C;
}

/*table.prestashop-table tr.head td:hover {
    background-color: #F1F1F1;
}*/

table.prestashop-table tr td.colspan span,
table.prestashop-table tr td.colspan {
    font-size: 14px;
    line-height: 20px;
    background-color: #F1F1F1;
    color: #3C3C3C;
    font-weight: bold;
}

table.prestashop-table tr td .name-offer,
table.prestashop-table tr td .name-desc {
    display: block;
}

table.prestashop-table tr td .name-offer {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
}

table.prestashop-table tr td .name-desc {
    font-size: 12px;
}
/******** !VPS Prestashop *************/




/*** display_content ***/
div.displayed_content h2,
div.displayed_content table tr td h2 {
    font-size: 18px;
    line-height: 22px;
    color: #0A3947;
}

div.displayed_content p,
div.displayed_content table tr td span {
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

div.displayed_content table tr td a span {
    color: #0068B1;
}
/*** !display_content ***/


.guides-group {
    width: 47%;
    padding: 12px 8px;
    border-radius: 2px;
}

.guides-group:hover {
    background-color: #F7F7F7;
    box-shadow: inset 0 0 1px 0 #000;
    -o-box-shadow: inset 0 0 1px 0 #000;
    -moz-box-shadow: inset 0 0 1px 0 #000;
    -webkit-box-shadow: inset 0 0 1px 0 #000;
}

.guidesLnk {
    margin: 5px 0;
    line-height: 26px;
    font-size: 14px;
    display: block;
    padding: 0 2px 0 1px;
}

.guidesLnk:hover {
    background-color: #CEDAEB;
    text-shadow: #FFF 0 -1px 0;
}

.guidesQuestion {
    color: #828282;
}

.guidesQuestion .arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 5px solid #828282;
    margin: 5px 5px 0 5px;
}

.guidesQuestion:hover,
.guidesQuestion.open {
    color: #3C3C3C;
    cursor: pointer;
}

.guidesQuestion.open .arrow {
    border-top: 5px solid #3C3C3C;
    border-left: 5px solid transparent;
    margin: 0 10px -3px 0;
}

.guidesAnswer .guidesLnk {
    margin-left: 20px;
}
