#myCart {
    background-color: #ffffff;
    border: medium none;
    color: #6d81a7;
    /* padding: 0 40px 0 10px; */
    position: relative;
}
#checkout-area{margin: auto;}
.image-cart {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70px;
    width: 100px;
}
.products {
    float: left;
}
.allsum {
    float: right;
}
.allsum > span {
    color: green;
}
#editCart {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #6ca6e0;
    color: #6ca6e0;
}
#checkout-btn {
    background: #6ca6e0 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 20px 0 0;
    padding: 10px 14px;
}
#cart-items {
    background-color: #fff;
    /* border-radius: 10px; */
    color: #3394e6;
    display: inline-block;
    height: 20px;
    /* line-height: 17px; */
    /* min-width: 20px; */
    /* position: absolute; */
    right: 12px;
    top: 12px;
}
.product-del {
    cursor: pointer;
    font-size: 16px;
}
.modal-checkout {
    background: #f9f9f9 none repeat scroll 0 0;
    font: bold 15px tahoma;
    overflow: hidden;
    padding: 14px 10px;
    margin-top: 8px;
}
#table-cart, #table-checkout {
    border-collapse: separate;
    border-spacing: 0 4px;
    width: 100%;
    background-color: #fff;
}
#dshop-area {
	background-color: #fff;
}

.pay_systems {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.pay_systems li {
    border: 1px solid #4e3544;
    float: left;
    margin: 0 6px 6px 0;
    padding: 6px;
}
.pay_systems a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 80px;
    width: 260px;
}
.dflex {
    background: #f9f9f8 none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    display: flex;
    padding: 3px 8px 4px;
}
.purchdate {
    background-color: #7cbf6d;
    border-radius: 3px;
    color: #fff;
    font: italic bold 11px arial;
    padding: 2px 6px;
}
.ditem1 {
    flex-basis: 100%;
}

.dover {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ddw {
    background-color: #2a5884;
    border-radius: 3px;
    color: #fff;
    font: bold 11px arial;
    margin-left: 8px;
    padding: 4px 10px;
}
.purchlink {
    color: #395387;
    font: bold 13px "Trebuchet MS",Tahoma;
}
.dsbtn {
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: bold 11px arial;
    padding: 2px 4px;
}
.dsbtn:hover {
    text-decoration: none;
}
.new-site {
    background-color: #7DCAFF;
}
.my-sites {
    margin: 0 0 16px;
}
#site-area {
    background-color: #fff;
    position: relative;
}

.dsbtn.my-site {
    background-color: #519ee6;
    margin-right: 3px;
}
.nserror {
    background-color: #fa6762;
    border-radius: 3px;
    bottom: 0;
    color: #fff;
    font: bold 10px arial;
    padding: 4px 10px;
    position: absolute;
    right: 20px;
}
#site-name {
    background-color: #fff;
    font-size: 14px;
    height: 30px;
    padding: 0 8px;
    width: 100%;
}
.nsinfo {
    background-color: #faf6e2;
    border: 1px solid #f9eacc;
    border-radius: 3px;
    color: #896c3b;
    font-size: 13px;
    padding: 3px 5px;
    margin: 0 0 6px;
}
#lic-area {
    background-color: #fff;
}

#lic-area h3 {
    margin: 0;
}
.inflist {
    border-collapse: collapse;
    background: #fff;
}
.inflist td {
    padding: 0 6px 6px;
}
