/* custom routes breadcrumb steps */
.routes-breadcrumb li.storage > * {
    background: transparent url('/images/icons/grayed/drive_edit.png') no-repeat 0 0;
}
.routes-breadcrumb li.storage > span.link,
.routes-breadcrumb li.storage.active > span {
    background: transparent url('/images/icons/drive_edit.png') no-repeat 0 0;
}

.routes-breadcrumb li.duration-and-contracts > *  {
    background: transparent url('/images/icons/grayed/page_edit.png') no-repeat 0 0;
}
.routes-breadcrumb li.duration-and-contracts > span.link,
.routes-breadcrumb li.duration-and-contracts.active > span {
    background: transparent url('/images/icons/page_edit.png') no-repeat 0 0;
}

/* cdn storage */
.cdn-storage ul {
    display: table;
    margin: 15px 0 0 15px;
}
.cdn-storage ul > li {
    display: table-row;
}
.cdn-storage ul > li > * {
    display: table-cell;
    vertical-align: middle;
    padding: 3px 20px 3px 0;
}
.cdn-storage input[type="radio"] {
    margin: 4px 7px 0 0;
}

/* basket.html */
.basket {
    border: 1px solid #eee;
    margin-bottom: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.basket .basket-title {
    -moz-border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.basket .basket-title {
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    background-color: #0068b1;
    color: white;
}
.basket .basket-content {
    padding: 5px;
}
.basket .basket-item-label {
    padding-left: 5px;
}
.basket .basket-category.duration .basket-item-price {
    display: none;
}
.basket .basket-category .basket-item-label {
    float: left;
}
.basket .basket-category .basket-item-price {
    float: right;
}
.basket .basket-category .basket-category-name {
    font-weight: bold;
    line-height: 24px;
    font-size: 13px;
}
.basket .basket-total .basket-price-main {
    font-weight: bold;
}
.basket .basket-total .basket-price-main > span.basket-main-price-label {
    float: left;
}
.basket .basket-total .basket-price-main > span.basket-main-price {
    float: right;
    color: red;
}
.basket .basket-total .basket-price-minor,
.basket .basket-total .basket-price-minor > span {
    text-align: right;
    font-size: 9px;
}
.basket .basket-total {
    border-top: 1px solid #eee;
    padding: 5px;
}
.basket .basket-content-empty {
    text-align: center;
}

/* price and duration */
.duration .ctn {
    float: left;
    width: 117px;
}
.duration .ctn > div {
/*    line-height: 40px;
    white-space: nowrap; */
    padding: 0 10px;
    /* min-height cross browser */
    min-height: 40px;
    height:auto !important;
    height: 40px;
}
.duration .ctn > .duration {
    height: 62px !important;
    padding: 0;
    white-space: nowrap;
}
.duration .ctn.choice {
    border: 1px solid #eee;
    margin-left: -1px;
    cursor: pointer;
}
.duration .ctn.choice > div {
    min-width: 90px;
    text-align: center;
}
.duration .ctn.labels {
    width: 148px;          
}
.duration .ctn.labels > div {
    font-weight: bold;
}
.duration .ctn > div.duration {
    font-weight: bold;
}
.duration .ctn > div.service {
    padding-top: 8px;
}
.duration .ctn.choice.selected {
    cursor: auto;
}
.duration .ctn.choice.selected,
.duration .ctn.choice:hover {
    background-color: #eee;
}
.duration .ctn.choice > .duration {
    background: transparent url(/images/order/choose-duration-header-cell.png) no-repeat 50% bottom;
    font-size: 20px;
    line-height: 48px;
    color: white;
}
.duration .ctn.choice.selected > .duration {
    background: transparent url(/images/order/choose-duration-header-cell.png) no-repeat 50% top;
}
.cdn-duration-and-contracts h3 {
    margin-top: 25px !important;
}

/* by country */
body:not(.country-fr):not(.country-es) #main {
    margin-top: 20px !important;
    margin-left: 15px;
}
body.country-es #main {
    padding-top: 10px !important;
}

body:not(.country-fr) .ribbon-wrapper {
    margin-left: -15px;
}

body:not(.country-fr) .ribbon-front {
    margin-right: -35px;
}
