﻿.frame {
    position: absolute;
    top: 260px;
    z-index: 2000;
    padding: 20px;
    background-color: white;
    width: 600px;
    margin-left: -300px;
    left: 50%;
}

@media only screen and (max-width: 600px) {
    .frame {
        width: 100%;
        left: 0;
        margin-left: 0px;
        margin-right: 0px;
    }
}

h3 {
    height: 32px;
}

div.two-block {
    margin-left: 25px;
}

div.four-block {
    width: 212px;
    margin-right: 15px;
    margin-top: 20px;
}

.overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background-color: black;
}


div.two-block .content {
    background-color: #e3e4e5;
    height: 50px;
    width: 135px;
    padding: 0 10px;
    text-align: center;
}

div.four-block .content {
    height: 130px;
    text-align: left;
    width: 192px;
}

div.two-block .button {
    height: 16px;
    margin-top: 6px;
    width: 155px;
    cursor: pointer;
}

div.four-block .button {
    height: 28px !important;
    padding-top: 0;
    width: 212px;
    cursor: pointer;
}

div.RadGrid {
   
}

div.RadGrid .rgHeader, div.RadGrid .rgAltRow {
    background-color: white;
    background-image:none !important;
}

div.RadGrid .rgRow {
    background-color:#f2f2f2 !important;
    background-image:none !important;
}

div.RadGrid .orderoptions > input {
    cursor: pointer;
}

div.RadGrid .orderoptions > p,
div.RadGrid .orderoptions > input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    float: left;
    height: 21px;
    margin-right: 5px;
}

p.orderoption {
    cursor: pointer;
    clear: both;
    float: left;
    margin-top: 10px;
}

.invoices {
    float: left;
    margin-top: 10px;
    width: 498px;
}

.invoices > div {
    float: left;
    margin: 10px 10px 10px 0;
}

.rgWrap.rgAdvPart {
    display: none;
}

.shipment .option td {
    border-left: 15px solid white;
    border-right: 15px solid white;
    border-bottom: 10px solid white;
    width: 240px;
}

.shipment .option td > * {
    float: left;
}

.shipment .option td > label {
    margin-top: -5px;
    margin-left: 10px;
}

.shipment .darkgray.button.right {
    margin-right: 50px;
}

.item.small,
.item.medium,
.item.large {
    float: left;
    margin-bottom: 10px;
}

.item.small {
    width: 50%;
}

.item.medium {
    margin-left: 22px;
    width: 100%;
}

.item.large,
.item.account {
    width: 100%;
}

.item .property {
    color: black;
}

.item.small .value > input {
    border: 1px solid #e0e1e2;
    width: 150px;
}

.item.medium .value > input {
    border: 1px solid #e0e1e2;
    width: 200px;
}

.item.large .value > input,
.item.account .value > input {
    border: 1px solid #e0e1e2;
    width: 338px;
}

.registerOnly {
    display: none;
}

.red.button {
    float: right;
    margin-right: 30px;
}