/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
.jqmWindow_outer {
    width: 100%;
}

.jqmWindow {
    background-color: #FFF;
    border: 1px solid black;
    display: none;
    position: absolute;
}

.jqmWindow_carousel {
    background-color: #FFF;
    border: 1px solid black;
    position: absolute;
}

.jqmOverlay {
    background-color: #000;
}

.jqmClose {
    background: url('../images/detail_zoom_modal_close_btn.png');
    cursor: pointer;
    height: 20px;
    width: 62px;
    position: absolute;
    right: 0;
    top: -21px;
}

#popVideo {
    background-color: #000;
    display: none;
    left: 50%;
    margin-left: -300px;
    position: absolute;
    top: 17%;
    width: 640px;
}

#popyVideo {
    background-color: #000;
    display: none;
    left: 50%;
    margin-left: -300px;
    position: absolute;
    top: 17%;
}

#modal_wrapper, #info_modal_wrapper {
    padding: 15px;
}

.modal_wrapper {
    margin: 0 auto;
}

#modal_close {
    text-align: right;
    width: 100%;
    margin-bottom: 10px;
}

#modal_close a {
    display: block;
    padding: 15px 15px 0 0;
}

#information {
    padding: 15px;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: expression(this.parentNode.offsetWidth+'px');
    height: expression(this.parentNode.offsetHeight+'px');
}

.modalCustomizeGallery, .modalCustomizeGalleryButtons {
    background: none repeat scroll 0 0 #FFF;
    border-right: 4px solid #DFDFDF;
    float: left;
    height: 160px;
    overflow: hidden;
    padding: 40px 30px;
    width: 338px;
}

.modalCustomizeSave, .modalCustomizeSaveButtons {
    background: none repeat scroll 0 0 #FFF;
    float: left;
    padding: 40px 30px;
    width: 338px;
}

.modalCustomizeGallery, .modalCustomizeGalleryButtons {
    background: none repeat scroll 0 0 #F0F0F0;
    border: medium none;
    float: right;
}

.modalCustomizeSaveButtons, .modalCustomizeGalleryButtons {
    height: 30px;
    padding: 0 30px 40px;
}

.jqmWindow h1 {
    font: 18px/22px Arial, Helvetica, sans-serif;
    margin: 0 0 20px;
}

.jqmWindow h2 {
    font: bold 16px/20px Arial, Helvetica, sans-serif;
    margin: 0 0 20px;
}

.jqmWindow p {
    font: 12px/18px Arial, Helvetica, sans-serif;
    margin: 20px 0 0;
}

.jqmWindow ul {
    font: 12px/18px Arial, Helvetica, sans-serif;
    list-style-position: inside;
    margin: 10px 0;
}

.modalImg {
    border: 2px solid #E7E7E7;
    float: right;
    margin: 3px 0 10px 15px;
}

.modalCustomizeLogin ul {
    margin-top: 15px;
}

.modalCustomizeLogin ul, .modalCustomizeLogin ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.modalCustomizeLogin ul li {
    margin-bottom: 5px;
}

.modalCustomizeLogin label {
    clear: left;
    display: block;
    float: left;
    padding: 5px 0;
    width: 150px;
}

.modalCustomizeLogin .formField {
    margin-right: 10px;
    width: 145px;
}

.jqmWindow aside .loginBox {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #DEDEDE;
    font-size: 11px;
    margin: 0;
    padding: 15px;
}

.jqmWindow aside .loginBox label {
    display: block;
    float: left;
    line-height: 12px;
    margin: 0 0 5px;
    padding: 0;
    width: 145px;
}

.modalCustomizeLogin label {
    clear: left;
    display: block;
    float: left;
    padding: 5px 0;
    width: 150px;
}

.jqmWindow aside .loginBox .formField {
    width: 140px;
}

.modalCustomizeLogin .formField {
    margin-right: 10px;
    width: 145px;
}

.modalCustomizeLogin, .modalCustomizeSaving {
    background: none repeat scroll 0 0 #FFF;
    padding: 40px 30px;
}

.jqmWindow aside {
    float: right;
    margin: 0 0 0 20px;
    padding-bottom: 10px;
    width: 180px;
}

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

.jqmWindow {
    display: none;
    top: 110px;
}

.jqmOverlay {
    background-color: #000;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: expression(this.parentNode.offsetWidth+'px');
    height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
html .jqmWindow {
    position: absolute;
    top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.modalZoomAlts {
    float: right;
    height: 522px;
    padding: 20px 5px;
    text-align: center;
    width: 103px;
    border-left: 1px solid #DFDFDF;
}

.modalZoomAltsLabel {
    color: #999;
    font: 9px Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

.modalZoomAlts .productAlts {
    padding: 0 22px;
}

.modalZoomAlts .productAlts ul, .modalZoomAlts .productAlts ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.modalZoomAlts .productAlts ul, .modalZoomAlts .productAlts ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.modalZoomAlts .productAlts ul li {
    margin-bottom: 10px;
}

.modalZoomAlts .productAlts li.unselected img {
    border: 1px solid #DFDFDF;
}

.modalZoomAlts .productAlts li.selected img {
    border: 1px solid #fff;
}
