/* css document */

table td { vertical-align: middle; }
table img { vertical-align: middle; }
table tr.title { background: #cedaeb; }
table tr.title th {  text-align: left; color: #0068b1;  }
table tr th {  text-align: left; color: #3c3c3c;  height: 20px; }
html>body table tr th {  text-align: left; color: #3c3c3c;  height: 30px; }
@media screen and (-webkit-min-device-pixel-ratio:0) { 
table tr th {height: 20px;}
}
table td.answer { color: #0068b1; vertical-align: middle; text-align: right; }

table tr.light { background: #f5f5f5; }
table tr.light td.gold { background: #f5f5f5; }
table tr.light td.platinum { background: #E7EDF5; }
table tr.light td.diamond { background: #DBE3F0; }
table tr.price td.gold { background: #fff; }
table tr.price td.platinum { background: #F0F7FF; }
table tr.price td.diamond { background: #E4ECFA; } 
table tr td.light { background: #ebebeb; font-size: 9px; color: #3c3c3c; }

table.price { background: #cbcbcb; text-align: center; }
table.price tr.price { background: #ffffff; }
/*table.price tr.price th, table.price tr.price td{ background: #ffffff; text-align:center;}*/
table.price tr td { text-align:center; }
table.price td { height: 30px; }
table.price tr.title th { text-align: center; line-height: 19px;  }
table tr.light img, 
table tr.price img { margin: 3px; }
table td.nomarge img { margin: 0px; }

table th a, table th a:hover, table th a:active {
    font-weight: bold;
    text-decoration: none;
    color: #ff0000;
}

table th a, table th a:hover, table th a:active {
    font-weight: bold;
    text-decoration: underline;
    color: #0068b1;
}

.itw table .price td {
    text-align: center;
}
.itw table .price td.left {
    text-align: left;
}

table.bigTable td { font-size: 12px; padding: 4px; }
table.bigTable th { font-size: 11px; padding: 4px; }


table tr td.light { background: #ebebeb; font-size: 9px; color: #3c3c3c; }

table.phone { background: #cbcbcb; text-align: center; }
table.phone tr.phone { background: #ffffff; }
table.phone tr.title th { text-align: center; line-height: 19px;  }
table.phone tr.title th.left { text-align: left; line-height: 19px;  }
table.phone tr.title { background: #dadada; }
table.phone tr th {  text-align: left; color: #3c3c3c; font-size: 11px; font-weight:bold; }
table.phone tr th.black {  color: #212121; font-size: 12px;  }
table.phone tr th.center {  text-align: center;  }
table.phone tr.title th {  color: #212121; font-size: 12px; }

table.borderinside td,
table.borderinside th {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 20px;
}

table.borderinside  td.noright,
table.borderinside  th.noright {
    border: 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

table.borderinside td.borderleft, 
table.borderinside th.borderleft {
    border-left : 1px solid #ccc;
}

table.borderinside  td.nobottom,
table.borderinside  th.nobottom {
    border: 0;
    border-right: 1px solid #ccc;
}

table.borderinside  td.none,
table.borderinside  th.none {
    border: 0;
}

table.blueTH th { color: #0068b1; }

table.index,
table.index tr,
table.index tr th, 
table.index tr td {
    background: transparent;
}

table.index .white { color: #fff; }

table.index td.diff { background: #eee; }

table.index tr th {
    color: #999;
}


table.index tr th, 
table.index tr td {
    border-bottom: 1px solid #ccc;
}

table.index tr.none th, 
table.index tr.none td {
    border-bottom: 0;
}

table.margin { margin-left: 2px; margin-right: 2px; }

td.left { text-align: left; }

td, th { padding: 3px; }


table.dedicated-index tr td,
table.dedicated-index tr th {
    background: #f8f8f8;
    border-bottom: 1px solid #dfdfdf;
    border: 0 0 1px 0; 
    vertical-align: text;
    height: 36px;
    padding: 0 5px;
}
table.dedicated-index .price .eur {
    line-height: 30px; 
}

table.dedicated-index tr:nth-child(2n) td,
table.dedicated-index tr:nth-child(2n) th {
    background: #f2f2f2;
}
table.dedicated-index tr td:nth-child(2n),
table.dedicated-index tr th:nth-child(2n) {
    background: #f5f5f5 ;
    /*border-bottom: 1px solid #f1f1f1;*/
}
table.dedicated-index tr:nth-child(1n) td:nth-child(2n),
table.dedicated-index tr:nth-child(1n) th:nth-child(2n) {
    background: #fafafa ;
    /*border-bottom: 1px solid #f1f1f1;*/
}
table.dedicated-index tr:nth-child(2n) td:nth-child(2n),
table.dedicated-index tr:nth-child(2n) th:nth-child(2n) {
    background: #f8f8f8 ;
    /*border-bottom: 1px solid #f1f1f1;*/
}

table.dedicated-index tr.white td,
table.dedicated-index tr.white th, 
table.dedicated-index tr.white td:nth-child(2n),
table.dedicated-index tr.white th:nth-child(2n) {
    background: white;
    border-bottom: 1px solid #fff;
}

table.dedicated-index tr.legends td,
table.dedicated-index tr.legends td *,
table.dedicated-index tr.legends th *,
table.dedicated-index tr.legends th, 
table.dedicated-index tr.legends td:nth-child(2n),
table.dedicated-index tr.legends th:nth-child(2n) {
    color: #aaa;
    vertical-align: middle;
    background: white;
}

table.dedicated-index .marged {
    margin: 0 5px 0 0;
}
table.dedicated-index .title *,
table.dedicated-index .title td,
table.dedicated-index .title th {
    background: #f8f8f8;
    color: #aaa;
    border: 0;
}
table.dedicated-index tr.cutter td:nth-child(2n),
table.dedicated-index tr.cutter td,
table.dedicated-index tr.cutter th {
    border-bottom: 3px solid #ccc;
}

table.dedicated-index tr.bigTitle th {
    background: #AFAFAF;
}

div.pre-dedicated-index-table {
    background: transparent url(../images/main/pre-dedicated-index-table-bg.png) repeat-x 0 100%;
}


.gwt-Label {
    font-family: 'Eau', 'Arial', 'Trebuchet MS', sans-serif;
}

.gwt_input,
.gwt_input_normal {
    height: 32px;
    background-color: transparent; 
    background-image: url('../images/gwt/gwt_input.gif');
    background-repeat: no-repeat;
    background-position: top left ;
    padding: 0; 
    margin: 0;
}
.gwt_input_normal input,
.gwt_input input {
    height: 32px;
    line-height: 32px;
    width: 100%;
    *width: 90%;
    *display: block;
    *float: right;

    padding:0 0 0 0;
    margin: 0;

    text-indent: 20px;
    
    font-size: 18px; 
    color: #0068b1;    

    border: 0;

    background-color: transparent; 
    background-image: url('../images/gwt/gwt_input.gif');
    background-repeat: no-repeat;
    background-position : 100% -32px ;
}
.gwt_input_normal input {
    font-size: 14px;
    color: #3c3c3c;
}

.blue_pad .gwt_input,
.blue_pad .gwt_input_normal,
.blue_pad .gwt_input_normal input,
.blue_pad .gwt_input input {
    background-image: url('../images/gwt/gwt_input_blue.gif');
}


a.betatest {
    background:transparent url('../images/private_cloud/BoutonBeta.jpg') center center no-repeat;
    background-position: 0 100%;
    width: 113px;
    height:38px;
    display:block;
    font-weight:normal;
    text-decoration:none;
    color:white;
    margin: 0 auto;
}

a.betatest p {
    padding-right: 20px;
    color:white;
    line-height:30px;
    font-weight:normal;
    text-align:right;
}

a.betatest:hover {
    background:transparent url('../images/private_cloud/BoutonBeta.jpg') center center no-repeat;
    background-position: 0 0;
    width: 113px;
    height:38px;
    color:white;
    display:block;
    font-weight: normal;
    text-align:right;
    margin: 0 auto;
}



a.betatestBig {
    background:transparent url('../images/private_cloud/BoutonBteLarge.jpg') center center no-repeat;
    background-position: 0 100%;
    width: 310px;
    height:60px;
    display:block;
    font-weight:normal;
    text-decoration:none;
    text-align:right;
    color:white;
    margin: 0 auto;
}

a.betatestBig span {
    padding-right: 35px;
    color:white;
    font-size:16px;
    line-height:60px;
    font-weight:bold;

}

a.betatestBig:hover {
    background:transparent url('../images/private_cloud/BoutonBteLarge.jpg') center center no-repeat;
    background-position: 0 0;
    width: 310px;
    height:60px;
    color:white;
    display:block;
    font-weight: normal;
    text-align:right;
    margin: 0 auto;
}



a.betatestMed {
    background:transparent url('../images/private_cloud/GrisBouton.jpg') center center no-repeat;
    background-position: 0 100%;
    width: 231px;
    height:43px;
    display:block;
    font-weight:normal;
    text-decoration:none;
    text-align:center;
    color:white;
    margin: 0 auto;
}

a.betatestMed span {
    color:white;
    font-size:16px;
    line-height:41px;
    font-weight:bold;
    padding-right: 5px;
}


a.betatestSmall {
    background:transparent url('../images/dedicated/GrisSoon.jpg') 100% 0% no-repeat;
    text-align:center;
    color:white;
    float:right;
    text-decoration: none;
    border-radius: 3px 3px 3px 3px;
    height:30px;
    width:95%;
    display:block;
}

a.betatestSmall:hover {
    background:transparent url('../images/dedicated/GrisSoon.jpg') 100% 100% no-repeat;
    text-align:center;
    color:white;
    float:right;
    text-decoration: none;
    border-radius: 3px 5px 3px 5px;
    height:32px;
    width:95%;
    display:block;
    margin-top: 1px;
}

a.betatestSmall span {
    color:white;
    font-size:13px;
    line-height:30px;
    font-weight:bold;
}

a.betatestSmall:hover span {
    color:white;
    font-size:13px;
    line-height:31px;
    font-weight:bold;
}

a.betatestSmallTech {
    background:transparent url('../images/dedicated/GrisSoon.jpg') 100% 0% no-repeat;
    text-align:center;
    color:white;
    float:right;
    text-decoration: none;
    border-radius: 3px 3px 3px 3px;
    height:32px;
    width:95%;
    display:block;
    margin-top: 10px;
}

a.betatestSmallTech:hover {
    background:transparent url('../images/dedicated/GrisSoon.jpg') 100% 100% no-repeat;
    text-align:center;
    color:white;
    float:right;
    text-decoration: none;
    border-radius: 3px 5px 3px 5px;
    height:32px;
    width:95%;
    display:block;
    margin-top: 10px;
}

a.betatestSmallTech span {
    color:white;
    font-size:13px;
    line-height:30px;
    font-weight:bold;
}

a.betatestSmallTech:hover span {
    color:white;
    font-size:13px;
    line-height:31px;
    font-weight:bold;
}



ul.big_gwt_tabs,
ul.gwt_tabs {
    margin: 0; 
    padding: 0; 
    height: 32px;
    width: 100%;
    background:  transparent url('../images/gwt/gwt_tabs.gif') repeat-x 100% 100% ;
}

ul.big_gwt_tabs {
    height: 65px;
    background:  transparent url('../images/gwt/big_gwt_tabs.gif') repeat-x 100% 100% ;
    width: 99%;
}

ul.big_gwt_tabs li,
ul.gwt_tabs li {
    margin: 0 ; 
    padding: 0; 
    list-style: none;
    display: inline;
}

ul.big_gwt_tabs li a,
ul.big_gwt_tabs li a:link,
ul.big_gwt_tabs li a:visited,
ul.big_gwt_tabs li a:active,
ul.big_gwt_tabs li a:hover,
ul.gwt_tabs li a,
ul.gwt_tabs li a:link,
ul.gwt_tabs li a:visited,
ul.gwt_tabs li a:active,
ul.gwt_tabs li a:hover {
    float: left;
    padding: 0 0 0 15px;
    display: block;
    color: #666;
    background:  transparent url('../images/gwt/gwt_tabs.gif') no-repeat 0% 50% ;

    text-decoration: none;

    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;

    border-radius: 3px 6px 0 0 ;
}

ul.big_gwt_tabs li a,
ul.big_gwt_tabs li a:link,
ul.big_gwt_tabs li a:visited,
ul.big_gwt_tabs li a:active,
ul.big_gwt_tabs li a:hover {
    background:  transparent url('../images/gwt/big_gwt_tabs.gif') no-repeat 0% 49.5% ;
    margin-right: 5px;

}

ul.big_gwt_tabs li a span,
ul.big_gwt_tabs li a:link span,
ul.big_gwt_tabs li a:visited span,
ul.big_gwt_tabs li a:active span,
ul.big_gwt_tabs li a:hover span, 
ul.gwt_tabs li a span,
ul.gwt_tabs li a:link span,
ul.gwt_tabs li a:visited span,
ul.gwt_tabs li a:active span,
ul.gwt_tabs li a:hover span {
    padding: 0 15px 0 0;
    display: block;
    float: left;
    color: #666;
    background:  transparent url('../images/gwt/gwt_tabs.gif') no-repeat 100% 50% ;
    text-decoration: none;
    font-size: 14px;
   
    line-height: 32px;
}

ul.big_gwt_tabs li a span,
ul.big_gwt_tabs li a:link span,
ul.big_gwt_tabs li a:visited span,
ul.big_gwt_tabs li a:active span,
ul.big_gwt_tabs li a:hover span {
    background:  transparent url('../images/gwt/big_gwt_tabs.gif') no-repeat 100% 49.5% ;

}

ul.big_gwt_tabs li a:hover span, ul.gwt_tabs li a:hover span { color: #0068B1; }

ul.big_gwt_tabs li.selected a,
ul.big_gwt_tabs li.selected a:link,
ul.big_gwt_tabs li.selected a:visited,
ul.big_gwt_tabs li.selected a:active,
ul.big_gwt_tabs li.selected a:hover ,
ul.big_gwt_tabs li .selected a,
ul.big_gwt_tabs li .selected a:link,
ul.big_gwt_tabs li .selected a:visited,
ul.big_gwt_tabs li .selected a:active,
ul.big_gwt_tabs li .selected a:hover {

    color: #0068b1; background:  transparent url('../images/gwt/big_gwt_tabs.gif') no-repeat 0% 0% ; 
    line-height: 65px;
    height: 65px;

}

ul.gwt_tabs li.selected a,
ul.gwt_tabs li.selected a:link,
ul.gwt_tabs li.selected a:visited,
ul.gwt_tabs li.selected a:active,
ul.gwt_tabs li.selected a:hover ,
ul.gwt_tabs li .selected a,
ul.gwt_tabs li .selected a:link,
ul.gwt_tabs li .selected a:visited,
ul.gwt_tabs li .selected a:active,
ul.gwt_tabs li .selected a:hover {  
    
    color: #0068b1; background:  transparent url('../images/gwt/gwt_tabs.gif') no-repeat 0% 0% ; 
    
    }

ul.big_gwt_tabs li.selected a span,
ul.big_gwt_tabs li.selected a:link span,
ul.big_gwt_tabs li.selected a:visited span,
ul.big_gwt_tabs li.selected a:active span,
ul.big_gwt_tabs li.selected a:hover span, 
ul.big_gwt_tabs li .selected a span,
ul.big_gwt_tabs li .selected a:link span,
ul.big_gwt_tabs li .selected a:visited span,
ul.big_gwt_tabs li .selected a:active span,
ul.big_gwt_tabs li .selected a:hover span {  
    
    color: #0068b1; background:  transparent url('../images/gwt/big_gwt_tabs.gif') no-repeat 100% 0% ; 
    
    }


ul.gwt_tabs li.selected a span,
ul.gwt_tabs li.selected a:link span,
ul.gwt_tabs li.selected a:visited span,
ul.gwt_tabs li.selected a:active span,
ul.gwt_tabs li.selected a:hover span, 
ul.gwt_tabs li .selected a span,
ul.gwt_tabs li .selected a:link span,
ul.gwt_tabs li .selected a:visited span,
ul.gwt_tabs li .selected a:active span,
ul.gwt_tabs li .selected a:hover span {  color: #0068b1; background:  transparent url('../images/gwt/gwt_tabs.gif') no-repeat 100% 0% ; }


.gwt_table_inside table {
    width: 100%;
    overflow: auto;
    border-collapse: collapse;
    border: 0px none transparent;
}


.gwt_table_inside table tr td,
.gwt_table_inside table tr th {
    padding: 5; 
    margin: 0;
    border: 1px solid #aaa;
}



h2.pcc_main_titles {
    background: url('../images/private_cloud/index/arrowed_580px_bg.jpg') no-repeat 0 0;
    line-height: 30px;
    font-size: 18px;
    height: 45px;
    padding-left: 10px;
}

div.pcc_box {
    background: url('../images/private_cloud/index/pcc_box.jpg') no-repeat 0 0;
    height: 60px;
    width: 310px;
}

div.pcc_box img {
    margin: 7px 20px 0px 10px;
    float: left;
}

div.pcc_box span {
    font-size: 16px;
    color: #0b4499;
    line-height: 60px;
}

div.pcc_box span:hover {
    color: #0068b1;
}

div.pcc_side_titles {
    background: transparent url('../images/private_cloud/index/arrowed_table_310px.jpg') no-repeat 0 0;
    display: block;
    width: 310px;
}

div.pcc_side_titles-content {
    width: 310px;
    background: transparent url('../images/private_cloud/index/arrowed_table_310px.jpg') no-repeat 0 100%;
}

div.pcc_side_titles h2 {
    color: white;
    font-size: 16px;
    font-weight: bold;
    height: 45px;
    line-height: 28px;
    text-align: center;
}

li.pcc_list {
    list-style-type: none;
    list-style-image: none;
    margin-left: 0px;
}

li.pcc_list a {
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    width: 100%;
    display: block;
}

li.pcc_list a:hover {
    background-color: #eee;

}

li.pcc_list div.link_content {
    color: black;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    float: left;
    text-indent: 5px;
}

#pccestimation_error_create_service {
    text-align:center;
}

.no-index ul li a {
    color: black;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    text-indent: 5px;

}

li.dedicated {
    padding: 5px 0 5px 20px;
}

.no-index ul li.selected a {
    color: #0068b1;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    text-indent: 5px;
}
.no-index ul li.selected ul li a,
.no-index ul li.selected ul li a .link_content,
.no-index ul li.selected ul li a .dedicated_price {
    color: black;
}

.no-index ul li.selected ul li.selected a,
.no-index ul li.selected ul li.selected a .link_content,
.no-index ul li.selected ul li.selected a .dedicated_price {
    color: #0068b1;
}


li.pcc_list div.pcc_price {
    color: #3c3c3c;
    text-align:center;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    text-decoration: none;
    float: right;
}
ul.pcc_fancy_tour {
    display: inline;
    height: 25px
    line-height: 25px;
    margin: 15px 0px 0px 0px; 
   }

ul.pcc_fancy_tour li a,
ul.pcc_fancy_tour li a:hover,
ul.pcc_fancy_tour li a:active,
ul.pcc_fancy_tour li a:visited,
ul.pcc_fancy_tour li{
    float: left;
    color: white;
    font-weight: bold;
    text-align:center;
    width: 112px;
    margin-left: 2px;
    text-decoration: none;
}

ul.pcc_fancy_tour li a:hover,
ul.pcc_fancy_tour li a.selected {
    border-bottom: 1px solid white;
}

br {
    clear: both;
}

br.noclear {
    clear: none;
}

.half48 {
    width: 48%;
}
.half55 {
    width: 55%;
}
.half45 {
    width: 45%;
}

table  tr, 
table  tr  td,
table  tr  th {
    border: none;
/*    text-align: center; */
    margin: 0; 
    padding: 3px;
}

table * {
    font-weight: normal;
}

div.subtitle, 
h5.pccsubtitle, 
div.index-menu-content h5.pccsubtitle,
div.index-menu-content h5.subtitle {
     font-size: 12px; 
     margin-top: 5px;
     margin-bottom: 5px;
     margin-left: 1px;
     padding-right: 5px; 
     width: 182px;
    line-height: 20px;
}

div.index-menu-content h5.subtitle, 
div.index-menu-content div.subtitle {
     background: transparent url('../images/dedicated/subtitle_bg.jpg') no-repeat 50% 0%;
}

h5.pccsubtitle, 
div.index-menu-content h5.pccsubtitle {
    height: 30px;
    line-height: 36px;
    font-size: 14px;
    text-indent: 10px;
    width: 100%;
    background: transparent url('../images/private_cloud/index/pcc_subtitle.jpg') repeat-x 50% 0%;
    padding: 0;
}

li.pcc_list {
    list-style-type: none;
    list-style-image: none;
    margin-left: 0px;
    text-indent: 0;
    padding-left: 0;
    background: transparent;
}

li.pcc_list a {
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    width: 100%;
    display: block;
}

li.pcc_list a:hover {
    background-color: #eee;

}

li.pcc_list div.link_content {
    color: black;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    float: left;
    text-indent: 5px;
}


li.pcc_list div.pcc_price {
    color: #3c3c3c;
    text-align:center;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    text-decoration: none;
    float: right;
}
ul.pcc_fancy_tour {
    display: inline;
    height: 25px
    line-height: 25px;
    margin: 15px 0px 0px 0px; 
   }

ul.pcc_fancy_tour li a,
ul.pcc_fancy_tour li a:hover,
ul.pcc_fancy_tour li a:active,
ul.pcc_fancy_tour li a:visited,
ul.pcc_fancy_tour li{
    float: left;
    color: white;
    font-weight: bold;
    text-align:center;
    width: 112px;
    margin-left: 2px;
    text-decoration: none;
}

ul.pcc_fancy_tour li a:hover,
ul.pcc_fancy_tour li a.selected {
    border-bottom: 1px solid white;
}




div .rounded {
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 1px solid #aaa;
}

.shadowed {
    -moz-box-shadow: 2px 2px 2px #888;
    -webkit-box-shadow: 2px 2px 2px #888;
    box-shadow: 2px 2px 2px #888;
}

div.search {
    background : transparent url('../images/search/search_bg.jpg') no-repeat 0 0;
    width : 950px;
    height : 101px;
    margin : 0 0 0 5px;
}

div.simplegradient {
    background: rgb(255,255,255); 
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); 
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}

div.darkgradient {
    background-image: linear-gradient(bottom, rgb(61,61,61) 100%, rgb(90,90,90) 100%);
    background-image: -o-linear-gradient(bottom, rgb(61,61,61) 100%, rgb(90,90,90) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(61,61,61) 100%, rgb(90,90,90) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(61,61,61) 100%, rgb(90,90,90) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(61,61,61) 100%, rgb(90,90,90) 100%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(1, rgb(61,61,61)),
        color-stop(1, rgb(90,90,90))
    );
}



.no-index h5,
.index-menu-content .no-index h5.pccsubtitle
{
    color: #999;
    font-size: 18px;
    font-weight: normal;
    width: 100%;
    background: #e6E6E6;
    text-indent: 0;
}

.no-index .dedicated_price {
    float: right;
    text-align: right;
    color: #D83119;
    font-size: 12px;
}

.no-index .dedicated_price .red {
    color: #D83119;
}

.no-index li.selected *,
.no-index li.selected .dedicated_price .red {
    color: #0068b1;
}

.no-index del {
    clear: both;
}
.no-index .link_content {
    float: left;
}

.spacer { 
    clear: both; 
    background: transparent;
}

.no-index hr {
    color transparent; 
    background: transparent;

    border: 0; 
    border-top: 1px solid #b8b8b8;

    display: none;
}

.no-index li {
    text-indent: 0; 
    background: transparent;
    list-style-image: none;
    list-style: none;
    margin: 0 0 0 5px;; 
    padding: 3px; 
}

.no-index li a:hover,
.no-index li a:hover  *,
.no-index li:hover {
    color: #0068b1;
    background: white;
}

#vsphere_content .pcc_price *.red {
    color: #D83119;
    font-family: 'Eau', 'Arial', 'Trebuchet MS', sans-serif;
}
 td, th {
    vertical-align: top;
 }  

div.dedicated-menu {
    background: transparent url('../themes/10/dedicated/dedicated-menu.gif') no-repeat 0 0;
    display: block;
    width: 190px;
}

div.dedicated-menu-content {
    width: 190px;
    background: transparent url('../themes/10/dedicated/dedicated-menu.gif') no-repeat 0 100%;
}

.dedicated-menu-content div.price,
.dedicated-menu-content div.dedicated_price   {     
    color: red; 
    float: right;
    display: block;
    width: 36px;
    text-align: right;
    margin-right: 10px;
    text-indent: 0;
}

.dedicated-menu-content div.dedicated_price {     
    margin-right: 2px;
    font-weight: bold;
    width: 40px;
    line-height: 16px;
    _font-size: 10px;
    _width: 38px;
}


div.dedicated-menu h2 {
    color: white;
    font-size: 16px;
    font-weight: bold;
    height: 45px;
    line-height: 28px;
    text-align: center;
}


div.dedicated-menu-content .hr {
    display: block;
    font-size: 0px;
    line-height: 0px;
    width: 95%;
    height: 1px;
    border: 0;
    margin-left: 2.5%;
    background: transparent url('../images/bars/general/hr.gif') no-repeat 50% 0;
    margin-top: 2px;
    margin-bottom: 2px;
}


div.dedicated-menu-content h2 {

    line-height: 14px;
    font-size: 12px;
    margin: 0 0 0 5px;
    padding: 0;
    font-weight: bold;
    color : black;
}


div.subtitle, 
div.dedicated-menu-content h5.subtitle {
     font-size: 12px; 
     margin-top: 5px;
     margin-bottom: 5px;
     margin-left: 1px;
     padding-right: 5px; 
     width: 182px;
    line-height: 20px;
}

div.dedicated-menu-content h5.subtitle, 
div.dedicated-menu-content div.subtitle {
     background: transparent url('../images/dedicated/subtitle_bg.jpg') no-repeat 50% 0%;
}
div.dedicated-menu-content div.link_content,
div.dedicated-menu-content div.softwares_content,
div.dedicated-menu-content div.distros_content,
div.dedicated-menu-content div.link_content_option {
    float: left;
    display: block;
    width: 124px;
    text-align: left;
    color: #0068b1;
    margin: 0; padding: 0;
    font-weight: bold;
    text-indent: 8px;
    line-height: 18px;
}

div.dedicated-menu-content div.distros_content {
    width: 135px;
    text-indent: 0px;
    margin-left: 5px;
    line-height: 20px;
}

div.dedicated-menu-content div.softwares_content {
    width: 145px;
    line-height: 20px;
    margin-left: -5px;
}

div.dedicated-menu-content div.dispo,
div.dedicated-menu-content div.installed_distros {
    color: #1fc41f; 
    float: right;
    display: block;
    width: 13px;
    margin-right: 2px;
    text-align: right;
    text-indent: 0;
    font-weight: bold;
    line-height: 16px;
    _width: 10px;
    _font-size: 11px;
    _font-weight: normal;
}

div.dedicated-menu-content div.installed_distros {
    width: 38px;
    _width: 33px;
}

div.dedicated-menu-content p{
    margin: 0;
    padding: 0;
    padding-left: 5px;
    padding-right: 3px;
}

div.dedicated-menu-content ul {
    width: 100%;
    list-style: none;
    margin: 0;
    margin-left: 0px;
    padding: 0;
}

div.dedicated-menu-content ul li, 
div.dedicated-menu-content ul li.dedicated {
    font-size: 12px;
    color: #3c3c3c;
    margin-left: 10px;
    padding-left: 2px;
    list-style-image: none;
    display: block;
}

div.dedicated-menu-content ul li.softwares,
div.dedicated-menu-content ul li.nas,
div.dedicated-menu-content ul li.dedicated {
    margin: 0;
    border-bottom: 1px dotted #cbcbcb;
}


div.dedicated-menu-content ul li.softwares a:hover, 
div.dedicated-menu-content ul li.nas a:hover,
div.dedicated-menu-content ul li.softwares a,
div.dedicated-menu-content ul li.nas a,{
    background: none;
    margin: 0;
    padding; 0;
}


div.dedicated-menu-content ul li.dedicated.selected,
div.dedicated-menu-content ul li.selected,
div.dedicated-menu-content ul li.main.selected {
    background: #eee;
    margin-left: 1px;
    width: 186px;
}

.dedicated-menu-right ul li.dedicated a {
    background: transparent;
}

div.dedicated_options img {
    filter: alpha(opacity=90);
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
}

div.dedicated_options img:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

div.dedicated-menu-content ul.main li a {
    font-size: 12px;
    line-height: 16px;
    padding-left: 5px;
    font-weight: bold;
    color: #0068b1
}

div.dedicated-menu-content ul.secondary li a {
    font-size: 14px;
    line-height: 20px;
    padding-left: 5px;
}

div.dedicated-menu-content ul li a, 
div.dedicated-menu-content ul li a:active {
    display: block;
    font-size: 12px;
    color: #3c3c3c;
    text-decoration: none;
    background: transparent url('../themes/default/images/blue/mainMenuList.gif') no-repeat 5px 50%;
    text-indent: 10px;
    padding-left: 5px;
}

div.dedicated-menu-content ul li a:hover {    
    background: #cedaeb url('../themes/default/images/blue/mainMenuSelectedList.gif') no-repeat 5px 50%;
    color: #0068b1;
}


div.server-desc {
    height: 100%;
    width: 560px; 
    margin: 0 0 0 0; 
    float: left;
}

div.server-speech {
    background: #f9f9f9;
}

div.server-speech-bottom {
    background: url('../themes/10/dedicated/b_shadow.jpg') no-repeat 0 100%;
}

div#server-infos {
    width: 190px;
}

div.server-doc {
    width: 600px;
    margin: 0 0 0 0; 
    float: left;
}

div.server-doc h2,
div.server-doc h2 span{
    font-size: 18px;
    line-height: 30px;
    color:black;
    background: transparent url('../themes/10/dedicated/desc_table_top.gif') no-repeat 0 0;
    
}

div.server-doc h2 span{
    margin-left: 5px;
    background: none;

}

div.pnl_top {
    height : 76px;
    margin : 0 auto;
    width : 100%;
    background: transparent url('../images/emails/hosted_exchange/general/pnl_top3.jpg') no-repeat 0 0;
}

div.pnl_top_cdn {
    height : 33px;
    margin : 0 auto;
    width : 202px;
}

div.pnl_top_small {
    background: transparent url('../images/telecom/general/pnl_top_small.jpg') no-repeat 0 0;
    height : 78px;
    margin : 0 auto;
    width : 230px;
}

div.pnl_top_small a,
div.pnl_top_small a:hover,
div.pnl_top_small a:active,
div.pnl_top_small a:visited,
div.pnl_top_small a:link {
    font-size : 20px;
    color : white;
    text-decoration : none;
    padding-top : 10px;
    display: block;
    text-align : center;
    line-height : 24px;
}

div.pnl_top_cdn h4, 
div.pnl_top h1, 
div.pnl_top a, 
div.pnl_top a:active,
div.pnl_top a:visited,
div.pnl_top a:hover,
div.pnl_top a:link {
/*    background: transparent url('../images/emails/hosted_exchange/general/pnl_top3.jpg') no-repeat 100% 0;*/
    font-size : 20px;
    padding-top : 10px;
    text-align : center;
    line-height : 24px;
    text-decoration : none;
    display : block;
    font-weight : bold;
    height : 61px;
    /*width : 100%;*/
    color : #e2e2e2;
    padding: 15px 8px 0 0;
    margin: 0 0 0 8px;
}

div.pnl_top h4.cdn {
    height : 33px;
}

div.pnl_top:hover a,
div.pnl_top a:hover {
    background-position : 100% 100%;
    color : white;
}

div.pnl_middle_cdn,
div.pnl_middle_small,
div.pnl_middle {
    border-right : 2px solid #444;
    border-left : 2px solid #444;
    margin : 0 ;
    width : auto; 
}

div.pnl_middle_cdn {
    width : 202px;
}

div.pnl_middle_small {
    width : 206px;
}

div.pnl_bottom {
    background: transparent url('../images/emails/hosted_exchange/general/pnl_bottom3.jpg') no-repeat 0 0;
    height : 38px;
    margin : 0 auto;
    width : 100%;
}

div.pnl_bottom div {
    background: transparent url('../images/emails/hosted_exchange/general/pnl_bottom3.jpg') no-repeat 100% 0;
    height : 38px;
    margin : 0 auto;
    width : 80%;
    display: block;
    float: right;
}

div.pnl_bottom_small {
    background: transparent url('../images/telecom/general/pnl_bottom_small.jpg') no-repeat 0 0;
    height : 38px;
    margin : 0 auto;
    width : 295px;
}

div.pnl_bottom_cdn {
    background: transparent url('../images/emails/hosted_exchange/general/pnl_bottom3.jpg') no-repeat 0 0;
    height : 38px;
    margin : 0 auto;
    width : 202px;
}



.dk_slider .orderBAR,
.dk_slider .offerBAR,
.dk_slider .techBAR { margin: 0; }

.pc_bar {
    width: 967px;
    margin : 0 0 0 -4px;
    height: 116px;
    background: #333333;
}

.pc_bar .sep,
.pc_bar a, 
.pc_bar a:visited, 
.pc_bar a:active {
    display: block;
    height: 37px;
    width: 193px;
    padding-top: 79px;

    text-align: center; 
    color: #ccc;
    text-decoration: none;
    font-size: 10px;

    float: left;
    background: url('../images/private_cloud/index/bar.jpg') no-repeat 0 0;
    background-position: 0 0;
}

.pc_bar a:hover { color: white; }

.pc_bar a.link1:hover { background-position: 0px -116px; }
.pc_bar a.link2, .pc_bar a.link2:active, .pc_bar a.link2:visited { background-position: -193px 0; }
.pc_bar a.link2:hover { background-position: -193px -116px; }
.pc_bar a.link3, .pc_bar a.link3:visited, .pc_bar a.link3:active { background-position: -386px 0; }
.pc_bar a.link3:hover { background-position: -386px -116px; }
.pc_bar a.link4, .pc_bar a.link4:visited, .pc_bar a.link4:active { background-position: -579px 0; }
.pc_bar a.link4:hover { background-position: -579px -116px; }
.pc_bar a.link5, .pc_bar a.link5:visited, .pc_bar a.link5:active { background-position: -772px 0; width : 195px }
.pc_bar a.link5:hover { background-position: -772px -116px; }

.pc_bar .sep {
    display: block;
    border: 0; 
    padding: 0;
    margin: 0; 
    width: 1px;
    height: 117px;
    background-position: -210px 0;
}

.bottom_list {
    width: 967px;
    margin : 0 0 0 -4px;
    background: #f2f2f2 url('../images/telecom/index/dropshadow.jpg') no-repeat 50% 0;
}



.bottom_list span.highlight, 
.bottom_list span.highlight1  {
    background: red;
    color: white;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

a.gohome {
    display: block;
    float: left;
    height: 25px;
    width: 31px;
    background: transparent url('../images/bars/general/go_home.jpg') no-repeat 0 0;
}

a.gohome:hover {
    background: transparent url('../images/bars/general/go_home.jpg') no-repeat 0 100%;
}


.dk_slider a.homeBAR,
.dk_slider div.homeBAR,
a.homeBAR {
    display: block;
    float: left;
    height: 25px;
    width: 40px;
    background: transparent url('../images/bars/general/toolbar-rps.jpg') no-repeat 0 0;
}
a.homeBAR:hover {  background: transparent url('../images/bars/general/toolbar-rps.jpg') no-repeat 0 100%; }

.dk_slider a.homeBAR,
.dk_slider div.homeBAR {
    background: transparent url('../images/bars/general/toolbar-slider.gif') no-repeat 0 0;
    width: 133px;
}


.dk_slider a.offerBAR ,
.dk_slider a.offerBARselected,
.dk_slider div.offerBAR ,
.dk_slider div.offerBARselected,
a.offerBAR,
a.offerBAR_S,
a.offerBAR_L,
a.offerBAR_Sselected,
a.offerBAR_Lselected,
a.offerBARselected
{
    display: block;
    float: left;
    height: 25px;
}
a.offerBAR_S,
a.offerBAR_Sselected{
}

a.offerBAR_L,
a.offerBAR_Lselected{
}

.dk_slider a.offerBAR,
.dk_slider a.offerBARselected,
.dk_slider div.offerBAR,
.dk_slider div.offerBARselected {
}

a.offerBAR:hover,
a.offerBARselected,
a.offerBAR_S:hover,
a.offerBAR_Sselected,
a.offerBAR_L:hover,
a.offerBAR_Lselected
{
    background: transparent url('../images/bars/general/toolbar-rps.jpg') no-repeat -40px 100%;
}

.dk_slider a.offerBAR:hover,
.dk_slider a.offerBARselected { 
    background: transparent url('../images/bars/general/toolbar-slider.gif') no-repeat -3px 100%;
}

a.smallBAR ,
a.smallBARselected
{
    display: block;
    float: left;
    height: 25px;
    width: 99px;
    background: transparent url('../images/bars/general/toolbar-rps.jpg') no-repeat -40px 0;
}
a.smallBAR:hover,
a.smallBARselected
{
    background: transparent url('../images/bars/general/toolbar-rps.jpg') no-repeat -40px 100%;
}


.dk_slider a.techBAR,
.dk_slider a.techBARselected,
a.techBAR_S,
a.techBAR_Sselected, 
a.techBAR_L,
a.techBAR_Lselected, 
a.techBAR,
a.techBARselected {
    display: block;
    float: left;
    height: 25px;
    width: 133px;
    background: transparent url('../images/bars/general/toolbar-rps.jpg') no-repeat -172px 0;
}

a.techBAR_S,
a.techBAR_Sselected{
    width: 100px;
    background: transparent url('../images/bars/general/toolbar-rps_S.jpg') no-repeat 100% 0;
    
}


a.techBAR_L,
a.techBAR_Lselected{
    width: 160px;
    background: transparent url('../images/bars/general/toolbar-rps_L.jpg') no-repeat 100% 0;
}

.dk_slider a.techBAR,
.dk_slider a.techBARselected {
    background: transparent url('../images/bars/general/toolbar-slider.gif') no-repeat 100% 0;
}

.dk_slider a.techBAR:hover,
.dk_slider a.techBARselected
{
    background: transparent url('../images/bars/general/toolbar-slider.gif') no-repeat 100% 100%;
}

a.techBAR_S:hover,
a.techBAR_Sselected,
a.techBAR_L:hover,
a.techBAR_Lselected{
    background: transparent url('../images/bars/general/toolbar-rps.jpg') no-repeat 100% 100%;
}

a.techBAR:hover,
a.techBARselected
{
    background: transparent url('../images/bars/general/toolbar-rps.jpg') no-repeat -172px 100%;
}

.dk_slider a.orderBAR,
button.orderBAR,
a.greyBAR,
a.orderBAR {
    display: block;
    float: left;
    height: 25px;
    width: 121px;
    background: transparent url('../images/bars/general/order-rps.gif') no-repeat 0 0;
    margin-left: 11px;
    border: 0;
}

.dk_slider a.orderBAR:hover, 
button.orderBAR:hover,
a.orderBAR:hover {
    background: transparent url('../images/bars/general/order-rps.gif') no-repeat 100% 100%;
    text-decoration:none;
}

a.greyBAR {
    background: transparent url('../images/imagine/grey_btn.png') no-repeat 0 0;   
    width: 130px;
}

a.greyBAR:hover {
    background: transparent url('../images/imagine/grey_btn.png') no-repeat 100% 100%;   
}

a.order-support {
    display:block;
    float: left;
    height: 30px;
    width: 100px;
    background: transparent url('../images/bars/general/order-support.jpg') no-repeat 0 0;
}

a.order-support:hover {
    background-position : 0 100%;
}


.telecom a.smallBARselected,
.telecom a.offerBARselected,
.telecom a.techBARselected,
.telecom a.orderBARselected,
.telecom button.orderBARselected,
a.smallBARselected,
a.offerBARselected,
a.offerBAR_Lselected,
a.offerBAR_Sselected,
a.techBAR_Sselected,
a.techBAR_Lselected,
a.techBARselected,
a.orderBARselected,
button.orderBARselected,
a.smallBAR,
a.offerBAR,
a.offerBAR_S,
a.offerBAR_L,
a.techBAR,
a.techBAR_L,
a.techBAR_S,
a.orderBAR,
a.greyBAR,
button.orderBAR,
a.order-support{
    line-height: 25px;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #333;
    text-decoration: none;
}

.telecom a.smallBARselected,
.telecom a.offerBARselected,
.telecom a.techBARselected,
.telecom a.orderBARselected,
.telecom a.smallBAR:hover,
.telecom a.offerBAR:hover,
.telecom a.techBAR:hover,
.telecom a.orderBAR:hover,
a.smallBARselected,
a.offerBARselected,
a.offerBAR_Sselected,
a.offerBAR_Lselected,
a.techBAR_Lselected,
a.techBAR_Sselected,
a.techBARselected,
a.orderBARselected,
button.orderBARselected,
a.smallBAR:hover,
a.offerBAR:hover,
a.offerBAR_S:hover,
a.offerBAR_L:hover,
a.techBAR_S:hover,
a.techBAR_L:hover,
a.techBAR:hover,
a.orderBAR:hover,
a.greyBAR,
button.orderBAR:hover,
a.order-support{ color: white; }

a.orderBAR img; 
button.orderBAR img { 
    vertical-align: top;  
    margin: 0;
    padding: 0;
    display: inline;
    margin-top: 4px;
}


.telecom a.orderBAR,
button.orderBAR,
a.orderBAR {
    color: #f5f5f5;
}

 
        #vcloud_slider {
            width: 450px; 
            float: left;  
            height : 34px;
            padding: 0;
            background: url('../images/private_cloud/slider/vcloud_rail.jpg') no-repeat 0 8px;
        }

        #ace_slider,
        #slider {
            width : 668px;
            height : 34px;
            padding: 0;
            cursor: pointer;
            background: url('../images/VPS/index/slider/slider_rail.jpg') no-repeat 50% 8px ;
        }

        #ace_slider {
            width: 95px; 
            height: 335px;
            float: left;  
            background: url('../images/dedicated/ace_slider_rail.jpg') no-repeat 100% 0 ;
        }

        #nas_slider {
            width: 230px; 
            float: left;  
            height : 34px;
            padding: 0;
            background: url('../images/NAS/slider/nas_slider_rail_small.jpg') no-repeat 0 8px;
        }

        #ha_slider {
            width: 270px; 
            float: left;  
            height : 34px;
            padding: 0;
            background: url('../images/NAS/slider/nas_slider_rail_small.jpg') no-repeat 50% 50%;
            /*background: url('../images/NAS/slider/ha_slider_rail.jpg') no-repeat 0 8px;*/
        }


        
        #sliderSteps {
            width: 668px;
            margin-left: 10px;
            height: 30px; 
            background: transparent;
        }
         
        #nas_sliderSteps{
            width: 230px;
            height: 30px;
        }

        #ha_sliderStep {
            width: 240px;
            height: 30px;
        }



        #ace_sliderSteps {
            width: 30px; 
            height: 335px;
            margin-left: 5px;
        }

        #nas_sliderStepsElements{
            width: 230px; 
            height: 20px;
        }

        #ha_sliderStepsElements{
            width: 273px; 
            height: 20px;
        }

        #ace_sliderStepsElements {
            width: 20px;
            height: 335px;

}
        #sliderStepsElements {
            width: 668px;
            margin : 10px 0 0 -9px;
            _margin : 10px 0 0 0px;
        }

        #ha_sliderStepsElements  div.selected,
        #ha_sliderStepsElements  div,
        #nas_sliderStepsElements  div.selected,
        #nas_sliderStepsElements  div{
            float: left;
            width: 115px;
            font-weight: bold;
            color: black;
            height: 30px;
            display: block;
        }

        #ha_sliderStepsElements  div.selected,
        #ha_sliderStepsElements  div {
            width: 39px;
            font-size: 10px;
            font-weight: bold;
        }

        #ha_sliderStepsElements  div.selected,
        #nas_sliderStepsElements  div.selected {
            color: #0068b1;
        }

        #ace_sliderStepsElements  div.selected,
        #ace_sliderStepsElements  div {
            float: left;
            width: 20px;
            height: 56px;
            display: block;
            background: url('../images/dedicated/ace_slider_step.jpg') no-repeat 0 50%;
}

        #ace_sliderStepsElements  div.selected {
        background: url('../images/dedicated/ace_slider_step_selected.jpg') no-repeat 0 50%;
}
        #sliderStepsElements  div {
            float: left; 
            width: 41px;
            height: 30px;
            font-size: 9px;
            line-height: 20px;
            color: #333;
            text-align: center;
            margin : -8px 0 0 0;
            padding : 0;
            text-indent: 5px;
            background: url('../images/VPS/index/slider/step-unselected.gif') no-repeat 90% 0%;
        }

        #sliderStepsElements  div.selected {
            background: url('../images/VPS/index/slider/step-selected.gif') no-repeat 90% 0%;
            font-weight : bold;
            font-size : 12px;
            color : white;
        }


        #vcloud_slider #knob {
            width : 95px;
            height : 28px;
            background: url('../images/private_cloud/slider/knob.jpg') no-repeat 50% 0;
        }

        #nas_slider #knob {
            width : 115px;
            height : 34px;
            background: url('../images/VPS/index/slider/knob.gif') no-repeat 50% 0;
        }


        #ha_slider #ha_knob {
            width : 35px;
            height : 34px;
            background: url('../images/VPS/index/slider/knob.gif') no-repeat 50% 0;
        }

        #slider #knob {
            width : 53px;
            height : 34px;
            background: url('../images/VPS/index/slider/knob.gif') no-repeat -2px 0;
        }
        
        #ace_slider #knob {
            width : 80px;
            height : 31px;
            background: url('../images/dedicated/ace_slider_knob.gif') no-repeat -2px 0;
        }

        .nas_table {
            height: 100px;
            width: 580px;
            float: left;
            display: block;
            background: url('../images/NAS/slider/nas_table.jpg') no-repeat 0 0;

        }

        #slider_ds {
            width : 162px;
            height : 25px;
            padding: 0;
            cursor: pointer;
            background: url('../images/VPS/index/slider/slider_disk_space.jpg') no-repeat 50% 50% ;
        }
        
        #sliderSteps_ds {
            width: 120px;
            height: 10px; 
            background: transparent;
        }
         
        #sliderStepsElements_ds {
            width: 170px;
            margin-top : 5px;
        }
        

        #sliderStepsElements_ds div {
            float : left;
            width : 40px;
            margin : 0 30px 0 -10px;
            color : #999;
        }
        #sliderStepsElements_ds div:last-child {
            margin: 0 0 0 -10px ;
        }

        #sliderStepsElements_ds div.selected {
            color : #0068b1;
        }


        #knob_ds {
            width : 53px;
            height : 28px;
            background-color : black;
            padding: 0 0 0 0;
            color: white; 
            text-align: center;
            font-weight: bold;
            background: url('../images/VPS/index/slider/knob.gif') no-repeat 50% 0;
            cursor : pointer;
        }



#right_pan {
    float: left;
    width: 190px;
    background: transparent;
}

#right_pan h2 { padding-bottom: 0; }
#right_pan h2.little { font-size: 11px; }

#right_pan .pan_top {
    width: 190px;
    background: transparent url('../themes/default/images/index/right_pan_bg.png') no-repeat 0 0; 
}

#right_pan div { 
    *margin-top: 0; 
    *margin-bottom: 0;
}

#right_pan hr {
    display: block; 
    clear: both;
    height: 1px; 
    font-size: 1px; 
    line-height: 1px;
    width: 80%;
    border: 0; 
    border-top: 1px solid #efefef; 
    margin: 0px;
    *margin: -5px;
    margin-left: 10%;
    *margin-left: 0;  
    padding: 0; 
    background: transparent;
}

#right_pan div.pan_grey {
    width: 180px;
    margin-left: 5px;
    padding-top: 6px;
    background: transparent url('../themes/default/images/index/grey_bg.gif') no-repeat 0 7px;
}

#right_pan div.pan_grey_bottom {
    width: 180px;
    height: 5px;
    background: transparent url('../themes/default/images/index/grey_bg.gif') no-repeat 0% 100%;
}

#right_pan div.pan_grey span {
    background: transparent;
    background-image: none;
}

#right_pan div.module_grey {
    width: 180px;
    margin-left: 5px;
    padding-top: 8px;
    background: transparent url('../themes/default/images/index/mod_grey_bg.gif') no-repeat 0 7px;
}

#right_pan div.module_grey_bottom {
    width: 180px;
    height: 5px;
    background: white url('../themes/default/images/index/mod_grey_bg.gif') no-repeat 0% 100%;
    margin-bottom: 3px;
    margin-top:-5px;
    margin-left:5px;
} 


#right_pan div.bottom,
#right_pan div.bottom_assist {
    width: 100%;
    height: 3px;
    padding-top: 3px;
    line-height: 3px;
    font-size: 0;
    border: 0;
    margin: 0;
    padding: 0;
    clear: both;
    background-color: #fff;
    background: transparent url('../themes/default/images/index/right_pan_bg.png') no-repeat 0 100%;
}


#right_pan div.bottom_assist {
    height: 10px;
    padding-top: 0px;
    background: white url('../themes/default/images/index/footer_index_grey_bg.gif') no-repeat 0 100%;
}

#right_pan div.order_blue {
    width: 178px; 
    height: 120px;
    margin-left: 6px;
    padding-top: 6px;
}

#right_pan div.renew_grey,
#right_pan div.renew_blue {
    width: 178px; 
    height: 70px;
    margin-left: 6px;
    padding-top: 6px;
    margin-bottom: 4px;
}

#right_pan div.renew_grey {
    height: 90px;
    background: transparent url('../themes/default/images/index/help_grey_bg.gif') no-repeat 0 100%; 
}

#right_pan div.order_grey {
    width: 180px;
    margin-left: 6px;
    padding-top: 6px;
    background: transparent url('../themes/default/images/index/order_grey_bg.gif') no-repeat 0 5px;
}

#right_pan div.index_grey,
#right_pan div.index_grey_assist {
    width: 180px; 
    margin-left: 6px;
    padding-top: 6px;
    background: transparent url('../themes/default/images/index/index_grey_bg.gif') no-repeat 0 5px; 
}

#right_pan div.index_grey_assist {
    background: transparent url('../themes/default/images/index/index_grey_bg_assist.gif') no-repeat 0 5px;
}

#right_pan div.little_index_grey {
    width: 180px;
    height: 80px;
    margin-left: 6px;
    padding-top: 6px;
    background: transparent url('../themes/default/images/index/little_index_grey_bg.gif') no-repeat 0 5px;
}

#right_pan a, 
#right_pan a:visited {
    width: 90%;
    display: block;
    color: #3c3c3c;
    text-decoration: none;
    text-indent: 10px;
    /*background: transparent url('../themes/default/images/index/link_arrow.png') no-repeat 0 50%;*/
    font-size: 12px; 
}

#right_pan li a, 
#right_pan li a:visited,
#right_pan a.none,
#right_pan a.none:hover,
#right_pan a.none:visited {
    font-size: 12px;
    text-indent: 0px;
    background: transparent;
}
#right_pan a:hover, 
#right_pan a:active { color: #0068b1; }



div.HGmenu {
    height: 24px;
    margin-top: 1px;
}

div.HGmenu a:link,
div.HGmenu a:active,
div.HGmenu a:visited {
    float: left;
    display: block; 
    margin-left: 2px;

    width: 125px;
    height: 24px;
    line-height: 24px;

    background: transparent url('../images/HG/hg_main_menu_unselected_tab.gif') no-repeat 0 0;

    color: #3f4040;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

div.HGmenu a:hover, 
div.HGmenu a.selected, 
div.HGmenu a.selected:hover,
div.HGmenu a.selected:active, 
div.HGmenu a.selected:visited {
    color: #000000;
    background: transparent url('../images/HG/hg_main_menu_selected_tab.gif') no-repeat 0 0;
}


div.HG_sub_menu {
    width: 174px;
    _width: 155px;
}




div.HG_sub_menu a:link,
div.HG_sub_menu a:active,
div.HG_sub_menu a:visited {
    display: block;
    width: 175px;
    _width: 155px;
    height: 22px;
    line-height: 22px;
    margin-top: 2px;
    text-decoration: none;
}

div.HG_sub_menu a:hover, 
div.HG_sub_menu a.activated,
div.HG_sub_menu .activated {
    background: #f0f0f0;
    text-align: left;
}
div.HG_sub_menu a.activated { 
    text-align: right;
}

div.HG_sub_menu a .title {
    line-height: 22px;
    *line-height: 20px;
    font-size: 11px;
    font-weight: bold;
    color: #000;
}


div.HG_sub_menu a div div,
div.HG_sub_menu a.activated div div {
    height: 22px;
    line-height: 22px;
    *line-height: 20px;
}

div.HG_sub_menu a:hover .title, 
div.HG_sub_menu a.activated .title, 
div.HG_sub_menu a:hover div,
div.HG_sub_menu a.activated div { color: #005dff; }


div.HG_sub_menu a.none {
    text-decoration: none;
    color: #005dff;
}

div.HG_sub_menu a div.HG_link_content {
    color: black;
    font-weight: bold;
}

div.HG_sub_menu a:link div.HG_link_content .HGblue,
div.HG_sub_menu a:active div.HG_link_content .HGblue,
div.HG_sub_menu a:visited div.HG_link_content .HGblue {
    color: #f9f9f9;
}

.HGblue
{
color:#004ACC;
}

div.HG_sub_menu a.activated div.HG_link_content .HGblue,
div.HG_sub_menu a:hover div.HG_link_content .HGblue {
    color: #004ACC;
}

div.HG_main_showcase_title {
    height: 48px;
    display: block;
    clear: both;
}

div.main_showcase_page {
    width: 780px;
    float: left;
    margin-left: 20px;
}

div.main_showcase_page div.up_title {
    width: 100%;
    height: 40px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;

}

div.HG_right_band {
    width: 144px;
    height: 345px;
    margin-right: 5px;
}

div.HG_right_band table tr td {
    color: #ffffff;
    font-weight: bold;
}


a.HGtab,
a.HGtab:visited,
a.HGtab:active {
    float: left;
    display: block;
    width: 165px;
    height: 22px;
    line-height: 22px;

    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: #3f4040;

    background: transparent url('../images/HG/unselected_tab.jpg') no-repeat 0 0;
}

a.HGtab:hover,
a.HGtabselected,
a.HGtabselected:active,
a.HGtabselected:visited,
a.HGtabselected:hover {
    float: left;
    display: block;
    width: 165px;
    height: 22px;
    line-height: 22px;

    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: #005dff;

    background: transparent url('../images/HG/selected_tab.jpg') no-repeat 0 0;
}




div.HG ul li { list-style-image: url('../themes/default/images/shared/listImage.gif'); }


div.HG table,
div.HG table tr,
div.HG table tr.price,
div.HG table * td,
div.HG table * th { background: #565656; }

div.HG table * th { vertical-align: top; }

div.HG table tr td, 
div.HG table tr th { 
    background: #fff; 
}

div.HG tr.title th {
    background: #004acc;
    color: #fff;
    text-align: left;
}

div.HG table * td.unvisible,
div.HG table tr.price td.unvisible {
    border: none;
    background: transparent;
}

div.HG table tr.light { background: #ebebeb; }
div.HG table tr.light td,
div.HG table tr.light th,
div.HG table tr td.light { background: #ebebeb; color: #3c3c3c; }


div.HG .red { color: #005dff; }
div.HG a { color: #3c3c3c; }
div.HG a:hover { color: #005dff; }
div.HG #right_pan * li a:hover { color: #005dff; }
div.HG #right_pan h2 { color: #3f4040; }
div.HG #right_pan div.pan_top {
    background: transparent;
}
div.HG #right_pan div.bottom {
    background: transparent;
    height: 0;
    line-height: 0;
}
div.HG .blue { color: #005dff; }
div.HG .Dblue { color: #004acc; }
div.HG #right_pan h2.blue { color: #005dff; }
div.HG #right_pan h2.grey { color: #3f4040; }



div.HG_sub_menu h4 {
    display: block;
    width: 174px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #ebeced;
    text-align: left;
    text-indent: 8px;
    margin-top: 2px;
    text-decoration: none;
    background: transparent url('../images/HG/menu/menu_title.png') repeat-x 50% 50%;
}

div.nojump br {
    clear: none;
}


div.HG .menu_bandwidth  {
    width: 99%;
    margin-left: 2px;;
}

div.HG .menu_bandwidth a:hover {
    color:white;
}

div.hg_main_titles a:hover, 
div.hg_main_titles a:visited,
div.hg_main_titles a:active,
div.hg_main_titles a h3,
div.hg_main_titles a {
    text-decoration: none;
    line-height: 56px;
    height: 56px;
    display: block;
}


