/* CSS Document */

html{ background: #151515; }

#mainForm * {
    text-align: left;
}

/*  #####################################################################  */
/*  Interface main structure */
/*  #####################################################################  */

footer div.wrapper, .header_wrapper, #menu, #navigation > ul > li > ul {
    max-width: 1250px !important;
    width: 100%;
}

.order-bar,
.order-bar-full-width {
    display: none;
}

/* if in dedicated order - full width bar */


#step-bar {
/*    float: left;
    width: 150px;
    display: block; 
    margin-left: 1px;
    text-align: center;
    background: transparent url('../../themes/default/images/order/step-bar/stepbar-bg.png') repeat-y 0 0;
    */
}

#conten, 
#content-full-width {

width: 100%;
margin: 0;
max-width: 1200px;
}




/*  #####################################################################  */
/*  Step Bar styles */
/*  #####################################################################  */

#step-bar a, #step-bar a:active, #step-bar a:visited, #step-bar a:hover {
    float: left;
    display: block;
}
    #step-bar a.domain                 { background: transparent; text-decoration:none;}
    #step-bar a.domain:before                 { content:"Nom de domaine"; }
    #step-bar a.domain:hover           { color:#0068b1; }
    #step-bar a.domain-active          {text-decoration:none;}
    #step-bar a.domain-active:before                 { content:"Nom de domaine"; }
    #step-bar a.domain-active:after                 { content:">"; font-size:2em; color:#777; position: absolute; margin: 1px 6px;}
    #step-bar a.domain-valid           { background: transparent url('../../themes/default/images/order/step-bar/domain-done.png') no-repeat 0 0; }
    #step-bar a.domain-active:hover, #step-bar a.domain-valid:hover    { }

    #step-bar a.hosting                { background:transparent; margin-left: 30px; }
    #step-bar a.hosting:before                 { content:"Hébergement"; }
    #step-bar a.hosting:hover          { background: transparent ; }
    #step-bar a.hosting-active         { background: transparent ; }
    #step-bar a.hosting-active:before                 { content:"Hébergement";}
    #step-bar a.hosting-valid          { background: transparent url('../../themes/default/images/order/step-bar/hosting-done.png') no-repeat 0 0; }
    #step-bar a.hosting-active:hover, #step-bar a.hosting-valid:hover   { background: transparent url('../../themes/default/images/order/step-bar/hosting-active.png') no-repeat 0 0; }

    #step-bar a.session                   { background: transparent url('../../themes/default/images/order/step-bar/ident-inactive.png') no-repeat 0 0; }
    #step-bar a.session:hover             { background: transparent url('../../themes/default/images/order/step-bar/ident-active.png') no-repeat 0 0; }
    #step-bar a.session-active            { background: transparent url('../../themes/default/images/order/step-bar/ident-active.png') no-repeat 0 0; }
    #step-bar a.session-valid             { background: transparent url('../../themes/default/images/order/step-bar/ident-done.png') no-repeat 0 0; }
    #step-bar a.session-active:hover, #step-bar a.session-valid:hover { background: transparent url('../../themes/default/images/order/step-bar/ident-active.png') no-repeat 0 0; }

    #step-bar a.validation                { background: transparent url('../../themes/default/images/order/step-bar/valid-inactive.png') no-repeat 0 0; }
    #step-bar a.validation:hover          { background: transparent url('../../themes/default/images/order/step-bar/valid-active.png') no-repeat 0 0; }
    #step-bar a.validation-active         { background: transparent url('../../themes/default/images/order/step-bar/valid-active.png') no-repeat 0 0; }
    #step-bar a.validation-valid          { background: transparent url('../../themes/default/images/order/step-bar/valid-done.png') no-repeat 0 0; }
    #step-bar a.validation-active:hover, #step-bar a.validation-valid:hover   { background: transparent url('../../themes/default/images/order/step-bar/valid-active.png') no-repeat 0 0; }

    #step-bar a.domain, #step-bar a.domain-active{display:none;}
        #step-bar a.hosting-active, #step-bar a.hosting {display:none;}

#step-bar div.minimum-height-debugger {
/*    margin: 0; 
    padding: 0; 
    width: 1px;
    float: left; 
    height: 400px;
    background: transparent;*/
}

#step-bar div.bottom {
/*    clear: both; 
    margin: 0; 
    padding: 0;
    width: 150px;
    background: white url('../../themes/default/images/order/step-bar/stepbar-bottom.png') no-repeat 0 0;
    */
    display:none;
}


#step-bar div.summary {
    float: left;
    display: block; 
}

#step-bar a.nolink {
    margin: 0; 
    padding: 0;
    cursor: text;
}

#step-bar a {

    text-decoration: none;
}

#step-bar ul { margin: 0; padding: 0; }

#step-bar ul li {
float: left;
   margin-left: 30px;
    list-style-type: none;
    list-style-image: none;
/*    font-size: 12px;
    text-indent: 15px;
    color: #3c3c3c; 
    background: transparent url('../../themes/default/images/order/step-bar/li-todo.png') no-repeat 0 3px;
    cursor: pointer;
    cursor: hand;*/
}

#step-bar ul li:nth-child(1){
   margin-left: 0px;
    
}
    #step-bar ul li a { color: #3c3c3c; }
    
    #step-bar ul li.active   { color: #0068b1; background: transparent url('../../themes/default/images/order/step-bar/li-active.png') no-repeat 0 3px; font-weight: bold; margin-left: 20px; }
    #step-bar ul li.active a { color: #0068b1; }
    
    #step-bar ul li.done    { color: #4E9A06; }
    #step-bar ul li:empty    { display:none; }
    #step-bar ul li:not(:last-child):after  { content:">"; font-size:2em; color:#777; position: absolute; margin: 1px 6px;}


/*  #####################################################################  */
/*  Content styles */
/*  #####################################################################  */

/* common basics styles */
    * { font-family: "lato","FreeSans",sans-serif; font-size: 16px; color: #3c3c3c; line-height: 120%; text-align: left ;
    font-weight: 200 !important; }
    
    .arial {
        font-family: Arial;
        font-size: 12px;
    }
    
    a img { border: 0; }
    p { margin: 0; padding: 0; }

    a:link, a:visited, a:active, a {
        text-decoration: underline;
        color: #0068b1;
    }

    a:hover { text-decoration: none; color: #0068b1;  }
    
   
    a.green, a.green:hover  { color: #4E9A06; }
   
    div.light { background: #cedaeb;  display: block; }
    .red    { color: #ff0000; }
    .blue   { color: #0068b1; }
    .purple { color: #8a50c5; }
    .grey   { color: #3c3c3c; }
    a.grey:hover { color: #3c3c3c; }
    a.grey:hover { color: #3c3c3c; }
    a.grey:visited { color: #3c3c3c; }
    a.grey:active { color: #3c3c3c; }
    .green  { color: #4E9A06; }
    .dark-red { color: #D40000; }
    
    
    .bold  { font-weight: bold; }
    .thin  { font-weight: normal; }
    .small { font-size: 9px; }
    
    .center { text-align: center; }
    .middle { vertical-align: middle; }
    .right  { text-align: right;  }
    .left  { text-align: left;  }
   
    .Fright, 
    .Fleft { display: block;}
    .Fright { float: right; }
    .Fleft  { float: left;  }
    table.collapse { border-collapse: collapse; }
    table.collapse td.border-bottom {
        border-bottom: 1px solid #CBCBCB;
    }

    
    .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; }
    .lh60, .lh60 * { line-height: 60px; _height: 60px; *height: 60px; }

    .fs60 { font-size: 60px;}
    .fs30 { font-size: 30px;}
    .fs26 { font-size: 26px;}
    .fs22 { font-size: 22px;}
    .fs20 { font-size: 20px;}
    .fs18 { font-size: 18px;}
    .fs16 { font-size: 16px;}
    .fs15 { font-size: 15px;}
    .fs14 { font-size: 14px;}
    .fs13 { font-size: 13px;}
    .fs12 { font-size: 12px;}
    .fs10 { font-size: 10px;}
    .fs12 * {}

    .blue,      .itw .blue      { color: #0068b1; }

    .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: 0.8em; }
    .big { font-size: 1.5em; }

    .Lclear { clear: left; }
    .Bclear { clear: both; }
    .Rclear { clear: right; }

    
    .nopad { padding: 0px; margin: 0; }
    .padded { padding: 3px; }
    p.padded { padding: 5px; }
    
    .nowrap { white-space: nowrap; }
   
    ul { margin: 0; padding: 0; margin-left: 20px;}
    
        ul li {
            list-style-type: none;
            list-style-image: none;
            margin:0;

            font-size: 1em;
        }
        ul.purple li { list-style-image: url('../../themes/default/images/shared/listImagePurple.gif'); color: #8a50c5; }
        ul.grey li   { list-style-image: url('../../themes/default/images/shared/listImageGrey.gif');   color: #3c3c3c; }
        ul.blue li   { list-style-image: url('../../themes/default/images/shared/listImage.gif');       color: #0068b1; }
        ul.red li    { list-style-image: url('../../themes/default/images/shared/listImageRed.gif');    color: #880000; }
        
        ul.purpleButGrey li { list-style-image: url('../../themes/default/images/shared/listImagePurple.gif'); color: #3c3c3c; }
        ul.blueButGrey li   { list-style-image: url('../../themes/default/images/shared/listImage.gif');       color: #3c3c3c; }
        ul.redButGrey li    { list-style-image: url('../../themes/default/images/shared/listImageRed.gif');    color: #3c3c3c; }

/* border inside definitions */
table.borderinside {
    background: none repeat scroll 0 0 transparent;
    border-collapse: collapse;
}

table.borderinside td,
table.borderinside th {
    border-color: -moz-use-text-color #CCCCCC #CCCCCC -moz-use-text-color;
    border-style: none solid solid none;
    border-width: 0 1px 1px 0;
    height: 20px;
}

table.borderinside td.noright, 
table.borderinside th.noright {
    border-color: -moz-use-text-color #CCCCCC #CCCCCC -moz-use-text-color;
    border-style: none none solid;
    border-width: 0 0 1px;
}

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

table.borderinside td.nobottom, 
table.borderinside th.nobottom {
    border-color: -moz-use-text-color #CCCCCC -moz-use-text-color -moz-use-text-color;
    border-style: none solid none none;
    border-width: 0 1px 0 0;
}
    
/* order content structure styles */
    h6 {
        margin: 10px 0 0 0; 
        padding: 0; 
        width: 100%; 
        color: #777;
        font-size: 1.5em;
        font-weight: 200;
        text-indent: 0;
        font-variant: none;
        font-style: normal;
        text-decoration: none; 
        vertical-align: middle;
    }
    
    h4{
        font-size:1em;
        font-size: 1.5em;
        line-height:120%;
    }

    h2 {
        background: #0068b1;
        color: #ffffff;
        text-indent: 15px;
    }

/* form inputs styling */

button, label { cursor: pointer; cursor: hand; }
select, label, button, input { vertical-align: middle; }
textarea { vertical-align: top; }

input, textarea, select { 
    font-size: 1em; 
    padding:5px 10px;
    color: #0068B1; 
    /*border-color: #0068b1;  */
}

textarea { resize:none; }

td.error, div.error, label.error, td.error, legend.error, fieldset.error {
    color: #ff0000;
    font-weight: bold;
}

td.error, div.error, label.error, input.error, textarea.error, label.error, select.error, fieldset.error {
    border: 2px solid #ff0000;    
    color: #ff0000; 
}

textarea { margin: 0; padding: 5px 8px; font-size: 1em; }

.domainChooser { width: 220px; }

a.new-choose_and_go, div#choose_duration a.new-choose_and_go, div#mediaboxDiv a.new-choose_and_go,
.mutu-offers-2014 a.choose, .mutu-offers-2014 a.select,
a.choose_and_go, a.choose_and_go:active, a.choose_and_go:visited, a.choose_and_go:hover,
a.submit, a.submit:visited,  
a.add_more, a.add_more:visited, 
a.refresh, a.refresh:visited,
a.return, a.return:visited , #alldomnBtn {
    border: 0 !important;
    display: block;
    text-decoration: none !important;
    float: right !important;
    cursor: pointer !important;
    width: auto !important;
    height: 38px !important;
    line-height: 38px !important;
    font-size: 1.3em !important;
    padding: 0px 15px !important;
    margin: -3px 0 0 15px !important;
    color: white !important;
    text-decoration: none !important;
    text-align: center !important;
    font-weight: 200 !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0px 3px 0px 0px #418879, inset 0px 4px 20px 0px rgba(0,0,0,0) !important;
    -moz-box-shadow: 0px 3px 0px 0px #418879, inset 0px 4px 20px 0px rgba(0,0,0,0) !important;
    box-shadow: 0px 3px 0px 0px #418879, inset 0px 4px 20px 0px rgba(0,0,0,0) !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    background: #59AA99 !important;
    -webkit-transition: all 0.1s ease !important;
    -moz-transition: all 0.1s ease !important;
    -ms-transition: all 0.1s ease !important;
    -o-transition: all 0.1s ease !important;
    transition: all 0.1s ease !important;

}

a.return {
float: left !important;
}

#newOrderNav a.return,
#newOrderNav a.submit {
    color: transparent;
}


.mutu-offers-2014 a.choose:hover, .mutu-offers-2014 a.select:hover,
a.choose_and_go:hover,
a.submit:hover {
    background: #4F998A !important;
    color: #fff !important;
    -webkit-box-shadow:0px 0px 0px 0px #418879, inset 0px 4px 20px 0px rgba(0,0,0,0.25) !important;
    -moz-box-shadow: 0px 0px 0px 0px #418879, inset 0px 4px 20px 0px rgba(0,0,0,0.25) !important;
    box-shadow: 0px 0px 0px 0px #418879, inset 0px 4px 20px 0px rgba(0,0,0,0.25) !important;
}

a.submit:active {
    background: #4F998A !important;
    -webkit-box-shadow:0px 0px 0px 0px #418879, inset 0px 4px 20px 20px rgba(0,0,0,0.35) !important;
    -moz-box-shadow: 0px 0px 0px 0px #418879, inset 0px 4px 20px 20px rgba(0,0,0,0.35) !important;
    box-shadow: 0px 0px 0px 0px #418879, inset 0px 4px 20px 20px rgba(0,0,0,0.35) !important;
}
a.refresh, a.refresh:visited, a.refresh:active { background: transparent url('../../themes/default/images/order/refresh.png') no-repeat 50% 0% !important; }
a.refresh:hover { background: transparent url('../../themes/default/images/order/refresh.png') no-repeat 50% 100% !important; }


a.add_more, a.add_more:visited, a.return, a.return:visited, #alldomnBtn{
    background:#929FAC !important;
    -webkit-box-shadow: 0px 3px 0px 0px #737780, inset 0px 4px 20px 0px rgba(0,0,0,0) !important;
    -moz-box-shadow: 0px 3px 0px 0px #737780, inset 0px 4px 20px 0px rgba(0,0,0,0) !important;
    box-shadow: 0px 3px 0px 0px #737780, inset 0px 4px 20px 0px rgba(0,0,0,0) !important;

    font-size: 1em !important;
    padding: 0px 10px !important;
}

a.add_more:hover, a.return:hover , #alldomnBtn:hover{
    color: #fff !important;
    -webkit-box-shadow: 0px 0px 0px 0px #737780, inset 0px 4px 20px 0px rgba(0,0,0,0.25) !important;
    -moz-box-shadow: 0px 0px 0px 0px #737780, inset 0px 4px 20px 0px rgba(0,0,0,0.25) !important;
    box-shadow: 0px 0px 0px 0px #737780, inset 0px 4px 20px 0px rgba(0,0,0,0.25) !important;
}

a.add_more:active, a.return:active, #alldomnBtn:active{
    color: #fff !important;
    -webkit-box-shadow: 0px 0px 0px 0px #737780, inset 0px 4px 20px 20px rgba(0,0,0,0.35) !important;
    -moz-box-shadow: 0px 0px 0px 0px #737780, inset 0px 4px 20px 20px rgba(0,0,0,0.35) !important;
    box-shadow: 0px 0px 0px 0px #737780, inset 0px 4px 20px 20px rgba(0,0,0,0.35) !important;
}

#dedicatedOrder a.choose_and_go, #dedicatedOrder a.choose_and_go:active, #dedicatedOrder a.choose_and_go:visited,
#dedicatedOrder a.submit, #dedicatedOrder a.submit:visited, #dedicatedOrder #aButtonValidation
{
    background:rgba(55, 171, 200,1) !important;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(56, 119, 134, 1), inset 0px 4px 20px 0px rgba(0,0,0,0) !important;
    -moz-box-shadow: 0px 3px 0px 0px rgba(56, 119, 134, 1), inset 0px 4px 20px 0px rgba(0,0,0,0) !important;
    box-shadow: 0px 3px 0px 0px rgba(56, 119, 134, 1), inset 0px 4px 20px 0px rgba(0,0,0,0) !important;
}


a.new-choose_and_go:hover, div#choose_duration a.new-choose_and_go:hover, div#mediaboxDiv a.new-choose_and_go:hover,
#dedicatedOrder a.choose_and_go:hover,
#dedicatedOrder a.submit:hover,
#dedicatedOrder #aButtonValidation:hover{
    -webkit-box-shadow: 0px 0px 0px 0px rgba(56, 119, 134, 1), inset 0px 4px 20px 0px rgba(0,0,0,0.25) !important;
    -moz-box-shadow: 0px 0px 0px 0px rgba(56, 119, 134, 1), inset 0px 4px 20px 0px rgba(0,0,0,0.25) !important;
    box-shadow: 0px 0px 0px 0px rgba(56, 119, 134, 1), inset 0px 4px 20px 0px rgba(0,0,0,0.25) !important;
}

#dedicatedOrder a.choose_and_go:active,
#dedicatedOrder a.submit:active,
#dedicatedOrder #aButtonValidation:active{
    color: #fff !important;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(56, 119, 134, 1), inset 0px 4px 20px 20px rgba(0,0,0,0.35) !important;
    -moz-box-shadow: 0px 0px 0px 0px rgba(56, 119, 134, 1), inset 0px 4px 20px 20px rgba(0,0,0,0.35) !important;
    box-shadow: 0px 0px 0px 0px rgba(56, 119, 134, 1), inset 0px 4px 20px 20px rgba(0,0,0,0.35) !important;
}




/* tables containing forms */
table tr.title { background: #cedaeb; }
table tr.title th {  text-align: left; color: #0068b1;  }

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

table { padding: 5px; background: #fff; margin: 0; width: 100%; }
table tr { margin: 0px;}
table tr.separate td:first-child { border-right: 1px solid #aaa; }
table tr.separate th:first-child { border-right: 1px solid #aaa; }
table tr th { text-align: center; }

table tr.separate td table tr td:first-child, table tr.separate td table tr th:first-child { border: 0; }

table .light { background: #fff;  }
table .light:nth-of-type(odd) { background: #fff !important;  }




/****************************************/
/*              Select box              */
/****************************************/

div.select-box-288,
div.select-box-ovh {
    border: none;
    cursor: pointer;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

div.select-box-288 a {
    background: url('../../images/order/select-box-288.jpg') no-repeat top;
    display: block;
    height: 22px;
    margin: 0;
    overflow: hidden;
    padding: 7px 0 0 10px;
    text-decoration: none;
    white-space: nowrap;
    width: 278px;
}

div.select-box-125 a {
    background: url('../../images/order/select-box-125.jpg') no-repeat top;
    display: block; 
    height: 22px;
    margin: 0;
    overflow: hidden;
    padding: 7px 0 0 10px;
    text-decoration: none;
    white-space: nowrap;
    width: 125px;
}

div.select-box-288 a:hover,
div.select-box-288 a:active,
div.select-box-ovh a:hover,
div.select-box-ovh a:active {
    background-position: bottom;
    text-decoration: none;
    color: #0068B1;
}

div.select-box-288 a span,
div.select-box-ovh a span {
    color: #0068B1;
    font-size: 13px;
    font-weight: bold;
}

div.select-box-288 ul, 
div.select-box-ovh ul {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #3A3A3A;
    list-style: none outside none;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 690;
    overflow-y: scroll;
}

div.select-box-288 ul li,
div.select-box-ovh ul li {
    line-height: 16px;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0 0 0 5px;
    text-indent: 0;
    white-space: nowrap;
}

div.select-box-288 ul li.box-options-alt,
div.select-box-ovh ul li.box-options-alt {
    background: none repeat scroll 0 0 #F5F5F5;
}

div.select-box-288 ul li.selected,
div.select-box-ovh ul li.selected {
    background: none repeat scroll 0 0 #E2E2E2;
}

div.select-box-288 ul li span,
div.select-box-ovh ul li span {
    font-size: 13px;
    font-weight: normal;
}

div.select-box-288 ul li.selected span,
div.select-box-ovh ul li.selected span {
    color: #0068B1;
}

/****************************************/
/*         Choose Quantity Class        */
/****************************************/

input.choose_qty_input {
    margin: 0 auto;
    border: 1px solid #808080;
    width: 30px;
    height: 22px;
    font-size: 15px;
    text-align: center;
    background: none #FFFFFF;
}

input.rounded_choose_quantity_input {
    background: url(../../images/order/rounded_choose_quantity_input.png) no-repeat;
    text-align: center !important;
    font-size: 15px;
    border: none 0px;
    width: 50px;
    height: 29px;
    padding: 0;
    padding-top: 8px\9;
    height: 21px\9;
    *padding-top: 8px;
    *height: 21px;
}

/****************************************/
/*         Gradient background          */
/****************************************/

div.gradient_div_618 {
    width: 618px;
    min-height: 100px;
    _height: 100px;
    background: url(../../images/order/gradient_bg_body_618.jpg) repeat-y;
    margin: 10px auto;
    position: relative;
}

div.gradient_div_618 div.gradient_div_top {
    position: absolute;
    top: 0;
    width: 618px;
    height: 7px;
    background: url(../../images/order/gradient_bg_top_618.jpg) no-repeat;
}

div.gradient_div_618 div.gradient_div_bottom {
    position: absolute;
    bottom: 0;
    width: 618px;
    height: 95px;
    background: url(../../images/order/gradient_bg_bottom_618.jpg) no-repeat;
}

div.gradient_div_618 div.gradient_div_body {
    position: relative;
}

.clearAll {
    clear: both;
}

/* themes from previous versions */

.paiment_mode {
    display: block; 
    float: left; 
    width: 215px; 
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 14px;
    padding: 2px;
    border: 1px solid #ccc;
    height: 140px;
}

.paiment_mode h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0; 
    padding: 2px; 
    line-height: 17px;
    background: #dedede;
    border: 0;
}

.paiment_mode p {
    padding: 10px;
}   


.paiment_mode a, .paiment_mode a img, .paiment_mode input {
    border: 0; 
    text-decoration: none;
}   

.paiment_mode .submit {
    border: 1px solid #ccc;
    background: #dedede;
    text-decoration: none;
    display: block; 
    cursor: pointer;
    float: right;
    top: 100px; 
    color: #0068b1;
}  

.paiment_explain {
    border: 1px solid #ccc;
    padding: 5px;
    width: 680px;
    margin: 7px;
}

.paiment_explain * { color: #3c3c3c; }

h1 {
    font-size: 13px;
    color: #567eb9;
}

/* styles from domainChooser */
.normal {
    color: #3c3c3c;
    font-weight: normal;
    font-size: 1em;
}

.available {
    font-weight: bold;
    color: #52A108;
}

div.nodc_suggestion label.available:after
{
    content: url('../../images/available.png');
    vertical-align: middle;
}

div.nodc_suggestion label.unavailable:after
{
    content: url('../../images/unavailable.png');
    vertical-align: middle;
}

.transferable {
    color: orange;
}

.unavailable {
    color: #ac0000;
    /* text-decoration: line-through; */
}

.renewable {
    color: blue;
}

.nodc_action {
    margin-top: 6px;
    display: block;
}

.nodc_action:before {
    content: url('../../images/new.png');
    vertical-align: middle;
}

.messageAvailable {
    font-weight: bold;
    color: #52A108;
}

.messageTransferable {
    color: orange;
}

.messageUnavailable {
    color: red;
}

.messageRenewable {
    color: blue;
}

.full {
    width: 100%;
    display: block;
}

.block {
    display: block;
}

/*a.choose_and_go, 
a.choose_and_go:active, 
a.choose_and_go:visited, 
a.choose_and_go:hover {
    width: 95px; 
    line-height: 20px; 
    text-indent: 30px; 
    text-decoration: none; 
    font-weight: bold;
    background: transparent url('../../themes/default/images/index/order_button_blue.gif') no-repeat;
}

a.new-choose_and_go,
div#choose_duration a.new-choose_and_go,
div#mediaboxDiv a.new-choose_and_go {
    width: 115px;
    height: 25px;
    line-height: 26px;
    text-indent: 35px;
    text-decoration: none;
    font-weight: bold;
    background: transparent url('../../images/order/new-choose_and_go.gif') no-repeat 50% 0;
    display: block;
    color: #0068B1;
}

a.new-choose_and_go:active,
a.new-choose_and_go:visited,
a.new-choose_and_go:hover,
div#choose_duration a.new-choose_and_go:active,
div#choose_duration a.new-choose_and_go:visited,
div#choose_duration a.new-choose_and_go:hover,
div#mediaboxDiv a.new-choose_and_go:active,
div#mediaboxDiv a.new-choose_and_go:visited,
div#mediaboxDiv a.new-choose_and_go:hover {
    color: white;
    background-position: 50% 100%;
}
*/
a.orderShortCut, 
a.orderShortCut:active, 
a.orderShortCut:visited, 
a.orderShortCut:hover {
    line-height: 20px; 
    text-indent: 30px; 
    text-decoration: none; 
    font-weight: bold;
    background: transparent url('../../themes/default/images/index/orderII.gif') no-repeat;
}

.domainSearching {
    margin: 1px;
    padding: 1px;
    padding-left: 23px;
    background: transparent url('../../images/ajax-loader.gif') no-repeat; /* TODO: could move this image to /themes/default/images/shared/loader.gif XXX Hey Francis what do you think ? */
}
.domainAvailable {
    margin: 1px;
    padding: 1px;
    padding-left: 23px;
    background: transparent url('../../themes/default/images/shared/done.gif') no-repeat;
}
.domainUnavailable {
    margin: 1px;
    padding: 1px;
    padding-left: 23px;
    background: transparent url('../../themes/default/images/shared/error.gif') no-repeat;
}





/* ========== tables params to display prices or usual tabbed infos ========= */

div.displayOrder table td { vertical-align: middle; }
div.displayOrder table img { vertical-align: middle; }
div.displayOrder table.price tr.title { background: #cedaeb; }
div.displayOrder table.price tr.title th {  text-align: left; color: #0068b1;  }
div.displayOrder table.price tr th {  text-align: left; color: #3c3c3c;  }

div.displayOrder table td.answer { color: #0068b1; vertical-align: middle; text-align: right; }

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

div.displayOrder table.price { background: #cbcbcb; text-align: center; }
div.displayOrder table.price tr { background: #ffffff; }
div.displayOrder table.price tr.title th { text-align: center; line-height: 19px;  }
div.displayOrder table.price tr.light img, 
div.displayOrder table.price tr.price img { margin: 3px; }

div.displayOrder table th a, table th a:hover, table th a:active, table th a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #0068b1;
}

div.displayOrder table td.green { color: #1fc41f; font-weight: bold; text-align: right; }


div.postit, td.postit, p.postit, span.postit {
    background: rgb(255, 255, 171);
    border: 1px solid #CCCCCC;
    color: #3c3c3c;
    text-align: center;
    padding: 4px;
}

div.informative, td.informative, p.informative, span.informative {
    background-color: #CCCCFF;
    border: 1px solid blue;
    color: #3c3c3c;
    text-align: center;
    padding: 4px;
}

div.important, td.important, p.important, span.important {
    background-color: #EF9398;
    border: 1px solid #DC5757;
    color: #3c3c3c;
    text-align: center;
    padding: 4px;
}


/* ======= tips =======*/
.tip {
    color: #fff;
    width: 139px;
    z-index: 13000;
}
 
.tip-title {
    font-size: 11px;
    margin: 0;
    color: #0274B0;
    padding: 8px 8px 4px;
    background: #ffee99;
}



.tip-text {
    display: none;
    font-size: 11px;
    padding: 4px 8px 8px;
    color: #0274B0;
    background: #ffee99;
}

div.propositions {
    height: 30em; 
    overflow-y: auto; 
    overflow-x: none; 
    padding: 0px; 
    border: 1px solid #b0b0b0;
    background: #fafafa;
}
.proposition {
    margin: 0px;
    padding: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.nodc_help {
    margin: 0;
    padding: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #0274B0;
    background: #ffee99;
    width: 100%;
}
div.nodc_suggestion {
    background:     #fafafa;
    display:        none;
    margin-right:   8px;
    padding-left: 1px;
    padding-right: 1px;
    float:          left;
}

.propositionOdd {
    background: #ffffff;
}
.propositionEven {
    background: #eeeeee;
}
.propositionLastOdd {
    border-bottom: 1px solid #eeeeee;
}
.propositionLastEven {
    border-bottom: 1px solid #ffffff;
}




h3 { 
    font-size: 13px; 
    text-indent: 15px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 0 5px;
    }

   

table tr td { padding: 5px !important; }


/*
 *
 */

div.osLanguagesList {
    display: none;
    position: absolute;
    padding: 6px;
    color: #515151;
    background-color: #f5f6be;
    border: 1px solid #cbcbcb;
}
div.osLanguagesList ul, div.osLanguagesList li {
    margin: 0;
    padding: 0;
}
div.osLanguagesList ul li:hover {
    color: green;
    cursor: pointer;
}

/*
 * code promo
 */

div.codepromo {
    border: 1px solid #0069b0;
    border-top: 0;
    text-align: center;
    background-color: white;
}

div.codepromo input[type="text"] {
    border: 0;
    margin: 0;
    width: 100%;
    width: 99%\9;   /* fucking ie */
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: white;
}

div.codepromo:hover, div.codepromo input[type="text"]:hover {
    background-color: #F8FFCF;
}

/*
 * telephony
 */

div.phoneChooseModel {
    background: #ececec;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ececec));
    background: -moz-linear-gradient(0% 100% 90deg,#ececec, #fff);
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: inset 0px 1px 3px #f5f5f5;
    -webkit-box-shadow: inset 0px 1px 3px #f5f5f5;
}

table.phoneQuantity {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

table.phoneQuantity td {
    padding: 2px 5px !important;
}

select.commonFormStyle {
    border: 1px solid #7F9DB9;
    color: #15428B;
    font-size: 12px;
    background-color: white;
    padding: 0;
    text-indent: 0;
}

select.commonFormStyle:focus {
    color: black;
}

select.commonFormStyle.isRequire, select.commonFormStyle.isRequire:disabled, select.commonFormStyle.isRequire[disabled] {
    border: 1px solid red;
}

select.commonFormStyle:disabled, select.commonFormStyle[disabled] {
    border: 1px solid #C9C7BA;
    color: #90A2B2;
}

table.pccChooseType {
    background: #ececec;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ececec));
    background: -moz-linear-gradient(0% 100% 90deg,#ececec, #fff);
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: inset 0px 1px 3px #f5f5f5;
    -webkit-box-shadow: inset 0px 1px 3px #f5f5f5;
}

td.cppHostTpeTitle {
    color: #0068B1;
    font-weight: bold;
    font-size: 16px;
}

#div_choosePack table.pccOrder {
    background: transparent;
    padding: 0;
}

div#div_choosePack div.select-box,
div#div_chooseLicence div.select-box,
div#div_choosePcc div.select-box,
div#div_addOptions div.select-box,
div.pccDataCentreLists-selectBox {
    cursor: pointer;
    border: 0;
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    text-decoration: none;
}

div#div_chooseLicence div.select-box a,
div#div_choosePcc div.select-box a,
div#div_addOptions div.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: 7px 0px 0px 5px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
}

div#div_choosePack div.select-box a {
    background: transparent url('../../themes/10/main/select-box-inactive.jpg') no-repeat 0 0;
    display: block;
    text-decoration: none;
    height: 29px;
    width: 288px;
    padding: 7px 0 0 5px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
}

div#div_choosePack div.select-box ul.select-box-options,
div#div_chooseLicence div.select-box ul.select-box-options,
div#div_choosePcc div.select-box ul.select-box-options,
div#div_addOptions div.select-box ul.select-box-options, 
div.pccDataCentreLists-selectBox ul.select-box-options {
    list-style: none;
    background: #fff;
    position: absolute;
    border: 1px solid #3a3a3a;
    overflow-y: auto;
    z-index: 690;
    width: 125px;
    padding: 0;
}

div.pccDataCentreLists-selectBox ul.select-box-options {
    width: 288px !important;
}

div#div_choosePack div.select-box ul.select-box-options li,
div#div_chooseLicence div.select-box ul.select-box-options li,
div#div_choosePcc div.select-box ul.select-box-options li,
div#div_addOptions div.select-box ul.select-box-options li, 
div.pccDataCentreLists-selectBox ul.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;
    line-height: 16px;
}

div#div_choosePack div.select-box ul.select-box-options li span,
div#div_chooseLicence div.select-box ul.select-box-options li span,
div#div_choosePcc div.select-box ul.select-box-options li span,
div#div_addOptions div.select-box ul.select-box-options li span, 
div.pccDataCentreLists-selectBox ul.select-box-options li span {
    font-weight: normal;
    font-size: 13px;
}

div#div_choosePack div.select-box ul.select-box-options li.selected,
div#div_chooseLicence div.select-box ul.select-box-options li.selected,
div#div_choosePcc div.select-box ul.select-box-options li.selected,
div#div_addOptions div.select-box ul-select-box-options li.selected, 
div.pccDataCentreLists-selectBox ul-select-box-options li.selected {
    background-color: #e2e2e2 !important;
}

div#div_choosePack div.select-box ul.select-box-options li.selected span,
div#div_chooseLicence div.select-box ul.select-box-options li.selected span,
div#div_choosePcc div.select-box ul.select-box-options li.selected span,
div#div_addOptions div.select-box ul.select-box-options li.selected span, 
div.pccDataCentreLists-selectBox ul.select-box-options li.selected span {
    color: #0068b1 !important;
} 


div#div_choosePack div.select-box ul.select-box-options li:nth-child(odd),
div#div_chooseLicence div.select-box ul.select-box-options li:nth-child(odd),
div#div_choosePcc div.select-box ul.select-box-options li:nth-child(odd),
div#div_addOptions div.select-box ul.select-box-options li:nth-child(odd), 
div.pccDataCentreLists-selectBox ul.select-box-options li:nth-child(odd) {
    background: #f5f5f5;
}

div#div_choosePack div.select-box a span,
div#div_chooseLicence div.select-box a span,
div#div_choosePcc div.select-box a span,
div#div_addOptions div.select-box a span, 
div.pccDataCentreLists-selectBox a span{
    color: #0068B1;
    font-weight: bold;
    font-size: 14px;
}

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

div#div_choosePack div.select-box a:hover,
div#div_choosePack div.select-box a:active {
    color: #0068b1;
    text-decoration: none;
    background: transparent url('../../themes/10/main/select-box-active.jpg') no-repeat 0 0;
}

div#div_addToPcc div.pccDataCentreLists-selectBox a,
div#div_choosePcc div.pccDataCentreLists-selectBox a {
    background: transparent url('../../themes/10/main/select-box-inactive.jpg') no-repeat 0 0;
    display: block;
    text-decoration: none;
    height: 29px;
    width: 288px;
    padding: 7px 0 0 5px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
}

div#div_addToPcc div.pccDataCentreLists-selectBox a:hover,
div#div_addToPcc div.pccDataCentreLists-selectBox a:active,
div#div_choosePcc div.pccDataCentreLists-selectBox a:hover,
div#div_choosePcc div.pccDataCentreLists-selectBox a:active {
    background: transparent url('../../themes/10/main/select-box-active.jpg') no-repeat 0 0;
    text-decoration: none;
    color: #0068b1;
}

div#div_choosePack span.pccPackLicenceSpan,
div#div_chooseLicence span.pccPackLicenceSpan {
    float: left;
    font-size: 16px;
    padding: 7px 10px 0 0;
}

div.pccPackLicence {
    padding: 10px 0 10px 15px;
    height: 20px;
}

div.choosePcc {
    font-size: 14px;
    padding: 10px 0 0px 15px;
    clear: left;
}

div.pccListDiv span.pccListSpan {
    float: left;
    font-size: 14px;
    padding: 9px 6px 0 0;
}

div.choosePcc div.pccListDiv {
    padding: 5px 0 0 18px;
}

div.choosePcc div.pccListDiv {
    font-size: 14px;
}

span.createPccCellHeader {
   font-size: 16px;
   padding-left: 10px;
}

div.orderHostStorageDiv {
    padding: 10px 0 0 0;
    clear: both;
}

span.selectBoxSpan {
    float: left;
    padding: 7px 10px 0 0;
    font-size: 14px;
}

div.simulteanousDiv,
div.slashIpDiv {
    font-size: 14px;
    padding: 10px 0 0 15px;
}

div.selectSimDiv {
    padding-right: 401px;
}

div.selectSimDiv,
div.slashIpDiv span {
    font-size: 14px;
}

table.tableQtyConnexion {
    background: none;
}

div.pccList,
div.dataCentreDiv {
    padding: 10px 0 0 15px;
    clear: both;
}

div.alreadyClientDiv {
    background: none repeat scroll 0 0 #ECECEC;
}

span.exchangeRedPrice {
    color: red;
}

/****************************************/
/*            Commun order              */
/****************************************/

div#div_OrderFaxPro div.orderBar h6,
div#div_offerSmsFax div.orderBar h6,
div#div_redirectCustomer div.orderBar h6 {
    background: none transparent;
    text-indent: 5px;
}

div#div_OrderFaxPro div.orderBar div.orderBarLeft,
div#div_offerSmsFax div.orderBar div.orderBarLeft,
div#div_redirectCustomer div.orderBar div.orderBarLeft {
    width: 20px;
    background: url('../../images/order/order_bar_left.jpg') no-repeat;
    height: 46px;
    float: left;
}

div#div_OrderFaxPro div.orderBar div.orderBarBody,
div#div_offerSmsFax div.orderBar div.orderBarBody,
div#div_redirectCustomer div.orderBar div.orderBarBody {
    background: url('../../images/order/order_bar_body.jpg') repeat-x;
    height: 46px;
    float: left;
    width: 755px;
    padding-top: 4px;
}

div#div_OrderFaxPro div.orderBar div.orderBarRight,
div#div_offerSmsFax div.orderBar div.orderBarRight,
div#div_redirectCustomer div.orderBar div.orderBarRight {
    background: url('../../images/order/order_bar_right.jpg') no-repeat;
    width: 20px;
    height: 46px;
    float: left;
}

div.paddedLine5 {
    padding-bottom: 5px;
}

div.paddedLine10 {
    padding-bottom: 10px;
}

ul.included li {
    list-style-image: url(../../images/order/list-included.gif);
    background: none;
    padding-left: 0;
}

/****************************************/
/*          Slider for order            */
/****************************************/

div.order-slider-full-width {
    margin: 0 auto;
    width: 100%; 
}

div.order-slider-full-width div.slider {
    background: url(../../images/order/order-slider-full-width.gif) transparent no-repeat scroll 50% 8px;
    width: 600px;
    height: 34px;
    margin: 0 auto;
    cursor: pointer;
}

div.order-slider-full-width div.slider div.knob {
    background: url(../../images/order/order-slider-knob.gif) transparent no-repeat 50% 50%;
    width: 60px;
    height: 34px;
}

div.order-slider-bottom {
    overflow: auto;
    padding-bottom: 15px;
    margin: auto;
    width: 600px;
}

div.sms-pack-qty {
    float: left;
    width: 54px;
    /*height: 91px;*/
    padding-bottom: 10px;
    text-align: center;
    /*border-right: 1px solid #CCCCCC;*/
}

div.fax-pack-qty {
    float: left;
    width: 75px;
    /*height: 128px;*/
    padding-bottom: 10px;
    text-align: center;
    /*border-right: 1px solid #CCCCCC;*/
}

/****************************************/
/*             EcoFax Pro               */
/****************************************/

div#div_OrderFaxPro div.faxProContainer {
    clear: both;
}

div#div_OrderFaxPro div.headerCell {
    _padding: 5px;
}

div#div_OrderFaxPro div.faxProContainer div.faxProCatDiv {
    float: left;
    background: url('../../images/faxsms/fax_pro_cat_order_bg.jpg') no-repeat;
    width: 375px;
    height: 172px;
    margin: 10px;
    _margin: 5px;
}

div#div_OrderFaxPro div.clearDiv {
    clear: left;
}

div#div_OrderFaxPro div.faxProCatDiv table {
    background: none transparent;
}

div#div_OrderFaxPro div.faxProCatDiv div.qtyNumberDiv {
    border: 1px solid #808080;
    padding: 5px;
}

div#div_OrderFaxPro div.faxProCatDiv div.paddedContentTextDiv {
    padding: 5px 0;
    height: 53px;
}

div#div_OrderFaxPro div.faxProCatDiv div.knowMoreDiv {
    padding-top: 7px;
    text-align: right;
}

div#div_OrderFaxPro div.faxProCatDiv div.faxPicDiv {
    width: 200px;
    height: 137px;
}

/****************************************/
/*          Redirect Customer           */
/****************************************/

div#div_redirectCustomer div.mainContentDiv {
    background: none #ECECEC;
    position: relative;
    padding: 50px 100px;
    _padding-top: 25px;
    clear: both;
}

div#div_redirectCustomer div.messageDiv {
    background: none #FFFFFF;
    padding: 15px;
    position: relative;
    min-height: 75px;
    _height: 75px;
    border: 1px solid #CCCCCC;
}

div#div_redirectCustomer div.warningDiv {
    position: absolute;
    width: 26px;
    height: 105px;
    background: url('../../images/order/warning.png') no-repeat;
    top: 40px;
    left: 70px;
    _left: -25px;
    _top: 15px;
}

div#div_redirectCustomer div.messageDiv div.paddedLine {
    padding-top: 10px;
}

/****************************************/
/*        Order XDSL Telphony           */
/****************************************/

div.orderBar {
    width: 795px;
    margin: 0 auto;
}

div.orderBar-MiniPopup {
    width: 370px;
    margin: 0 auto;
}

div.orderBar h6,
div.orderBar-MiniPopup h6 {
    background: none transparent;
}

div.orderBar div.orderBarLeft,
div.orderBar-MiniPopup div.orderBarLeft {
    float: left;
    height: 46px;
    width: 20px;
    display: none;
}

div.orderBar div.orderBarBody {
    float: left;
    height: 46px;
    padding-top: 4px;
    width: 755px;
}

div.orderBar-MiniPopup div.orderBarBody {
    float: left;
    height: 46px;
    padding-top: 4px;
    width: 320px;
}

div.orderBar div.orderBarRight,
div.orderBar-MiniPopup div.orderBarRight {
    float: left;
    height: 46px;
    width: 20px;
    display: none;
}

div.blocksZone {
    clear: both;
}

div.blocksZone div.blockZone {
    width: 699px;
    margin: 5px auto;
}

div.blocksZone div.blockZone table {
    background: none transparent;
}

input.orderInput_200 {
    width: 200px;
    height: 29px;
    /* Hack all version of IE */
    height: 22px \9;
    background: url('../../images/order/order_text_input_200.png') no-repeat;
    padding: 0 0 0 5px;
    padding: 7px 0 0 5px\9;
    border: 0 none;
    font-size: 13px;
    font-weight: bold;
    color: #0061B1;
}

input.orderInput_200_23 {
    width: 195px;
    height: 23px;
    /* Hack all version of IE */
    height: 18px \9;
    background: url('../../images/order/order_text_input_200_23.jpg') no-repeat;
    padding: 0 0 0 5px;
    padding: 5px 0 0 7px\9;
    border: 0 none;
    font-size: 13px;
    font-weight: bold;
    color: #0061B1;
    overflow: hidden;
}

input.orderInput_125_25 {
    width: 120px;
    height: 25px;
    /* Hack all version of IE */
    height: 20px \9;
    width: 118px \9;
    background: url('../../images/order/order_text_input_125_25.jpg') no-repeat;
    padding: 0 0 0 5px;
    padding: 5px 0 0 7px\9;
    border: 0 none;
    font-size: 13px;
    font-weight: bold;
    color: #0061B1;
    overflow: hidden;
}

input.orderInput_200_23_error {
    background-position: 50% 100%;
    color: #D40000;
}

input.orderInput_288 {
    width: 280px;
    height: 29px;
    /* Hack all version of IE */
    height: 22px \9;
    background: url('../../images/order/order_text_input_288.jpg') no-repeat;
    padding: 0 5px 0 5px;
    padding: 7px 5px 0 5px\9;
    border: 0 none;
    font-size: 13px;
    font-weight: bold;
    color: #0061B1;
}

div.button_radio {
    background: url("../../images/order/2pos_button.gif") no-repeat scroll 50% 0 transparent;
    cursor: pointer;
    height: 28px;
    width: 150px;
}

div.button_radio_yes_no {
    background: url("../../images/order/2pos_button_yes_no.gif") no-repeat scroll 50% 0 transparent;
    cursor: pointer;
    height: 20px;
    width: 70px;
}

div.button_radio a.button_radio_content {
    text-align: center !important;
    text-decoration: none;
    font-weight: bold;
    width: 75px;
    line-height: 28px;
    color: #3B3B3B;
}

div.button_radio_no_default {
    background: url("../../images/order/2pos_button_no_default.jpg") no-repeat scroll 50% 0 transparent;
    cursor: pointer;
    height: 28px;
    width: 150px;
}


div.button_radio_yes_no a.button_radio_content {
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    width: 35px;
    line-height: 20px;
    color: #3B3B3B;
}

div.button_radio a.selected,
div.button_radio a.button_radio_content:active,
div.button_radio_yes_no a.selected,
div.button_radio_yes_no a.button_radio_content:active {
    color: white;
}

div.blocksZone div.blockZone table.askingTable {
    padding: 0px;
    border-collapse: collapse;
    width: 505px;
    margin: 0 auto;
}

table.askingTable tr {
    height: 30px;
}

table.askingTable tr th,
table.askingTable tr td {
    color: #3C3C3C;
    border: 1px solid #CBCBCB;
}

table.askingTable tr td {
    background: #FFFFFF none;
    text-align: center;
}

table.askingTable tr th {
    background: none #F5F5F5;
}

a.add_new_line_button {
    text-decoration: none;
}

a.add_new_line_button div.button_div {
    display: inline-block;
    background: url('../../images/order/add_new_line.jpg') no-repeat top left;
    _background: none transparent;
    height: 20px;
    line-height: 19px;
    color: #0b4499;
    padding: 0 0 0 10px;
    text-decoration: none;
}

a.add_new_line_button:hover div.button_div {
    background-position: bottom left;
}

a.add_new_line_button div.end_button_div {
    float: right;
    width: 10px;
    height: 20px;
    background: url('../../images/order/add_new_line.jpg') no-repeat top right;
    _background: none transparent;
}

a.add_new_line_button:hover div.end_button_div {
    background-position: bottom right;
}

div#template_telephonyOrder div.select-box {
    border: 0 none;
    cursor: pointer;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

div#template_telephonyOrder div.select-box a {
    background: url("../../themes/10/main/select-box-inactive.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 29px;
    margin: 0;
    overflow: hidden;
    padding: 7px 0 0 5px;
    text-decoration: none;
    white-space: nowrap;
    width: 288px;
}

div#template_telephonyOrder div.select-box a:hover,
div#template_telephonyOrder div.select-box a:active {
    background: url("../../themes/10/main/select-box-active.jpg") no-repeat scroll 0 0 transparent;
    text-decoration: none;
    color: #0068B1;
}

div#template_telephonyOrder div.select-box a span {
    color: #0068B1;
    font-size: 13px;
    font-weight: bold;
}

div#template_telephonyOrder div.select-box ul.select-box-options {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #3A3A3A;
    list-style: none outside none;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    z-index: 690;
}

div#template_telephonyOrder div.select-box ul.select-box-options li {
    line-height: 16px;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0 0 0 5px;
    text-indent: 0;
    white-space: nowrap;
}

div#template_telephonyOrder div.select-box ul.select-box-options li.box-options-alt {
    background: none repeat scroll 0 0 #F5F5F5;
}

div#template_telephonyOrder div.select-box ul.select-box-options li span {
    font-size: 13px;
    font-weight: normal;
}

div#template_telephonyOrder div.select-box ul.select-box-options li.selected {
    background: #E2E2E2 !important;
}

div#template_telephonyOrder div.select-box ul.select-box-options li.selected span {
    color: #0068B1 !important;
}

div.horizontal_quantity_choose {
    background: url(../../images/order/vertical_choose_quantity.jpg) no-repeat top;
    width: 196px;
    padding: 1px;
    height: 26px;
}

div.horizontal_quantity_choose a.quantity_choose_button {
    color: #3B3B3B;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    width: 39px;
    text-decoration: none;
}

div.horizontal_quantity_choose a.selected {
    color: #FFFFFF;
}

/****************************************/
/*            Order Exchange            */
/****************************************/

div.div_chooseOfferExchange_div_optionPlus div.orderBarBody h6 {
    background: none transparent;
    text-indent: 5px;
}

div.div_chooseOfferExchange_div_optionPlus div.orderBarLeft {
    background: url("../../images/order/order_bar_left.jpg") no-repeat scroll 0 0 transparent;
    float: left;
    height: 46px;
    width: 20px;
}

div.div_chooseOfferExchange_div_optionPlus div.orderBarBody {
    background: url("../../images/order/order_bar_body.jpg") repeat-x scroll 0 0 transparent;
    float: left;
    height: 46px;
    padding-top: 4px;
    width: 755px;
}

div.div_chooseOfferExchange_div_optionPlus div.orderBarRight {
    background: url("../../images/order/order_bar_right.jpg") no-repeat scroll 0 0 transparent;
    float: left;
    height: 46px;
    width: 20px;
}

div.div_chooseOfferExchange_div_optionPlus div.orderBody {
    clear: both;
    width: 675px;
    margin: 0 auto;
}

div.div_chooseOfferExchange_div_optionPlus div.chooseExchangeOffer {
    background: url('../../images/exchange/order/exchange-order-bg.jpg') no-repeat;
    margin-top: 10px;
    padding: 10px;
    width: 672px;
    height: 120px;
}

div.div_chooseOfferExchange_div_optionPlus div.chooseExchangeOffer div.bodyLeft { float: left; }

div.div_chooseOfferExchange_div_optionPlus div.chooseExchangeOffer div.bodyLeft h2 {
    background: none transparent;
}

div.div_chooseOfferExchange_div_optionPlus div.chooseExchangeOffer div.bodyLeft div.pictureDiv {
    width: 120px;
    float: left;
}

div.div_chooseOfferExchange_div_optionPlus div.chooseExchangeOffer div.bodyLeft div.explainText {
    float: left;
    margin-top: 20px;
    width: 400px;
    padding-right: 10px;
    padding-top: 5px;
}

div.div_chooseOfferExchange_div_optionPlus div.chooseExchangeOffer div.bodyLeft div.explainText-storage {
    width: 320px;
    _width: 300px;
    float: left;
    margin-top: 20px;
    padding-right: 10px;
    padding-top: 5px;
}

div.div_chooseOfferExchange_div_optionPlus div.chooseExchangeOffer div.bodyLeft div.quantityDiv {
    float: left;
    padding-top: 35px;
    _padding-top: 20px;
    _padding-right: 15px;
}

div.div_chooseOfferExchange_div_optionPlus div.chooseExchangeOffer div.bodyRight {
    background: url("../../images/exchange/order/exchange-order-separator.jpg") no-repeat scroll left 8px transparent;
    height: 75px;
    padding-right: 15px;
    padding-top: 45px;
    width: 120px;
    float: left;
}

div.error-container {
    padding: 7px;
    width: 250px;
    background-color: #FFAAAA;
    border: 1px solid red;
    color: red;
    margin: 10px 0 0 2px;
    font-weight: normal;
}

div#div_addMailToDomain table.table-order {
    width: 600px;
    margin: 0 auto;
}

div.select-box-288 ul li.invalid {
    background-color: #FFAAAA;
}

div.select-box-288 ul li.invalid span{
    color: red;
}

tr.domain-list-line td {
    border: #CCCCCC solid 1px;
}

table.chooseQty-200-165 {
    background: url('../../images/order/bg-choose-qty-200-165.jpg') transparent no-repeat;
    width: 200px;
    height: 165px;
}

table.chooseQty-200-165-extended {
    background: url('../../images/order/bg-choose-qty-200-165-extended.jpg') transparent no-repeat;
    margin-bottom: 6px !important;
}

.explain_div_cell-618-59 {
    background: url('../../images/order/bg-extendable-explain-text-618-59.jpg') transparent no-repeat;
    margin: 10px;
    width: 618px;
    height: 59px;
}

.explain_div_cell-618-85 {
    background: url('../../images/order/bg-extendable-explain-text-618-85.jpg') transparent no-repeat;
    width: 618px;
    height: 85px;
    margin: 10px;
}

table.extendableTable {
    width: 650px;
    margin: 5px auto;
    border: 1px solid #CBCBCB;
    padding: 0px;
}

table.extendableTable tr.extendable {
    background: none #CEDAEB;
    height: 30px;
    text-indent: 15px;
}

/****************************************/
/*            Order ADSL                */
/****************************************/

div#div_chooseModem table.comparativeTable tr {
    height: 27px;
}

div#div_chooseOfferTypeTelephony table.comparativeTable tr {
    height: 37px;
}

div#div_chooseOfferTypeTelephony table.comparativeTable th.headerTitle {
    background-color: #f5f5f5;
    border-bottom: 1px solid #CBCBCB;
}

div#choose-vks table.comparativeTable table.collapse tr {
    height: 30px;
}

div#div_chooseModem table td.bottom-price,
div#div_chooseOfferTypeTelephony table td.bottom-price {
    background-color: #e9eef6;
}

/****************************************/
/*         Choose duration              */
/****************************************/

table.durationTable td.mainColumn {
    width: 150px;
    border: 1px solid #CBCBCB;
    padding: 0px !important;
}

table.durationTable tr {
    height: 29px;
}

table.durationTable td.headerCell {
    background: #59AA99;
    vertical-align: middle;
}

table.durationTable td.headerCellUnactive {
    background: #999;
    vertical-align: middle;
}

table.durationTable table.innerTable {
    padding: 0px;
}

table.durationTable table.innerTable table {
    padding: 0px !important;
}

table.durationTable table.innerTable tr.twoLines {
    height: 40px;
}

/*      NEW ORDER TABLE     */

table.orderTable {
    width: 659px;
    margin: 0 auto;
    background: transparent none;
}

table.orderTable tr.tableHeader {
    width: 659px;
    height: 39px;
    *height: 29px;
}

table.orderTable tr.tableContent {
    width: 659px;
    height: 101px;
    background: url(../../images/order/order-table-content-bg.jpg) no-repeat;
}

table.orderTable tr.tableContentHigh {
    width: 659px;
    background: url(../../images/order/order-table-content-bg-high.jpg) no-repeat;
    height: 256px;
}

table.orderTable tr.tableContentWithBorder div.inner-content {
    position: relative;
    background: url(../../images/order/content-with-border-inner.jpg) repeat-y;
}

table.orderTable tr.tableContentWithBorder div.inner-content div.inner-body {
    min-height: 87px;
    _height: 87px;
    position: relative;
}

table.orderTable tr.tableContentWithBorder div.inner-content div.bottom {
    position: absolute;
    bottom: 0;
    width: 650px;
    height: 87px;
    background: url(../../images/order/content-with-border-bottom.jpg) no-repeat;
}

table.orderTable tr.headerProtectLabel {
    background: url(../../images/order/table-headers/protect-label-header.jpg) no-repeat;
}

table.orderTable tr.headerNicSession {
    background: url(../../images/order/table-headers/new-nic-session-header.jpg) no-repeat;
}

table.orderTable tr.headerUnsuscribe {
    background: url(../../images/order/table-headers/unsuscribe-header.jpg) no-repeat;
}

table.orderTable tr.headerPackSms {
    background: url(../../images/order/table-headers/pack-sms-header.jpg) no-repeat;
}

table.orderTable tr.headerFaxOrder {
    background: url(../../images/order/table-headers/fax-header.jpg) no-repeat;
}

table.orderTable tr.headerTelephony {
    background: url(../../images/order/table-headers/telephony-header.jpg) no-repeat;
}

div#hiddenAuthentification {
    background: url(../../images/order/separating-line.jpg) no-repeat top;
}

div.new-order-content {
	margin-top: 15px;
}

a.backButton {
    display: block;
    background: url(../../images/order/old-previous-step-button.png) no-repeat;
    width: 83px;
    height: 18px;
    color: #3C3C3C;
    text-decoration: none;
    text-align: right;
    padding-right: 7px;
}

a.nextButton {
    display: block;
    background: url(../../images/order/old-next-step-button.png) no-repeat;
    color: #FFFFFF;
    text-decoration: none;
    text-align: left;
    width: 108px;
    height: 20px;
    padding-left: 7px;
    float: right;
}

/*          FORM VALIDATION             */

span.errorLabel {
    display: block;
}

td.topCellValidate {
    padding-top: 10px !important;
}

/********************************************/
/*           NEW ORDER STYLES               */
/********************************************/

/*       NEXT PREV BUTTONS WANT MORE        */

a.orderNextButton {
    display: block;
    background: url(../../images/order/next-step-button.png) no-repeat;
    color: #FFFFFF;
    text-decoration: none;
    text-align: left;
    width: 108px;
    height: 25px;
    padding-left: 7px;
    float: right;
    line-height: 26px;
}

a.orderBackButton {
    display: block;
    background: url(../../images/order/previous-step-button.png) no-repeat;
    width: 108px;
    height: 25px;
    color: #3C3C3C;
    text-decoration: none;
    text-align: right !important;
    padding-right: 7px;
}

a.order-want-more {
    text-decoration: none;
    margin-left: 5px;
}

a.order-want-more img {
    padding-right: 5px;
}

table.new-order-bottom-steps {
	margin-top: 40px;
}

div.new-order-content table {
	/* Fed up with fucking style of tables */
	background: none;
	background-color: transparent;
	padding: 0px;
}

/*              CHOOSE ORDER TABLE          */

table.comparativeTable th {
	background: url(../../images/order/new-order/comparative-table-header.jpg) no-repeat center;
}

table.comparativeTable td.bottom-comparative {
	background: url(../../images/order/new-order/comparative-price-separator.jpg) no-repeat center top;
}

table.orderChooseTable {
    background: none;
}

table.orderChooseTable tr td.vertical-border {
    background: url(../../images/order/new-order/vertical-border.jpg) repeat-y right;
}

table.orderChooseTable tr.header-cell td {
    border-bottom: 1px solid #b3b3b3;
    background-color: #D5D5D5;
}

table.orderChooseTable tr.table-line {
    height: 25px
}

table.orderChooseTable tr.table-line td tr.inner-table-line {
    height: 30px;
}

table.orderChooseTable tr.table-line td {
    border-bottom: 1px solid #D5D5D5;
}

table.orderChooseTable tr.table-line td.no-bottom,
table.orderChooseTable tr.table-line td table td,
table.orderChooseTable tr.header-cell td.no-bottom {
    border-bottom: none;
}

table.orderChooseTable tr.inner-table-line {
    height: 30px;
}

table.orderChooseTable tr.inner-table-line td {
    border-bottom:  1px solid #D5D5D5;
}

table.orderChooseTable tr.table-line td.no-bottom,
table.orderChooseTable tr.table-line td table td,
table.orderChooseTable tr.header-cell td.no-bottom,
table.orderChooseTable tr.inner-table-line td.no-bottom {
    border-bottom: none;
}

/*                  Status ICONS                */

span.order-icon-ko {
    background: url(../../images/order/new-order/icons/order-icon-ko.jpg) no-repeat 50% 50%;
}

span.order-icon-ok {
    background: url(../../images/order/new-order/icons/order-icon-ok.jpg) no-repeat 50% 50%;
}

span.order-icon-warning {
    background: url(../../images/order/new-order/icons/order-icon-warning.png) no-repeat 50% 50%;
}

/*                  Accordion Zone              */

div#Accordion-Zone {
	margin-bottom: 50px;
}

div.accordion-zone {
    width: 650px;
    margin: 0 auto;
}

div.order-accordion-zone-header {
    height: 30px;
    cursor: pointer;
    padding: 0 10px;
}

div.order-accordion-zone-header-closed-top,
div.order-accordion-zone-header-opened-top { 
    background: url(../../images/order/new-order/accordion/accordion-zone-closed-top.jpg) no-repeat;
}

div.order-accordion-zone-header-closed,
div.order-accordion-zone-header-opened {
    background: url(../../images/order/new-order/accordion/accordion-zone-prev-open.jpg) no-repeat;
}

div.order-accordion-zone-header-closed-top div.arrow-cell,
div.order-accordion-zone-header-closed div.arrow-cell {
    background: url("../../images/order/new-order/accordion/accordion-zone-closed-arrow.jpg") no-repeat center center;
}

div.order-accordion-zone-header-opened-top div.arrow-cell,
div.order-accordion-zone-header-opened div.arrow-cell {
    background: url("../../images/order/new-order/accordion/accordion-zone-opened-arrow.jpg") no-repeat center center;
}

div.contracts-accordion-zone div.order-accordion-zone-header-closed-top,
div.contracts-accordion-zone div.order-accordion-zone-header-opened-top {
    background: url(../../images/order/new-order/accordion/contract-accordion-zone-closed-top.jpg) no-repeat;
}

div.contracts-accordion-zone div.order-accordion-zone-header-closed,
div.contracts-accordion-zone div.order-accordion-zone-header-opened {
    background: url(../../images/order/new-order/accordion/contract-accordion-zone-closed.jpg) no-repeat;
}

div.retractation-accordion-zone div.order-accordion-zone-header-closed-top,
div.retractation-accordion-zone div.order-accordion-zone-header-opened-top {
    background: url(../../images/order/new-order/accordion/retractation-accordion-zone-closed-top.jpg) no-repeat;
}

div.order-accordion-zone-header div.arrow-cell {
    height: 30px;
    width: 16px;
    padding-right: 5px;
}

div.order-accordion-zone-header span.span-title {
    line-height: 30px;
}

div.order-accordion-zone-descr {
    position: relative;
}

div.order-accordion-zone-descr-inner {
    position: relative;
    background: url(../../images/order/new-order/accordion/accordion-inner-descr-body.jpg) repeat-y;
    min-height: 77px;
    overflow: visible;
}

div.order-accordion-zone-descr-inner div.order-accordion-zone-descr-inner-top {
    position: absolute;
    top: 0;
    width: 650px;
    height: 77px;
    background: url(../../images/order/new-order/accordion/accordion-inner-descr-top.jpg) no-repeat;
    *z-index: 4000;
}

div.order-accordion-zone-descr-inner div.order-accordion-zone-descr-inner-bottom {
    position: absolute;
    bottom: 0;
    width: 650px;
    height: 5px;
    background: url(../../images/order/new-order/accordion/accordion-inner-descr-bottom.jpg) no-repeat;
}

div.order-accordion-zone-descr-inner div.order-accordion-zone-descr-inner-body {
    position: relative;
    *padding: 10px;
    *z-index: 4500;
}

div.order-accordion-zone-descr-padding {
    padding: 25px 0;
}

/*                  One Col Layout              */

div.order-content-onecol {
    width: 795px;
    margin: 0 auto;
}

/*                  Left Content                */

div.order-content-left {
    width: 650px;
    margin: 0 22px;
}

div.order-content-left div.page-title,
div.order-content-onecol div.page-title {
    background: none #EEEEEE;
    margin-bottom: 15px;
    padding: 7px;    
}

div.order-content-left div.page-title h4,
div.order-content-onecol div.page-title h4 {
    color: #0068B1;
}

/*           Panel resume & right content       */

div.order-content-right {
    width: 190px;
    margin: 0 22px;
    position: relative;
}

div.order-panel-resume {
    width: 190px;
}


div.order-panel-resume div.panel-top {
    background: url(../../images/order/new-order/right-content/resume-panel-top.jpg) no-repeat;
    height: 62px;
    padding-top: 5px;
}

div.order-panel-resume div.panel-top span.header {
    color: #FFFFFF;
    display: block;
    text-align: center !important;
}

div.order-panel-resume div.panel-body {
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    padding: 5px 10px;
}

div.order-panel-resume ul.resume-list {
    margin-left: 5px;
    padding: 5px 0;
}

div.order-panel-resume ul.resume-list li {
    background: url(../../images/order/list-item-blue.png) no-repeat 0 5px;
    padding-left: 10px;
    line-height: 18px;
}

div.order-panel-resume div.panel-bottom {
    background: url(../../images/order/new-order/right-content/resume-panel-bottom.jpg) no-repeat;
    height: 5px;
}

div.order-panel-resume ul.resume-list {
    margin-left: 5px;
    padding: 5px 0 0 0;
}

div.order-panel-resume ul.resume-list li {
    background: url(../../images/order/list-item-blue.png) no-repeat 0 5px;
    padding-left: 10px;
    line-height: 18px;
}

div.order-panel-resume div.panel-bottom {
    background: url(../../images/order/new-order/right-content/resume-panel-bottom.jpg) no-repeat;
    height: 5px;
}

div.order-panel-resume div.panel-body div.order-resume-zone {
    background: url(../../images/order/new-order/resume-zone-separate.png) no-repeat bottom center;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

div.order-panel-resume div.panel-body div.order-resume-zone span.pointer {
    cursor: pointer;    
}

div.order-panel-resume div.panel-body div.order-resume-zone span.open {
	background: url(../../images/order/new-order/arrow_grey.jpg) no-repeat transparent right bottom;
}

div.order-panel-resume div.panel-body div.order-resume-zone span.close {
	background: url(../../images/order/new-order/arrow_grey.jpg) no-repeat transparent right top;
}

div.order-panel-resume div.order-resume-total-price {
    margin-top: 10px;
}

div.step-error-container {
    background-color: #FFAAAA;
    border: 1px solid #D40000;
    padding: 10px;
    margin-top: 5px;
    width: 168px;
}

/*                 User Interfaces              */

a.ui-add-item {
    padding-left: 35px;
    height: 20px;
    text-decoration: none;
    display: block;
    color: #FFFFFF;
}

a.ui-add-item-100x20 {
    background: url(../../images/order/new-order/plus-100x20.jpg) no-repeat top;
    width: 65px;
}

/*              Mav Select box                  */

div.ui-select {
    border: none;
    cursor: pointer;
    display: block;
    margin: 0; 
    padding: 0;
    text-decoration: none;
    position: relative;
    height: 23px !important;
}

div.ui-select-center {
	margin: 0 auto;
}

div.ui-select a {
    display: block;
    height: 18px;
    margin: 0;
    overflow: hidden;
    padding: 5px 0 0 5px;
    text-decoration: none;
    white-space: nowrap;
}

div.ui-select-120x23 a {
    background: url('../../images/order/UI/ui-select/ui-select-120x23.jpg') no-repeat top;
    width: 115px;
}

div.ui-select-155x23 a {
    background: url('../../images/order/UI/ui-select/ui-select-155x23.jpg') no-repeat top;
    width: 150px;
}

div.ui-select-170x23 a {
    background: url('../../images/order/UI/ui-select/ui-select-170x23.jpg') no-repeat top;
    width: 165px;
}

div.ui-select-185x23 a {
    background: url('../../images/order/UI/ui-select/ui-select-185x23.jpg') no-repeat top;
    width: 180px;
}

div.ui-select-235x23 a {
    background: url('../../images/order/UI/ui-select/ui-select-235x23.jpg') no-repeat top;
    width: 230px;
}

div.ui-select a:hover,
div.ui-select a:active {
    background-position: bottom;
    text-decoration: none;
}

div.ui-select-readonly a:hover,
div.ui-select-readonly a:active {
    background-position: top;
}

div.ui-select a span {
    font-weight: bold;
    color: #0068B1;
}

div.ui-select-dark a span,
div.ui-select-readonly a span {
	font-weight: bold;
    color: #3c3c3c;
}

div.ui-select ul {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #3A3A3A;
    list-style: none outside none;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 500;
    top: 23px !important;
    left: 0px !important;
}

div.ui-select ul li {
    line-height: 16px;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0 0 0 5px;
    text-indent: 0;
    white-space: nowrap;
    z-index: 1000;
}

div.ui-select ul li.box-options-alt {
    background: none repeat scroll 0 0 #F5F5F5;
}

div.ui-select ul li.selected {
    background: none repeat scroll 0 0 #E2E2E2;
}

div.ui-select ul li span {
    font-weight: normal;
}

div.ui-select ul li.selected {
    background-color: #E2E2E2;
}

div.ui-select ul li.selected span {
    color: #0068B1;
}

/*                Input text                */

input.ui-text-input {
    height: 17px;
    border: none;
    text-indent: 5px;
    font-style: normal;
}

input.ui-text-input-100x20 {
    width: 100px;
    background: url(../../images/order/UI/ui-text-input/ui-text-input-100x20.jpg) no-repeat top;
    height: 13px;
}

input.ui-text-input-200x20 {
    width: 200px;
    background: url(../../images/order/UI/ui-text-input/ui-text-input-200x20.jpg) no-repeat top;
    height: 13px;
}

input.ui-text-input-300x20 {
    width: 300px;
    background: url(../../images/order/UI/ui-text-input/ui-text-input-300x20.jpg) no-repeat top;
    height: 13px;
}

input.ui-text-input-420x20 {
    width: 420px;
    background: url(../../images/order/UI/ui-text-input/ui-text-input-420x20.jpg) no-repeat top;
    height: 13px;
}

input.ui-text-input-readonly {
    color: #3c3c3c;
}

input.ui-text-input-empty {
    font-style: italic;
    color: #999999;
}

input.ui-text-error {
    background-position: bottom;
    font-style: normal;
    color: #D40000;
}


input.ui-order-search {
    width: 222px;
    height: 17px;
    background: url(../../images/order/UI/ui-text-input/ui-order-search.jpg) no-repeat;
    border: none 0px;
    color: #B7B7B7;
    font-style: italic;
    padding-right: 21px;
    margin-right: 17px;
}

input.ui-order-search-over {
    background-position: 0 100%;
}

input.ui-order-search-focus {
    background-position: 0 100%;
    color: #3A3A3A;
    font-weight: bold;
}

/*                  Checkbox                */

span.ui-checkbox-16x16 {
    display: block;
    height: 16px;
    background: url(../../images/order/UI/ui-checkbox-16x16.png) transparent no-repeat 0 0;
    cursor: pointer;
    margin: 0 auto;
    width: 16px;
}

span.checked-16x16 {
    background-position: 0 -16px;
}

span.ui-checkbox {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    background: url(../../images/order/UI/ui-checkbox.png) transparent no-repeat 0 0;
    height: 12px;
    width: 12px;
}

span.checked-12x12 {
    background-position: 0 -12px;
}

span.disabled-unchecked-12x12 {
    background-position: 0 -24px;
}

span.disabled-checked-12x12 {
    background-position: 0 100%;
}

    footer h2 {
        text-indent: 0px;
    }

    footer a:link, footer a:visited, footer a:active, footer a {
        color: #555 !important;
        text-decoration: none !important;
    }
    footer a:hover {
        color: white !important;
        text-decoration: none !important;
    }


#content #divDomainChooser #textDomain {
    width: 297px;
    height: 30px;
    border: 1px #aaa solid;
    border-radius: 2px;
    font-size: 1em;
    padding: 0 10px;
}

#multidomOptions table{
    padding:0;
}


#multidomOptions table table tr td {
padding: 0px !important;
}

#multidomOptions textarea{
width: 100%;
box-sizing: border-box;
}

#multidomOptions #domainsTable tr td {
padding: 5px 10px !important;
}



#div_domainAskOffers_domain h6{font-size:1.5em;}
.mutu-offers-2014 .perf-extra-infos {margin: -30px 0px 0 130px !important;}

.mutu-offers-2014 > .ctn.offer, .mutu-offers-2014 > .ctn.offer.expandable, .ctn.no-hosting {
    padding: 10px !important;
    box-sizing:border-box;
}

/*.mutu-offers-2014 > .ctn.offer, .mutu-offers-2014 > .ctn.offer.expandable {
height: 115px !important;
}
*/
.mutu-offers-2014 a.select, .mutu-offers-2014 a.choose{
    margin-top: 10px !important;
}

.mutu-offers-2014  .details-link{
font-size:0.8em;
}

html .mutu-offers-2014 > .labels span {
padding-top: 50px;
font-size: 1em;
}

.mutu-offers-2014 > .ctn.offer.performance.hiddable.hide {
height: 0px !important;
padding-top: 0px !important;
padding-bottom: 0px !important;
border-bottom: 0 !important;
}

.mutu-offers-2014 > .perf-toggler {
font-size: 1em;
padding: 10px;
}


.mutu-offers-2014 > .ctn.offer.expandable.expanded {
height:inherit !important;
}

.mutu-offers-2014 > .ctn.offer.expandable.expanded > div:first-child {
background-color: transparent !important; 
}

.mutu-offers-2014 > .ctn.offer.expandable.expanded {
border: 1px solid #59AA99 !important;
}


.mutu-offers-2014 > .ctn.offer.expandable.expanded > .ctn-option, .mutu-offers-2014 > .ctn.offer.expandable > .ctn-option, .mutu-offers-2014 .perf-extra-infos {
-webkit-transition: all .5s linear !important;
transition: all .5s linear !important;
}

#mediaboxDiv table{
    padding:0;
}

input.orderInput_125_25 {
    background:none !important;
    border:solid #999 1px !important;
    width: 100% !important;
    height: 23px !important;
}


#step-bar{display:none;}

#chooseRangeServer{
font-size: 1em;
padding: 5px 10px;
}


#dedicatedDatacenterOptions{
margin-bottom: 0px;
-moz-border-radius: 0px !important;
-o-border-radius: 0px!important;
-webkit-border-radius: 0px!important;
border-radius: 0px!important;
border: 0px solid #CECECE!important;
-moz-box-shadow:none!important;
-o-box-shadow:none!important;
-webkit-box-shadow:none!important;
box-shadow:none!important;
}


#textNic, #textPassword {
border: 1px solid #aaa !important;
width: 200px !important;
}

#payWithCreditCard{
    background:#fff;
}

#nicData_checkboxConfirmInfos{
float:right;
}

#page-infos {
    width: 100%;
    max-width:960px;
/*    position: absolute;
    left: 0;
    top: 102px;*/

    border-bottom: solid #ccc 1px;
    padding-bottom: 20px;
}

#page-infos .page-title,  #page-infos .page-help {
    margin:auto;
    width:50%;
    float:left;
    padding: 10px 10px 0 10px ;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

#page-infos .page-help {
    text-align:right;
}


.contact-us{
    color:#153f6c;
}

.support-extra-servers{display:none;}

#navigation .menuLogo a {padding: 8px 0 !important;}


.server-list-descr{
    text-decoration: none !important;
}

a.new-choose_and_go, div#choose_duration a.new-choose_and_go, div#mediaboxDiv a.new-choose_and_go{
    margin: 0 10% 10px 10% !important;
    text-align: center !important;
    width: 80% !important;
}

#changeDurationImage, #codePromoImage{
    width:20px;
}

#alldomnBtn{
   overflow: visible !important;
   background:#C3BFBB !important;
   float:left !important;
}

#alldomnBtn span{
    font-weight:bold;
}

#alldomnBtn img{
     margin:-10px auto 0;
    display: none;
}

