/** sprite: buckle; sprite-image: url('../../images/bucklesprite.png'); sprite-layout: vertical */
/** sprite: buckleMed; sprite-image: url('../images/bucklespriteMed.png'); sprite-layout: vertical */

.simple_overlay h1 {
    font-size: 24px;
    line-height: normal;
}

.simple_overlay {
    /* must be initially hidden */
    display: none;
    /* place overlay on top of other elements */
    z-index: 99999;
    /* styling */
    background: #ccc;
    width: 250px;
}

.modal {
    font-size: 12px;
}

.simple_overlay a.close, .modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    height: 14px;
    width: 15px;
    background-image: url(../../images/button_med_close.png); /** sprite-ref:buckle; */
}

.simple_overlay a.close:hover, .modal-header .close:hover {
    background-image: url(../../images/button_med_close-ro.png); /** sprite-ref:buckle; */
}

.simple_overlay div.overlayHeader {
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding: 0 25px;
}

.simple_overlay div.overlayBody {
    position: relative;
    float: left;
    font-size: .75em;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 810px;
    max-height: 505px;
    background: #fff;
    clear: both;
    width: 100%;
}

.simple_overlay div.overlayContent {
    margin: 25px 25px 0 25px;
    float: left;
}

/*****************************************************
*********      Shared - pop for items       **********

  * Add to wish list pop-up from product detail
  * Add to cart from outfit detail
  * Cart item edit from shopping bag

*****************************************************/
div.overlayStyles {
    float: left;
    width: 475px;
}

div.overlayStyles #top table {
    float: left;
    width: 296px;
    text-align: left;
}

div.overlayStyles #bottom table {
    float: left;
    width: 100%;
}

div.overlayStyles textarea {
    width: 100%;
    height: 115px;
}

div.overlayStyles #top {
    float: left;
    width: 500px;
    margin: 0;
    clear: both;
}

div.overlayStyles #top #left {
    float: left;
    width: 296px;
    height: 150px;
}

div.overlayStyles #top #right {
    float: left;
    width: 130px;
    text-align: right;
}

div.overlayStyles span#title {
    font-weight: bold;
}

div.overlayStyles #bottom {
    float: left;
    width: 100%;
    clear: both;
}

div.overlayStyles input#submitButton {
    float: right;
    display: block;
    border: 0 none;
    width: 119px;
    height: 39px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 39px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../../images/button_tall-red.png); /** sprite-ref:buckleMed; */
    text-align: center;
}

div.overlayStyles .marginTop {
    margin-top: 10px;
}

.widthTest {
    width: 1337px
}

/**************************OVERYLAY STYLING ****************************/
.simple_overlay div.overlayBody ul li, .modal ul li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 15px;
}

.simple_overlay div.overlayBody ul, .modal ul {
    margin: 5px 0;
}

.simple_overlay div.overlayContent p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.simple_overlay div.overlayContent table td {
    font-size: 1.2em;
    padding-bottom: 5px;
}

.simple_overlay div.overlayContent table td.label {
    width: 75px;
}

.simple_overlay div.overlayContent table td a#moreDetails {
    font-size: .85em;
}

div.overlayPlaceholder {
    background-image: url('../../images/loading.gif');
    height:24px;
    width:24px;
    margin: 0 auto;
}

.simple_overlay form, .simple_overlay .form-actions {
    margin-bottom: 6px;
}