.orange-gradient {
    background: rgb(255,187,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,187,0,1) 0%, rgba(194,142,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,187,0,1)), color-stop(100%,rgba(194,142,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,187,0,1) 0%,rgba(194,142,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,187,0,1) 0%,rgba(194,142,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,187,0,1) 0%,rgba(194,142,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,187,0,1) 0%,rgba(194,142,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbb00', endColorstr='#c28e00',GradientType=0 ); /* IE6-9 */
}

.orange-gradient:hover {
    background: rgb(194,142,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(194,142,0,1) 0%, rgba(255,187,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(194,142,0,1)), color-stop(100%,rgba(255,187,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(194,142,0,1) 0%,rgba(255,187,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(194,142,0,1) 0%,rgba(255,187,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(194,142,0,1) 0%,rgba(255,187,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(194,142,0,1) 0%,rgba(255,187,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c28e00', endColorstr='#ffbb00',GradientType=0 ); /* IE6-9 */
}

.billing-sprite {background: url(../i/sprite1.png?v2) no-repeat top left; display: inline-block;}
.sprite-dc3-logo{ background-position: 0 0; width: 55px; height: 75px; }
.sprite-home-office-logo{ background-position: 0 -76px; width: 55px; height: 75px; }
.sprite-pay-card-button{ background-position: 0 -152px; width: 156px; height: 72px; }
.sprite-pay-paypal-button{ background-position: 0 -225px; width: 156px; height: 72px; }
.sprite-usmc-logo{ background-position: 0 -298px; width: 55px; height: 75px; }

.accepted-card-sprite {background: url(../i/accepted-cards.png) no-repeat top left; display: inline-block;}
.sprite-visa { background-position: -4px -4px; width: 35px; height: 25px; }
.sprite-mc { background-position: -42px -4px; width: 36px; height: 25px; }
.sprite-amex { background-position: -79px -3px; width: 38px; height: 25px; }

.card-container {
    float: right;
    width: 117px;
    margin: 9px 57px -3px 0px;
}


.basket-content {
    background: #003252; /* Old browsers */
    background: -moz-linear-gradient(top,  #003252 0%, #00416b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003252), color-stop(100%,#00416b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #003252 0%,#00416b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #003252 0%,#00416b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #003252 0%,#00416b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #003252 0%,#00416b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003252', endColorstr='#00416b',GradientType=0 ); /* IE6-9 */
    margin: 0 auto;
    padding: 105px 0 20px 0;
    height: auto;
    overflow: hidden;
    width: 1024px;
    font-family: arial;
}

.basket-content p {
    padding: 0;
}

.basket-left, .basket-right {
    background: #005994;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
    -o-box-shadow: 0 0 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    color: #FFF;
    float: left;
    /*font-family: proxima_novasemibold;*/
    font-size: 13px;
    margin: 0px 15px;
    padding: 10px 0px;
    width: 160px;
}

.basket-left ul {
    margin-top: 20px;
    list-style: none;
}

.basket-left li, .assurance ul.assurance-stars li {
    background: url('../i/blue-star.png') no-repeat left center;
    margin: 0 auto;
    padding-left: 15px;
    width: 75px;
}
.assurance {
    position: relative;
}
.assurance ul.assurance-stars {
    position: absolute;
    left: 7px;
    top: 3px;
}
.assurance ul.assurance-stars li {
    color: white;
    line-height: 20px;
    font-size: 12px;
    padding-left: 19px;
    text-align: left;
    width: 84px;
}

.basket-left p, .basket-right p {
    font-size: 13px
}

.basket-left p {
    margin-top: 50px;
    text-align: center;
}

.basket-left ul {
    margin-left: 0;
}

.basket-left p a, .basket-right p a {
    color: #FFF;
    border-bottom: 1px solid #4083af;
    text-decoration: none;
}

.basket-left p img {
    margin-top: 10px;
}

.basket-left p span {
    font-size: 40px;
}

.basket-right {
    text-align: center;
}

.basket-right p {
    margin-bottom: 10px;
}

.basket-right img {
    margin: 20px auto;
}

.basket-center {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
    -o-box-shadow: 0 0 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    float: left;
    width: 638px;
}

.basket-title {
    color: #444444;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    display: block;
}

.basket-center table {
    color: #444444;
}

.basket-center table th {   
    font-family: arial;
    font-size: 14px;
    line-height: 25px;
    height: 25px;
}

.basket-center table .big {
    padding-left: 15px;
    text-align: left;
    width: 463px;
}

.basket-center table .little {
    text-align: center;
    width: 80px;
}

.basket-center table .tiny {
    text-align: center;
    width: 10px;
}

.basket-center table td {
    border-top: 1px solid #e1e1e1;
    font-family: arial;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}


.product-information, div.little {
    float: left;
    width: 390px;
}

.basket-center table  td .info {
    display: inline-block;
    position: relative;
    width: 30px;
}

.basket-center table  td .info-details {
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: none;
    font-size: 12px;
    font-weight: normal;
    padding: 10px;
    position: absolute;
    top: 25px;
    left: -5px;
    width: 141px;
    height: auto;
    z-index: 10;
}

.basket-center table  td .info-details.up {
    bottom: 25px;
    top: auto;
}

.basket-center table  td .info-details .info-arrow {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000;
    border-bottom: 10px solid rgba(0, 0, 0, 0.8);
    height: 0;
    left: 4px;
    position: absolute;
    top: -10px;
    width: 0;
}

.basket-center table  td .info-details.up .info-arrow {
    border-bottom: 0;
    border-top: 10px solid #000;
    border-top: 10px solid rgba(0, 0, 0, 0.8);
    bottom: -10px;
    top: auto;
}

.basket-center table  td .info:hover .info-details {
    display: block;
}

.basket-center table td p {
    color: #8c8c8c;
    font-size: 14px;
    /*height: 20px;*/
    line-height: 20px;
    vertical-align: middle;
}

.basket-center table td p .stroke {
    text-decoration: line-through;
}

.basket-center table td p .red {
    color: #ff0000;
}

.basket-center table td p img {
    vertical-align: middle;
}

.basket-center table td .prod-img {
    float: left;
    margin-right: 5px;
    vertical-align: middle;
    width: 35px;
}

.basket-center table td .prod-name {
    color: #232323;
    float: left;
    font-family: arial;
    font-size: 16px;
    margin-right: 5px;
    max-width: 350px;
}

.basket-center table td input {
    border: 1px solid #d5d5d5;
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    -o-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    height: 30px;
}
.voucher-code, .quantity {
    text-align: center;
}
.quantity {
    width: 50px;
}

.basket-center table .little span {
    font-size: 18px;
}

.basket-center table .little span span {
    font-weight: bold;
}

.basket-center table .vat td {
    /*font-family: proxima_novasemibold;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.basket-center table .vat td > img {
    float: left;
    margin-left: 15px;
}

.basket-center table .vat td .p-vat, .basket-center table .delivery td .p-delivery {
    color: #1d1d1d;
    float: left;
    font-size: 18px;
    margin-right: 5px;
    padding-top: 7px;
    padding-left: 11px;
    clear: none;
}

.basket-center table .vat td .info {
    width: 20px;
    position: relative;
    top: 8px;
}

.basket-center table .vat td .info:hover .info-details {
    display: block;
}

.basket-content .basket-center table .delivery label {
    font-size: 15px;
}

.basket-content .basket-center table .delivery .delivery-img {
    float:left;
}

.basket-content .basket-center table .delivery ul {
    float: left;
    margin-top: 8px;
}
.basket-content .basket-center table .delivery input {
    height: initial;
    border: 0px;
    -moz-box-shadow: 0px 0px 0px;
    -o-box-shadow: inset 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
}

.basket-content .basket-center table .delivery td select {
    font-size: 15px;
    width: auto;
    margin-top: 7px;
}

.basket-center table .vat td select, .basket-center table .delivery-form td select, .basket-center table .delivery td select {
    border: 1px solid #d5d5d5;
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    -o-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    float: right;
    font-size: 13px;
    margin-right: 11px;
    padding: 8px 5px;
    width: 300px;
}


.basket-center table .bg-dif td {
    background: #e8e8e8;
    border-top: 1px solid #c6c6c6;
}

.basket-center table form {
    float: left;
    margin-left: 20px;
    width: 235px;
}

.basket-center table form p {
    color: #8c8c8c;
    font-family: arial;
    font-size: 13px;
}

.basket-center table form input[type='text'] {
    float: left;
    height: 33px;
    width: 155px;
}

.basket-center table form input[type='submit'] {
    color: #FFF;
    background: url(../i/bg-submit-voucher.png) no-repeat bottom left;
    -o-border-radius: 0 7px 7px 0;
    -moz-border-radius: 0 7px 7px 0;
    -webkit-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
    box-shadow: none;
    float: left;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    margin-left: 0px;
    width: 73px;
    height: 37px;
    text-shadow: 0 0 2px rgba(0,0,0,0.4);
}

.basket-center table .currency {
    float: right;
    margin-right: 15px;
    width: 130px;
}

.basket-center table .currency p {
    color: #8c8c8c;
    font-family: arial;
    font-size: 13px;
}

.basket-center table .currency select {
    border: 1px solid #d5d5d5;
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    -o-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    padding: 8px 5px;
    width: 122px;
}

.basket-center table .payment-method a {
    border: 0;
    display: block;
    float: left;
    width: 156px;
    height: 72px;
    text-decoration: none;
}

.basket-center table .payment-method .card-payment {
    margin-left: 120px;
    position: relative;
}

.basket-center table .payment-method .card-payment .payment-using-text {
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    color: rgb(46, 46, 46);
    text-shadow: 0px 1px white;
    top: 8px;
    left: 14px;
}
.basket-center table .payment-method .paypal-payment {
    position: relative;
}

.basket-center table .payment-method .paypal-payment .payment-using-text {
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    color: rgb(255, 255, 255);
    text-shadow: 0px -1px rgb(65, 65, 65);
    top: 7px;
    left: 15px;
}

.basket-center table .payment-method div {
    height: 72px;
    line-height: 72px;
}

.basket-center table .table-bottom td{
    border-radius: 0 0 7px 7px;
}

.basket-center table .table-bottom td h3, .basket-center table .table-bottom td h2 {
    width: 319px;
}

.basket-center table .table-bottom td h2 {
    color: #444444;
    font-family: arial;
    font-size: 16px;
    line-height: 30px;
    margin-left: 17px;
    padding-bottom: 10px;
    top: 8px;
    left: 10px;
}

.basket-center table .table-bottom td  .special-offer {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e9e9e9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e9e9e9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
    border: 1px solid #c8c8c8;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    float: left;
    padding: 5px 10px;
    position: relative;
    margin-left: 17px;
    width: 272px;
}

.basket-center table .table-bottom td img, .basket-center table .table-bottom td h3, .basket-center table .table-bottom td .text2 {
    float: left;
}

.basket-center table .table-bottom td .text2 {
    margin-left: 15px;
    width: 198px;
}

.basket-center table .table-bottom td h3 {
    color: #444444;
    font-family: arial;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    width: auto;
}

.basket-center table .table-bottom td p {
    font-size: 12px;
}

.basket-center table .table-bottom td .info {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    top: -1px;
}

.basket-center table .table-bottom td a {
    border: 0;
    float: left;
    text-decoration: none;
    width: 100%;
}

/* creditcard pay popup */

.cc-popup-background {
    background: #767676;
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.85;
    filter: alpha(opacity=85);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
}

.cc-popup {
    background: #fff;
    border: 1px solid #eee;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,1);
    -o-box-shadow: 0 0 5px rgba(0,0,0,1);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,1);
    box-shadow: 0 0 5px rgba(0,0,0,1);
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: none;
    font-family: arial;
    font-size: 13px;
    left: 50%;
    margin-left: -215px;
    padding: 35px;
    padding-top: 15px;
    position: absolute;
    top: 100px;
    width: 360px;
    z-index: 1000;
}

.cc-popup .close-btn {
    background: url('../i/close-btn.png') no-repeat;
    cursor: pointer;
    float: right;
    width: 18px;
    height: 18px;
    position: relative;
    top: -10px;
    right: -30px;
}

.cc-popup p {
    clear: both;
    margin-top: 5px;
}

.cc-popup input {
    border: 1px solid #cccccc;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 28px;
    line-height: 28px;
    padding: 0px 5px;
    margin: 5px 0;
}

.basket-content .cc-popup #id_countrycode {
    width: auto;
}

.basket-content .cc-popup .email {
    width: 95%;
}

.basket-content .cc-popup .first-name, .basket-content .cc-popup .city {
    width: 35%;
}

.basket-content .cc-popup .last-name, .basket-content .cc-popup .street {
    width: 56%;
}

.basket-content .cc-popup .state, .basket-content .cc-popup .code {
    width: 20%;
}

.basket-content .cc-popup .memento {
    float: right;
    width: 50%;
    line-height: 15px;
    padding-top: 11px;
}

.basket-content .cc-popup .card {
    background: url('../i/lock.jpg') no-repeat left center;
    padding-left: 20px;
    width: 146px;
}

.basket-content .cc-popup .card-simbol {
    float: right;
    margin: 5px 100px 5px 0px;
    width: 73px;
}

.basket-content .cc-popup select {
    border: 1px solid #cccccc;
    padding: 5px;
    width: 80px;
    height: auto;
    font-size: inherit;
}

.basket-content .cc-popup .security-code {
    width: 80px;
}

.basket-content .cc-popup .s-code {
    float: right;
    margin-right: 40px;
    margin-top: 5px;
}

.basket-content .cc-popup .complete {
    padding-top: 20px;
    text-align: center;
}

.basket-content .cc-popup .complete .purchase-btn {
    display: inline-block;
    padding-right: 10px;
    width: auto;
}

.complete #purchase-btn-txt {
    display: inline-block;
    width: auto;
    margin: 0;
    vertical-align: middle;
}

.complete #purchase-btn-txt .currency-symbol, .complete #purchase-btn-txt .total-price {
    float: none;
    margin: 0;
    margin-left: 3px;
}


.purchase-btn {
    -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
    -o-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-top: 1px solid #FFF;
    color: #FFF;
    clear: both;
    display: inline-block;
    /*font-family: proxima_novasemibold;*/
    font-size: 17px;
    line-height: 33px;
    margin-left: 10px;
    width: 167px;
    height: 33px;
    vertical-align: middle;
    text-decoration: none;
    -o-text-shadow: 0 0 2px rgba(0,0,0,0.9);
    -moz-text-shadow: 0 0 2px rgba(0,0,0,0.9);
    -webkit-text-shadow: 0 0 2px rgba(0,0,0,0.9);
    text-shadow: 0 0 2px rgba(0,0,0,0.9);
}

.purchase-btn img {
    float: left;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 5px;
    vertical-align: middle;
    width: 22px;
}

.purchase-btn:hover {
    color: #FFF;
}

.purchase-btn .sprite {
    background-position: -6px -518px;
    float: left;
    margin: 5px 6px 4px 12px;
    width: 22px;
    height: 24px;
}
.cc-popup #card-form .purchase-btn .sprite {
    margin: 3px 5px 4px 7px;
    width: 25px;
    height: 25px;
    background: url('../i/lock.png') no-repeat;
}

#purchase-btn-txt .total-price {
    margin-left: 0px !important;
}


.purchase-btn-footer span {
   background-position: -6px -518px;
   float: left;
   margin: 4px 6px 4px 12px;
   vertical-align: middle;
   width: 22px;
   height: 24px;
 }

.error {
    color: #D8000C;
}
.field-error {
    position: absolute;
}
.error-container {
    margin: 10px auto;
    padding: 15px 10px;
    border: 1px solid;
    border-radius: 5px;
    background-color: #FFBABA;
}
.error-container span.error {
    margin-left: 15px;
    display: none;
    color: #D8000C;
}
.error-container h1 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0px;
    color: #D8000C !important;
}
.basket-errors {
    width: 400px;
    display: block;
}
.credit-card-errors {
    width: 300px;
}
.credit-card-errors .error {
    display: block;
}
input.error, select.error {
    border: 1px solid red !important;
    color: black;
}
.last-name-error {
    left: 182px;
}
.errorlist {
    margin-left: 15px;
}
.errorlist li {
    font-weight: bold
}
.errorlist li ul li {
    font-weight: normal;
    margin-left: 10px;
}
.success {
    color: green;
}
#voucher-form {
    text-align: center;
}
.hidden {
    display: none;
}
.delivery-form td {
    padding: 15px;
}
.delivery td > span > img {
    float:left;
    margin-left: 15px;
}
.delivery-form input {
    padding: 0px 5px;
    margin-bottom: 8px;
    margin-left: 0px;
}
.basket-center table .delivery-form td select, .basket-center table .delivery td select {
    margin-left: 7px;
    margin-right: 0px;
    margin-top: -2px;
    float: none;
}
.delivery-information {
    clear: both;
}
.delivery-first-name {
    width: 150px;
}
.delivery-last-name {
    width: 200px;
}
.delivery-form .email {
    width: 180px;
}
.delivery-street {
    width: 225px;
}
.delivery-city {
    width: 125px;
}
.delivery-state, .delivery-zip {
    width: 82px;
}
.delivery-phone {
    width: 250px;
}

.delivery-email {
    width: 180px;
}

.billing-country {
    width: auto !important;
}

#copy-deilivery {
    display: block;
}

a.delete {
    float: right;
    margin-top: 15px;
}

.empty-basket {
    text-align: center;
    font-size: 30px;
    color: #afafaf;
    text-shadow: 1px 1px 1px white;
    margin: 70px;
}

.delivery-title {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

/* LMP */
.lmp {
    padding: 10px;
}
.lmp-header {
    color: #fff;
}
.lmp-title {
    font-size: 24px;
}
.lmp-header table tr td {
    text-align: right;
}
.lmp-header .controls {
    float: right;
    text-align: right;
}
.lmp-header .controls a {
    display: block;
    color: #fff;
    font-size: 20px;
}
.lmp-body {
    background-color: #fff;
    margin-top: 10px;
    padding: 20px;
}
.lmp-body > span {
    display: block;
    font-size: 20px;
    margin-bottom: 30px;
}
table.products td {
    padding-right: 20px;
}
table.products img {
    padding-right: 5px;
    height: 1em;
}
.product-title {
    font-weight: bold;
}
b {
    font-weight: bold;
}
.inner-tables {
    padding: 0px 30px;
    display: inline-block;;
}
.inner-tables table {
    margin-top: 20px;
    width: 100%;
}
.inner-tables th {
    text-align: left;
    font-weight: bold;
    padding-right: 10px;
    padding-left: 10px;
}
.inner-tables td {
    padding-right: 10px;
    padding-left: 10px;
}
.inner-tables tbody tr:nth-child(odd) {
    background: #D3EBF4;
}
table.invoices .product-name {
    display: block;
}

.resend-invoice {
    width: 85px;
}

.resend-invoice img {
    display: block;
    margin: 0 auto;
}

.inner-tables .name {
    width: 40%;
}
.inner-tables .uid {
    width: 50%;
}
.inner-tables .license {
    width: auto;
}
.lmp-download {
    margin-left: -45px;
    margin-top: 6px;
}

.readonly {
    color: #555;
}


/* Thank you page */

.thank-you {
    background: #1a364b url(../images/blue-bg.jpg) repeat-y center top;
    font-family: proxima_novaregular;
    margin: 0 auto;
    padding: 105px 0 0 0;
    width: 1024px;
}

.thank-you #video-preview {
    display: inline-block;
}

.white-top {
    background: #FFF;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-box-shadow: 0px 3px 7px rgba(0,0,0,0.4);
    -o-box-shadow: 0px 3px 7px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 3px 7px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 7px rgba(0,0,0,0.4);
    margin: 0 20px;
    
}

.white-top h2 {
    color: #333333;
    font-family: proxima_novasemibold;
    font-size: 20px;
    padding: 23px 23px 0 23px; 
}

.white-top ul {
    padding-left: 23px;
}

.white-top li {
    color: #2a4d77;
    font-size: 14px;
    list-style-type: disc;
    margin: 15px;

}

.white-top li span {
    font-family: proxima_novasemibold;
}

.white-top li a {
    color: #1093d7;
    text-decoration: none;
}

.white-top li a:hover {
    text-decoration: underline;
}

.activation-details {
    background: #f2f5f8;
    border-top: 1px solid #c7d2dd;
    border-bottom: 1px solid #c7d2dd;
    margin: 0 auto;
    padding: 23px 85px;
}

.activation-details h3 {
    color: #333333;
    font-family: proxima_novasemibold;
    font-size: 18px;
    margin-bottom: 23px;
    text-align: center;
}

.gogoloi1, .gogoloi2, .gogoloi3  {
    background: #e0e6e7;
    border: 1px solid #cbd3d6;
    border-radius: 30px;
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    vertical-align: center;
}

.gogoloi1 {
    margin-left: 98px;
}

.gogoloi2 {
    position: relative;
    left: -12px;
}

.gogoloi3 {
    position: relative;
    left: -24px;
}

.miez-gogoloi {
    background: #FFF;
    border: 1px solid #cbd3d6;
    border-radius: 25px;
    color: #639b3e;
    display: block;
    font-family: proxima_novasemibold;
    font-size: 21px;
    margin: auto;
    margin-top: 4px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}

.teava1, .teava2 {
    background: #e0e6e7;
    border-bottom: 1px solid #cbd3d6;
    border-top: 1px solid #cbd3d6;  
    display: inline-block;
    position: relative;
    left: -6px;
    height: 6px;
    width: 220px;
    z-index: 2;
}

.teava2 {
    position: relative;
    left: -18px;
}

.step-description {
    color: #010101;
    display: inline-block;
    font-size: 13px;
    height: auto;
    padding-top: 20px;
    text-align: center;
    vertical-align: top;
    width: 268px;
}

.step-description span {
    color: #2a4d77;
}

.activation-details img {
    display: inline-block;
}

.activation-right {
    display: inline-block;
    margin-left: 40px;
    margin-top: 80px;
    vertical-align: top;
    width: 268px;
}

.activation-right h6 {
    color: #4a73a2;
    font-family: proxima_novasemibold;
    font-size: 18px;
    vertical-align: top;
}

.activation-right h6 span {
    background-position: -1072px -1492px;
    display: inline-block;
    height: 24px;
    width: 28px;
}

.activation-right p {
    color: #3c3d3e;
    font-size: 12px;
}

.activation-right p span {
    color: #000;
    font-family: proxima_novasemibold;
}

.activation-right > span {
    color: #4a73a2;
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    margin-top: 10px;
}

.activation-right > span a {
    color: #1093d7;
    text-decoration: none;
}

.activation-right > span a:hover {
    text-decoration: underline;
}

.call-to-action {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 30px;
    vertical-align: top;
    width: 49%;
}

.call-to-action h6 {
    color: #333333;
    font-family: proxima_novasemibold;
    font-size: 18px;
}

.call-to-action p {
    color: #333333;
    font-size: 14px;
    margin-top: 10px;
}

.call-to-action ul {
    margin-top: 10px;
}

.call-to-action li {
    margin: 0;
}

.call-to-action a {
    color: #1093d7;
    text-decoration: none;
}

.call-to-action a:hover {
    text-decoration: underline;
}

.call-to-action > span {
    color: #4a73a2;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    margin-top: 10px;
}

.thank-you .blue-bottom {
    margin-top: 30px;
    margin-bottom: 25px;
}

.thank-you .blue-bottom .showing-off {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #004572;
    float: left;
    font-size: 12px;
    height: 110px;
    padding: 20px;
    text-align: center;
    text-shadow: -1px 0 -1px rgba(255,255,255,0.7);
    width: 25%;
}

.thank-you .blue-bottom .showing-off.last {
    border-right: 0;
}

.thank-you .blue-bottom .showing-off .text {
    font-family: proxima_novasemibold;
    font-size: 50px;
    line-height: 50px;
}

.thank-you .blue-bottom .showing-off .sprite-jill { 
    float: left;
    line-height: 14px;
    margin-right: 15px;
}

.thank-you .blue-bottom .showing-off  .align-left {
    text-align: left;
}

.showing-off .us-marines, .showing-off .home-office, .showing-off .defense-cyber-crime {
    display: inline-block;
    height: 75px;
    margin-right: 5px;
    width: 57px;
}

.showing-off .us-marines {
    background-position: -1077px -1592px;
}

.showing-off .home-office {
    background-position: -1077px -1699px;
}

.showing-off .defense-cyber-crime {
    background-position:-1074px -1808px
}

.thank-you .bottom {
    background: #fff;
    clear: both;
    color: #010101;
    font-size: 14px;
    margin: 0 20px;
    padding: 20px;
    text-align: center;
}

.thank-you .bottom h5 {
    font-family: proxima_novasemibold;
    font-size: 23px;
    margin: 15px;
}

.thank-you .bottom a {
    color: #1093d7;
    text-decoration: none;
}

.thank-you .bottom a:hover {
    text-decoration: underline;
}

.thank-you .bottom img {
    margin: 30px 0;
}
.question-container {

}
.questions {
}
.questions form {
    width: 650px;
    margin: 0 auto;
}
.questions h2 {

}
.questions form input[type^="submit"] {

}
.questions form label {
    display: block;
    margin: 10px 0px;
    font-weight: bold;
}
.questions form textarea {
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 547px;
    background: #f2f5f8;
    border: 1px solid #c7d2dd;
    min-height: 65px;
}
.invoice-download {
    text-align: center;
}

input.company-name {
    display: none;
    margin-top: 0px;
    width: 345px;
}
input.vat-id {
    display: none;
}
input.companyswitch-checkbox {
    float:left;
    margin: 17px 0px 0px 5px;
    height: auto;
}
.cc-popup label.companyswitch-help {
    float: left;
    margin-top: 15px;
    margin-bottom: 8px;
    clear: both;
}

/* Purchase sorry page */
.purchase-sorry.thank-you .white-top {
    min-height: 145px;
}

.purchase-sorry.thank-you .bottom {
    margin-top: -15px;
}

.support .purchase-sorry {
    background: #fff;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
    -o-box-shadow: 0 0 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    margin-bottom: ;
    padding: 20px;
    margin: 5px 20px 20px 20px;
}

.support .purchase-sorry strong {
    font-weight: bold;
}

.thank-you .button-container {
    padding: 15px;
}
.thank-you .purchase-btn.orange-gradient.continue-purchase-btn {
    width: 200px;
    text-shadow: 0px 0px 0px;
}

.thank-you .purchase-btn.help-page-btn {
    border-top: 1px solid #D8D8D8;
    background: #ffffff;
    background: -moz-linear-gradient(top, #2590dc 0%, #4275bb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2590dc), color-stop(100%,#4275bb));
    background: -webkit-linear-gradient(top, #2590dc 0%,#4275bb 100%);
    background: -o-linear-gradient(top, #2590dc 0%,#4275bb 100%);
    background: -ms-linear-gradient(top, #2590dc 0%,#4275bb 100%);
    background: linear-gradient(to bottom, #2590dc 0%,#4275bb 100%);
    padding-left: 15px;
    text-shadow: 0px 0px 0px;
    color: white;
    -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
    -o-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-top: 1px solid #FFF;
    clear: both;
    display: inline-block;
    font-size: 17px;
    line-height: 33px;
    margin-left: 10px;
    width: 167px;
    height: 33px;
    vertical-align: middle;
    text-decoration: none;
    font-family: inherit;
}

.thank-you .purchase-btn.orange-gradient.help-page-btn:hover {
    background: #ffffff;
    background: -moz-linear-gradient(top, #4275bb 0%, #2590dc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4275bb), color-stop(100%,#2590dc));
    background: -webkit-linear-gradient(top, #4275bb 0%,#2590dc 100%);
    background: -o-linear-gradient(top, #4275bb 0%,#2590dc 100%);
    background: -ms-linear-gradient(top, #4275bb 0%,#2590dc 100%);
    background: linear-gradient(to bottom, #4275bb 0%,#2590dc 100%);
}

.thank-you .info-box {
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    overflow: hidden;
    padding: 20px;
    padding-left: 60px;
    position: relative;
    margin-top: 10px;
}

.thank-you .keep-in-touch p {
    margin-bottom: 10px;
}

.thank-you .keep-in-touch h2 {
    margin-top: 20px;
    font-size: 20px;
}
.info-box .sprite-ico-info {
    left: 20px;
    position: absolute;
    top: 20px;
    background: url('../i/icon_info.png') no-repeat;
    width: 32px;
    height: 32px;
}

.info-box h3 {
    font-family: 'Myriad Pro', 'Trebuchet MS', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
}

.info-box p {
    padding-bottom: 20px;
    font-family: 'Myriad Pro', 'Trebuchet MS', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.info-box .blue-button {
    background: #ffffff;
    background: -moz-linear-gradient(top, #2590dc 0%, #4275bb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2590dc), color-stop(100%,#4275bb));
    background: -webkit-linear-gradient(top, #2590dc 0%,#4275bb 100%);
    background: -o-linear-gradient(top, #2590dc 0%,#4275bb 100%);
    background: -ms-linear-gradient(top, #2590dc 0%,#4275bb 100%);
    background: linear-gradient(to bottom, #2590dc 0%,#4275bb 100%);
    border: 1px solid #003171;
    color: #fff;
    text-shadow: 0 -1px 0 #000;
    text-decoration: none;
}

.info-box .blue-button:hover {
    background: #ffffff;
    background: -moz-linear-gradient(top, #4275bb 0%, #2590dc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4275bb), color-stop(100%,#2590dc));
    background: -webkit-linear-gradient(top, #4275bb 0%,#2590dc 100%);
    background: -o-linear-gradient(top, #4275bb 0%,#2590dc 100%);
    background: -ms-linear-gradient(top, #4275bb 0%,#2590dc 100%);
    background: linear-gradient(to bottom, #4275bb 0%,#2590dc 100%);
}

.info-box .blue-button, .info-box .grey-button {
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 5px 10px;
    height: 19px;
    line-height: 19px;
    font-size: 14px;
    width: auto;
}

.info-box h3 {
    font-size: 20px;
}

.support .purchase-sorry h2 {
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 10px;
}

.invoice-download {
    text-align: center;
}

input.company-name {
    display: none;
    clear: both;
    float: left;
    margin-bottom: 9px;
    margin-top: 0px;
}
input.companyswitch-checkbox {
    float:left;
    margin: 17px 0px 0px 5px;
    height: auto;
}
.popup label.companyswitch-help {
    float: left;
    margin-top: 15px;
    margin-bottom: 8px;
    clear: both;
}

/*
.companyswitch {
    position: relative;
    width: 81px;
    float: left;
    margin: 12.5px 0 7.5px 0;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.companyswitch-help {
    float: left;
    font-size: 13px;
    margin-top: 12.5px;
    line-height: 24px;
    margin-left: 14px;
    color: #7D7D7D;
    font-weight: bold;
    margin-bottom: 13px;
}
.companyswitch-checkbox {
    display: none;
}
.companyswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #7D7D7D;
    border-radius: 5px;
}
.companyswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.companyswitch-inner:before, .companyswitch-inner:after {
    display: block;
    float: left;
    width: 50%; height: 25px;
    padding: 0;
    line-height: 25px;
    font-size: 12px;
    color: white; font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.companyswitch-inner:before {
    content: "Yes";
    padding-left: 10px;
    background-color: #C9C9C9; color: #FFFFFF;
}
.companyswitch-inner:after {
    content: "No";
    padding-right: 10px;
    background-color: #F8F8F8; color: #666666;
    text-align: right;
}
.companyswitch-switch {
    display: block;
    width: 38px;
    margin: 0px;
    background: #FFFFFF;
    border: 1px solid #7D7D7D;
    border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 41px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}
.companyswitch-checkbox:checked + .companyswitch-label .companyswitch-inner {
    margin-left: 0;
}
.companyswitch-checkbox:checked + .companyswitch-label .companyswitch-switch {
    right: 0px;
}*/