#abonents #mainblock {
    margin-top:0;
}
.contractsprev, .contractsnext {
    width:8px;
    height:15px;
}
.contractsprev {
    padding:0 7px 0 15px;
}
.contractsnext {
    padding:0 15px 0 7px;
}

.contractinfo {
     border-top:1px solid #d9d9d9;
}

.contracts{
    margin-bottom:20px;
}

.contractinfo .contractnum {
    display:block;
    width:70px;
    float:left;
    padding:10px 0  10px 30px;
    background:url( '/s/images/icons/openclosed.png') no-repeat 10px 12px;
    text-decoration:underline;
    cursor:pointer;
}

.opened .contractnum{
    background-position:10px -16px;
}


.contractinfo .contractdesc {
    padding-left:100px;
    padding:10px 0;
    display:block;
    cursor:pointer;

}
.contractinfo ul {
    margin:0 0 15px;
    border-top:1px dotted #d9d9d9;
    clear:both;
    padding:10px 0 0 100px;
    display:none;
}

.opened ul
{
    display:block;
}


/* * Калькулятор */

#subscription {
    margin:0px 0 15px;
    padding-bottom:10px;
    border-top:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
}
#subscription .group {
    float:left;
    margin:0px 0 10px 0;
    padding:0 9px;
    width:195px;
    display:inline;
    overflow:hidden;
}

#subscription .caption {
    color: #1C974D;
    margin-top:10px;
}
#subscription hr {
    margin:3px 0 7px;
    #margin:0 0 -7px 0;
    background-color:transparent;
    border-bottom:1px dotted #d9d9d9;
}
#subscription label {
    margin:7px 0;
    vertical-align:top;
    display:block;
}
#subscription label.tooltip {
    background:url( '/s/images/icons/question-small-white-gray.png') no-repeat right 1px;
}
#subscription label input {
    width: 13px;
    height: 13px;
    margin:0 2px 0px 0;
    vertical-align: text-bottom;
    position: relative;
    #top:-1px;
    *overflow: hidden;
    outline:none;
}

#subscription #summary {
  border-top: 1px dotted #D9D9D9;
  clear: both;
  color: #1C974D;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
  padding-top: 10px;
  text-align:center;
}


label.disabled {
    color:#9a9a9a;
}
label.checked {
    font-weight:bold;
}

div.bad {
    background:transparent url(/s/images/icons/validation-error.png) no-repeat scroll left 50%;
    padding-left:12px;
    color:#cc1414;
}
div.good {
    background:transparent url(/s/images/icons/validation-ok.png) no-repeat scroll right top;
    color:#1c974d;
    padding-right:20px;
    line-height:15px;
    float:left;
}

#terminalnum {
    display:none;
}

.terminal .overview {
    margin-bottom:20px;
}
#abonents .middle ol {
    margin-top:10px;
}

#register optgroup
{
    font-style:normal;
    margin-top:7px;
}
#center .phone2 .inputs {
    background-position:left 38px;
    #background-position:left 43px;
}
#center .phone3 .inputs {
    background-position:left 70px;
    #background-position:left 75px;    
}

#register .warnblock {
    display:none;
    position:relative;
    left:-10px;
    width:410px;
    margin:10px 0 10px 10px;
    clear:both;
}
.checkBtn {
    margin:0 7px;
    font-size:11px;
    padding:2px;
}
#checkResult {
    font-size:11px;
    text-align:right;
    padding-right:64px;
}
.errorCheck {
    color:#D30000;
}
.okCheck {
    color:#1C974D;
}
