#glayLayer {
    display:none;
    position:fixed;
    z-index: 1001;
    top:0px;
    left:0px;
    height:100%;
    width:100%;
    background:black;
    opacity: 0.60;
    filter:alpha(opacity=60);
}
#glayLayeriframe {
    display:none;
    z-index: 1000;
    top:0px;
    left:0px;
    height:100%;
    width:100%;
    opacity: 0.0;
    filter:alpha(opacity=0);
}
#simplemodal-container {
    display:none;
    top:50%;
    left:50%;
    position: fixed;
    z-index: 1002;
    width: 326px;
    margin-left:-163px;
}
#simplemodal-container .simplemodal-wrap {
    height: 100%;
    width: 100%;
    outline: 0px;
}
#modal-cart {
    display:none;
    background:#fff;
    height:100%;
}
#modal-cart .cartMsg {
    background-color: #FFFFFF;
}
#modal-cart .cartMsg p {
    font-size:140%;
    font-weight: bold;
}
#modal-cart .cartMsg p.cmBtn {
    border-bottom: medium none;
    font-size:120%;
    margin:19px auto 17px;
    text-align: center;
}
#modal-cart .cartMsg p.cmBtn:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#modal-cart #modalbox .cmInner{
    padding-bottom:1px;
}
#cart_message{
    display:none;
    background-color:#00afbe;
    color:#fff;
    margin:0;
    padding: 20px;
    text-align:center;
}
#cart_message img{
    vertical-align: text-bottom;
}
/*-----------ĞerrorpĞ---------------------*/
#cart_message2{
    display:none;
    background-color:#f3f3f3;
    color:#fb0d0d;
    margin:0;
    padding:10px 20px;
    font-size:110% !important;
    line-height:1.2em;
}
#cart_message2 .detail{
    color:#333333;
    font-size:80% !important;
}
#cart_message2 img{
    vertical-align:text-bottom;
}
/*-----------ŞerrorpŞ---------------------*/
* html body {
    height: 100%;
}
* html #glayLayer{
    position:absolute;
    top: expression(eval(document.documentElement.scrollTop+0));
    height: 100%;
    width:100%;
}
* html #glayLayeriframe{
    position:absolute;
    top: expression(eval(document.documentElement.scrollTop+0));
    height: 100%;
    width:100%;
}
* html #simplemodal-container{
    position: absolute;
}