/* BARS bars.css */

#housing_nav {
    background:url('../../images/bars/housing/bar.jpg') no-repeat;
    width:960px;
    height: 110px;
}

#housing_nav a {
    width:192px;
    display:block;
    height:35px;
    float:left;
    padding-top: 75px;
    text-align:center;
    color:#cccccc;
    font-size:10px;
    text-decoration:none;
}

#housing_nav a:hover { color:white; }
a.housing1:hover { background: url('../../images/bars/housing/bar.jpg') no-repeat 0px -110px; }
a.housing2:hover { background: url('../../images/bars/housing/bar.jpg') no-repeat -192px -110px; }
a.housing3:hover { background: url('../../images/bars/housing/bar.jpg') no-repeat -384px -110px; }
a.housing4:hover { background: url('../../images/bars/housing/bar.jpg') no-repeat -576px -110px; }
a.housing5:hover { background: url('../../images/bars/housing/bar.jpg') no-repeat -768px -110px; }
#hosting_nav {
    background: url('../../images/bars/hosting/bar.jpg') no-repeat;
    width:960px;
    height: 110px;
}

#hosting_nav a {
    width:240px;
    display:block;
    height:36px;
    float:left;
    padding-top: 75px;
    text-align:center;
    color:#cccccc;
    font-size:10px;
    text-decoration:none;
}

#hosting_nav a:hover { color:white; }
a.hosting1:hover { background: url('../../images/bars/hosting/bar.jpg') no-repeat 0px -110px; }
a.hosting2:hover { background: url('../../images/bars/hosting/bar.jpg') no-repeat -240px -110px; }
a.hosting3:hover { background: url('../../images/bars/hosting/bar.jpg') no-repeat -480px -110px; }
a.hosting4:hover { background: url('../../images/bars/hosting/bar.jpg') no-repeat -720px -110px; }

#support_nav {
    background: url('../../images/bars/support/bar.jpg') no-repeat;
    width:774px;
    height: 110px;
    padding-left: 18px;
}

#support_nav a {
    width:84px;
    display:block;
    height:36px;
    float:left;
    padding-top: 75px;
    text-align:center;
    color:#cccccc;
    font-size:10px;
    text-decoration:none;
}

#support_nav a:hover { color:white; }
a.support1:hover { background: url('../../images/bars/support/bar.jpg') no-repeat -18px -110px; }
a.support2:hover { background: url('../../images/bars/support/bar.jpg') no-repeat -102px -110px; }
a.support3:hover { background: url('../../images/bars/support/bar.jpg') no-repeat -186px -110px; }
a.support4:hover { background: url('../../images/bars/support/bar.jpg') no-repeat -270px -110px; }
a.support5:hover { background: url('../../images/bars/support/bar.jpg') no-repeat -354px -110px; }
a.support6:hover { background: url('../../images/bars/support/bar.jpg') no-repeat -438px -110px; }
a.support7:hover { background: url('../../images/bars/support/bar.jpg') no-repeat -522px -110px; }
a.support8:hover { background: url('../../images/bars/support/bar.jpg') no-repeat -606px -110px; }
a.support9:hover { background: url('../../images/bars/support/bar.jpg') no-repeat -690px -110px; }


#domains_nav {
    background: url('../../images/bars/domains/bar.jpg') no-repeat;
    width:792px;
    height: 110px;
}
#domains_nav a:hover { color:white; }

#domains_nav a {
    width:158px;
    display:block;
    height:35px;
    float:left;
    padding-top: 75px;
    text-align:center;
    color:#cccccc;
    font-size:10px;
    text-decoration:none;
}




/* SHARE share.css */

body {
    /*background: #FFFFFF url('../../themes/10/main/bg.jpg') top center repeat-x;*/
    background: #e1e1e1; 
    margin : 0px;
    text-align : center;
    /*border-top: 1px solid #a5a5a5;*/
}

* {
    font-family: "Arial", "Lucida grande", "Bitstream Charter", "Liberation sans", "FreeSans", sans-serif;
    font-size: 12px;
    color: #3c3c3c;
    line-height: 16px;
    padding: 0; 
    margin: 0;
}

a,
a:hover,
a:visited,
a:active,
a:link { 
    cursor: pointer;
    outline: none;
}

#body {
    height : auto;
    /*margin: 0 auto;*/
    text-align : left;
    /*width : 970px;
    background: transparent url('../../themes/10/main/body-mid.jpg') repeat-y 0 0;*/
    background: #fff;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0 2px 3px #222222;
    z-index: 1;
    padding: 5px 0 0 0;
    margin: 20px auto 0 auto ;
}

#small_body {
    height : auto;
    margin-left : auto;
    margin-right : auto;
    padding : 4px;
    text-align : left;
    width : 592px;
}



#main {
    height : auto;
    text-align : left;
    width :960px;
    margin: 5px 0 0 5px;
    z-index: 1;
}

html>body #main {
    height: auto;
    min-height: 300px;
}

#small_body #main {
    width: 592px;
}

a.flag img {
    vertical-align: middle;
    border: 0; 
}

button.order {
    border: 0;
    background: transparent;
    height: 20px;
    line-height: 20px;
    width: 95px;
    display: block;
    text-align: left;
    text-indent: 21px;
    background: transparent url('../../themes/default/images/index/order_button_blue.gif') no-repeat 0 0;
}

button.orderII {
    border: 0; 
    background: transparent;
    height: 20px;
    line-height: 20px;
    width: 25px;
    display: block;
    text-align: left; 
    text-indent: 21px;
    background: transparent url('../../themes/default/images/index/orderII.gif') no-repeat 0 0; 
}

.fake_button {
    display: block;
    width: 95px;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    text-align: left;
    text-indent: 21px;
    background: transparent url('../../themes/default/images/index/more_button.gif') no-repeat 50% 0;
    margin-top: 8px;
}


button { cursor: pointer; }


br.clear {
    clear: both;
    display: block;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.spacer {
    clear : both;
}


div.main_content p, 
div.main_content a {
    font-size: 12px;
    line-height: 14px;
}


    
tr.colored_line td {
    background-color : #eeeeee;
}

th.light { background: #ebebeb;}

div, .block     { display: block; }

img { vertical-align: middle; border: 0; }
a.small { font-size: 10px; }
a, a:active { color: #0068b1; text-decoration: underline; border: 0; font-weight: normal; }
a:visited { text-decoration: underline; }
a:hover { text-decoration: none;}

a.reverted,
a.reverted:visited,
a.reverted:active,
a.reverted:link {
    text-decoration: none;
}
a.reverted:hover {
    text-decoration: underline;
}


a.noline,
a.noline:link, 
a.noline:active, 
a.noline:visited,
a.noline:hover,
a.inverted,
a.inverted:link, 
a.inverted:active, 
a.inverted:visited   { text-decoration: none; }
a.inverted:hover     { text-decoration: underline; }

a img { border: 0; }

table.none {
    text-decoration: none;
    border: 0;

}
a.none, 
a.none:visited, 
a.none:hover {
    text-decoration: none;
    border: 0px transparent none;
    cursor: pointer;
}
a.none:visited * {
    /*border: 0px transparent none;*/
}




a.black, a.black:visited, a.black:active, a.black:hover { color: #3c3c3c; }
a.green, a.green:visited, a.green:active, a.green:hover { color: #228822; }
a.grey, a.grey:visited, a.grey:active, a.grey:hover { color: #3c3c3c; }
a.blue, a.blue:active, a.blue:hover { color: #0068b1; }
a.greyB, a.greyB:visited, a.greyB:active { color: #3c3c3c;  }
a.greyB:hover { color: #0068b1; }
a.white, a.white:visited, a.white:active, a.white:hover { color: #fff; }

ul li.lh18 a.orange,ul li.lh18 a.orange:visited,ul li.lh18 a.orange:active,ul li.lh18 a.orange:hover { color: #ff6d00; }



a.disactivated, a.disactivated:visited, a.disactivated:active, a.disactivated:hover { color: #3c3c3c; cursor: default; background: transparent; }

.bgblue   { background: #0068b1; }
.bggrey   { background: #dedede; }
.bgwhite  { background: #fff;    }

.bglightgrey { background: #ececec; }

.Fleft  { float: left;  }
.Fright { float: right; }

.padded { padding: 4px; }
.marged { margin: 4px; }
.Lpadded { padding: 3px 0 3px 3px; }
.Rpadded { padding: 3px 3px 3px 0; }


.bold       { font-weight: bold; }
.normal,    
a.normal:hover  { font-weight: normal; }
.underline  { text-decoration: underline; }
.overline  { text-decoration: line-through; }
.italic     { font-style: italic; }
.little,
.small { font-size: 9px; }
.big { font-size: 14px; }

.center  { text-align: center; text-indent: 0; }
.right   { text-align: right; text-indent: 0; }
.left    { text-align: left; }
.justify { text-align: justify; }

.middle { vertical-align: middle;}
.top    { vertical-align: top; }
.bottom { vertical-align: bottom; }

.full     { width: 100%; }
.half     { width: 49%; } 
.half10   { width: 10%; } 
.half15   { width: 15%; } 
.half20   { width: 20%; } 
.half25   { width: 24%; } 
.half33   { width: 33%; } 
.half37   { width: 37%; } 
.half40   { width: 40%; } 
.half45   { width: 45%; } 
.half48   { width: 48%; } 
.half55   { width: 54%; } 
.half66   { width: 65%; } 
.half70   { width: 70%; } 
.half75   { width: 74%; } 
.half80   { width: 80%; } 
.half90   { width: 90%; } 
.half95   { width: 95%; } 

.lh10, .lh10 * { line-height: 10px; _height: 10px; *height: 10px; }
.lh14, .lh14 * { line-height: 14px; _height: 14px; *height: 14px; }
.lh16, .lh16 * { line-height: 16px; _height: 16px; *height: 16px; }
.lh18, .lh18 * { line-height: 18px; _height: 18px; *height: 18px; }
.lh20, .lh20 * { line-height: 20px; _height: 20px; *height: 20px; }
.lh24, .lh24 * { line-height: 24px; _height: 24px; *height: 24px; }
.lh22, .lh22 * { line-height: 22px; _height: 22px; *height: 22px; }
.lh28, .lh28 * { line-height: 28px; _height: 28px; *height: 28px; }
.lh30, .lh30 * { line-height: 30px; _height: 30px; *height: 30px; }
.lh32, .lh32 * { line-height: 32px; _height: 32px; *height: 32px; }
.lh40, .lh40 * { line-height: 40px; _height: 40px; *height: 40px; }
.lh60, .lh60 * { line-height: 60px; _height: 60px; *height: 60px; }

.fs60 { font-size: 60px; font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif; }
.fs30 { font-size: 30px; font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif; }
.fs28 { font-size: 28px; font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif; }
.fs26 { font-size: 26px; font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif; }
.fs24 { font-size: 24px; font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif; }
.fs22 { font-size: 22px; font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif; }
.fs20 { font-size: 20px; font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif; }
.fs18 { font-size: 18px; font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif; }
.fs16 { font-size: 16px; font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif; }
.fs15 { font-size: 15px; font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif; }
.fs14 { font-size: 14px; font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif; }
.fs13 { font-size: 13px; font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif; }
.fs12 { font-size: 12px; font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif; }
.fs10 { font-size: 10px; font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif; }
.fs12 * { font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif; }


/* Fix anchor issues with the new OVH menu */
a.anchor {
    visibility: hidden;
    padding-top: 125px;
}


br { clear: both; line-height: 14px; margin: 0; padding: 0;}
br.noclear { clear: none; }
.telecom_speech br { clear: none; }
.telecom_speech li { list-style-image: none;}
p  { margin: 0; padding: 0; display: block; }

p.noclear br {
    clear: none;
}

.telecom_speech br.clear { clear: both; }

h1 {
    font-size: 30px;
    line-height: 32px; 
    text-indent: 0px; 
    padding: 0; 
    margin: 0; 
    color : #0068b1;
    font-weight: bold;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
}

h2 { 
    line-height: 24px; 
    font-size: 22px; 
    margin: 0; 
    padding: 0; 
    border: 0; 
    text-decoration: none;
    font-weight: bold;
    color: black;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
}
h3 { 
    line-height: 22px; 
    font-size: 20px; 
    margin: 0; 
    padding: 0; 
    font-weight: bold;
    color : #0068b1;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
}
h4 {
    line-height: 14px; 
    font-size: 12px; 
    margin: 0; 
    padding: 0; 
    font-weight: bold;
    color : #0068b1;
}
h5 {
    line-height: 14px; 
    font-size: 12px; 
    margin: 0; 
    padding: 0; 
    font-weight: bold;
    color : black;
}
h6 {
    font-size: 16px;
    line-height: 18px; 
    font-weight: bold;
    color: #3c3c3c;
}

h3.noIndent { text-indent: 0px;}
h3.noDeco { border: 0; text-decoration:underline; }


h3.big { font-size: 12px; }






hr,
.hr {
    display: block;
    font-size: 0px;
    line-height: 0px;
    width: 95%; 
    height: 0px;
    border: 0;
    border-bottom: 1px solid #d5d5d5;
    margin-left: 2.5%;
}

.unbordered { border: 0; text-indent: 0; margin: 0; padding: 0; } 

a.arrow,
a.arrow:hover, 
a.arrow:visited, 
a.arrow:active {
    
    background: transparent url('../../images/housing/index/subpic_bg_hover.gif') no-repeat 50% 0%;
    
}

a.stroke img,
a.stroke:hover img, 
a.stroke:visited img, 
a.stroke:active img{
   border: 1px solid #0068b1; 
}


a.actuMenu {
    display: block;
    text-decoration: none;
    text-align: left !important;
    padding: 5px 0;
    color: #666;
}

a.actuMenu:hover,
a.actuMenu.selected {
  color: #0068b1;
}



table.light {
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}

td.nopadding, table.nopadding td {
    padding: 0 !important;
}

@font-face{
    font-family : "Nunito";
    src : url('/themes/10/font/Nunito/Nunito-Regular.ttf');
    src : url('/themes/10/font/Nunito/Nunito-Light.ttf');
    src : url('/themes/10/font/Nunito/Nunito-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'Museo';
    src: url('museo/museosans_500-webfont.eot');
    src: local('Museo Sans 500'), local('Museo Sans'), url('museo/museosans_500-webfont.woff') format('woff'), url('museo/museosans_500-webfont.ttf') format('truetype'), url('museo/museosans_500-webfont.svg#webfontIRtDbCeY') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Italic';
    src: url('museo/museosans_500_italic-webfont.eot');
    src: local('Museo Sans 500 Italic'),  local('Museo Sans Italic'), url('museo/museosans_500_italic-webfont.woff') format('woff'), url('museo/museosans_500_italic-webfont.ttf') format('truetype'), url('museo/museosans_500_italic-webfont.svg#webfontm5IyM9tg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cabin';
    src: url('cabin/Cabin-Regular-webfont.eot');
    src: url('cabin/Cabin-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('cabin/Cabin-Regular-webfont.woff') format('woff'),
         url('cabin/Cabin-Regular-webfont.ttf') format('truetype'),
         url('cabin/Cabin-Regular-webfont.svg#CabinRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cabin';
    src: url('cabin/Cabin-Medium-webfont.eot');
    src: url('cabin/Cabin-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('cabin/Cabin-Medium-webfont.woff') format('woff'),
         url('cabin/Cabin-Medium-webfont.ttf') format('truetype'),
         url('cabin/Cabin-Medium-webfont.svg#CabinMedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Cabin';
    src: url('cabin/Cabin-Bold-webfont.eot');
    src: url('cabin/Cabin-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('cabin/Cabin-Bold-webfont.woff') format('woff'),
         url('cabin/Cabin-Bold-webfont.ttf') format('truetype'),
         url('cabin/Cabin-Bold-webfont.svg#CabinBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

.itw .museo, 
.itw .museo *{
    font-family: "Museo","Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    font-weight: normal;
}


.itw h1,
.itw .h1 {
    color: #041B3D;
    font-family: "Museo","Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 34px;
    margin: 0;
    padding: 0;
    text-indent: 10px;
}

.itw h1.marged {
    padding: 10px 0 0 0; 
}

.itw h2, 
.itw h2 span { 
    line-height: 22px; 
    font-size: 20px; 
    margin: 0; 
    padding: 0; 
    border: 0; 
    text-decoration: none;
    font-weight: normal;
    color: #0b4499;
    font-family: "Museo","Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
}

.itw  h2 a.subtitle  {
    font-size : 20px;
    font-family: "Museo","Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    color : #0b4499;
    text-decoration : none;
}

.itw h2 a.subtitle:hover  {
    color : #0068b1;
    text-decoration : none;
}

.itw h3 { 
    line-height: 22px; 
    font-size: 20px; 
    margin: 0; 
    padding: 0; 
    font-weight: normal;
    color : #0068b1;
    font-family: "Museo","Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
}


.itw .light {
    color: #666;
}

.readIt,
.itw a.orderIt,
.itw a.orderIt:link,
.itw a.orderIt:visited,
.itw a.orderIt:active,
.itw a.readIt,
.itw a.readIt:link,
.itw a.readIt:visited,
.itw a.readIt:active {
    font-size: 12px;
    text-decoration: none;
    color: #0b4499;
    font-family: "Museo","Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    text-indent: 10px;
    padding-left: 10px;
    background: url('../../images/bars/general/more_arrow.gif') no-repeat 0 0;
}

.itw a.orderIt:hover,
.itw a.readIt:hover {
    color: #0068b1;
    background: url('../../images/bars/general/more_arrow.gif') no-repeat 0 -116px;
}
.itw a.orderIt,
.itw a.orderIt:link,
.itw a.orderIt:visited,
.itw a.orderIt:active,
.itw a.orderIt:hover {
    background: transparent;
    font-size: 16px;
    line-height: 18px;
    text-indent: 0;
    padding: 0; 
    margin: 0; 
}

.itw img.img_success {
    margin: 5px 5px 0 5px;
}

.itw hr {
    width : 70%;
    margin : 0 auto;
}

.itw table tr td.little_desc {
    font-size : 15.5px;
    line-height : 22px;
    text-align : left;
    vertical-align : middle;
}

.itw table tr td.paper {
    background-color : #f7f5f0;
    margin: 0;
    padding: 0;
}

.itw table tr td.titlePaper {
    background : transparent url('../../images/private_cloud/general/top_success.jpg') repeat-x 0 0;
    height: 40px;
}

.Bleft {
    border-left: 1px solid #d9d9d9;
}
.Bright {
    border-right: 1px solid #d9d9d9;
}


.itw .fs12 { font-size: 12px; font-family: "Museo", "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif; }
.itw .fs14 { font-size: 14px; font-family: "Museo", "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif; }
.itw .fs16 { font-size: 16px; font-family: "Museo", "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif; }
.itw .fs30 { font-size: 30px; font-family: "Museo", "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif; }
.itw .fs40 {color: #041B3D; font-size: 36px; text-indent: 1%; font-family: "Museo", "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif; }

.itw .quote {
    font-size: 16px;
    font-family: "Museo Italic", "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif; 

}

.itw .subtitle {
    font-family: "Museo", "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    font-size: 18px;
    color : #041b3d;
    text-align: left;
}


h1.treb {
    font-weight: bold;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
}

.itw  .marged {
    margin: 0 13px;
}

.itw ul li,
.itw ul.itwgrey li {
    margin: 10px 0px 0px 0px;
    padding: 0 0 0 0;
    list-style-image: none;
    list-style: none;
    background: transparent;
    line-height: 16px;
}

.itw .little_desc {
    font-size : 15.5px;
    text-align : left;
}

.itw .little_desc_right {
    font-size : 15.5px;
    text-align : left;
    margin-left : 10px;
    line-height : 20px;
}

.itw *.itwblue { color: #041b3d; }

.itw .lh10, .lh10 * { line-height: 10px; _height: 10px; *height: 10px; }
.itw .lh14, .lh14 * { line-height: 14px; _height: 14px; *height: 14px; }
.itw .lh16, .lh16 * { line-height: 16px; _height: 16px; *height: 16px; }
.itw .lh18, .lh18 * { line-height: 18px; _height: 18px; *height: 18px; }
.itw .lh20, .lh20 * { line-height: 20px; _height: 20px; *height: 20px; }
.itw .lh24, .lh24 * { line-height: 24px; _height: 24px; *height: 24px; }
.itw .lh22, .lh22 * { line-height: 22px; _height: 22px; *height: 22px; }
.itw .lh28, .lh28 * { line-height: 28px; _height: 28px; *height: 28px; }
.itw .lh30, .lh30 * { line-height: 30px; _height: 30px; *height: 30px; }
.itw .lh60, .lh60 * { line-height: 60px; _height: 60px; *height: 60px; }

.red,       .itw .red       { color: #d40000; }
.orange,    .itw .orange    { color: #ff6d00; }
.grey,      .itw .grey      { color: #3c3c3c; }
.lgrey,     .itw .lgrey     { color: #999; }
.blue,      .itw .blue      { color: #0068b1; }
.dblue,     .itw .dblue     { color: #0B4499; }
.white,     .itw .white     { color: #ffffff; }
.black,     .itw .black   { color: #343434; }
.green,     .itw .green   { color: #228822; }
.itwblue { color: #041b3d; }

.gbutton,
.gbutton span,
a.gbutton,
a.gbutton:link,
a.gbutton:visited,
a.gbutton:active,
.gbutton:hover {
    line-height: 40px;

    color: #efefef;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    
    padding: 7px 0 7px 22px;
    _padding: 0 0 0 22px; 
    *padding: 0 0 0 22px;
    background: transparent url(/images/main/gButton.jpg) no-repeat 0 0;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}
.gbutton span,
a.gbutton span,
a.gbutton:link span,
a.gbutton:visited span,
a.gbutton:active span,
.gbutton:hover span {
    padding: 7px 22px 7px 0;
    background: transparent url(/images/main/gButton.jpg) no-repeat 100% 0 ;


    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

.gbutton.selected,
a.gbutton.selected,
.gbutton:hover, 
a.gbutton:hover {
    background: transparent url(/images/main/gButton.jpg) no-repeat 0 100%;
}
.gbutton.selected span,
a.gbutton.selected span,
.gbutton:hover span,
.gbutton:hover span,  
a.gbutton:hover span { 
    background: transparent url(/images/main/gButton.jpg) no-repeat 100% 100%;
    color: white;
}

.gbutton span img { vertical-align: middle; }  

a.gbutton.full {
    display: block;
    margin: 0; 
    text-align: center;
    height: 32px;
    width: 100%;
    padding: 0; 
    margin: 0;
    _width: 90%;
    _height: 18px;
    _padding-left: -5%;
}
a.gbutton.full span {
    display: block;
    height: 32px;
    margin: 0 0 0 5%;
    padding: 0 5% 0 0;
    text-align: inherit;
    line-height: 32px;
    width: 90%;
    _height: 18px;
    _line-height: 18px;
    _padding-left: -5%;
    _width: 85%;
}


.itw .arial,
.itw *.arial {
    font-family: "Arial", "Lucida grande", "Bitstream Charter", "Liberation sans", "FreeSans", sans-serif;
}


/* ========== For printings ========== */
    
@media print {
    #body { width: 16cm; }
    #header { display: none; }
    #main { float: left; }
    #navigation_menu { display: none; }

    1about h2 { color:#000000; }
    #clients h2 { color:#000000; }
    #dedicated h2 { color:#000000; }
    #domains h2 { color:#000000; }
    #domains_top small { color:#000000; }
    #hosting_top small { color:#000000; }
    .left_part_borders h4.server, .left_part_borders h4.clients { color:#000000; }
    .right_part { float: right; }
    .right_part h4 { color:#000000; }
    .right_part div.product_name, .right_part div.distribution_name  { color:#000000; }
    .status_bar p { color:#000000; }
    div.support a, div.support a:active, div.support a:visited { color:#000000; }
    h2, hr { color:#000000; }
    form.domainSubmit:hover { color:#000000; }

    #body *  { border:none; }
    #header * { border:none !important; }
    .left_part { border-right:solid 1px #000000 !important; }
    input { border:solid 1px #000000 !important; }
    submit, text, reset, radio, checkbox { border:solid 1px #000000 !important; }
    .submit, .text, .reset, .radio, .checkbox { border:solid 1px #000000 !important; }
}


a.rss {
    width: 20px;
    height: 20px;
    background: transparent url('/fr/images/index/2012/rss_feed2.jpg') no-repeat 0 0;
}

.error {
    background-color:#ffaaaa;
}



/* HEADER header.css */



/*
#header .menu h6 {
    color: #0068B1;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

#header .menu ul#mMenu {
    display: block;
    padding: 0;
    margin: 0 0 0 9px;
    z-index: 100;
    width: 968px;
    overflow: visible; height: auto; margin-left: -1px;
}

#header .menu ul#mMenu li {
    height: 40px;
    white-space: nowrap;
    list-style: none;
    list-style-image: none;
    margin: 10px 0 0 0;
    background: transparent url('../../themes/10/main/hr.gif') no-repeat 100% 50%;
    text-align: left;
    position: relative; display: block; top: 0px; z-index: 1; float: left;
}
#header .menu ul#mMenu li.section { background: transparent url('../../themes/10/main/section-bg.jpg') no-repeat 100% 50%; }
#header .menu ul#mMenu li.subsection { background: transparent url('../../themes/10/main/subsection-bg.gif') no-repeat 100% 50%; }

#header .menu ul#mMenu li a {
    display: block;
    line-height: 40px;
    height: 40px;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 8px;
}
#header .menu ul#mMenu li.section a { padding: 0px 36px 0px 10px; }
#header .menu ul#mMenu li.subsection a { padding: 0px 24px 0px 10px; }

#header .menu ul#mMenu li a:hover {
    background-color: transparent; 
    background-image: url('../../themes/10/main/menu-bg-hover.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: white;
}
#header .menu ul#mMenu li.index a img  { margin-left: 12px; }
#header .menu ul#mMenu li.index a:hover  { background-position: 9px 0; }
#header .menu ul#mMenu li.section:hover a, 
#header .menu ul#mMenu li.section a:hover { color: #fff; background: transparent url('../../themes/10/main/section-bg-hover.jpg') no-repeat 100% 50%; }
#header .menu ul#mMenu li.subsection:hover a, 
#header .menu ul#mMenu li.subsection a:hover  { color: #fff; background: transparent url('../../themes/10/main/subsection-bg-hover.jpg') no-repeat 100% 50%; }

#header .menu ul#mMenu li.section ul li.disable a, 
#header .menu ul#mMenu li.section ul li.disable a:hover {
    background: transparent;
    color: #888;
}

    #header .menu ul#mMenu li ul table { 
        margin: 0; 
        padding: 0;
        margin-left: -15px;
        border: 0;
    }
    #header .menu ul#mMenu li ul { 
        display: none;
        margin: 0; 
        padding: 0; 
        position: absolute;
        z-index: 1000;
        background: #ebebeb;
        border: 1px solid #aaa;
        text-align: left;
    }
    #header .menu ul#mMenu li.section ul li,  
    #header .menu ul#mMenu li.subsection ul li { 
        float: none;
        clear: both;
        height: 30px;
        line-height: 30px; 
        margin: 0; 
        padding: 0;
        *width: auto;
        *margin: 0 0 0 -3px;
        background: #ebebeb ;
        border-top: 1px solid #ccc;
    }
    #header .menu ul#mMenu li.section ul li:first-child {
        border: 0;
    }
    #header .menu ul#mMenu li.section ul.sub li a,
    #header .menu ul#mMenu li.section ul.sub li a:hover,
    #header .menu ul#mMenu li.subsection ul.sub li a,
    #header .menu ul#mMenu li.subsection ul.sub li a:hover {
        display: block;
        line-height: 30px; 
        height: 30px;
        width: auto;
        font-size: 12px;
        padding: 0 20px;
        *width: auto;
        margin: 0;
        background: #ebebeb;
        color: #333;
    }

    #header .menu ul#mMenu li.section ul.sub li a:hover, 
    #header .menu ul#mMenu li.subsection ul.sub li a:hover {
        background: #0068b1;
        color: #fff;
    }
    
    
    #header .menu ul#mMenu li.section ul li.disable a:hover,
    #header .menu ul#mMenu li.subsection ul.sub li.disable a:hover,
    #header .menu ul#mMenu li.section ul li a:hover,
    #header .menu ul#mMenu li.subsection ul.sub li a:hover { color: white; background: #0068b1; }
    #header .menu ul#mMenu li.section ul li.disable a,
    #header .menu ul#mMenu li.subsection ul.sub li.disable a { color: #888; }

    #header .menu ul#mMenu li ul li a div.prc,
    #header .menu ul#mMenu li ul li a div.cnt, 
    #header .menu ul#mMenu li ul li a div.dsp {
        color: #333;
        line-height: 30px;
        height: 30px;
    }
    #header .menu ul#mMenu li ul li a div.prc { display: block; color: red; font-weight: bold; text-align: right; float: right; }
    #header .menu ul#mMenu li ul li a div.cnt { display: block; float: left; }
    #header .menu ul#mMenu li ul li a div.dsp { display: block; color: green; font-weight: bold; text-align: right; float: right; }
    #header .menu ul#mMenu li ul li a:hover div,
    #header .menu ul#mMenu li ul li a:hover div span.red { color: white; }

    #header .menu ul#mMenu li ul li.disable a div.prc, 
    #header .menu ul#mMenu li ul li.disable a div.cnt,
    #header .menu ul#mMenu li ul li.disable a div.dsp,
    #header .menu ul#mMenu li ul li.disable a div,
    #header .menu ul#mMenu li ul li.disable a div span.red { color: #888; background: transparent; }
    #header .menu ul#mMenu li ul li.disable:hover a div.prc, 
    #header .menu ul#mMenu li ul li.disable:hover a div.cnt,
    #header .menu ul#mMenu li ul li.disable:hover a div.dsp,
    #header .menu ul#mMenu li ul li.disable a:hover div,
    #header .menu ul#mMenu li ul li.disable a:hover div span.red  { color: #fff;  }
*/

#upper_body {
    display: none;
    /*width: 989px;
    min-height: 300px;
    height: 300px;
    margin: 0 0 -300px 0;
    background: transparent url('../../themes/10/main/body-top.jpg') no-repeat 0 0;*/
}

#header .menu ul#mMenu li:hover ul {
    display: block;
}



/* FOOTER footer.css */


#footer {
	text-align : center;
    width: 989px;
    display: block;
    margin: 0 auto;
    
    /*background: transparent url('../../themes/10/main/body-bot.jpg') no-repeat 50% 0;*/
}



#footer a, #footer a:visited {
    color: #3c3c3c;
    /*color: #555;*/
    /*text-shadow:#475E71 0px 1px 0px;*/
    text-shadow: none;
	font-size : 10px;
	margin-right : 5px;
	text-decoration : none;
}
#footer a:hover { text-decoration : underline; }

#footer a.pipe  { cursor: normal; }
#footer a.pipe:hover { text-decoration : none; }

#footer a span { font-size: 10px; }
#footer a span.blue {
    color: #3c3c3c;
        text-shadow:#475E71 0px 1px 0px;
        font-weight:bold;
}




/* INDEX index.css */




div.sub-ind {
    background: #f2f2f2 url('../../images/index/sub-ind-bg.jpg') no-repeat 0 0;
}

div.sub-ind div.bottom {
    display: block;
    clear: both;
    width: 100%;
    height: 5px;
    line-height: 0px;
    background: #f2f2f2 url('../../images/index/sub-ind-bg.jpg') no-repeat 0 100%;
}

div.sub-ind a,div.sub-ind p,div.sub-ind  h2  {
    font-size: 12px;
}

div.sub-ind a { 
    text-decoration: none;
    color: #3c3c3c;
}

div.sub-ind a:hover { 
    text-decoration: underline;
    color: #0b4499;
}

div.index09 a.dblue { 
    color: #0B4499;
    text-decoration: none;
}

div.index09 a.dblue:hover { 
    text-decoration: underline;
}

.home_panel {
    background: transparent url('../../images/index/2012/title_panel.jpg') no-repeat 0 0;
    float: right;
    margin-right: 9px;
}
.home_panel h1 {
    text-align: center;
}
h1.title_panel {
    color: #fff;
    font-size: 22px;
    line-height: 38px;
    font-family: 'Trebuchet MS';
}
a.home_link {
    display: block;
    width: 92%;
    height: 28px;
    background-color: #f2f2f2;
    text-align: center;
    line-height: 28px;
    text-decoration: none;
    border: solid 1px #c3c3c3;
    font-weight: bold;
    margin-left: 15px;
    color: #676767;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
a.home_link:hover {
    color: #3c3c3c;
    border: solid 1px #8e8e8e;
    -moz-box-shadow: 0px 0px 5px 0px #656565;
    -webkit-box-shadow: 0px 0px 5px 0px #656565;
    -o-box-shadow: 0px 0px 5px 0px #656565;
    box-shadow: 0px 0px 5px 0px #656565;
}

div.topDomsOrd {
    width: 99%;
    height: 40px;
    margin: 0 0 0 0.5%;
    background: transparent url('../../images/index/2011/dom_bg.jpg') no-repeat 0 0;
}

div.topDomsOrd input {
    border: 0;
    background: transparent;
    width: 686px;
    height: 24px; 
    font-size: 20px;
    line-height: 24px;
    margin: 59px 0 0 17px;
    color: #b3b3b3;
}

a.renew,
a.buy {
    display: block;
    width: ;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    padding: 0px 15px;
    float: left;
    margin: 0 0 0 15px;
    background: #59AA99;
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-radius: 3px;
    border: 1px solid #59AA99;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

/*a.renew { background: transparent url('../../images/index/2011/renew.jpg') no-repeat 0 0; }
a.buy { background: transparent url('../../images/index/2011/order.jpg') no-repeat 0 0; }*/

a.renew:hover,
a.buy:hover { 
    background: #79BEB0; 
    -webkit-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px -1px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px -1px 3px 0px rgba(0, 0, 0, 0.5);
}

/*a.buy { margin-left: 15px;}*/

.container{ 
    display:block; position:relative; clear:both; width:100%; margin:0px; font-size:14px; 
    background: transparent url('../../images/index/slidebg.jpg') no-repeat 50% 0; 
}

#slider_outer {  
    width: 960px; 
    height: 307px;
    margin: 0; 
    display:block; 
    position:relative; 
    padding:0px;
}

#slider_outer .Slider_forward,
#slider_outer .Slider_back, 
#slider_outer .Slider_forward_disable,
#slider_outer .Slider_back_diable { 
    display:block; 
    position:absolute; 
    cursor:pointer; 
    width:30px; 
    height:307px; 
    bottom:0px; 
    right: 0; 
    background:url('../../images/index/barrowright.jpg') no-repeat center;  
}
#slider_outer .Slider_back {
    left: 0;
    background:url('../../images/index/barrowleft.jpg') no-repeat center;  
}
#slider_outer .Slider_forward_disable {
    background:url('../../images/index/garrowleft.jpg') no-repeat center;  
}
#slider_outer .Slider_back_diable {
    left: 0;
    background:url('../../images/index/garrowleft.jpg') no-repeat center;  
}
 
#slider_inner{ 
    position:relative ; 
    overflow:hidden ; 
    width:900px ; 
    margin:0 0 0 30px;
    padding:24px 0 0 0;
}

.slider_items { 
    display:block; 
    position:relative;
    _position:absolute;
    text-align: center;
}

.slider_items div div.slider_element { 
    display:block; 
    position:relative; 
    float:left; 
    margin:0px; 
    font-size:11px; 
    width:150px; 
    text-align:center; 
    color:#FFFFFF;
}

#slider_items a { padding:0px; margin:0px; clear:both; display:block;}

#slider_items a img{ border:none;}

#odline_index .results {
    overflow:auto;
    z-index:9998;
    position:absolute;
}

.slider_controls {
    width: 100%;
    display: block;
    margin: 0 auto;
    clear: both;
    text-align: left;
}

.slider_controls #handles_more {
    float: left;
    display: block;
    width: 76px;
    _width: 78px;
    margin: 0 0 0 25px;
}

.slider_controls a,
.slider_controls #handles_more a {
    display: block; 
    height: 15px;
    width: 15px;
    margin: 5px 2px 0 2px;
    background: transparent url('../../images/index/controls/gDot.gif') no-repeat 50% 50%;
}

.slider_controls #handles_more a {
    float: left;
}

.slider_controls #handles_more a.active,
.slider_controls #handles_more a:hover {
    background: transparent url('../../images/index/controls/bDot.gif') no-repeat 50% 50%;
}

.slider_controls #prev { background: transparent url('../../images/index/controls/gLarrow.gif') no-repeat 50% 50%; float: left; margin-left: 365px; _margin-left: 180px; width: 20px; }
.slider_controls #prev:hover,
.slider_controls #prev.active { background: transparent url('../../images/index/controls/bLarrow.gif') no-repeat 50% 50%; }

.slider_controls #next { background: transparent url('../../images/index/controls/gRarrow.gif') no-repeat 50% 50%; float: left; width: 20px; margin-left: 25px; }
.slider_controls #next:hover,
.slider_controls #next.active { background: transparent url('../../images/index/controls/bRarrow.gif') no-repeat 50% 50%; }

    #left_pan {
        float: left;
        width: 590px;
        background: white;
    }

    #left_pan div.square, #left_pan div.promo {
        width: 290px;
        height: 175px;
        _height: 176px;
    }
    
    #left_pan div.double_square {
        width: 290px;
        height: 260px;
    }
  
   .margeUp  { margin-top: 15px; }
   
    #left_pan div h1, 
    #left_pan div h1 a, 
    #left_pan div h1 a:visited, 
    #left_pan div h1 a:active, 
    #left_pan div h1 a:hover, 
    #left_pan div h1 a:link {
        font-weight: normal;
        text-decoration: none;
        height: 28px;
    }

    #left_pan div h1 .title {
        font-weight: normal;
        line-height: 28px;
        text-decoration: none;
        float: left;
        display: inline;
        margin-left: 6px;
        font-size: 16px;
        color: #0068b1;
    }

    h1.big_title { 
        width: 100%;
        font-weight: normal;
        line-height: 28px;
        text-decoration: none;
        font-size: 16px;
    }

    #left_pan div h1 .profile {
        font-style: normal;
        float: right;
        line-height: 26px;
        color: #b3b3b3;
        display: inline;
        margin-right: 6px;
        font-size: 11px;
        font-weight: bold;
        letter-spacing: normal;
    }

    #left_pan div div.desc_panel {
        width: 150px;
        float: left; 
        margin-left: 5px;
        margin-top: -5px;
    }
 
    #left_pan div div.half_panel {
        width: 140px;
        *width: 138px;
        float: left; 
        margin-left: 4px;
    }
   
    #left_pan div div.desc_panel ul li, #left_pan div div.half_panel ul li {
        list-style-image: none;
        list-style: none;
        margin: 0; 
        padding: 0;
        text-indent: 0;
        color: #3c3c3c;
        font-size: 11px; 
        text-decoration: normal;
    }
    #left_pan div div.desc_panel ul , #left_pan div div.half_panel ul { margin: 0; margin-top: 15px; padding: 0; }
    #left_pan.ent div div.desc_panel ul,
    #left_pan.ent div div.desc_panel ul li, 
    #left_pan.ret div div.desc_panel ul,
    #left_pan.ret div div.desc_panel ul li { margin: 0; text-indent: 0; padding: 0; }

    #left_pan div div.price_panel {
        width: 130px;
        float: right;
        margin-right: 5px;
        text-align: center;
    }

    #left_pan div div.price_panel img { border: 0; padding: 0; margin: 0;  }

    #left_pan div div.price_panel div.fake_button {
        width: 95px;
        height: 20px;
        line-height: 20px;
        font-weight: normal;
        text-align: center;
        text-indent: 21px;
        background: transparent url('../../themes/default/images/index/more_button.gif') no-repeat 50% 0;
        margin-top: 8px;
        *margin-top: 11px;
    }

    div.fake_button_order {
        width: 95px;
        height: 20px;
        line-height: 20px;
        font-weight: normal;
        text-align: center;
        text-indent: 21px;
        background: transparent url('../../themes/default/images/index/order_button_blue.gif') no-repeat 50% 0;
        margin-top: 8px;
        *margin-top: 11px;
    }

    a.fake_button_order {
        display: -moz-inline-box !important;
        display: inline-block;
        width: 95px;
        height: 20px;
        line-height: 20px;
        font-weight: normal;
        text-indent: 21px;
        background: transparent url('../../themes/default/images/index/order_button_blue.gif') no-repeat 50% 0;
        text-decoration: none;
    }




#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.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%;
}

#right_pan li a, 
#right_pan li a:visited,
#right_pan a.none,
#right_pan a.none:hover,
#right_pan a.none:visited {

    text-indent: 0px;
    background: transparent;
}
#right_pan a:hover, 
#right_pan a:active { color: #0068b1; }

a.right-sq, 
a.right-sq:link,
a.right-sq:visited, 
a.right-sq:active { 
    display: block;
    margin-bottom: 12px;
    width: 292px;
    height: 87px;
    text-decoration: none;
    background-position: 0% 0%;
    background-repeat: no-repeat;
}

a.right-sq:hover {
    background-position: 0% 100%;
}

.indded { background-image: url('../../images/index/ded-sq.jpg'); }
.indtel { background-image: url('../../images/index/tel-sq.jpg'); }
.inddoms { background-image: url('../../images/index/doms-sq.jpg'); }
.indhosting { background-image: url('../../images/index/hosting-sq.jpg'); }

a.right-sq h1 {
    text-decoration: none;
    color: #0B4499;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    font-size: 15px;
    font-weight: bold;
}

a.right-sq div.text {   
    text-decoration: none;
    display: block; 
    font-size: 12px;
    color: #3c3c3c;
    width: 137px;
    float: right;
    margin-right: 6px;
    height: 46px;
}

div.index09 #domainInput, 
div.domainsOrder #domainInput {
    font-size: 13px; 
    font-weight: bold;
    color: #3c3c3c; 
    width: 200px; 
    margin-right: 18px; 
    padding: 1px; 
    margin-left: 19px;
}

a.right-sq div.price {   
    text-decoration: none;
    display: block; 
    font-size: 9px;
    float: right;
    text-align: right;
    margin-right: 17px;
    color: #3c3c3c;
}

a.right-sq div.price .total {   
    text-decoration: none;
    color: #0B4499;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    font-size: 12px;
    font-weight: bold;
}





/* New index.css 2014 */

nav {
    position: absolute;
    z-index: 4;
}

footer .wrapper,
section .wrapper {
    margin: 0 auto;
    width: 1012px;
}

section.topIndex {
    height: 260px;
    width: 100%;
    background: #191919 url(../../images/index/2014/header.jpg) no-repeat 50% 50%;
    margin: 102px 0 0 0;
}


section.products,
section.community {
    width: 100%;
    background: #d7d5d5 url(../../images/index/2014/section-bg.jpg) repeat 0 0;
}
    section.partners div h1, 
    section.community div h1,
    section.products div h1 {
        background: #444444;
        display: table-cell;
        padding: 5px 10px;
        color: white;
        font-size: 21px;
        font-weight: bold;
        width: auto;
        margin: 0;
    }

    section.products div a.none:hover h1 {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    }

section.community div article,
section.products div article {
    display: block;
    width: 24%;
    height: 290px;
    float: left;
    text-align: left;
    margin: 0 0.5% 0 0.5%;
}

section.community div article {
    width: 32%;
    height: auto;
}

section.partners {
    background: #1E1E21;
}
    section.partners div h1 {
        background: #171718;
    }

section.partners-tech {
    background: #1E1E21;
    border-top: 1px solid #171718;
}

section.products div article.solutions {
    display: block;
    width: 99%;
    height: 94px;
    text-align: left;
    margin: 0 0.5% 0 0.5%;
    background: #28272D url(../../images/index/2014/solution-ddos.jpg) no-repeat 0 0;
}
    section.products div article.solutions div.explain {
        color: white; 
        width: 45%;
        float: right;
        margin: 26px 0 0 0;
    }
    section.products div article.solutions div.sendto {
        color: white; 
        width: 10%;
        float: right;
        margin: 20px 0 0 0;
    }

    section.products article a.top-line {
        font-size: 12px;
        color: white;
        text-indent: 13px;
        width: 100%;
        display: block;
        line-height: 16px;
        background: #59AA99;
    }

    section.products article.dedicated  a.top-line { background: #68ABBB; }
    section.products article.cloud      a.top-line { background: #E4B60B; }
    section.products article.telecom    a.top-line { background: #37698A; }

    section.products article a.top-line:hover {
        /*padding: 10px;*/
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
    }

section div a.index-button {
    line-height: 40px;
    padding: 10px 18px;
    background: #e3e3e3;
    border-radius: 3px;
    -webkit-box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:    0px 4px 3px 0px rgba(0, 0, 0, 0.7);
    box-shadow:         0px 4px 3px 0px rgba(0, 0, 0, 0.7);
    color: black;
    text-decoration: none;
    font-size: 15px;
    margin: 0 auto;
    display: inline;
}
section div a.index-button:hover {
    background: white;
}


section.domains {
    background: #F1F1F1;
}


section.products *.marged {
    margin: 0px 8px;
}
section.products *.padded {
    padding: 3px 5px;
}

    article div.wbg {
        background: white;
        clear: both;
    }

    article.vps {
        background: #D7D5D6 url(../../images/index/2014/img-vps.jpg) no-repeat 50% 0;
    }
    article.dedicated {
        background: #D7D5D6 url(../../images/index/2014/img-sd.jpg) no-repeat  50% 0 ;
    }
    article.dedicated.pcc {
        background: #D7D5D6 url(../../images/index/2014/img-cloud.jpg) no-repeat  50% 0;
    }
    article.telecom {
        background: #D7D5D6 url(../../images/index/2014/img-tel.jpg) no-repeat  50% 0;
    }

    .products article h1 {
        color: white;
        color: #3D3C3A;
        padding: 8px 12px;
        font-size: 21px;
        font-weight: bold;
        margin: 0 0 0 0;
        /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.76);*/
        width: auto;
        text-align: center;
        display: table-cell;
        text-decoration: none;
    }
    .products article.solutions h1 {
        padding: 8px 22px;
        color: white; 
        background: #728291;
    }
    .products article.vps h1 {
        background: #59AA99;
    }
    .products article.dedicated h1 {
        background: #68ABBB;
    }
    .products article.cloud h1 {
        background: #E4B60B;
    }
    .products article.telecom h1 {
        background: #37698A;
    }



.products article div a.more {
    padding: 8px 15px;
    font-size: 15px;
    line-height: 15px;
    color: white;
    border-radius: 2px;
    text-decoration: none;
    float: right;
    margin: 12px 13px 0 0;
}
    .products article.vps div a.more {
        background: #59AA99;
    }
    .products article.dedicated div a.more {
        background: #68ABBB;
    }
    .products article.cloud div a.more {
        background: #E4B60B;
    }
    .products article.telecom div a.more {
        background: #37698A;
    }

.products article div a.more:hover {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

section.news {
    background: #f1f1f1;
    width: 100%;
}

    section.news div h1 {
        background: #444444;
        display: table-cell;
        padding: 5px 10px;
        color: white;
        font-size: 21px;
        font-weight: bold;
        width: auto;
        margin: 0 1.65% 0 1.65%;
    }

    a.newsLink {
        color: #0A8BCD;
        /*text-indent: 20px;*/
        padding-left: 20px;
        background: transparent url(../../images/index/2014/link-arrow.png) no-repeat 0 0;
        text-decoration: none;
    }
    a.newsLink:hover {
        text-decoration: underline;
    }

    #blog-container {
        overflow: hidden;
        position: relative;
        height: 220px;
        width: 480px;
    }

    #blog-content {
        position: absolute;
        overflow: hidden;
        width: 460px;
    }

    .article-content {
        height: 220px;
        overflow: hidden;
        width: 460px;
    }
    
    #news-control {
        width: 20px;
        right: 0; 
        bottom: 0; 
        height: 160px;
        position: absolute;
    }
    
    #news-control a {
        display: block;
        margin: 0; 
        padding: 0;
        height: 20px;
        width: 20px;
        background-color: transparent; 
        background-image: url(../../images/index/2014/news-controls.png);
        background-repeat: no-repeat;
        background-position: 0px -20px;
    }
   
    #news-control a:hover,
    #news-control a.active { background-position:  -20px -20px; }

    #news-control a.top     {  background-position: 0 0; } 
    #news-control a.bottom  {  background-position: 0 -40px; } 




section.why-us {
    background: #28272D;
}

    section.why-us .why-pads .pad {
        width: 33%;
        margin: 8px 3px 0 0;
        float: left;
        height: 174px;
        display: table-cell;
        text-decoration: none;
    }

    section.why-us .why-pads .pad span {
        display: table-cell;
        vertical-align: middle;
        height: 174px;
        width: 165px;
        color: white;
        padding: 0 15px;
        text-decoration: none;
        font-size: 19px;
        line-height: 24px;
        text-align: center;
    }
    section.why-us .why-pads .pad  span.right {
        width: 165px;
        padding-left: 150px;
        display: table-cell;
        vertical-align: middle;
    }

    .why-pads a.data         { background: transparent url(../../images/index/2014/1.jpg) no-repeat 0 0 ; }
    .why-pads a.network      { background: transparent url(../../images/index/2014/2.jpg) no-repeat 0 0 ; }
    .why-pads a.support      { background: transparent url(../../images/index/2014/3.jpg) no-repeat 0 0 ; }
    .why-pads a.components   { background: transparent url(../../images/index/2014/4.jpg) no-repeat 0 0 ; }
    .why-pads a.security     { background: transparent url(../../images/index/2014/5.jpg) no-repeat 0 0 ; }
    .why-pads a.dev          { background: transparent url(../../images/index/2014/6.jpg) no-repeat 0 0 ; }



.logos img {
    margin: 2% 3.75%;
    vertical-align: middle;
}


footer {
    background: #151515;
}

footer a {
    color: #eee;
    text-decoration: none;
}
footer a:hover,
footer a:active {
    color: white;
}

footer ul {
    float: left;
    width: 23%;
    text-align: left;
}

footer * {
    text-align: left;
    color: #ccc;
}

footer #footer a,
footer #footer a:active,
footer #footer a:visited {
    font-size: 11px;
    color: #555 !important;
    text-decoration: none !important;
}

footer #footer a:hover {
    color: #fff;
}

footer h2 {
    font-size: 16px;
    background: transparent !important;
}

footer h2.black, 
footer *.grey {
    color: #555;
    background: transparent !important;
}
footer del {
    visibility: hidden;
    height: 0px;
    font-size: 0; 
    line-height: 0;
    border: 0;
    background: transparent;
}

footer ul li.white a {
    font-weight: normal;
    color: #ccc;
    text-decoration: none;
}

footer ul li a.title {
    font-weight: bold;
    text-decoration: none;
    color: white;
    line-height: 22px;
    display: block;
    margin-top: 15px;
}

footer #assistance {
    font-size: 20px;
    width: 22%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 0px 50px 3px rgba(0, 0, 0, 0.25),0px 0px 0px 1px rgba(256, 256, 256, 0.05);
    box-shadow: inset 0px 0px 50px 3px rgba(0, 0, 0, 0.25),0px 0px 0px 1px rgba(256, 256, 256, 0.05);
    padding: 1% 2%;
    margin: 0;
    float: right;
}

footer #assistance a.small {
    margin-top: -2%;
    font-size: 10px;
    text-decoration: none;
}

#assistance a {
    font-size: 16px;
    /*line-height: 32px;*/
    margin-top: 2%;
}

.preFoot li a:hover, .whoIsOvh li a:hover {
    color: rgba(256,256,256,0.95);
    text-decoration: none;
}

.preFoot li a, .whoIsOvh li a {
    color: rgba(256,256,256,0.5);
    text-decoration: none;
    font-size: 1.1em;
    display: block;
    text-shadow: #000 0px -1px 0px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


section del {
    visibility: hidden;
    height: 0;
    clear: both;
}




/* PRODUCTS products.css */




ul { margin-left: 10px; margin-bottom: 5px; }

ul.blue li {
    list-style-image: url('../../themes/default/images/shared/listImage.gif');
    list-style-type: none;
    color: #0068b1;
    font-size: 11px;
    text-align: left;
}

.blue_link {
    background: url('../../themes/default/images/shared/listImage.gif') no-repeat 0% 40%;
    color: #0068b1;
    font-size: 11px;
    text-align: left;
    font-weight: bold;
    text-indent: 10px;
}

ul.red li {
    list-style-image: url('../../themes/default/images/shared/listImageRed.gif');
    list-style-type: none;
    color: #880000;
    font-size: 11px;
    text-align: left;
}

ul.red li a { color: #880000; }

ul li {
    list-style-image: url('../../images/listImage.gif');
    list-style-type: none;
    font-size: 12px;
    color: #4c4c4c;
    margin-left: 20px;
    _margin-left: 20px;
    *margin-left: 20px;
    
}

ul li a, ul li a:visited, ul li a:active { text-decoration: underline; }
ul li a:hover { text-decoration: none; }

ul.grey li {
    list-style-image: url('../../themes/default/images/shared/listImageGrey.gif');
    list-style-type: none;
    color: #3c3c3c;
    margin-top: 2px;
}

ul.grey li a {
    color: #3c3c3c;
}

ul.grey li.blue {
    list-style-image: url('../../themes/default/images/shared/listImage.gif');
    list-style-type: none;
    color: #0068b1;
    margin-top: 2px;
}

ul.grey li.blue a {
    color: #0068b1;
    font-weight: bold;
    text-decoration: none;
}

ul.grey li.blue a:visited {
    color: #0068b1;
    font-weight: bold;
    text-decoration: none;
}


ul.nolink li {
    font-weight: bold; 
    color: #0068b1;
    text-decoration: none;
}

form.bigOrder {
    display: block;
    width: 592px;
    height: 55px;
    padding-top: 13px;
    background: transparent url('../../themes/default/images/share/bigOrder_bg.png') no-repeat 0 0;    
}

form.bigOrder input, form.bigOrder select {
    height: 17px;
    line-height: 17px;
    padding: 1px;
    border: 1px solid #fff;
}
form.bigOrder select { height: 20px; }

a.lighten, a.lighten:visited, a.lighten:active { 
    border: 0; 
    margin: 0; 
    padding: 0; 
    text-decoration: none;  
    display: block; 
    width: 135px; 
    height: 20px; 
    line-height: 20px;
    text-indent: 7px;
    color: #0068b1;
}
a.lighten:hover {  
   background: transparent url('../../themes/default/images/blue/lighten_hover.png') repeat-x 0 0;
   color: white;
}


.button span,
a.button,
a.button:link,
a.button:visited,
a.button:active,
a.button:hover {
    line-height: 40px;

    color: #efefef;
    text-decoration: none;
    font-weight: bold;
    
    padding: 7px 0 7px 22px;
    _padding: 0 0 0 22px; 
    *padding: 0 0 0 22px;
    background: transparent url(/images/bars/general/bButton.jpg) no-repeat 0 0;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}
a.button span,
a.button:link span,
a.button:visited span,
a.button:active span,
a.button:hover span {
    padding: 7px 22px 7px 0;
    background: transparent url(/images/bars/general/bButton.jpg) no-repeat 100% 0 ;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

a.button.selected,
a.button:hover {
    background: transparent url(/images/bars/general/bButton.jpg) no-repeat 0 100%;
}
a.button.selected span,
a.button:hover span { 
    background: transparent url(/images/bars/general/bButton.jpg) no-repeat 100% 100%;
    color: white;
}

.button span img { vertical-align: middle; }  

a.button.full {
    display: block;
    margin: 0; 
    text-align: center;
    height: 32px;
    _height: 22px;
    width: 100%;
    padding: 0; 
    margin: 0; 
}
a.button.full span {
    display: block;
    height: 32px;
    margin: 0 0 0 5%;
    padding: 0 5% 0 0;
    text-align: inherit;
    line-height: 32px;
    width: 90%;
    _height: 22px;
}

button.button {
    width: auto;
    padding: 0px 0px 0px 22px;
    margin: 0;
    height: 32px;
    line-height: 32px;
    background: transparent url(/images/bars/general/bButton.jpg) no-repeat 0 0;
    border-radius: 3px;
}

button.button span {
    font-size: 14px;
    padding: 8px 22px 7px 0;
    margin: 0; 
    line-height: 32px;
    background: transparent url(/images/bars/general/bButton.jpg) no-repeat 100% -1px ;
    border-radius: 3px;
}

button.button.disabled {
    cursor: default;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    -ms-filter:"prodig:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

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 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;
}


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;  }
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;
}

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; }

#dedicated_top,
#dedicated_top div,
#domains_top,
#domains_top div,
#telecom_top,
#telecom_top div,
#hosting_top, 
#hosting_top div, 
#housing_top, 
#housing_top div, 
#client_top, 
#client_top div,
#about_top, 
#about_top div, 
#mails_top, 
#mails_top div,  
#rps_top, 
#rps_top div, 
#ssl_top,
#ssl_top div,
#vs_top,
#vs_top div {
    width: 960px; 
    height: 41px;
    line-height: 27px;
    padding: 0;
    text-align: right;
    font-size: 20px;
    color: #0068b1;
    font-weight:bold;
    float: left;
}

#dedicated_top  { background: url('../../themes/10/dedicated.jpg') no-repeat 0% 50%; }
#domains_top    { background: url('../../themes/default/images/titles/domains.png') no-repeat 0% 50%; }
#telecom_top    { background: url('../../themes/default/images/titles/telecom.png') no-repeat 0% 50%; }
#hosting_top    { background: url('../../themes/default/images/titles/hosting.png') no-repeat 0% 50%; }
#housing_top    { background: url('../../themes/default/images/titles/housing.png') no-repeat 0% 50%; }
#client_top     { background: url('../../themes/10/customers.jpg') no-repeat 0% 50%; }
#about_top      { background: url('../../themes/10/about.jpg') no-repeat 0% 50%; }
#mails_top      { background: url('../../themes/10/emails.jpg') no-repeat 0% 50%; }
#rps_top        { background: url('../../themes/10/rps.jpg') no-repeat 0% 50%; }
#ssl_top        { background: url('../../themes/10/ssl.jpg') no-repeat 0% 50%; }
#vs_top         { background: url('../../themes/10/vs.jpg') no-repeat 0% 50%; }

#dedicated_top small,
#domains_top small,
#telecom_top small,
#hosting_top small, 
#housing_top small,
#client_top small, 
#about_top small, 
#mails_top small,  
#rps_top small,  
#ssl_top small,
#vs_top small { 
    font-style: normal;
    font-variant: normal;
    padding-bottom: 10px;
    color: #0068b1;
}

.gwt_form {
    background: #3c3c3c;
}

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


/* 
    
    Gwt accordions for mootools el.accordion effects

*/

div.gwt_back,
div.gwt_accordion {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: transparent url('/images/gwt/gwt_accordion.jpg') repeat-x 0 0;
    margin: 2px 0 0px 0;
}

div.gwt_back a,
div.gwt_accordion a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: transparent url('/images/gwt/gwt_accordion_arrow.jpg') no-repeat 100% 0;
    text-decoration: none;
    color: #3c3c3c;
}


div.gwt_back a {
    background: transparent url('/images/gwt/gwt_accordion_back_arrow.jpg') no-repeat 0 0;
}


div.gwt_back a span,
div.gwt_accordion a span {
    padding-left: 5px;
    font-weight: 700;
}


div.gwt_back a span {
    padding-left: 35px;
}


div.gwt_back a:hover,
div.gwt_accordion.selected a,
div.gwt_accordion:hover a,
div.gwt_accordion a:hover {
    background: transparent url('/images/gwt/gwt_accordion_arrow.jpg') no-repeat 100% 100%;
    text-decoration: none;
}

div.gwt_back a:hover {
    background: transparent url('/images/gwt/gwt_accordion_back_arrow.jpg') no-repeat 0 100%;
}

div.gwt_accordion.selected {
    background: transparent url('/images/gwt/gwt_accordion.jpg') repeat-x 0 100%;
}

div.gwt_accordion.selected a span {
    color: #0068B1;
}


.left_part {
    width: 190px;
    float: left;
}
   
.right_part {
    width: 740px;
    float: right;
    margin-right: 10px;
}


#small_body .right_part {
    clear: both;
    float: none;

}


.left_part_menu_top {
    height: 85px;
    line-height: 85px;
    background: transparent url('../../themes/10/mainMenuBigTop.jpg') no-repeat 0% 100%;
    text-align: center;
}

.left_part_menu_top img { border: 0; }

.left_part_top {
    height: 10px;
    background: transparent url('../../themes/10/mainMenuTop.jpg') no-repeat 50% 100%;
}

.left_part_borders {
    padding: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0;
    border: 0;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    width: 188px;
}

.left_part_borders h4 {
    background: transparent url('../../themes/10/dedicated.jpg') no-repeat 50% 0%;
    padding: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    font-size: 13px;
    color: #000000;
    font-weight: bold;
    text-indent: 3px;
}

.left_part_borders  h4.subtitle { background: #e1e1e1; font-size: 12px; margin-top: 5px;padding-right: 5px; width: 183px;}



.left_part_borders  h4.server { background: #567EB9; }
.left_part_borders * { text-align: left; }

.left_part_borders ul.mainMenu { margin: 0; padding: 0; }
.left_part_borders ul.mainMenu li {
    width: 188px;
    margin-left: 0px;
    list-style: none;
    list-style-image: none;
    border-bottom: 1px dotted #cbcbcb;
    display: block;
}

.left_part_borders ul.mainMenu li a, .left_part_borders ul.mainMenu li a:visited, .left_part_borders ul.main_menu li a:active {
    color: #0068b1;
    background: transparent url('../../themes/default/images/blue/mainMenuList.gif') no-repeat 8px 50%;
    text-decoration: none;
    font-style: "Verdana", Sans;
    font-size: 12px;
    font-weight: bold;
    display: block; 
    width: 188px; 
    padding-top: 1px;
    padding-bottom: 1px;
    text-indent: 17px;
    margin: 0;
}

.left_part_borders ul.mainMenu li a .it {
    font-style: italic;
    color: #0b4499;
    font-style: "Verdana", Sans;
    font-size: 11px;
    font-weight: bold;
}

.left_part_borders ul.mainMenu li.selected {
    border: 0;
    margin: 0;
    margin-top: 1px;
    width: 188px;
    list-style: none;
    list-style-image: none;
    background: #ffffff /*url('../../themes/default/images/blue/mainMenuSelectedBg.png') repeat-y 0 0*/;
}

.left_part_borders ul.mainMenu li.selected a, .left_part_borders ul.mainMenu li.selected a:visited,  .left_part_borders ul.mainMenu li.selected a:hover {
    background: #f1f1f1;
    text-decoration: none;
    font-style: "Verdana", Sans;
    font-size: 12px;
    font-weight: bold;
    display: block; 
    width: 188px; 
    margin: 0;
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: right;
    cursor: default;
}

.left_part_borders ul.mainMenujobs li a, .left_part_borders ul.mainMenujobs li a:visited, .left_part_borders ul.mainMenujobs li a:active {  background: transparent; }
.left_part_borders ul.mainMenujobs li a img {  vertical-align: middle; padding-right: 5px; }
.left_part_borders ul.mainMenujobs li a img {  vertical-align: middle; padding-right: 5px; }
.left_part_borders ul.mainMenujobs li.selected a, .left_part_borders ul.mainMenujobs li.selected a:visited,  .left_part_borders ul.mainMenujobs li.selected a:hover { text-align: left; }

.left_part_borders ul.mainMenu li a:hover, 
.left_part_borders ul.mainMenujobs li a:hover { background-color: #cedaeb; }

div.jobs_header a,
div.jobs_header a:visited,
div.jobs_header a:active,
div.jobs_header a.selected {
    display: block;
    float: left;
    margin-top: 58px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    height: 31px;
    line-height: 31px;

    color: #81ACD3;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

div.jobs_header a:hover,
div.jobs_header a.selected {

    color: white;
    background: transparent url('../../themes/default/images/jobs/menu-selected.png') repeat-x 0% 100%;

}

div.toolsjob_start {
    width: 5px;
    display: block;
    height: 26px;
    background: transparent url('../../themes/default/images/jobs/bg_tools.jpg') no-repeat 0 0;
    float: right;
    margin-top: 10px;
}

div.toolsjob_content {
    display: block;
    height: 26px;
    background: transparent url('../../themes/default/images/jobs/bg_tools.jpg') no-repeat 100% 0%;
    float: right;
    margin-top: 10px;
}

div.toolsjob_content a:hover {
    background: none;
}

/* JOBS inivitation to click */

.invitation {
    display: block; 
    position: relative;
    border-radius: 4px;
}

.invitation h1 span {
    font-size: 16px;
    text-align: center;
}

a.invitation  div.invite {
    filter: alpha(opacity=0);
    opacity: 0; 
    display: none;

}

a.invitation:hover  div.invite {
    display: block;
    filter: alpha(opacity=100);
    opacity: 1;

    height: 100%;
    width: 100%;
    top: 0; 
    left: 0; 

    position: absolute;

    background: transparent url('/images/jobs/black-bg.png') repeat;
    border-radius: 4px;
    text-align: center;
}

.invite h2 {
    position: absolute;
    top: 50%;
    margin: -20px auto 0 auto;

    color: white;
    font-weight: bold;
    text-align: center !important;
    width: 100%;

    line-height: 37px;
}

.invite h2 img {
    vertical-align: middle;
}


.left_part_borders ul.mainMenu li a.disactivated:hover  { background-color: transparent; }

.left_part_borders div.price {     
    color: red; 
    float: right;
    display: block;
    width: 36px;
    text-align: right;
    margin-right: 5px;
    text-indent: 0;
}

.left_part_borders div.dispo { 
    color: #1fc41f; 
    float: right;
    display: block;
    width: 20px;
    margin-right: 2px;
    text-align: right;
    text-indent: 0;
} 

.left_part_borders div.link_content { 
    float: left;
    display: block;
    width: 124px;
    text-align: left;
    color: #0068b1;
    margin: 0; padding: 0;
}

.left_part_borders div.link_content_option {
    float: left;
    display: block;
    width: 124px;
    text-align: left;
    color: #0068b1;
    margin: 0; padding: 0;
}


.left_part_borders ul.mainMenu li a div.spacer  { 
    visibility: hidden;
    margin: 0;
    padding: 0;
    height: 0;
    width: 0;
    clear: both;
    font-size: 0;
    line-height: 0px;
}

.left_part_borders p, .left_part_borders h2 { margin: 2px; }
.left_part_borders ul { margin-left: 10px; }


.left_part_bottom {
    height: 10px;
    background: transparent url('../../themes/10/mainMenuBottom.jpg') no-repeat 50% 0%;
}

.right_part_top {
    z-index: 0;
    height: 5px;
    line-height: 1px;
    font-size: 1px;
    clear: both;
    background: #eeeeee; 
    margin: 0; 
    padding: 0; 
}

.right_part_borders {
    background: #eeeeee;
    padding: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0;
    border: 0;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
}

.right_part_bottom {
    height: 5px;
    line-height: 5px;
    font-size: 5px;
    background: #eeeeee;
}

.right_part p {
    margin: 3px;
    margin-bottom: 5px;
}

.right_part p.footer { text-align: right; }

.right_part h5.grey { color: #3c3c3c; }

.right_part div.distribution_name,
.right_part div.hosting_name {
    width: 592px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background: transparent url('../../themes/default/images/titles/h4.png') no-repeat 50% 50%;    
}

    div.multi_tabs_menu,
    div.multi_products_menu {
        display: block;
        /*width: 610px;*/
        height: 20px;
        line-height: 22px;
        border: 0;
        background: white;
        border-bottom: 1px solid #cccccc ;
        _border-bottom: 0px ;
    }
    div.multi_products_menu { z-index: 10; margin-bottom: -3px; float: left; }


    div.multi_tabs_menu a,  div.multi_tabs_menu a:active, div.multi_tabs_menu a:visited,
    div.multi_products_menu a,  div.multi_products_menu a:active, div.multi_products_menu a:visited {
        display: block; 
        text-decoration: none; 
        width: 110px;
        height: 20px;
        line-height: 22px;
        text-align: center; 
        border: 0;
        float: left;
        border-bottom: 1px solid #cccccc ;
        background: white url('../../themes/default/images/share/tab_unselected.png') no-repeat 0 0;
        _background: white url('../../themes/default/images/share/tab_unselected.png') no-repeat 0 100%;
        color: #3c3c3c;
    }

    div.multi_products_menu a:hover,
    div.multi_products_menu a.selected, div.multi_products_menu a.selected:active, div.multi_products_menu a.selected:visited, div.multi_products_menu a.selected:hover {
        background: white url('../../themes/default/images/share/tab_selected.png') no-repeat 0 0; 
        _background: white url('../../themes/default/images/share/tab_selected.png') no-repeat 0 100%; 
        color: #0068b1;
        _border-bottom: 1px solid white;
    }

    div.multi_tabs_menu a:hover,
    div.multi_tabs_menu a.selected, div.multi_tabs_menu a.selected:active, div.multi_tabs_menu a.selected:visited, div.multi_tabss_menu a.selected:hover {
        background: transparent url('../../themes/default/images/share/tab_inverted_selected.png') no-repeat 0 0; 
        _background: transparent url('../../themes/default/images/share/tab_inverted_selected.png') no-repeat 0 100%; 
        color: #0068b1;
        _border-bottom: 1px solid white;
    }

    div.multi_tabs_menu a.selected, 
    div.multi_products_menu a.selected { 
        border-bottom: 1px solid #eeeeee; 
        z-index: 100; 
        color: #0068b1;
        font-weight: bold;
    }

    div.multi_tabs_menu a.selected { border-bottom: 1px solid #ffffff; }

    div.menu_bandwidth {
        display: block;
        width: 740px;
        height: 25px;
        line-height: 25px;
        border: 0;
        border-bottom: 1px solid #0068b1 ;
        _border-bottom: 0px ;
        background: transparent url('../../themes/default/images/share/menu_bar_selected.jpg') no-repeat 50% 100%;
    }

    div.menu_bandwidth a, 
    div.menu_bandwidth a:active,
    div.menu_bandwidth a:visited {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        text-decoration: none;
        height: 25px;
        line-height: 25px;
        text-align: center;
        border: 0;
        float: left;
        color: #0068b1;
        font-weight: bold;
        border-right: 1px solid #ccc;
        text-indent: 2px;
    }

    div.menu_bandwidth a:hover,
    div.menu_bandwidth a.selected {
        background: transparent url('../../themes/default/images/share/submenu_bar.jpg') no-repeat 50% 100%;
        color: #fff;
        cursor: pointer;
    }

    div.submenu_bandwidth {
        display: block;
        margin-left: 123px;
        height: 20px;
        line-height: 22px;
        border: 0;
        _border-bottom: 0px;
        margin-top: 2px;
        margin-bottom: 7px;
    }

    div.submenu_bandwidth a, 
    div.submenu_bandwidth a:active,
    div.submenu_bandwidth a:visited {
        display: block;
        text-decoration: none;
        padding-left: 10px;
        padding-right: 10px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border: 0;
        background: transparent url('../../themes/default/images/share/menu_bar_selected.jpg') no-repeat 50% 50%;
        float: left;
        color: #0068b1;
        border-right: 1px solid #ccc;
    }
   
    div.submenu_bandwidth a:hover,
    div.submenu_bandwidth a.selected {
        background: transparent url('../../themes/default/images/share/submenu_bar.jpg') no-repeat 50% 50%;
        color: #fff;
        cursor: pointer;
    }

div.display-order h1 {
    border: 0px;
}

div.display-order div.paiment_mode {
    width: 30%;
    float: left; 
    padding: 3px;
    display: block; 
    margin: 1%;
    text-align: center;
    border: 1px solid #aaa;
}

div.display-order div.paiment_mode h2 {
    color: #0B4499;
    text-align: center;
    margin-bottom: 5px;
    border-bottom: 1px dotted #cccccc;    
    text-decoration: none;
}

div.display-order div.paiment_mode input {
    color: #0068b1;
    background: #efefef;
    font-weight: bold;
}

.accueil{
    background: transparent url('../../themes/default/images/green/cadre_accueil.png') no-repeat 0% 0%; display: block; height: 117px; width: 192px;
}


.bg_index_support {
    background: transparent url('../../images/support/index/bg_index.jpg') no-repeat 0% 0%; 
    display: block; 
    height: 740px; 
    width: 560px;
}

.bg_index_support_bottom {
    background: transparent url('../../images/support/index/bg_index.jpg') no-repeat 0% 100%; 
    display: block; 
    height: 54px; 
    width: 560px;
}
.bg_index_support_no_bottom {
    background: transparent url('../../images/support/index/bg_index_no_bottom.jpg') no-repeat 0% 100%; 
    display: block; 
    height: 54px; 
    width: 560px;
}



.bg_index_support h1,
.bg_index_support2 h1

 {
    color: #0B4499;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
}

div.bg_square a,
div.bg_square a:active,
div.bg_square a:visited {
    height: 70px;
    width: 517px;
    background-image : url('../../images/support/index/bg_square.png');
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-decoration: none;
    margin-left: 21px;
    margin-bottom: 20px;
}

div.bg_square a:hover {
    display: block;
    background-position: 0 100%;
    color: white;
}

div.bg_square a span,
div.bg_square a:active span,
div.bg_square a:visited span {
    font-size: 18px;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    color: black;
    font-weight: bold;
    text-align: center;
    padding-top: 26px;
    display: block;
}

div.bg_square a:hover span {
    color: white;
}

div.bg_square a span.small,
div.bg_square a:active span.small 
 {
    font-size : 14px;
    padding: 5px;
}

div.bg_square a:hover p {
    color: white;
}

div.bg_square_contain a,
div.bg_square_contain a:active,
div.bg_square_contain a:visited {
    height: 160px;
    width: 517px;
    background-image : url('../../images/support/index/bg_square_contain.png');
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-decoration: none;
    margin-left: 21px;
    margin-bottom: 20px;
}

div.bg_square_contain a:hover {
    display: block;
    background-position: 0 100%;
    color: white;
}

div.bg_square_contain a span,
div.bg_square_contain a:active span,
div.bg_square_contain a:visited span {
    font-size: 18px;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    color: black;
    font-weight: bold;
    padding: 10px;
    display: block;
}

div.bg_square_contain a:hover span {
    color: white;
}

div.bg_square_contain a p.small,
div.bg_square_contain a:active p.small,
div.bg_square_contain a:visited p.small {
    font-size: 13px;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    color: black;
    font-weight: bold;
    padding-top: 5px;
    display: block;
    padding:  10px;
}

div.bg_square_contain a:hover p.small {
    color: white;
}

div.bg_square_contain a p.small span {
    font-size: 9px;
    display: inline;
    padding: 0;
    margin: 0;
}

div.main_full_top_support {
    background: transparent url('../../images/bars/general/main_full_top_support.png') no-repeat 0 0;
    height: 25px;
    width: 558px;
    margin: 2px 0 0 0px;
    float: left;
    margin-top: 5px;

}

div.main_full_top_support span {
    padding: 3px 0 0 0;
    color: #747474;
    font-size: 20px;
    font-weight: bold;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    display: block;
}


div .contain {
    padding: 0 20px;
}

div.incident_bttn,
a.incident_bttn,
a.incident_bttn:visited {
    background: transparent url('../../images/support/index/bg_contain.jpg') no-repeat 0 0;
    width: 517px;
    margin: 0 0 0 20px ;
}
    a.incident_bttn:hover { background: transparent url('../../images/support/index/bg_contain.jpg') no-repeat 0 -250px; }

    div.incident_bttn,
    a.incident_bttn p { 
        padding: 10px 10px 0 10px; 
    }

    
    a.incident_bttn:hover p,
    a.incident_bttn:hover p span, a.incident_bttn:hover  ul li { color: white; }


    
    a.incident_bttn div { 
        height: 10px;
        background: transparent url('../../images/support/index/bg_contain.jpg') no-repeat 0 -240px;
    }

    a.incident_bttn:hover div { background: transparent url('../../images/support/index/bg_contain.jpg') no-repeat 0 -490px; }

    a.incident_bttn span.bold { font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;  }

div.bottom_incident_bttn { 
    height: 10px;
    margin-left: -10px;
    background: transparent url('../../images/support/index/bg_contain.jpg') no-repeat 0 -240px;
}
    

div.button_support {
    width: 400px;
    background: transparent url('../../images/support/index/button.png') no-repeat 0 0;
    height: 54px;
}

div.button_support_link {
    width: 400px;
    background: transparent url('../../images/support/index/button_link.png') no-repeat 0 0;
    height: 54px;
}


div.button_support_link a,
div.button_support_link a:active,
div.button_support_link a:visited
 {
    width: 400px;
    background: transparent url('../../images/support/index/button_link.png') no-repeat 0 0;
    height: 54px;
}

div.button_support_link a:hover {
    display: block;
    background-position: 0 100%;
}

div.button_support_link a:hover h2 {
    color:white;
}                                                                                                                                                                                                   

div.button_support h2,
div.button_support_link h2 {
    padding: 15px;
}

.bg_green { background-color : #e2ffac; }
.bg_orange { background-color : #ffd2ac; }


.ContactMenu {
    width : 535px;
    margin : 0 0 0 20px;
}

.ContactMenu a.contact,
.ContactMenu h4 {
    border: 0;
    padding : 5px 5px 0px 5px;
    cursor: pointer;
    font-size : 14px;
    text-indent: 32px;
    background: transparent url(/images/support/index/bg_contact.png) no-repeat 0 0;
    height : 32px;
    line-height : 40px;
}

.ContactMenu a.contact:active {
    font-weight: bold;
}

.ContactSubMenu { 
    padding : 10px 0 0 0;
    color: #3c3c3c;
    font-size : 14px;
    text-indent : 52px;
    text-decoration: none;
    width : 515px;
    border-right : 1px solid #aaa;
    border-left : 1px solid #aaa;
    background-color : white;
}

.ContactMenuBottom {
    background: transparent url(/images/support/index/bg_contact.png) no-repeat 0 100%;
    height : 7px;
}

.accueilvps{
    background: transparent url('../../images/rps/cadre_accueil_vps.jpg') no-repeat 0% 0%; display: block; height: 117px; width: 201px;
}

div.order {
    width: 235px;
    padding-top: 5px;
    background: transparent url('../../themes/default/images/bg_order.gif') no-repeat 0 0;
    float: right; 
}

div.end_order {
    background: white url('../../themes/default/images/bg_order.gif') no-repeat 0 100%;
    width: 235px;
    height: 5px;
    line-height: 5px;
    font-size: 5px;
    margin: 0;
    padding: 0;
    clear: both;
}



    div.pop_header {
        display: block;
        width: 100%;
        height: 50px;
        background: transparent url('../../themes/default/images/pop/pop_top.jpg') no-repeat 0 0;
    }

    a.pop_close,
    a.pop_close:hover,
    a.pop_close:active,
    a.pop_close:visited {
        width: 95px;
        color: #3c3c3c;
        float: right;
        height: 20px;
        display: block;
        margin-top: 15px;
        line-height: 20px;
        text-indent: 25px;
        margin-right: 30px;
        font-weight: bold;
        text-decoration: none;
        background: transparent url('../../themes/default/images/pop/close.gif') no-repeat 0 0;
    }
    
    
    a.pop_close:hover { color: #0068b1; }

    div.pop_footer {
        display: block;
        width: 592px;;
        margin-top: 15px;
        clear: both;
        border-top: 1px solid #e1e2e3;
        text-align: right;
        margin-right: auto;
        margin-left: auto;
    }

    div.pop_footer a,
    div.pop_footer a:hover,
    div.pop_footer a:active,
    div.pop_footer a:visited {
        text-decoration: underline;
        color: #3c3c3c;
        margin-right: 10px;
    }
    
    div.pop_footer a:hover {
        text-decoration: none;
        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;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
}

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: 20px;
    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-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000;
}


div.HG_sub_menu a div div,
div.HG_sub_menu a.activated div div {
    height: 20px;
    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;
}

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

div.main_showcase_page div.up_title {
    width: 100%;
    height: 40px;
    line-height: 20px;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    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-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    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 * { font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif; }

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-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    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;
}

.press_top .x1, .press_top .x2, .press_top .x3, .press_top .x4, .press_top .x42, .press_top .x5, .press_top .x6, .press_top .x7, .press_top .x33, .press_top .x25, .press_top .x190, .press_top .x15, .press_top .x55, .press_top .x85 {
    display: block;
    float: left;
}

.press_top .x1 { width: 112px; margin: 0 7px 0 0; }
.press_top .x15 { width: 169px; margin: 0 14px 0 0; }
.press_top .x2 { width: 227px; margin: 0 14px 0 0; }
.press_top .x25 { width: 288px; margin: 0 14px 0 0; } 
.press_top .x3 { width: 349px; margin: 0 14px 0 0; }
.press_top .x4 { width: 471px; margin: 0 14px 0 0; }
.press_top .x42 { width: 382px; margin: 0 14px 0 0; }
.press_top .x5 { width: 593px; margin: 0 14px 0 0; }
.press_top .x55 { width: 661px; margin: 0 14px 0 0; }
.press_top .x6 { width: 715px; margin: 0 14px 0 0; }
.press_top .x7 { width: 837px; margin: 0 14px 0 0; }
.press_top .x85 { width: 781px; margin: 0 14px 0 0; }

.press_top .x33 { width: 31%; margin: 0 2.5% 0 0; }
.press_top .x190 { width: 190px; margin: 0 14px 0 0; }

.press_top .logos .x1 { width: 110px; margin: 7px 7px 0 0; }
.press_top .logos .x1.nm { margin: 7px 0 0 0; }

/* Ugly IE6 fixes*/
.press_top .x1 { _margin: 0 3px 0 0; }
.press_top .x2, .press_top .x3, .press_top .x4, .press_top .x5, .press_top .x6, .press_top .x7, .press_top .x33, .press_top .x25, .press_top .x190, .press_top .x15, .press_top .x55 { _margin: 0 3px 0 0; }
/* ugly IE6 fixes end */

.nm {
    margin: 0;
}

.dk_top,
.pc_top, 
.press_top {
    width: 967px; 
    height: 58px; 
    margin: -4px 0 0 -4px; 
    background: url('../../images/telecom/index/dk_bg_top.jpg') no-repeat 0 0 ;
}
.press_top {
    float: left;
    height: 65px; 
    background: url('../../images/bars/press/dk_big_top.jpg') no-repeat 0 0 ;
}

.press_top del {
    visibility: hidden;
    height: 30px;
}

.press_top h1 a,
.press_top h1 a:active,
.press_top h1 a:visited,
.press_top h1 {
    font-size: 20px;
    line-height: 20px;
    color: white;
    margin: 22px 0 0 0;
    text-decoration: none;
    font-weight: bold;
}

.press_top a.prev, .press_top a.next {
    background : url('../../images/global_solutions/btn_prev_next.jpg') no-repeat 0 0;
    width : 18.5px;
    height: 60px;
    display: block;
}

.press_top a.next {
    background-position : -37px 0;
}

.press_top a.prev:hover {
    background-position : -18px 0;   
}

.press_top a.next:hover {
    background-position : -55px 0;
}
.press_top h1 a:hover {
    text-decoration: underline;
    font-weight: bold;
}


.press_top span a,
.press_top span a:active,
.press_top span a:visited,
.press_top span,
.press_top h2 a,
.press_top h2 a:active,
.press_top h2 a:visited,
.press_top h2 {
    font-size: 13px;
    line-height: 13px;
    color: #b9b9b9;
    margin: 13px 0 -35px 0;
    text-decoration: none;
    font-weight: bold;
}

.press_top span a:hover,
.press_top h2 a:hover {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.press_top span a,
.press_top h2 a,
.press_top h1 a, 
.press_top span a:visited,
.press_top h2 a:visited,
.press_top h1 a:visited,
.press_top span a:active,
.press_top h2 a:active,
.press_top h1 a:active,
.press_top span a:hover, 
.press_top h2 a:hover, 
.press_top h1 a:hover {
    margin: 0 0 0 5px;
}


.press_top ul.menu {
        display: block;
        height: auto;
        height: 27px;
        margin: 37px 5px 0 0;
        padding: 0;
        overflow: visible;
    }

    .press_top ul.menu li {
        display: block;
        float: left;
        height: 27px;
        list-style: none;
        margin: 0;
        position: relative;
        top: 0;
        white-space: nowrap;

    }

    .press_top ul.menu li a,
    .press_top ul.menu li a:link,
    .press_top ul.menu li a:active,
    .press_top ul.menu li a:visited {
        height: 27px;
        color: #444;
        font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
        font-size: 13px;
        font-weight: bold;
        line-height: 25px;
        text-align: center;
        text-decoration: none;
        background: transparent url(../../images/bars/press/press_nav_bar.gif) no-repeat top center;
        padding: 0 15px;
        display: block;
        float: left;
        border-left: 1px solid #666666;
    }

    .press_top ul.menu li a:hover,
    .press_top ul.menu li a.last:hover,
    .press_top ul.menu li a.first:hover {
        color: black;
    }

    .press_top ul.menu li a.selected:link,
    .press_top ul.menu li a.selected:active,
    .press_top ul.menu li a.selected:hover,
    .press_top ul.menu li a.selected:visited {
        color: black;
        background: transparent url(../../images/bars/press/press_nav_bar.gif) no-repeat center -29px;
        border-bottom: solid 1px #fff;
        height: 28px;
    }

    .press_top ul.menu li a.first,
    .press_top ul.menu li a.first:link,
    .press_top ul.menu li a.first:active,
    .press_top ul.menu li a.first:hover,
    .press_top ul.menu li a.first:visited {
        background-position: left top;
        border:none;
    }

    .press_top ul.menu li a.firstselected,
    .press_top ul.menu li a.firstselected:link,
    .press_top ul.menu li a.firstselected:active,
    .press_top ul.menu li a.firstselected:hover,
    .press_top ul.menu li a.firstselected:visited {
        color: black;
        height: 28px;
        background-position: left -29px;
        border-left: none;
        border-bottom: solid 1px #fff;

    }

    .press_top ul.menu li a.last,
    .press_top ul.menu li a.last:link,
    .press_top ul.menu li a.last:active,
    .press_top ul.menu li a.last:visited {
        background-position: right top;
    }
    .press_top ul.menu li a.lastselected,
    .press_top ul.menu li a.lastselected:link,
    .press_top ul.menu li a.lastselected:active,
    .press_top ul.menu li a.lastselected:hover,
    .press_top ul.menu li a.lastselected:visited {
        color: black;
        background-position: right -29px;
        border-bottom: solid 1px #fff;
        height: 28px;
    }

 .press_top ul.menu li.orderpcc {
        margin-left: 5px;
        margin-right: 5px;
        background: none;
        overflow: hidden;
        width: 110px;
    }

 .press_top ul.menu li a.orderpcc,
 .press_top ul.menu li a.orderpcc:link,
 .press_top ul.menu li a.orderpcc:active,
 .press_top ul.menu li a.orderpcc:visited {
        background-color: #3d6dc2;
        display: block;
        border: none;
        margin-left: 5px;
        height: 27px;
    }
 .press_top ul.menu li a.orderpcc span {
        font-size: 13px;
        
    }

 .press_top ul.menu li a.orderpcc span:hover {
        color: white;
    }



html > body .press_top ul.menu li.orderpcc {
        margin-left: 5px;
        margin-right: 5px;
        background: none;
        overflow: hidden;
        width: auto;
    }

html > body .press_top ul.menu li a.orderpcc,
html > body .press_top ul.menu li a.orderpcc:link,
html > body .press_top ul.menu li a.orderpcc:active,
html > body  .press_top ul.menu li a.orderpcc:visited {
        background: transparent url(../../images/bars/press/button_order-right.jpg) no-repeat scroll top right;
        display: block;
        border: none;
        padding-right: 23px;
        margin-left: 5px;
        height: 27px;
    }
html > body .press_top ul.menu li a.orderpcc span {
        background: transparent url(../../images/bars/press/button_order-left.jpg) no-repeat scroll;
        display: block;
        color: #eee;
        height: 27px;
        line-height: 27px;
        padding-left: 23px;
        font-size: 13px;
        
    }

html > body .press_top ul.menu li a.orderpcc span:hover {
        color: white;
    }



.pci_left,
.press_left {
    width: 758px;
    float: left;
    border-right: 1px solid #aaa;
}
.press_right {
    width: 200px;
    float: right;
}
.pci_right {
    width: 177px;
}

del {
    width: 100%;
    display: block;
    clear: both;
    height: 20px;
    margin: 0 0 -15px 0;
    padding: 0;
    background: url('../../images/bars/press/full_shadow.jpg') no-repeat 50% 50% ;
}

.press_left del { background: url('../../images/bars/press/big_shadow.jpg') no-repeat 50% 50% ; }
.press_right del { background: url('../../images/bars/press/small_shadow.jpg') no-repeat 50% 50% ; }
.pci_right del { background: url('../../images/bars/press/small_shadow.jpg') no-repeat 50% 50% ; }


del.none {
    background: transparent;
    height: 0px;
    line-height: 0px;
    font-size: 0px; 
    border: 0;
    display: inline;
}

.pci_right h1, 
.press_right h1 { 
    margin-left: 3px;
    color : #394e6d;
    font-family: "Museo","Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    font-size : 20px;
}

.pc_top {
    background: url('../../images/private_cloud/index/pc_bg_top.jpg') no-repeat 0 0 ;
}





.pressTl {
    background: #f7f7f7 url(/images/presse/tl-bg.jpg) repeat-y top center;
}

.pressTl del {
    background: #f7f7f7 url(/images/presse/tl-dot.jpg) no-repeat top center;
    clear: both;
    height: 10px;
    line-height: 10px;
    font-size: 0px;
    margin: 0; 
    padding: 0; 
}

.pressTl div.month {
    background: #f7f7f7;
    clear: both;
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    text-align: center;
    color: #808080;
}

.pressTl div.cp-div {
    width: 330px;
    height: 99px;
    background: transparent url(/images/presse/cp-div.jpg) no-repeat top left;
}
.pressTl div.rp-div {
    width: 335px;
    height: 99px;
    background: transparent  url(/images/presse/rp-div.jpg) no-repeat top left;
}





.dk_top .title,
.pc_top .title {
    margin: 0 0 0 10px;
    border: 0;
    float: left; 
}

.dk_top h1.main_title {
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    font-size: 26px;
    margin-top: 10px;
    margin-left: 10px;

}

.dk_top a,
.dk_top a:visited,
.dk_top a:active {
    height: 29px;
    width: 172px;
    float: right;
    display: block;
    margin: 14px 10px 0 0;
    background: url('../../images/telecom/index/compare_btn.png') no-repeat 0 0 ;
}



.dk_top a:hover,
.dk_top a.selected {
    background: url('../../images/telecom/index/compare_btn.png') no-repeat 100% 100% ;
}

.bottom_list div.form {
    width: 210px;
    height: 25px;
    background: url('../../images/telecom/index/search_form.jpg') no-repeat 0 0 ;
}

.bottom_list div.form input {
    font-size: 13px;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    color: #b3b3b3;

    line-height: 20px;
    height: 20px;
    margin: 3px;
    width: 169px;
    float: left;
    
    border: 0;
    background: transparent;
}

.bottom_list div.form input:hover, 
.bottom_list div.form input:focus {
    color: #333;
}

.bottom_list div.form button {
    height: 25px;
    width: 35px;
    background: transparent;
    border: 0;
    float: right;
    cursor: pointer;
    margin: 0;
}
.bottom_list div.form button:hover {
    background: url('../../images/telecom/index/search_form.jpg') no-repeat 100% 100% ;
}

.bottom_list h1 {font-size: 16px; line-height: 20px; color: #282828; }
.bottom_list h2 {font-size: 14px; line-height: 18px;}
.bottom_list h3 {font-size: 12px; line-height: 16px;}
.bottom_list h5 {font-size: 12px; line-height: 16px; color: #3c3c3c; margin-left: 8px;}


.dk_slider,
.dk_slider .container, 
.dk_slider #slider_inner,
.dk_slider #slider_outer {
    height: 280px;
    margin: 0;
    padding: 0;
    width: 967px;
    /*z-index: 10;*/
    background: transparent;
}

.dk_slider .panelTitle {
    font-size : 44px;
    font-family: "Museo","Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    line-height : 50px;
    margin: 50px 0 0 457px;
    text-align : left;
    position: absolute;
    width : 450px;
}

.dk_slider .slider_element a.panelSubTitle {
    margin: 180px 0 0 457px;
    text-align : left;
    position: absolute;
    width : 450px;
    height : 30px;
    display: block;
    text-decoration: none;
}
.dk_slider a.orderPanel {
    display: block;
    height: 34px;
    width: 140px;
    /*margin: 220px 0 0 809px;*/
    background: transparent url('../../images/bars/general/orderPanel.gif') no-repeat 0 0;
    border: 0;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 25px;
    position : absolute;
    padding : 6px 0 0 0;
    margin: -50px 0 0 820px  ;
}

.dk_slider a.orderPanel:hover {
    background: transparent url('../../images/bars/general/orderPanel.gif') no-repeat 0 100%;
}

.dk_slider {
    clear: both;
}
.dk_slider .container {  
    margin: 0 0 0 -4px;
}
.dk_slider .slider_element {
    margin: 0;
    width: 967px;
}
.dk_slider .slider_element a {
    width: 967px;
    height: 280px;
    display:block;
    background: transparent;
}

.dk_slider .slider_items div div.slider_element {
    width: 967px;
}

.dk_slider .slider_controls {
    position: absolute;
    z-index: 900;
    margin: -29px 0 0 562px;
    float: left;
    width: 400px;
}

.dk_slider .slider_controls #handles_more { margin: 0px; }
.dk_slider .slider_controls #next { margin: 5px 0 0 0; }
.dk_slider .slider_controls #prev { margin: 5px 0 0 8px; _margin: 5px 0 0 4px; }

.dk_slider .slider_controls a,
.dk_slider .slider_controls #handles_more a {
    background: transparent url('../../images/index/controls/dk_gDot.gif') no-repeat 50% 50%;
}

.dk_slider .slider_controls a.pci,
.dk_slider .slider_controls #handles_more a.pci {
    background: transparent url('../../images/pci/index/slider_dot.jpg') no-repeat 50% 50%;
}

.dk_slider .slider_controls #handles_more a  { width: 11px; }

.dk_slider .slider_controls #handles_more a.active,
.dk_slider .slider_controls #handles_more a:hover {
    background: transparent url('../../images/index/controls/dk_bDot.gif') no-repeat 50% 50%;
}

.dk_slider .slider_controls #handles_more a.pciactive,
.dk_slider .slider_controls #handles_more a.pci:hover {
    background: transparent url('../../images/pci/index/active_slider_dot.jpg') no-repeat 50% 50%;
}


.dk_slider .slider_controls #prev { background: transparent url('../../images/index/controls/dk_gLarrow.gif') no-repeat 50% 50%; float: left; margin-left: 5px;  width: 20px; }
.dk_slider .slider_controls #prev:hover,
.dk_slider .slider_controls #prev.active { background: transparent url('../../images/index/controls/dk_bLarrow.gif') no-repeat 50% 50%; }

.dk_slider .slider_controls #next { background: transparent url('../../images/index/controls/dk_gRarrow.gif') no-repeat 50% 50%; float: left; width: 20px; margin-left: 0px; }
.dk_slider .slider_controls #next:hover,
.dk_slider .slider_controls #next.active { background: transparent url('../../images/index/controls/dk_bRarrow.gif') no-repeat 50% 50%; }



.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;
    width: 132px;
    background: transparent url('../../images/bars/general/toolbar-rps.jpg') no-repeat -40px 0;
}
a.offerBAR_S,
a.offerBAR_Sselected{
    width: 100px;
    background: transparent url('../../images/bars/general/toolbar-rps_S.jpg') no-repeat -40px 0;
}

a.offerBAR_L,
a.offerBAR_Lselected{
    width: 160px;
    background: transparent url('../../images/bars/general/toolbar-rps_L.jpg') no-repeat -40px 0;
}

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

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%;
}

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;
}

#bottom_submenus div {
    height: 32px;
    background: #565656;
    margin-top: -5px;
}

#bottom_submenus div a {
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    font-size: 13px;
    font-weight: bold;
    
    padding: 2px 10px 0 10px; 
    margin: 5px 0 0 0;
    
    line-height: 24px; 
    height: 24px; 
    color: #ccc; 
    text-decoration: none;
    border-right: 1px solid #d5d5d5; 
    display: block; 
    float: left; 
}

#bottom_submenus div a:first-child {
    margin-left: 15px;
}

#bottom_submenus div a:hover,
#bottom_submenus div a.selected {
    background: #f0f0f0;
    color: #333;
    padding-bottom: 2px;
}

.title_momi {
    font-size: 30px;
}

.telecom .small  {  font-size: 9px; }

.content h2,
.telecom h2 {
    margin: 5px 0 5px 0;
}

.tel_top {
    width: 960px;
    background: transparent url('../../images/telecom/main/telecom_main_bg.jpg') no-repeat top center;
}

.tel_top h1 {
    line-height: 38px; 
    height: 38px;
    float: left;
    margin: 0 0 0 10px;
    width: 98%;
}
.tel_top img.main { 
    border: 0; 
    float: left;
    margin: 0px 50px 38px 38px;
}

.tel_top br { clear: none; }


.vps_top {
    width: 967px; 
    height: 58px; 
    margin: -4px 0 0 -4px; 
    background: url('../../images/VPS/index/vps_bg_top.jpg') no-repeat 0 0 ;
}
.vps_top .title {
    margin: 0 0 0 10px;
    border: 0;
    float: left; 
}

.vps_top a.homeBAR,
.press_top a.homeBAR
{
    display: block;
    float: left;
    height: 25px;
    background: transparent url('../../images/VPS/index/toolbar_vps.gif') no-repeat 0 100%;
}

.vps_top a.offerBAR,
.press_top a.offerBAR
{
    background : transparent url('../../images/VPS/index/toolbar_vps.gif') no-repeat -40px 0;
}

.vps_top a.offerBAR:hover,
.press_top a.offerBAR:hover,
.press_top a.offerBARselected
{
    background : transparent url('../../images/VPS/index/toolbar_vps.gif') no-repeat -40px 100%;
}

.vps_top a.techBAR,
.press_top a.techBAR
{
    background : transparent url('../../images/VPS/index/toolbar_vps.gif') no-repeat -172px 0;
}

.vps_top a.techBAR:hover,
.press_top a.techBAR:hover,
.press_top a.techBARselected
{
    background : transparent url('../../images/VPS/index/toolbar_vps.gif') no-repeat -172px 100%;
}


        .button_slider {
            width: 150px;
            height: 28px;
            background: transparent url('../../images/VPS/index/slider/2pos_button.gif') no-repeat 50% 0%;
            cursor: pointer;
        }
 
        .triple_button_slider {
            width: 225px;
            height: 28px;
            background: transparent url('../../images/VPS/index/slider/3pos_button.gif') no-repeat 50% 0%;
            cursor: pointer; 
        }
      
        .button_slider_content,
        .button_slider_content:link,
        .button_slider_content:visited,
        .button_slider_content:active,
        .button_slider_content:hover {
            color: #3b3b3b;
            line-height: 28px;
            font-weight: bold;
            width: 75px;
            text-align: center;
        }
       
        .button_slider .selected ,
        .triple_button_slider .selected ,
        .button_slider .selected:active ,
        .triple_button_slider .selected:active ,
        .button_slider .selected:hover ,
        .triple_button_slider .selected:hover ,
        .button_slider .selected:visited ,
        .triple_button_slider .selected:visited {
            color: white;
        }

        .tip {
            width: 410px;
            height : 112px;
            text-align : left;
            padding : 10px;
            background : transparent url('../../images/VPS/index/ContentTips.jpg') no-repeat 0 0;
        }

        a.tipz span.imgTips,
        a.tipz span.imgTips:active,
        a.tipz span.imgTips:hover,
        a.tipz span.imgTips:visited,
        a.tipz span.imgTips:link {
            width : 16px;
            height : 16px;
            background : transparent url('../../images/VPS/index/tips.jpg') no-repeat 0 0;
            display : block;
            float : left;
            margin-left: 5px;
        }

        a.tipz span.imgTips:hover {
           background-position : 0 100%;
           margin-left: 5px;
        }

        .tip-title {
            color : #0068b1;
            font-family : "Museo","Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
            font-size : 14px;
        }

        .tip-text {
            color : #000;
            font-family : "Museo","Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
        }

        .tip-small {
            color : grey;
            font-family : "Museo","Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
            font-size : 9px;
            font-weight : bold;
        }
 
        #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: 260px; 
            float: left;  
            height : 34px;
            padding: 0;
            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: 260px;
            height: 30px;
        }



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

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

        #ha_sliderStepsElements{
            width: 260px; 
            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: 37px;
            font-size: 11px;
            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 : 46px;
            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;
        }

table.vpsBlueTH th
        {
            color : #0068b1;
            font-size: 18px;
            font-weight : normal;
        }

        #exchange_slider {
            width : 275px;
            height : 34px;
            padding: 0;
            cursor: pointer;
            background: url('../../images/exchange/slider/slider.png') no-repeat 50% 8px ;
        }

        #exchange_sliderSteps {
            width: 275px;
            height: 30px;
            background: transparent;
        }

        #exchange_sliderStepsElements {
            width: 275px;
            margin : 10px 0px 0px 0px;
        }

        #exchange_sliderStepsElements  div {
            float: left;
            width: 25px;
            height: 30px;
            font-size: 9px;
            line-height: 20px;
            color: #333;
            text-align: center;
            margin : -8px 0 0 0;
            padding : 0;
        }

        #exchange_sliderStepsElements  div.selected {
            font-weight : bold;
            font-size : 12px;
        }

        #exchange_slider #knob {
            width : 47px;
            height : 25px;
            margin-left: 6px;
            background: url('../../images/exchange/slider/knob.png') no-repeat 0 0;
        }

div.index-menu-left {
    background: transparent url('../../images/bars/general/lateral-menus.jpg') no-repeat 0 0;
    display: block;
    width: 190px;
    float: left;
}

div.index-menu-right {
    background: transparent url('../../images/bars/general/lateral-menus.jpg') no-repeat 0 0;
    display: block;
    width: 190px;
    float: right;
}


div.support_pad {
    background: transparent url('../../images/bars/general/support-info-pad.jpg') no-repeat 0 0;
    display: block;
    width: 190px;
    float: right;
    height: 68px;
}

div.support_pad h2.blue {
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    font-size: 19px;
    font-weight: bold;
    color: #0068b1;
    text-align: center;
    line-height: 22px;

}

div.support_pad p.topinfo {
    margin: 0; 
    padding: 0;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    margin-top: 3px;
    text-align: center;
}

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

div.index-menu-left h1,
div.index-menu-right h1 {
    color: #0b4499;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
}

div.index-menu-content {
    width: 190px;
    background: transparent url('../../images/bars/general/lateral-menus.jpg') no-repeat 0 100%;
}

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

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

div.MenuLeft {  
                width: 200px;
                margin: 0 5px 0 0;
            }

            div.MenuLeft ul {
                padding: 0;
                margin: -5px 0 0 0 ;
                text-indent: 0;
            }

            div.MenuLeft ul li {
                margin: 0;
                border: 0; 
                list-style-image : none;
                height: 57px;
                line-height: 57px;
                background: transparent url('../../images/jobs/cutterlight_menu.jpg') no-repeat center bottom;
                text-indent: 0;
            }

            div.MenuLeft ul li a {
                padding-left: 5px;
                line-height: 22px;
                font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
                font-weight: bold;
                font-size: 18px;
                text-decoration: none;
                color : #737373;
            }

            div.MenuLeft ul li a span {
                font-size : 10px;
                display: block;
                font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
                color : #737373;
                margin-top : -20px;
                margin-left: 43px;
            }
            
            div.MenuLeft ul li a:hover,
            div.MenuLeft ul li a.selected,
            div.MenuLeft ul li a:hover span,
            div.MenuLeft ul li a.selected span {
                color: #5c94de;
            }
            
            div.MenuLeft2 ul {
                padding: 0;
                margin: -5px 0 0 0 ;
                text-indent: 0;
            }

            div.MenuLeft2 ul li {
                margin: 0;
                border: 0;
                list-style-image : none;
                height: 57px;
                line-height: 57px;
                background: transparent url('../../images/jobs/cutterlight_menu.jpg') no-repeat center bottom;
                text-indent: 0;
            }

            div.MenuLeft2 ul li img {
                margin : -5px 10px 0 0;
            }

            div.MenuLeft2 ul li a,
            div.MenuLeft2 ul li a:hover,
            div.MenuLeft2 ul li a:visited,
            div.MenuLeft2 ul li a:active
            {
                padding-left: 10px;
                line-height: 22px;
                font-family: "Museo","Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
                font-size: 16px;
                text-decoration: none;
                color : #4f4f4f;
            }

            div.MenuLeft2 ul li a:hover,
            div.MenuLeft2 ul li a.selected,
            div.MenuLeft2 ul li a:hover span,
            div.MenuLeft2 ul li a.selected span {
                color: #0068b1;
            }        



div.Panel   {
                width : 223px;
                margin-right  : 20px;
                margin-bottom : 20px;
            }

            div.Panel .TitlePanel {
                background  : transparent url('../../images/jobs/panel/top_panel.jpg');
                height : 41px;
            }

            div.Panel .TitlePanel img {
                float : left;
                padding : 5px 0 0 5px;
            }

            div.Panel .TitlePanel a {
                margin : 0 20px;
                padding-top : 5px;
                display : block;
            }

            div.Panel .ContentPanel {
                background : transparent url('../../images/jobs/panel/bg_panel.jpg') 0 100%;
                float : left;
                padding: 0 5px;
                font-family : "Museo","Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
                width : 213px;
            }

            div.Panel .ContentPanel img {
                float : left;
                margin : 0 5px;
            }

            div.Panel .ContentPanel span {
                font-family: "Museo","Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
            }

            div.Panel .ContentPanel ul li,
            div.Panel .ContentPanel ul li a,
            div.Panel .ContentPanel ul li a:link,
            div.Panel .ContentPanel ul li a:hover,
            div.Panel .ContentPanel ul li a:visited,
            div.Panel .ContentPanel ul li a:active {
                list-style-image : url('../../images/jobs/panel/puce.gif');
                font-family: "Museo","Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
            }


div.pads {
    width: 224px;
    height : 159px;
    font-size: 9px;
    background : transparent url('../../images/jobs/pads.jpg');
    margin-bottom : 20px;
    margin-right : 10px;
}

div.pads p.title {
    text-decoration : none;
    color : #0068b1;
    padding-left : 10px;
    padding-top : 5px;

}

div.pads img {
    padding: 10px;
}

p.page_title {
    color : #87cd37;
    padding-top: 22px;
    font-size : 30px;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    font-weight : bold;
}

p.poste {
  color : #76b330;
}

p.posteRight {
    color : #76b330;
    text-align : right;
}

div.gradient {
    background : transparent url('../../images/jobs/anything_bg.jpg') no-repeat 0 100%;
}

p.subtitle {
    font-size : 18px;
    line-height: 20px;
    color : white;
    font-weight : bold;
    padding : 10px 0 0 10px;
}

div.arrow_left {
    padding : 5px 0 0 5px;
}

div.arrow_right {
    padding: 5px 5px 0 0;
}

a.pads_whois,
a.pads_reason,
a.pads_offer,
a.pads_meeting
{
    width: 226px;
    padding: 152px 0px 0 0px;
    margin: 0 5px 0 9px;
    display : block;
    text-decoration : none;
}

a.pads_whois { 
    background : transparent url('../../images/jobs/pads_whois.jpg') no-repeat 0 0; 
}

a.pads_reason { 
    background : transparent url('../../images/jobs/pads_reason.jpg') no-repeat 0 0; 
}

a.pads_offer { 
    background : transparent url('../../images/jobs/pads_offer.jpg') no-repeat 0 0; 
}

a.pads_meeting { 
    background : transparent url('../../images/jobs/pads_meeting.jpg') no-repeat 0 0; 
}



a.pads_whois p,
a.pads_offer p,
a.pads_reason p,
a.pads_meeting p
{
    margin : 0 20px;
    background: transparent url('../../images/jobs/cutterlight_menu.jpg') no-repeat 0 100%;
}


table.jobsBlueTH th
        {
            color : #0068b1;
            font-size: 18px;
            font-weight : normal;
            padding-top : 15px;
        }

input.orderJobs {
    display: block    float: left;
    width: 190px;
    background: transparent url('../../images/bars/general/order-btn.jpg') no-repeat 0 0;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 25px;
    height: 30px;
    border: none;
    vertical-align: middle;
}

input.jobsInputUpload {
    width : 100px;
    color : #fff;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    font-weight : bold;
    font-size : 18px;
    height : 40px; 
    margin-top : -3px;
}


form.formular {
    font-family: tahoma, verdana, "sans-serif";
    font-size: 12px;
    width : 680px;
}


form.formular td.jobsinput {
    width : 300px;
}



form.formular table tr th:first-line {
    padding-top: 11px;
}

form.formular input.jobsInputText, form.formular select {
    height: 40px;
    border: none;
    font-size : 18px;
    line-height: 28px;
    background : url('../../images/jobs/jobsinput.jpg') no-repeat 0 0;
    width : 300px;
}


#formular span.input_file_wrapper {
    background : url('../../images/jobs/jobsinputUpload.jpg') 0 0 no-repeat;
    line-height: 30px;
    height: 40px;
    display: block;
    position: relative;
    overflow:hidden;
    float : left;
    width : 420px; 
    cursor : pointer;
}

#formular .fake-text {
    display: block;
    position: absolute;
    top:5px;
    left:0px;
    padding:5px;
    width:300px;
    height:16px;
    color:#333333;
    font-size:14px;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif; 
    border:none;
    background : transparent;
}


#formular .select-box {
    cursor: pointer;
    border: 0;
    display: block;
    padding: 0;
    margin: 6px 0 0 0;
    text-decoration: none;
}


    #formular    .select-box a span  {
        font-size: 14px;
        font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
        color: #333;
        text-decoration : none;
        padding : 6px;
        display : block;
    }

    #formular    .select-box a {
        display: block;
        text-decoration: none;
        height: 40px;
        width: 300px;
        background: transparent url('../../images/jobs/jobsselect.jpg') no-repeat 0 0;
        padding: 5px 0px 0px 5px;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
    }

    #formular    .select-box a:hover,
    #formular .select-box a:active {
        color: #0068b1;
        text-decoration: none;
        background: transparent url('../../images/jobs/jobsselectH.jpg') no-repeat 0 0;
    }

    #formular    .select-box a:hover span {
        color: #0068b1;
        text-decoration: none;
    }


    #formular .select-box-options ul li { background: #fff; }

    #formular    .select-box-options {
        list-style: none;
        background: #fff;
        position: absolute;
        border: 1px solid #3a3a3a;
        overflow-y: auto;
        z-index: 690;
        width: 300px;
        padding: 0;
    }
        #formular .select-box-alt  { background-color: #e2e2e2; }

        #formular .select-box-options ul {
            width: 300px;
            padding: 0;
            margin: 0;
            text-indent: 0px;
        }
        #formular .select-box-options li {
            margin-bottom: 0;
            overflow: hidden;
            white-space: nowrap;
            margin: 0;
            padding: 0 0 0 5px;
            list-style-image: none;
            list-style: none;
            text-indent: 0px;
            font-size: 13px;
        }

        #formular .select-box-options li:nth-child(odd) {
            background: #f5f5f5;
        }
            #formular .select-box-options li.optgroup>span { font-size: 13px; font-style: italic; color : #0068b1; font-weight : bold; }
            #formular    .select-box-options li>span { display: block; padding: 2px 5px;  }
            #formular    .select-box-options li.title>span { display: block; padding: 2px 5px; font-size: 13px; font-style: italic; color : #0068b1; font-weight : bold; }
            #formular    .select-box-options li.selected { background-color: #e2e2e2 !important; color: #0068b1 !important; }
            #formular    .select-box-options li.selected span { color: #0068b1; font-weight: bold; }
            #formular    .select-box-options li.disabled { color: gray; }

    #formular    .select-box-options ul,
    #formular    .select-box-options ul li { margin:0; padding:0; text-indent: 0; background: transparent; list-style: none; list-style-image: none; }
    #formular .optgroup { margin: 4px 0 0 !important; }
    #formular    .select-box-options-group li>span{
        width: auto;
    }



div.support_pad div.support_content {
    width: 190px;
    padding-bottom: 3px;
    background: transparent url('../../images/bars/general/support-info-pad.jpg') no-repeat 0 100%;
}

div.index-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.index-menu-content h2 {

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


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: 36px;
    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;
}

div.index-menu-content div.link_content,
div.index-menu-content div.softwares_content,
div.index-menu-content div.distros_content,
div.index-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.index-menu-content div.distros_content {
    width: 135px;
    text-indent: 0px;
    margin-left: 5px;
    line-height: 20px;
}

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

div.index-menu-content div.nas_content {
    margin-left: -5px;
    float: left;
    display: block;
    width: 124px;
    text-align: left;
    color: #0068b1;
    margin: 0; padding: 0;
    font-weight: bold;
    text-indent: 8px;
    line-height: 18px;
}


.index-menu-content div.nas_price {     
    margin-right: 2px;
    font-weight: bold;
    width: 55px;
    color: red;
    float: right;
    display: block;
    text-align: right;
    line-height: 16px;
    _font-size: 10px;
    _width: 48px;
}



div.index-menu-content div.dispo,
div.index-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.index-menu-content div.installed_distros {
    width: 38px;
    _width: 33px;
}

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

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

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

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


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


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

.index-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.index-menu-content ul.main li a {
    font-size: 12px;
    line-height: 16px;
    padding-left: 5px;
    font-weight: bold;
    color: #0068b1
}


div.dedicated_options .btnproduct,
div.dedicated_options .btnconcept,
div.dedicated_options .btnfeatures,
div.dedicated_options .btnvirtualisation,
div.dedicated_options .btnrack,
div.dedicated_options .btnnas,
div.dedicated_options .btnfirewall,
div.dedicated_options .btnhousing,
div.dedicated_options .btndc,
div.dedicated_options .btncisco,
div.dedicated_options .btnripe {
	height:60px;
    text-decoration:none;
	background: url('/images/dedicated/virtualisation_pad.jpg') top center no-repeat;
    display:block;
    float: center;
    width: 184px;
    margin: 5px 0 0 1px;
}

div.dedicated_options .btndc {
    background: url('/images/dedicated/dc_pad.jpg') top center no-repeat;
    height: 70px;
}

div.dedicated_options .btnrack {
    background: url('/images/dedicated/virtual_rack_pad.jpg') top center no-repeat;
    height: 70px;
}

div.dedicated_options .btnnas {
    background: url('/images/dedicated/nas_pad.jpg') top center no-repeat;
    height: 70px;
}

div.dedicated_options .btnfirewall {
    background: url('/images/dedicated/firewall_pad.jpg') top center no-repeat;
    height: 70px;
}

div.dedicated_options .btnhousing {
    background: url('/images/dedicated/housing_pad.jpg') top center no-repeat;    
    height: 70px;
}

div.dedicated_options .btncisco {
    background: url('/images/dedicated/lb_cisco_pad.jpg') top center no-repeat;
    height: 70px;
}

div.dedicated_options .btnripe {
    background: url('/images/dedicated/ripe_pad.jpg') top center no-repeat;
    height: 70px;
}

div.dedicated_options .btnvirtualisation {
    background: url('/images/dedicated/virtualisation_pad.jpg') top center no-repeat;
    height: 70px;
}

div.dedicated_options .btnproduct {
    background: url('/images/private_cloud/index/product_pad.jpg') top center no-repeat;
}

div.dedicated_options .btnconcept {
    background: url('/images/private_cloud/index/concept_pad.jpg') top center no-repeat;
}

div.dedicated_options .btnfeatures {
    background: url('/images/private_cloud/index/features_pad.jpg') top center no-repeat;
}

div.dedicated_options .btncreatedc {
    background: url('/images/private_cloud/index/create_dc_pad.jpg') top center no-repeat;    
}

div.dedicated_options .btnevolvedc {
    background: url('/images/private_cloud/index/evolve_dc_pad.jpg') top center no-repeat;
}

* html .btnrack span,
* html .btnnas span,
* html .btnfirewall span,
* html .btnhousing span,
* html .btncisco span,
* html .btnripe span {
	font-weight:bold;
}

.btnproduct h1,
.btnconcept h1,
.btnfeatures h1,
.btnproduct a,
.btnconcept a,
.btnfeatures a {
    color:#0b4499;
    text-decoration:none;
    font-size:16px;
    text-align: right;
    padding-top: 21px; 
    width: 187px;
    padding-right: 3px;
    display: inline;
    font-weight: normal;
    font-family: "Museo","Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    /font-family: Helvetica, Verdana, Arial, sans-serif;
    /font-weight: bold;

}
.btndc span:hover,
.btndc span,
.btnvirtualisation span:hover,
.btnvirtualisation span,
.btnrack span:hover,
.btnrack span,
.btnnas span:hover,
.btnnas span,
.btnfirewall span:hover,
.btnfirewall span,
.btnhousing span:hover,
.btnhousing span,
.btncisco span:hover,
.btncisco span ,
.btnripe span:hover,
.btnripe span {
    color:#0b4499;
    text-decoration:none;
    font-size:16px;
    text-align: right;
    padding-top: 21px; 
    width: 184px;
    /*padding-right: 3px;*/
    /*display: inline;*/
    font-weight: normal;
    font-family: "Museo","Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    /font-family: Helvetica, Verdana, Arial, sans-serif;
    /font-weight: bold;



}

.btncisco:hover span,
.btnripe:hover span,
.btnhousing:hover span,
.btnfirewall:hover span,
.btnnas:hover span,
.btnrack:hover span,
.btndc:hover span,
.btnvirtualisation:hover span {
    color:#0068b1;
}


.btnproduct p:hover,
.btnconcept p:hover,
.btnfeatures p:hover, 
.btnproduct h1:hover,
.btnconcept h1:hover,
.btnfeatures h1:hover {
    color: #0068b1;
}


.btnproduct a,
.btnconcept a,
.btnfeatures a{
    padding-top: 3px;
}

.btnproduct p,
.btnconcept p,
.btnfeatures p, 
.btnconcept h1,
.btnproduct h1,
.btnfeatures h1 {
    width: 145px;
    padding-left: 45px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: left;
    line-height: 16px;
}


.btnproduct p,
.btnconcept p,
.btnfeatures p{
    padding-top: 3px;
} 

.btnnas span:hover,
.btnfirewall span:hover,
.btncisco span:hover,
.btnnas span,
.btnfirewall span,
.btncisco span, 
.btnripe span {
    padding-top: 13px;
}

.btndc span:hover,
.btndc span {
    padding-top: 13px;
}


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

div.index-menu-content ul li a, 
div.index-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 6px;
    text-indent: 10px;
    padding-left: 5px;
}

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



ul.left_part, 
ul.left_ppart {
    width: 190px;
    list-style: none;
    margin: 0;
    margin-left: 0px;
    padding: 0;
    background: transparent url('../../themes/default/images/jobs/border_li.gif') no-repeat 50% 100%;
}
ul.spaced { margin-left: 12px; width: 135px; }


ul.left_ppart { background: transparent; }

ul.left_part li, 
ul.left_ppart li {
    background: transparent url('../../themes/default/images/jobs/border_li.gif') no-repeat 50% 0%;
    font-size: 12px;
    color: #3c3c3c;
    margin: 0;
    padding: 0;
    list-style-image: none;
    /*text-indent: 5px;*/
    padding-left: 5px;
}
ul.left_ppart li { background: transparent; }

ul.left_part li a, ul.left_part li a:active, ul.left_part li a:visited,
ul.left_ppart li a, ul.left_ppart li a:active, ul.left_ppart li a:visited,
ul.left_ppart li.fakea {
    display: block;
    font-size: 12px;
    color: #3c3c3c;
    text-decoration: none;
    background: transparent url('../../themes/default/images/jobs/select_li.gif') no-repeat 90% 50%;
}
ul.left_ppart li a, ul.left_ppart li a:active, ul.left_ppart li a:visited,
ul.left_ppart li.fakea {
    background: transparent url('../../themes/default/images/jobs/select_li.gif') no-repeat 0px 6px;
    /*height: 22px;*/
    text-indent: 13px;
}

ul.left_ppart li.fakea {  background: transparent url('../../themes/default/images/jobs/select_li.gif') no-repeat 5px 7px; }

ul.left_ppart li.fakeaSmall { 
    background: transparent url('../../themes/default/images/jobs/select_li.gif') no-repeat 5px 50%; 
    height: 18px;
    line-height: 18px;
    text-indent: 13px;
}

ul.left_ppart li.fakeaSmall:hover { 
    background: transparent url('../../themes/default/images/jobs/select_li.gif') no-repeat 5px 50%; 
    height: 18px;
    line-height: 18px;
    text-indent: 13px;
}

ul.left_part li a:hover,
ul.left_part li a.selected,
ul.left_ppart li a:hover,
ul.left_ppart li a.selected {
    background: url('../../themes/default/images/jobs/select_li_hover.gif') no-repeat 90% 50%;
    background-color: #E0E0E0;
    font-size: 12px;
    color: #3c3c3c;
    width: 100%;
}
ul.left_ppart li a:hover,
ul.left_ppart li a.selected {
    background: url('../../themes/default/images/jobs/select_li_hover_blue.gif') no-repeat 0px 6px;
    color: #0068b1;
}

ul.left_part li a img {
    border: none;
    margin-right: 5px;
}

div.part_left_bottom {
    background: url('../../themes/default/images/jobs/barre_menu_bottom.jpg') no-repeat scroll 0 0;
    display: block;
    height: 6px;
    width: 150px;
}

div.index-middle {
    float: left;
    width: 560px;
    margin-left: 10px;
    margin-right: 10px;
}

div.main_top {
    background: transparent url('../../themes/10/main_top.jpg') no-repeat 0 0;
    margin-left: 0px;
    display: block;
    height: 405px;
    width: 560px;
}

div.main_content_top {
    background: transparent url('../../themes/10/main_bottom_top.jpg') no-repeat 0 0;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    width: 560px;
}

div.main_content_large_top {
    background: transparent url('../../themes/10/main_content_large_top.jpg') no-repeat 0 0;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    width: 560px;
}



div.main_full_top {
    background: transparent url('../../images/bars/general/main_full_top.jpg') no-repeat 0 0;
    width: 960px;
}
div.big_full_top {
    background: transparent url('../../images/bars/general/big_main_full_top.jpg') no-repeat 0 0;
    width: 960px;
    height: 40px;
}


div.main_full {
    width: 958px;
}


div.main_full .content {
    width: 98%;
    padding-left: 5px;
}

div.main_full .content img.middle {
    margin-left: -5px
} 

div.main_full .content .center {
    text-align="center";
}
div.main_full .content p { 
    margin-left: 10px;
}

div.main_full .content  .flash_content {
    width: 790px;
    margin-left: -1%;
    background: white url('../../images/bars/general/anim-bg.jpg') repeat-x 0 100%;
    text-align: center; 
    padding-bottom: 1px;
}
div.main_full  .flash_content { margin-left: 0; }


div.main_full .content h2.grey { color: #3c3c3c; }
div.main_full .content *.blue { color : #0068b1; }

.content .small { font-size: 9px; }

div.main_full_bottom {
    width: 960px;
    height: 15px;
    margin: 0px;
}


div.main_content {
    width: 558px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

div.main_full {
    font-size: 12px;
}

div.main_content h5,
div.main_content p,
div.main_full h5,
div.main_full p {
    width: 98%;
    margin-left: 1%;
}

div.main_content_bottom {
    background: transparent url('../../themes/10/main_bottom_bottom.jpg') no-repeat 0 0; 
    width: 560px;
    height: 10px;
    margin: 0px;
}

div.main_bottom_top {
    background: transparent url('../../themes/10/main_bottom_top.jpg') no-repeat 0 0;
    display: block;
    width: 560px;
}

div.main_bottom_content {
    width: 558px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

div.tierce_bottom {
    width: 49%;
    float: left;
}

div.main_bottom_bottom {
    background: transparent url('../../themes/10/main_bottom_bottom.jpg') no-repeat 0 100%;
    width: 560px;
    height: 10px;
}

ul.list_main {
    margin: 0;
    padding: 0;
    margin-left: 30px;
}

ul.list_main li {
    list-style-image: none;
}

ul.list_main li a,
ul.list_main li a:active {
    text-decoration: none;
    font-size: 12px;
    color: #3c3c3c;
    line-height: 19px;
}

ul.list_main li a:hover {
    text-decoration: underline;
}

h1.jobs a,
h1.jobs a:visited,
h1.jobs a:active,
h1.jobs {
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #3c3c3c;
    text-decoration: none;
    font-weight: bold;
}

.big_full_top h1.jobs a,
.big_full_top h1.jobs a:visited,
.big_full_top h1.jobs a:active,
.big_full_top h1.jobs {
    line-height: 33px;
}
 

h1.jobs_blue {
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    font-size: 16px;
    color: #0B4499;
    text-decoration: none;
    font-weight: bold;
}
h1.phone a,
h1.phone a:visited,
h1.phone a:active,
h1.phone {
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    font-size: 18px;
    color: #212121;
    text-indent: 0;
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #aaa;
    text-decoration: none;
}

h1.jobs a:hover,
h1.phone a:hover {
    text-decoration: underline;
}

h1.jobs img {
    _margin-top: 8px;
    *margin-top: 8px;
}

h1.bigBG {
    background: transparent url('../../images/telecom_09/main_icons/h1_title_bg.jpg') no-repeat 50% 50%;
    border: 0;
}

h1.dc,
h1.dcl {
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    font-size: 18px;
    color: #0068B1;
    margin: 0;
    padding: 0;
    height: 30px;
    text-indent: 30px;
    line-height: 29px;
    text-decoration: none;
}

h1.dcl {
    text-indent: 0;
}

div.index_vid_rps a { background-image: url('../../images/bars/rps/videoRPS.jpg'); }
div.index_vid_voip a { background-image: url('../../images/bars/telecom/videoTEL.jpg'); }
div.index_vid_housing a { background-image: url('../../images/bars/housing/videoHOU.jpg'); }
div.index_vid_hosting a { background-image: url('../../images/bars/hosting/videoHOST.jpg'); }
div.index_vid_domains a { background-image: url('../../images/bars/domains/videoDOM.jpg'); }

div.index_video a br { line-height: 47px; height: 47px; }

div.index_video a,
div.index_video a:active,
div.index_video a:visited {
    height: 68px;
    width: 190px;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-decoration: none;
}
div.index_video a span { line-height: 20px; height: 20px; margin-left: 30px; text-align: left; text-decoration: none; color: white; }
div.index_video a:hover { background-position: 0% 100%;}
div.index_video a:hover span { color: #0B4499; text-decoration: none; }

div.tabbed_jobs_menu {

    width: 100%;
    margin-top: 20px;
    height: 25px;
    border-bottom: 1px solid #aaa;
}


div.tabbed_jobs_menu a,
div.tabbed_jobs_menu a:visited,
div.tabbed_jobs_menu a:active,
div.tabbed_jobs_menu a:hover {

    display: block;
    float: left;
    height: 25px;
    line-height: 25px;

    width: 115px;

    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-indent: 8px;
    color: #434343;

}


div.tabbed_jobs_menu a,
div.tabbed_jobs_menu a:visited,
div.tabbed_jobs_menu a:active {
    background: transparent url('../../themes/default/images/jobs/jobs_tab.jpg') no-repeat 0 0;
}

div.tabbed_jobs_menu a:hover {
    background: transparent url('../../themes/default/images/jobs/jobs_tab.jpg') no-repeat 0 -25px;
}


div.DCselected a.dc,
div.SCselected a.sc,
div.RDselected a.rd,
div.STselected a.st {
    background: transparent url('../../themes/default/images/jobs/jobs_tab.jpg') no-repeat 0 -25px;
    color: #0068b1;
    height: 25px;
    border-bottom: 1px solid white;
}


.divSC,
.divST,
.divRD,
.divDC {
    width: 456px;
    margin-left: 7px;
}

.divST {
    background: transparent url('../../themes/default/images/jobs/st_tab.jpg') no-repeat 0 0;
}

.divSC {
    background: transparent url('../../themes/default/images/jobs/sc_tab.jpg') no-repeat 0 0;
}

.divRD {
    background: transparent url('../../themes/default/images/jobs/rd_tab.jpg') no-repeat 0 0;
}

.divDC {
    background: transparent url('../../themes/default/images/jobs/dc_tab.jpg') no-repeat 0 0;
}



a.orderOpt img, 
a.orderOpt-large img, 
a.orderGeneral img {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    display: inline;
    margin-top: -2px;
}

a.orderOpt,
a.orderOpt:visited,
a.orderOpt:active, 
a.orderOpt-large,
a.orderOpt-large:visited,
a.orderOpt-large:active, 
a.orderGeneral,
a.orderGeneral:visited,
a.orderGeneral:active {
    display: block;
    float: left;
    height: 30px;
    width: 190px;
    background: transparent url('../../images/bars/general/order-btn.jpg') no-repeat 0 0;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 25px;
    vertical-align: middle;
    _padding-top: 4px;
    _height: 21px;
}

a.orderOpt:visited,
a.orderOpt:active, 
a.orderOpt {
    height: 20px;
    width: 120px;
    line-height: 20px;
    background: transparent url('../../images/bars/general/order-opt-p.jpg') no-repeat 0 0;
    margin: 3px 0 0 33px; 
    *margin: 3px 0 0 10px;
    _margin: 3px 0 0 10px;
}

a.orderOpt-large:visited,
a.orderOpt-large:active, 
a.orderOpt-large {
    height: 20px;
    width: 230px;
    line-height: 20px;
    background: transparent url('../../images/bars/general/order-opt-p-large.jpg') no-repeat 0 0;
    margin: 3px 0 0 33px; 
    *margin: 3px 0 0 10px;
    _margin: 3px 0 0 10px;
}

a.orderGeneral:hover {
    background: transparent url('../../images/bars/general/order-btn.jpg') no-repeat 100% 100%;
    color: #fff;
}

a.orderOpt:hover {
    background: transparent url('../../images/bars/general/order-opt-p.jpg') no-repeat 100% 100%;
    color: #fff;
}

a.orderOpt-large:hover {
    background: transparent url('../../images/bars/general/order-opt-p-large.jpg') no-repeat 100% 100%;
    color: #fff;
}

.content table *, 
.content table tr th, 
.content table tr td, 
.content table td { font-size: 12px; }



ul.modulelist
{
    list-style: none;
    margin-left: 15px;
    padding-left: 0px;
    margin-top: 5px;
    background: transparent; 
}

ul.modulelist li a,
ul.modulelist li a:visited
{
    background: transparent url('../../themes/default/images/jobs/select_li.gif') no-repeat 0% 5px;
    list-style-image: none; 
    text-decoration: none;
    color: #3c3c3c;
    margin-left:  0px;
    padding-left: 0px;
    font-size: 12px;
    text-indent: 10px;
    display: block;
    line-height: 15px;
}

ul.modulelist li 
{
    font-size: 12px;
    margin: 0;
    margin-left: 0px;
    list-style-image: none;
    color: #3c3c3c;
    text-decoration: none;
}

ul.modulelist li a:hover,
ul.modulelist li a.selected {
    background: transparent url('../../themes/default/images/jobs/select_li_hover_blue.gif') no-repeat 0px 5px; 
    font-size: 12px;
    color: #0068b1;
    width: 100%;
}

.bottom_list ul.modulelist li,
.bottom_list ul.modulelist li a,
.bottom_list ul.modulelist li a:active,
.bottom_list ul.modulelist li a:visited {
    background: transparent;
    margin: 0; 
    padding: 0;
    text-indent: 0px;
}

.bottom_list ul.marged li {
    margin-bottom: 3px;
}

.center { text-align: center; text-indent: 0;}



a.btn_beta,
a.btn_beta:link,
a.btn_beta:visited,
a.btn_beta:active {

    width: 100%;
    display: block;
    height: 53px;

    background : transparent url('../../images/brand_watcher/index/reach_beta_test.jpg') no-repeat center top;

}

a.btn_beta:hover {
    background-position: center bottom;
}


.gwt_form {
    background: #3c3c3c;
}

.gwt_input,
.gwt_input_normal {
    height: 32px;
    background : transparent url('../../images/gwt/gwt_input.gif') no-repeat 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 : transparent url('../../images/gwt/gwt_input.gif') no-repeat 100% -32px ;
}
.gwt_input_normal input {
    font-size: 14px;
    color: #3c3c3c;
}

.gwt_button span,
.gwt_button span:link,
.gwt_button span:visited,
.gwt_button span:active,
.gwt_button span:hover,
.gwt_button a, 
.gwt_button a:link, 
.gwt_button a:visited, 
.gwt_button a:active,
.gwt_button a:hover, 
a.gwt_button, 
a.gwt_button:link, 
a.gwt_button:visited, 
a.gwt_button:active,
a.gwt_button:hover {
    line-height: 32px;
    font-size: 18px;   

 
    border: 0px none transparent;
    background : transparent url('../../images/gwt/gwt_button.gif') no-repeat 0 0 ; 

    padding: 5px 0 6px 15px; 
    padding: 6px 0 8px 15px \0/; /* ie9 */ 
    _padding: 0 0 0 15px; /* ie7 + ie6*/
    *padding: 0 0 0 15px; /* ie6 */
    
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    text-decoration: none;
}


.gwt_button span input,
.gwt_button span:link input,
.gwt_button span:active input,
.gwt_button span:visited input,
.gwt_button span:hover input,
.gwt_button a span, 
.gwt_button a:link span, 
.gwt_button a:visited span, 
.gwt_button a:active span,
.gwt_button a:hover span, 
a.gwt_button span, 
a.gwt_button:link span, 
a.gwt_button:visited span, 
a.gwt_button:active span,
a.gwt_button:hover span {

    line-height: 32px;

    border: 0;
    background : transparent url('../../images/gwt/gwt_button.gif') no-repeat 100% 0 ;

    font-size: 18px; 
    color: #0B4499;
    text-align: left;
 
    margin: 0 0 0 0;
    padding: 5px 15px 5px 0;
    padding: 6px 15px 8px 0 \0/; 
    _padding: 6px 15px 8px 0;
    *padding: 6px 15px 8px 0;
    cursor: pointer;
    
    
    text-decoration: none;
}
.gwt_button span:hover, .gwt_button a:hover, a.gwt_button:hover {  background : transparent url('../../images/gwt/gwt_button.gif') no-repeat 0 -38px ; }
.gwt_button span:hover input, .gwt_button a:hover span, a.gwt_button:hover span { color: #0068b1;  background : transparent url('../../images/gwt/gwt_button.gif') no-repeat 100% -38px ; }

.gwt_feedback_widget {
    width: 278px;
    height: 100px; 

    border: 1px solid #808080;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    font-size: 14px; 

    background : transparent url('../../images/gwt/gwt_input_bg.gif') no-repeat 0 0 ;
}

.gwt_feedback_success,
.gwt_feedback_error {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    color: #228822;
    text-align: left;
}
.gwt_feedback_error { color: #ff6d00; } 


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% ;
}

.press ul.gwt_tabs {
    background:  transparent url('../../images/gwt/press_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 ;
}

.press ul.gwt_tabs li a,
.press ul.gwt_tabs li a:link,
.press ul.gwt_tabs li a:visited,
.press ul.gwt_tabs li a:active,
.press ul.gwt_tabs li a:hover {
    background:  transparent url('../../images/gwt/press_tabs.gif') no-repeat 0% 50% ;
}

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;
}

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

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% ; 
    
    }

.press ul.gwt_tabs li.selected a,
.press ul.gwt_tabs li.selected a:link,
.press ul.gwt_tabs li.selected a:visited,
.press ul.gwt_tabs li.selected a:active,
.press ul.gwt_tabs li.selected a:hover ,
.press ul.gwt_tabs li .selected a,
.press ul.gwt_tabs li .selected a:link,
.press ul.gwt_tabs li .selected a:visited,
.press ul.gwt_tabs li .selected a:active,
.press ul.gwt_tabs li .selected a:hover {  
    color: #0068b1; background:  transparent url('../../images/gwt/press_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% ; }

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


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


.gwt_tabs.right li {
    float: right;
}

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

#odline_index {
    width: 100%;
    height: 101px;
    background: transparent url('../../images/domains/odline_index/odline_index-bg.jpg') no-repeat 0 0;
    color: white;

}

#odline_transfert{
    width: 730px;
    height: 212px;
    background: transparent url('../../images/domains/odline_specs/odline_transfert-bg.jpg') no-repeat 0 0;
    color: white;
              }

#odline_renouveler{
    width: 730px;
    height: 212px;
    background: transparent url('../../images/domains/odline_specs/odline_renouveler-bg.jpg') no-repeat 0 0;
    color: white;
}

#odline_tech input.dominput {
    float: left;
    border: 01px solid #aaa;
    background: transparent ;
    width: 530px;
    height: 38px;
    font-size: 18px;
    color: #b3b3b3;
    margin: 0px 0 0 0px;
    padding: 0px 37px 0 0px;
}




#odline_transfert input.dominput,
#odline_renouveler input.dominput {
    float: left;
    border: 0;
    background: transparent url('../../images/domains/odline_specs/odline_specs-dominput.jpg') no-repeat 0 0;
    width: 350px;
    height: 38px;
    font-size: 18px;
    font-weight: bold;
    color:  #b3b3b3;
    margin: 110px 0 0 190px;
    padding: 0 0 0 5px;
    *padding : 7px 0 0 5px;
}
#odline_transfert button.odbutton,
#odline_renouveler button.odbutton
{
    display: block;
    float: left;

    margin: 110px 36px 0 0px;
    padding: 0;
    height: 36px;
    width: 103px;
    border:0;
    background: transparent url('../../images/domains/odline_specs/odline_specs-go.jpg') no-repeat 0 0;
}



#odline_tech .results,
#odline_index .results,
#odline_search .results,
#odline .results
{
overflow:auto;
z-index:9999;
position:absolute;
}

#odline_search input.dominput {
        border: 0;
        background: transparent;
        width: 535px;
        height: 40px;
        color: #b3b3b3;
        margin: 44px 0 0 15px;
        padding: 10px 0 0 0;
        font-size: 20px;
}
#odline_index input {
    border: 0;
    background: transparent;
    width: 526px;
    height: 22px;
    font-size: 20px;
    line-height: 22px;
    margin: 53px 0 0 7px;
    color: #b3b3b3;
}

#odline_index input:focus {
    /*    border: 1px solid #0068b1;*/
        color: #0068b1;
}

#odline_index button.odbutton {
    display: block;
    float: left;
    margin: -1px 0 0 110px;
    _margin:-35px  0 0 110px ;
    padding: 0;
    height: 41px;
    width: 71px;
    background: transparent url('../../images/domains/odline_index/odline-go.jpg') no-repeat 0 0;
}

#odline_index button.odbutton:hover {
    background: transparent url('../../images/domains/odline_index/odline-goH.jpg') no-repeat 0 0;
}

#odline {
    width: 950px;
    height: 40px;
    background: #0068b1 url('../../images/domains/odline/odline-bg.jpg') no-repeat 0 0;
    color: white;
    margin-left: 5px;
}

#odline .select-box,
#odline_index .select-box {
    cursor: pointer;
    border: 0;
    display: block;
    padding: 0;
    margin: 6px 0 0 0;
    float: left;
    text-decoration: none;
}

    #odline    .select-box a span,
    #odline_index .select-box a span {
        font-size: 16px;
        font-weight: bold;
        font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
        color: #0068B1;
        text-decoration: none;
    }

    #odline    .select-box a {
        display: block;
        text-decoration: none;
        height: 29px;
        width: 125px;
        background: transparent url('../../images/domains/odline/odline-select.gif') no-repeat 0 0;
        padding: 5px 0px 0px 5px;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
    }

    #odline    .select-box a:hover,
    #odline .select-box a:active {
        color: #0068b1;
        text-decoration: none;
        background: transparent url('../../images/domains/odline/odline-selectH.gif') no-repeat 0 0;
    }

    #odline    .select-box a:hover span , #odline_index .select-box a:hover span {
        color: #0068b1;
        text-decoration: none;
    }


    #odline .select-box-options ul li, #odline_index .select-box-options ul li { background: #fff; }

    #odline    .select-box-options,
    #odline_index .select-box-options{
        list-style: none;
        background: #fff;
        position: absolute;
        border: 1px solid #3a3a3a;
        overflow-y: auto;
        z-index: 690;
        width: 125px;
        padding: 0;
    }
        #odline .select-box-alt, #odline_index .select-box-alt { background-color: #e2e2e2; }

        #odline_index .select-box-options ul,
        #odline .select-box-options ul {
            width: 125px;
            padding: 0;
            margin: 0;
            text-indent: 0px;
        }
        #odline .select-box-options li,
        #odline_index .select-box-options li{
            margin-bottom: 0;
            overflow: hidden;
            white-space: nowrap;
            margin: 0;
            padding: 0 0 0 5px;
            list-style-image: none;
            list-style: none;
            text-indent: 0px;
            font-size: 13px;
        }
        #odline .select-box-options li:nth-child(odd), #odline_index .select-box-options li:nth-child(odd) {
            background: #f5f5f5;
        }
            #odline .select-box-options li.optgroup>span, #odline_index .select-box-options li.optgroup>span { font-size: 13px; font-style: italic; }
            #odline    .select-box-options li>span, #odline_index .select-box-options li>span  { display: block; padding: 2px 5px; }
            #odline    .select-box-options li.selected, #odline_index .select-box-options li.selected { background-color: #e2e2e2 !important; color: #0068b1 !important; }
            #odline    .select-box-options li.selected span, #odline_index .select-box-options li.selected span { color: #0068b1; font-weight: bold; }
            #odline    .select-box-options li.disabled, #odline_index .select-box-options li.disabled { color: gray; }

    #odline    .select-box-options ul,
    #odline    .select-box-options ul li, #odline_index .select-box-options ul, #odline_index .select-box-options ul li { margin:0; padding:0; text-indent: 0; background: transparent; list-style: none; list-style-image: none; }
    #odline .optgroup, #odline_index .optgroup { margin: 4px 0 0 !important; }
    #odline    .select-box-options-group li>span, #odline_index .select-box-options-group li>span{
        width: auto;
    }

#odline button.odbutton {
    cursor: pointer;
    display: block;
    float: left;
    margin: 6px 0 0 10px;
    padding: 0;
    height: 29px;
    width: 80px;
    border: 0;
    background: transparent url('../../images/domains/odline/odline-go.gif') no-repeat 0 0;
}

#odline button.odbutton:hover {
    background: transparent url('../../images/domains/odline/odline-goH.gif') no-repeat 0 0;
}

#odline input.dominput {
    float: left;
    border: 0;
    background: transparent url('../../images/domains/odline/odline-dominput.gif') no-repeat 0 0;
    width: 347px;
    height: 29px;
    font-size: 16px;
    font-weight: bold;
    color: #0068B1;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    margin: 6px 0 0 300px;
    padding: 0px 0 0 5px;
}


.fs20 { font-size: 20px; }

div.domains_list a {
    text-align: right; 
    display: block; 
    float:left; 
    width: 180px; 
    line-height: 20px;
    height: 20px;
    text-decoration: none;
    margin-right: 1px;
    margin-left: 1px;
    border-top: 1px solid #EEE;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
}

div.domains_list a.selected{
    font-weight: bold;
    background-color: #F1F1F1;
    color: white;
}

div.domains_list a:hover, div.domains_list a.link_domains:hover {
    font-weight: bold;
    background-color: #cedaeb;
    color: white;
}

div.domains_list a.dotpage_display {
    text-align: right; 
    display: block; 
    float:left; 
    width: 180px; 
    line-height: 20px;
    height: 20px;
    text-decoration: none;
    margin-right: 1px;
    margin-left: 1px;
    border-top: 1px dashed #AAA;
}

div.domains_list a.dotpage_display:hover {
    font-weight: bold;
    background-color: #CCC;
    color: white;
}

div.domains_list a.dotpage_displayselected {
    font-weight: bold;
    background-color: #CCC;
    color: white;
}

div.dot_left_part {
    width: 150px;
    display: block;
    float: left;
    background: transparent url('../../images/domains/bg_dot_left_part.jpg') no-repeat 0 0;
}

div.dot_left_part h2 {
    height: 21px;
    width: 149px;
    line-height: 21px;
    color: #0068b1;
    text-align: center;
    background-color: #fff;
    border-top: #aaa dashed 1px;
    border-bottom: #aaa dashed 1px;
}

div.dot_left_part h3.left_dom {
    width: 150px;
    background: transparent url('../../images/domains/bg_left_dom.jpg') no-repeat 0 0;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: white;
    display: block;
    margin-left: -1px;;
    border-bottom: 0;
}

div.dot_left_part_bottom {
    width: 150px;
    display: block;
    float: left;
    background: transparent url('../../images/domains/bg_dot_left_part.jpg') no-repeat 0% 100%;
}

div.dot_right_part {
    width: 630px;
    float: right;
}

div.dot_right_part p.text {
    font-size: 12px;
}

div.input_dom {
    width: 430px;
    height: 35px;
    display: block;
    background: transparent url('../../images/domains/bg_input.gif') no-repeat 0 0;
    margin: auto;
}

div.input_dom a {
    float: right;
    display: block;
    width: 98px;
    height: 35px;
    background: transparent url('../../images/domains/input_valid.gif') no-repeat 0 0;
}

div.input_dom a:hover {
    background: transparent url('../../images/domains/input_valid_hover.gif') no-repeat 0 0;
}

 
 

.bar
{
    height:28px;
    color:green;
    margin-bottom:0px;
    margin-left:78px;
 }
 
.bar span
{
    height:23px;
    width:45px;
    display:block;
    float:right;
    font-size:13px;
    padding-top:6px;
    padding-right:8px;
    color:#fff;
    text-align:right;
 }
 
.bar p
{
    padding-left:8px;
    padding-top:6px;
    font-size:13px;
    color:#fff;
    width:80px;
    float:left;
    display:inline;
 }
    
.bar.green
{
    background: transparent url('../../images/hosting/bar_green.jpg') repeat-x 0 0; 
}
 
.bar.green span
{
    background: transparent url('../../images/hosting/bar_green_end.jpg') no-repeat top right;
 }
 
.bar.grey span
{
    background: transparent url('../../images/hosting/bar_grey_end.jpg') no-repeat top right;
}

a.btn_windows_mutu:hover,
a.btn_windows_mutu:visited,
a.btn_windows_mutu:active,
a.btn_windows_mutu:link {
    background : transparent url('../../images/hosting/windows_mutu/btn_windows_mutu.jpg') no-repeat 0 0;
    display : block;
    width : 209px;
    height : 49px;
}

a.btn_windows_mutu:hover {
    background : transparent url('../../images/hosting/windows_mutu/btn_windows_mutu.jpg') no-repeat 0 100%;
}

a.btn_windows_mutu {
    text-decoration : none;
    text-align : center;
    padding-top : 12px;
}

a.btn_windows_mutu span {
    color : white;
    font-weight : bold;
}

div.response
{
    background: url('../../images/listImage.gif') no-repeat 10px 17px;
    padding-left:15px;
    text-align:justify;
}

.tips
{
    background: url('../../images/index/amp.jpg') no-repeat 0 0;
    padding : 10px 10px 15px 60px;
    border: solid #E2E2E2 1px;
    background-color:#F2F2F2;

}

.attention
{
    background: url('../../images/index/attention2.jpg') no-repeat 0 0;
    padding: 7px 0 15px 70px;
    border: solid #E2E2E2 1px;
    background-color: #F2F2F2;
}

.haveyourword,
.update
{
    background: url('../../images/index/update.jpg') no-repeat 5px 5px;
    padding : 10px 10px 15px 70px;
    border: solid #E2E2E2 1px;
    background-color:#F2F2F2;

}

.haveyourword {
    background: url('../../images/logiciels/have_your_word.jpg') no-repeat 5px 5px;
    background-color:#F2F2F2;
}


.plus
{
    background: url('../../images/index/plus.jpg') no-repeat 0 0;
    width:500px;
    padding : 30px 10px 15px 60px;
    height:110px;
 }


div.itw {}

div.pc_itw {
}

div.itw div.itw_menu {
    display: block;
    float: left;
    width: 155px;
    background: red;
}

div.itw div.itw_menu div.itw_selected {
    background: #ebebeb;
}

div.itw div.itw_menu div  a,
div.itw div.itw_menu div a:link,
div.itw div.itw_menu div a:visited,
div.itw div.itw_menu div a:active {
    display: block;
    line-height: 16px;
    color: #888;
    text-decoration: none;
    padding-bottom: 14px;
    border-bottom: 1px solid #efefef;
}
div.itw div.itw_menu div a:hover {
    color: #333;
    text-decoration: none;
}

div.itw div.itw_menu div a h2{
    color: #333;
}
div.itw div.itw_menu div.itw_selected a h2{
    color: #0b4499;
}
div.itw div.itw_menu div.itw_selected a {
    color: #333;
}

div.itw div.itw_menu a:last-child {
    border: 0;
}

div.itw div.itw_main {
    display: block;
    float: left;
    width: 804px;
    background: yellow;
    border-left: 1px solid #aaa;
}

div.itw_bottom {
    background: #f2f2f2;
}

.itw_name {
    color: #888;
    font-variant: italic; 
}

div.itw div.headline {
    font-family: "Museo","Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #bbbbbb;
    text-align: left;
    margin-top: 15px;
    margin-left: 10px;
}

a.itw_previous,
a.itw_previous:link,
a.itw_previous:visited,
a.itw_previous:active {
    color: #384d6c;
    font-family: "Museo","Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    display: block;
    height: 35px;
    padding-left: 20px;
    margin-left: 20px;
    background: transparent url(../../images/bars/general/itw_previous.jpg) no-repeat 0% 50%;
    color: #4F5150;
    text-decoration: none;
}
a.itw_previous:hover {
    color: #0068b1;
    text-decoration: underline;
}

a.itw_next,
a.itw_next:link,
a.itw_next:visited,
a.itw_next:active {
    color: #384d6c;
    font-family: "Museo","Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    display: block;
    height: 35px;
    padding-right: 20px;
    margin-right: 20px;
    background: transparent url(../../images/bars/general/itw_next.jpg) no-repeat 100% 50%; 
    color: #4F5150;
    text-decoration: none;
}
a.itw_next:hover {
    color: #0068b1;
    text-decoration: underline;

}

.warn
{
    background: url('../../images/index/warn.jpg') no-repeat 0 0;
    padding : 10px 35px 15px 70px;
    border: solid #E2E2E2 1px;
    background-color:#F2F2F2;
    -moz-border-radius:5px;
    border-radius:5px;
} 

.warn_simple
{
    background: url('../../images/index/warn_simple.jpg') no-repeat 0 0;
    padding : 10px 35px 15px 70px;
    border: solid #E2E2E2 1px;
    background-color:#F2F2F2;
    -moz-border-radius:5px;
    border-radius:5px;
}


a.btn_more_infos
    {   
        display:block;
        background : transparent url('../../images/bars/general/btn_suivant.jpg') no-repeat;
        width:250px;
        height:100px;
        padding: 15px 0 0 15px;
        text-decoration:none;
    }
a.btn_more_infos:hover
    {
        background : transparent url('../../images/bars/general/btn_suivant_hover.jpg') no-repeat;
    }
a.btn_more_infos span.first_line {
        font-size:18px;
        color:white;
        font-weight:bold;
    }
a.btn_more_infos span.second_line {
        font-size:13px;
        color:white;
        font-weight:bold;
    }

a.btn_beta_windows
    {   
        display:block;
        background : transparent url('../../images/NAS/index/beta.jpg') no-repeat;
        width:250px;
        height:100px;
        padding: 25px 0 0 60px;
        text-decoration:none;
    }
a.btn_beta_windows span.first_line {
        font-size:16px;
        color:white;
        font-weight:bold;
    }
a.btn_beta_windows span.second_line {
        font-size:12px;
        color:white;
        font-weight:bold;
    }

.paragraphGroup {
    margin-bottom: 0.5cm;
}

.br_guides {
    display: none;
}



.buttonDomain
{
    width: 115px;
    height: 28px;
    border: none;
    margin: 0;
    padding: 0;
}

#buttonDomainContinue
{
    background: url('../../images/solutions/zenmedia/button_continue.jpg') 0 0 no-repeat;
}

#buttonDomainContinue:hover
{
    background: url('../../images/solutions/zenmedia/button_continue.jpg') -115px 0 no-repeat;
}

#odlineZenMedia {
    margin-left: 5px;
    width: 780px;
    height: 105px;
    padding: 0px;
}

.odlineZenMediaDefault {
    background: url('../../images/solutions/zenmedia/background_domain.jpg') 0 0 no-repeat;
}

#odlineZenMedia input#textDomain {
    border: 0; 
    width: 367px; 
    height: 25px; 
    padding: 3px 0 0px 5px;
     display: block;
}

#odlineZenMedia input.dominput {
    background: transparent url('../../images/solutions/zenmedia/domaininput.gif') no-repeat 0 0; 
}

#odlineZenMedia input.dominputOK {
    background: transparent url('../../images/solutions/zenmedia/domaininput_OK.jpg') no-repeat 0 0; 
}

#odlineZenMedia input.dominputKO {
    background: transparent url('../../images/solutions/zenmedia/domaininput_KO.jpg') no-repeat 0 0; 
}

#odlineZenMedia .select-box {
	cursor: pointer;
	border: 0;
	display: block;
	padding: 0;
	margin: 0 0 0 0px;
     float: left;
    text-decoration: none;
 }
 
#odlineZenMedia	.select-box a span {
     color: #0068b1;
    font-size: 18px; 
    font-weight: bold;
    text-decoration: none;
 }
 
#odlineZenMedia	.select-box a {
     display: block;
        
    text-decoration: none;
        
    height: 21px;
    width: 88px;
    
    background: transparent url('../../images/solutions/zenmedia/domainselect.gif') no-repeat 0 0;
	padding: 7px 0px 0px 5px;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
 }
 
#odlineZenMedia	.select-box a:hover,
#odlineZenMedia .select-box a:active {
    color: #0068b1;
    text-decoration: none;
    background: transparent url('../../images/solutions/zenmedia/domainselect-H.gif') no-repeat 0 0;
 }
 
#odlineZenMedia	.select-box a:hover span { 
    color: #0068b1; 
    text-decoration: none;
}

#odlineZenMedia .select-box-options ul li { background: #fff; }

#odlineZenMedia	.select-box-options {
	list-style: none;
	background: #fff;
	position: absolute;
	border: 1px solid #3a3a3a;
	overflow-y: auto;
	z-index: 690;
    width: 93px;
    padding: 0;
}

#odlineZenMedia .select-box-alt { background-color: #e2e2e2; }
#odlineZenMedia .select-box-options ul {
    width: 93px;
    padding: 0; 
    margin: 0;
    text-indent: 0px;
}

#odlineZenMedia .select-box-options li {
    margin-bottom: 0;
	overflow: hidden;
	white-space: nowrap;
    margin: 0;
    padding: 0 0 0 5px;
    list-style-image: none;
    list-style: none;
    text-indent: 0px;
}

#odlineZenMedia .select-box-options li:nth-child(odd) {
}
#odlineZenMedia .select-box-options li.optgroup>span { font-size: 105%; font-style: italic; }
#odlineZenMedia	.select-box-options li>span { display: block; padding: 2px 5px; }
#odlineZenMedia	.select-box-options li.selected { background-color: #e2e2e2 !important; color: #0068b1 !important; }
#odlineZenMedia	.select-box-options li.selected span { color: #0068b1; font-weight: bold; }
#odlineZenMEdia	.select-box-options li.disabled { color: gray; }

#odlineZenMedia	.select-box-options ul,
#odlineZenMedia	.select-box-options ul li { margin:0; padding:0; text-indent: 0; background: transparent; list-style: none; list-style-image: none; }
#odlineZenMEdia .optgroup { margin: 4px 0 0 !important; }
#odlineZenMEdia	.select-box-options-group li>span {
	width: auto;
}

.nextButtonZenMedia
{
    width: 115px;
    height: 28px;
    background: url('../../images/solutions/zenmedia/button_continue.jpg') no-repeat 0 0;
    border: none;
    padding: 0;
    margin-right: 20px;
     float: right;
 }
 
.nextButtonZenMedia:hover
{
    background: url('../../images/solutions/zenmedia/button_continue.jpg') no-repeat -115px 0;
 }
 
.previousButtonZenMedia
{
    width: 90px;
    height: 22px;
    background: url('../../images/solutions/zenmedia/button_return.jpg') no-repeat 0 0;
    float: left;
    border: none;
    margin-left: 20px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 0;
}

.previousButtonZenMedia:hover
{
    background: url('../../images/solutions/zenmedia/button_return.jpg') no-repeat -90px 0;
}

#textDomain
{
    width:297px;
    height:30px;
    border:none;
    padding:0;
    margin:0;
}

.divTheme
{
    width:218px;
    height:190px;
    margin-left:25px;
    margin-bottom:25px;
    float:left;
    padding: 6px 6px 0 6px;
    display: inline; 
}

.divThemeClick
{
    background: url('../../images/solutions/zenmedia/background_theme.jpg') no-repeat 0 0;
}

.divTheme img
{
    border:none;
    width:218px;
}

.hidden { display: none; }
.block { display: block; }
.cell  { display: table-cell; }

.inputStyle
{
    height: 18px;
    border: none;
    padding: 5px 5px 0 5px;
}

.input250
{
    width: 240px;
    background: url('../../images/support/forms/input_250.jpg') no-repeat 0 0;
}

.input250Empty
{
    width: 240px;
    background: url('../../images/support/forms/input_250.jpg') no-repeat 0 -23px;
}

.input200
{
    width: 190px;
    background: url('../../images/support/forms/input_200.jpg') no-repeat 0 0;
}

.input200Empty
{
    width: 190px;
    background: url('../../images/support/forms/input_200.jpg') no-repeat 0 -23px;
}

.text_area
{
    border: none;
    padding: 5px;
}

.text_area250x100
{
    width: 240px;
    height: 90px;
    background: url('../../images/support/forms/textarea_250X100.jpg') no-repeat 0 0;
}

.text_area250x100Empty
{
    width: 240px;
    height: 90px;
    background: url('../../images/support/forms/textarea_250X100.jpg') no-repeat 0 -100px;
}

.text_area200x50
{
    width: 190px;
    height: 40px;
    background: url('../../images/support/forms/textarea_200X50.jpg') no-repeat 0 0;
}

.text_area200x50Empty
{
    width: 190px;
    height: 40px;
    background: url('../../images/support/forms/textarea_200X50.jpg') no-repeat 0 -50px;
}

.text_area650x100
{
    width: 640px;
    height: 90px;
    background: url('../../images/support/forms/textarea_650X100.jpg') no-repeat 0 0;
}

.text_area650x100Empty
{
    width: 640px;
    height: 90px;
    background: url('../../images/support/forms/textarea_650X100.jpg') no-repeat 0 -100px;
}

.titleForm
{
    height: 41px;
    background: url('../../images/support/forms/title.jpg') no-repeat 0 0;
    line-height: 41px;
    padding-left: 10px;
    color: white;
    text-transform: uppercase;
}

.titleFormPartner
{
    line-height: 22px;
    background: url('../../images/support/forms/flag_green.jpg') no-repeat 0 0;
    padding-left: 22px;
}

.titleFormPartnerKO
{
    background: url('../../images/support/forms/flag_red.jpg') no-repeat 0 0;
}

.button
{
    width: 72px;
    height: 25px;
    background: url('../../images/support/login_button.jpg') no-repeat 0 0;
    border: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.test2
{
    background: url('../../images/support/faq/background_hover_logo.jpg') top left repeat-x;
}

.linkText:hover
{
    background: url('../../images/support/faq/background_hover_logo.jpg') top left repeat-x;
}

div.domains_list a {
    text-align: right;
    display: block;
    width: 180px;
    line-height: 20px;
    height: 20px;
    text-decoration: none;
    margin-right: 1px;
    margin-left: 1px;
    border-bottom: 1px solid #EEE;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
}

div.domains_list a:hover, div.domains_list a.link_domains:hover {
    font-weight: bold;
    background-color: #cedaeb;
    color: white;
}

div.domains_list a.dotpage_display {
    text-align: right;
    display: block;
    width: 180px;
    line-height: 20px;
    height: 20px;
    text-decoration: none;
    margin-right: 1px;
    margin-left: 1px;
    border-top: 1px dashed #AAA;
}

div.domains_list a.dotpage_display:hover {
    font-weight: bold;
    background-color: #CCC;
    color: white;
}

div.domains_list a.dotpage_displayselected {
    font-weight: bold;
    background-color: #CCC;
    color: white;
}

div.btn_top_left a { background: transparent url('../../images/support/mom/btn_top_left.jpg') no-repeat 0 0; width : 251px; height : 70px; display: block;  }
div.btn_top_right a { background: transparent url('../../images/support/mom/btn_top_right.jpg') no-repeat 0 0; width : 251px; height : 70px; display: block;  }
div.btn_bottom_left a { background: transparent url('../../images/support/mom/btn_bottom_left.jpg') no-repeat 0 0; width : 251px; height : 71px; display: block;  }
div.btn_bottom_right a { background: transparent url('../../images/support/mom/btn_bottom_right.jpg') no-repeat 0 0; width : 251px; height : 71px; display: block;  

}

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: 560px;
    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.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: 140px;
    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;
}

.grey_button span,
a.grey_button,
a.grey_button:link,
a.grey_button:visited,
a.grey_button:active,
a.grey_button:hover {
    line-height: 40px;

    color: black;
    text-decoration: none;
    font-weight: bold;
    
    padding: 7px 0 7px 22px;
    _padding: 0 0 0 22px; 
    *padding: 0 0 0 22px;
    background: transparent url(/images/bars/general/gButton.jpg) no-repeat 0 0;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}
a.grey_button span,
a.grey_button:link span,
a.grey_button:visited span,
a.grey_button:active span,
a.grey_button:hover span {
    padding: 7px 22px 7px 0;
    background: transparent url(/images/bars/general/gButton.jpg) no-repeat 100% 0 ;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

a.grey_button.selected,
a.grey_button:hover {
    background: transparent url(/images/bars/general/gButton.jpg) no-repeat 0 100%;
}
a.grey_button.selected span,
a.grey_button:hover span { 
    background: transparent url(/images/bars/general/gButton.jpg) no-repeat 100% 100%;
    color: black;
}

.grey_button span img { vertical-align: middle; }  

a.grey_button.full {
    display: block;
    margin: 0; 
    text-align: center;
    height: 32px;
    _height: 22px;
    width: 100%;
    padding: 0; 
    margin: 0; 
}
a.grey_button.full span {
    display: block;
    height: 32px;
    margin: 0 0 0 5%;
    padding: 0 5% 0 0;
    text-align: inherit;
    line-height: 32px;
    width: 90%;
    _height: 22px;
}

.exchange_bar,
.emails_bar {
    width: 967px;
    margin : 0 0 0 -4px;
    height: 116px;
    background: #fff;
}

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

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

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

.exchange_bar a:hover { color: white; }

.exchange_bar a.link1:hover { background-position: 0px -116px; }
.exchange_bar a.link2, .exchange_bar a.link2:active, .exchange_bar a.link2:visited { background-position: -484px 0px; width: 484px;}
.exchange_bar a.link2:hover { background-position: -484px -116px; }


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

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

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

.emails_bar a:hover { color: white; }

.emails_bar a.link1, .emails_bar a.link1:active, .emails_bar a.link1:visited { background-position: -323px 0; width; 323px; }
.emails_bar a.link1:hover { background-position: -323px -116px; }
.emails_bar a.link2, .emails_bar a.link2:active, .emails_bar a.link2:visited { background-position: -645px 0; }
.emails_bar a.link2:hover { background-position: -645px -116px; }

.emails_bar .sep,
.exchange_bar .sep {
    display: block;
    border: 0; 
    padding: 0;
    margin: 0; 
    width: 1px;
    height: 116px;
    background-position: -210px 0;
}

.exchange_top {
    background : transparent url('../../images/exchange/index/empty.jpg') no-repeat top center;
    width : 960px;
}

.exchange_top h1 {
    line-height: 38px; 
    height: 38px;
    float: left;
    margin: 0 0 0 10px;
    width: 98%;
}
.exchange_top img.main { 
    border: 0; 
    float: left;
    margin: 18px 0 0 88px;
}

.exchange_top br { clear: none; }


.panelCDN
{
    height : 307px;
    background : transparent url('../../images/cdn/cdn.jpg') no-repeat 0 0;
    width : 967px;
}

.seller {
    width: 608px;
    background : transparent url('../../images/tel2pay/index/seller_bg.jpg') no-repeat 0 0;
}

.buyer {
    width: 317px;
    background : transparent url('../../images/tel2pay/index/buyer_bg.jpg') no-repeat 0 0;
}

.seller h1,
.buyer h1 {
    font-size: 30px;
    line-height: 55px;
}


.panelHostedExchange
{
    height : 320px;
    background : transparent url('../../images/emails/hosted_exchange/index/panel.jpg') no-repeat 0 0;
    width : 967px;
}

.exchange_top br { clear: none; }

a.btn_demo,
a.btn_demo:link,
a.btn_demo:hover,
a.btn_demo:visited,
a.btn_demo:active {
    background : transparent url('../../images/emails/hosted_exchange/index/btn_demo.gif') 0 0;
    display : block;
    height : 51px;
    width : 245px;
    color: #e2e2e2;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    text-decoration : none;
    padding : 13px 0 0 20px;
    margin : 0px auto;
}

    a.btn_demo span {
        color: #e2e2e2;
    }

    a.btn_demo:hover,
    a.btn_demo:hover span{
        background-position : 0 100%;
        color: white;
    }
    
    .btn_demo_txt {
        display: block;
        padding: 10px 0 0 55px;
    }

ul.hostedList li{
   list-style-image: none;
   list-style-type: none;
   list-style-position : outside;
   font-size: 13px;
   line-height : 20px;
   font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
   color: #4c4c4c;
   margin-left: -10px;
   margin-bottom : 15px;
   _margin-left: -10px;
   *margin-left: -10px;
}

ul.hostedList li img {
    padding-right : 10px;
}

ul.hostedList li.noimage {
    list-style-image : none;
}

div.pnl_top {
    height : 76px;
    margin : 0 auto;
    width : 295px;
}

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_top2.jpg') no-repeat 0 0;
    font-size : 20px;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    padding-top : 10px;
    text-align : center;
    line-height : 24px;
    text-decoration : none;
    display : block;
    font-weight : bold;
    height : 66px;
    width : 295px;
    color : #e2e2e2;
}

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

div.pnl_top a:hover {
    background-position : 0 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 auto;
    width : 271px;
    padding: 0 10px;
}

div.pnl_middle_cdn {
    width : 202px;
}

div.pnl_middle_small {
    width : 206px;
}

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

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_bottom2.jpg') no-repeat 0 0;
    height : 38px;
    margin : 0 auto;
    width : 202px;
}




table.offerIndex tr td {
    height : 24px;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    font-size : 12px;
    font-weight : bold;
}

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

a.more_infos {
    font-size: 12px;
    text-decoration: none;
    color: #0b4499;
    font-family: "Museo","Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    text-indent: 10px;
    background: url('../../images/bars/general/more_arrow.gif') no-repeat 0 0;
}

a.more_infos:hover {
    color : #0068b1;
}

input#individualQuantity,
input#corporateStandardQuantity,
input#corporateBasicQuantity,
input#corporateEnterpriseQuantity,
.dyn_Qt {
    height : 31px;
    width : 52px;
    font-size : 16px;
    text-align : center;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    background : transparent url('../../images/emails/hosted_exchange/general/input_ind_Qt.gif') no-repeat 0 0;
    border : 0;
    font-weight : bold;
}

.dyn_Qt_mid {
    height : 31px;
    font-size : 16px;
    text-align : center;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    border : 0;
    font-weight : bold;
    background : transparent url('../../images/emails/hosted_exchange/general/input_ind_Qt_mid.gif') no-repeat 0 0;
    width: 42px;
}

.dyn_Qt_big {
    height : 31px;
    font-size : 16px;
    text-align : center;
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    border : 0;
    font-weight : bold;
    background : transparent url('../../images/emails/hosted_exchange/general/input_ind_Qt_big.gif') no-repeat 0 0;
    width: 65px;
}

input#individualLess,
input#corporateStandardLess,
input#corporateBasicLess,
input#corporateEnterpriseLess,
.dynLess {
    background : transparent url('../../images/bars/general/moins.png') no-repeat 50% 0;
    height : 20px;
    width : 20px;
    border : 0;
    margin-right : 5px;
}
.dynLess {
    margin: 0;
}

.whiteConf input#individualLess,
.whiteConf input#corporateStandardLess,
.whiteConf input#corporateBasicLess,
.whiteConf input#corporateEnterpriseLess {
    background : transparent url('../../images/bars/general/moinsWhite.png') no-repeat 0 0;
}


input#individualMore,
input#corporateStandardMore,
input#corporateBasicMore,
input#corporateEnterpriseMore,
.dynMore {
    background : transparent url('../../images/bars/general/plus.png') no-repeat 50% 0;
    height : 20px;
    width : 20px;
    border : 0;
}

.whiteConf input#individualMore,
.whiteConf input#corporateStandardMore,
.whiteConf input#corporateBasicMore,
.whiteConf input#corporateEnterpriseMore { 
    background : transparent url('../../images/bars/general/plusWhite.png') no-repeat 0 0;
}


div .individual_sub_top {
    background : transparent url(../../images/emails/hosted_exchange/individual/sub_top.jpg);
    height : 320px;
    width : 967px;
    margin : -10px 0 0 -4px;
}

div .corporate_sub_top {
    background : transparent url(../../images/emails/hosted_exchange/corporate/sub_top.jpg);
    height : 320px;
    width : 967px;
    margin : -10px 0 0 -4px;
}

.featuresMenu {
    
}

.featuresMenu h3 {
    padding: 5px;
    border: 0;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    text-indent: 32px;
    background: #f6f6f6 url(/images/bars/general/accordion.gif) no-repeat 0 0;
}

.featuresMenu h3:hover,
.featuresMenu h3.selected {
    background: #f6f6f6 url(/images/bars/general/accordion.gif) no-repeat 0 100%;
}

.featuresSubMenu a, 
.featuresSubMenu a:link,
.featuresSubMenu a:visited,
.featuresSubMenu a:active,
.featuresSubMenu a:hover {
    padding: 5px;
    color: #3c3c3c;
    text-decoration: none;
}

.featuresSubMenu a:hover, 
.featuresSubMenu a.selected, 
.featuresSubMenu a.selected:link, 
.featuresSubMenu a.selected:active,
.featuresSubMenu a.selected:visited, 
.featuresSubMenu a.selected:hover {
    color: white;
    background: #0068b1;
}



div.content_navigation {
    background: url('../../images/cdn/cloud_express/navigation/bg_navigation.jpg') no-repeat scroll 0 0;
    height: 220px;
}

div.grey_pad {
    width: 100%;
    display: block;
    padding: 0 ;
    background: transparent url(./main/grey_pad.jpg) no-repeat 0 0 ;
}

div.grey_pad h1{
    display: block;
    padding: 0 5% 0 0;
    margin: 0 0 0 5%;
    background: transparent url(./main/grey_pad.jpg) no-repeat 100% 0 ;
    text-decoration: none;
    height: 42px;
    line-height: 42px;
    width: 90%;
}
div.grey_pad div.top {
    display: block;
    padding: 0 5% 0 0;
    margin: 0 0 0 5%;
    background: transparent url(./main/grey_pad.jpg) no-repeat 100% 0 ;
    text-decoration: none;
    height: 5px;
    line-height: 5px;
    width: 90%;
}

div.grey_pad h1 a,
div.grey_pad h1 a:link,
div.grey_pad h1 a:active,
div.grey_pad h1 a:visited {
    font-size: 22px;
    line-height: 50px;
    text-decoration: none;
    color: #fff;
}

div.grey_pad div.content {
    background: transparent url(./main/grey_pad.jpg) no-repeat 0 100% ;
    padding: 0 0 0 5px ;
}
div.grey_pad div.content div.content {
    background: transparent url(./main/grey_pad.jpg) no-repeat 100% 100% ;
    padding: 0 5px 0 0 ;
}
div.grey_pad div.content div.content h1{
    padding: 0;
    margin: 0;
    background: transparent ;
    text-decoration: none;
    height: 42px;
    line-height: 42px;
    width: 90%;
}


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))
    );
}

a.create_cloud_account,
a.create_cloud_account:link,
a.create_cloud_account:visited,
a.create_cloud_account:active,
a.create_cloud_account:hover {
    display: block;
    width: 230px;
    height: 60px;
    text-decoration: none;
    text-align: left;

    background: transparent url('../../images/pci/index/pic_account.jpg') no-repeat 0 0;
}

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

a.create_cloud_account span {
    margin-left: 8px;
}


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;
}

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

.headband {
    height: 45px;
    width: 960px;
    background: url('../../images/bars/general/headband.jpg') no-repeat 0 0;
    margin: 0 0 10px 0;
    display: block;
    float: left;
}

.headband h2{
    font-size: 18px;
    line-height: 35px; 
    color: #333;
    margin-left: 5px;
}

.headband p{
    line-height: 35px; 
}


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: -4px 20px 0px 10px;
}

div.pcc_box span {
    font-size: 16px;
    font-family: "Museo","Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    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;
}


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.ddbox {
    display: block;
    width: 84px;
    height: 65px;
    text-align: center;
    background: transparent url('../../images/dedicated/dd_box.gif') no-repeat 0 0;
    float: left;
    margin: 0 10px 0 10px;
}

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

.text-shadowed {
    text-shadow: 1px 1px 1px #666;
}

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

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

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





/* NEWS PAD news_pad.css */


.news_pad {
    width: 950px;
    margin: 0 0 0 5px;
    background: transparent url('../../images/news_pad/np_top_bg.jpg') no-repeat 0 0;
}

.news_pad .news_pad_content_bg {
    background: transparent url('../../images/news_pad/np_bg.jpg') repeat-y 0 0;
}

.news_pad .news_pad_content_footer {
    height: 17px;
    background: transparent url('../../images/news_pad/np_bottom_bg.jpg') no-repeat center bottom ;
}

.news_pad .menu { 
    margin:0 auto; 
    padding: 0; 
    height: 35px; 
    width: 96%; 
    display: block;
    padding-top: 15px;
} 
.news_pad .menu li {
    padding: 0; 
    margin: 0; 
    list-style: none; 
    display: inline;
} 
.news_pad .menu li a, 
.news_pad .menu li a:link, 
.news_pad .menu li a:visited,
.news_pad .menu li a:active {
    float: left; 
    padding-left: 10px; 
    display: block; 
    text-decoration: none; 
    outline: none;
    font-family: "Museo","Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    font-size: 14px;
    cursor: pointer; 
    background: transparent url('../../images/news_pad/np_unselected_tab.jpg') no-repeat left bottom;
} 
.news_pad .menu li a span, 
.news_pad .menu li a:link span, 
.news_pad .menu li a:visited span, 
.news_pad .menu li a:active span {
    height: 35px;
    line-height: 35px; 
    float: left; 
    display: block; 
    padding-right: 10px; 
    background: transparent url('../../images/news_pad/np_unselected_tab.jpg') no-repeat right bottom;
    font-family: "Museo","Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    font-size: 14px;
} 
.news_pad .menu li a:hover {
    background: transparent url('../../images/news_pad/np_selected_tab.jpg') no-repeat left bottom; 
} 
.news_pad .menu li a:hover span {
    background: transparent url('../../images/news_pad/np_selected_tab.jpg') no-repeat right bottom; 
} 
.news_pad .menu li a.selected, 
.news_pad .menu li a.selected:link, 
.news_pad .menu li a.selected:visited, 
.news_pad .menu li a.selected:active, 
.news_pad .menu li a.selected:hover {
    line-height:35px;
    font-family: "Museo","Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    font-size: 14px;
    background: transparent url('../../images/news_pad/np_selected_tab.jpg') no-repeat left top; 
}
.news_pad .menu li a.selected span, 
.news_pad .menu li a.selected:link span, 
.news_pad .menu li a.selected:visited span, 
.news_pad .menu li a.selected:active span, 
.news_pad .menu li a.selected:hover span {
    line-height:35px;
    background: transparent url('../../images/news_pad/np_selected_tab.jpg') no-repeat right top; 
} 


.np_content_main {
    background: white;
    width: 910px;
    margin: 0 0 0 21px;
}

.np_content_main .separator {
    border-right: 2px solid #606060;
}


.np_content_main h2 {
    font-size: 16px;
}

.np_content_main small {
    color: #999;
    font-size: 10px;
    line-height: 12px;
}

.np_content_main a.readIt {
    background: transparent !important;
    background-image: none !important;
}


/* NEW VPS  */
div.cabin *,
div.leftMenu * {
    font-family: 'Cabin','Trebuchet MS',"Gill Sans",sans-serif
}

div.displayed_content h2,
div.displayed_content table tr td h2 {
    font-size: 18px;
    line-height: 22px;
    color: #0068b1;
}

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

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

div.displayed_content.soon table tr td h2,
div.displayed_content.soon table tr td span,
div.displayed_content.soon table tr td a,
div.displayed_content.soon table tr td a span {
    color: #797979;
}

div.soon-alert {
    width: 80%;
    margin: 0 auto 0 auto;
    padding: 8px 35px 8px 14px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #B94A48;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #F2DEDE;
    font-size: 13px;
    line-height: 22px;
    border: solid 1px #EED3D7;
}

div.soon-alert strong {
    font-weight: bold;
    font-size: 13px;
    color: #B94A48;
    display: block;
}

div.leftMenu {
    background: #E6E6E6 url('../../images/vps/left_menu_shadow.jpg') no-repeat 0 0;
    width: 185px;
    margin-left: 8px;
}

div.leftMenu h3,
div.leftMenu span {
    font-size: 18px;
    font-weight: normal;
    color: #0A3947;
    margin-left: 10px;
}

div.leftMenu a {
    font-size: 14px;
    line-height: 30px;
    color: #494949;
    padding-left: 10px;
    display: block;
    text-decoration: none;
}

div.leftMenu a:hover,
div.leftMenu a.selected {
    background-color: #F8F8F8;
    color: #0068B1;
}

div.advantages hr,
div.leftMenu hr {
    width: 80%;
    margin: 0 auto;
    border-top: solid 1px #777777;
    border-bottom: solid 1px #FFFFFF;
}

h2.gradient_bar {
    background: transparent url('../../images/vps/gradient_bar.png') repeat-x 0 0;
    padding-left: 6px;
    line-height: 45px;
    font-weight: bold;
    color: #0A3947;
}

table.offers thead tr td {
    color: #3C3C3C;
    padding-top: 25px;
    padding-bottom: 5px;
    line-height: 28px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    border: none;
}

table.offers tr th {
    width: 140px;
    padding: 5px 0 5px 5px;
    font-size: 14px;
    line-height: 16px;
    color: #9A9A9A;
    font-weight: normal;
}

table.offers tr td {
    width: 200px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    /*color: #0B2326;*/
    padding: 5px 0 5px 0;
}

table.offers tr td,
table.offers tr th {
    border-top: solid 1px #D9D9D9;
}

table.offers tr td div,
table.offers tr th div {
    font-size: 14px;
    color: #0B2326;
}

table.offers tr td.last,
table.offers tr th.last {
    border-bottom: solid 1px #D9D9D9;
}

table.offers tr td.light,
table.offers tr th.light {
    background-color: #F2F2F2;
}

table.offers tr td.dark,
table.offers tr th.dark {
    background-color: #F8F8F8;
}

table.offers tr td h2 {
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    color: #0B2326;
    font-family: 'Arial';
}

table.offers tr td span.desc {
    color: #0A3947;
    line-height: 17px;
}

table.offers tr td.pointer {
    cursor: pointer;
}

table.offers tr td:hover h2,
table.offers tr td:hover span.desc {
    color: #0068B1;
}

table.displayed_offers thead tr td,
table.displayed_offers thead tr td span {
    text-align: center;
    font-size: 12px;
    color: #BABABA;
    line-height: 36px;
}

table.displayed_offers tr td {
    border-top: solid 1px #D9D9D9;
    text-align: center;
    padding: 0;
}

table.displayed_offers tr.blight td {
    background-color: #F8F8F8;
}

table.displayed_offers tr.bdark td {
    background-color: #F2F2F2;
}

table.displayed_offers tr td.wlight,
table.displayed_offers tr td.wdark {
    font-size: 11px;
}

table.displayed_offers tr td.wlight,
table.displayed_offers tr td.wlight span {
    color: #9A9A9A;
}

table.displayed_offers tr td.wdark,
table.displayed_offers tr td.wdark span {
    color: #333333;
}

div.advantages {
    /*width: 95%;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 18px auto 0 auto;
    padding: 8px 20px 8px 20px;
    background-color: #F5F5F5;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.34) inset;
    box-shadow: 0 1px 3px rgba(0,0,0,0.34) inset;
}

div.advantages h3 {
    font-size: 14px;
    line-height: 34px;
    color: #333;
}

div.displayed_content ul {
    margin-left: 30px;
}

ul.square li,
div.displayed_content ul li,
div.advantages ul li {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    list-style-image: none;
    list-style-type: square;
}

ul.advantages li,
div.advantages ul li {
    padding: 0 0 5px 30px;
    list-style-type: none;
    background: transparent url('../../images/vps/check-list.png') no-repeat 8px 0;
}

.logos .x1 { width: 110px; margin: 7px 7px 0 0; float: left; }
.logos .x1.nm { margin: 7px 0 0 0; }


div.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 13px;
    line-height: 23px;
    box-sizing: border-box;
}

div.alert.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #435265;
    background-image: url("../../images/2016wishes/infoIcon.png");
    background-repeat: no-repeat;
    background-position: 15px 10px;
    padding-left: 64px;
}

div.alert strong {
/*div.alert strong * {*/
    font-size: inherit;
    line-height: inherit;
    color: inherit !important;
}
