#window
{
        display: none;
        left: 20px;
        top: 130px;
        width: 565px;
        height: 365px;
        overflow: hidden;
        background: #faeeba;
        position: absolute;
        border:1px solid #a80a08;
        filter:alpha(opacity=90);
        -moz-opacity: 0.9;
        opacity: 0.9;
        z-index: 100;
}
#discount
{
        display: none;
        left: 20px;
        top: 20px;
        width: 565px;
        height: 330px;
        overflow: hidden;
        background: #faeeba;
        position: relative;
        border:1px solid #a80a08;
        filter:alpha(opacity=90);
        -moz-opacity: 0.9;
        opacity: 0.9;
        z-index: 100;
}
#windowTop
{
        height: 30px;
        overflow: 30px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
}
#windowTopContent
{
        margin-right: 13px;
        overflow: hidden;
        height: 30px;
        line-height: 30px;
        text-indent: 10px;
        font-family:Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 14px;
        color: #622F18;
        text-align: left;
}
#windowMin
{
        position: absolute;
        right: 25px;
        top: 10px;
        cursor: pointer;
}
#windowMax
{
        position: absolute;
        right: 25px;
        top: 10px;
        cursor: pointer;
        display: none;
}
#windowClose
{
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
}
#windowBottom
{
        height: 367px;
        display: block;
        overflow: visible;
        position: relative;
}
#windowBottomContent
{
        height: 367px;
        display: block;
        overflow:visible;
        position: relative;
        margin-right: 13px;
}
#windowResize
{
        position: absolute;
        right: 3px;
        bottom: 5px;
        cursor: se-resize;
}
#windowContent
{
        width: 550px;
        height: 320px;
        opacity: 0.999;
        margin: 0px 10px 0px 0px;
        position: absolute;
        list-style: none outside none;
        top:30px;
        left: 10px;
        visibility: visible;
        display: block;

        overflow: auto;
        font-family:Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #622F18;
}
#discountContent
{
        width: 550px;
        height: 700px;
        opacity: 0.999;
        margin: 0px 10px 0px 0px;
        position: absolute;
        list-style: none outside none;
        top:30px;
        left: 10px;
        visibility: visible;
        display: block;

        overflow: auto;
        font-family:Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #622F18;
}
#windowContent *
{

}
.transferer2
{
        border: 1px solid #6BAF04;
        background-color: #f7ecae;
        filter:alpha(opacity=30);
        -moz-opacity: 0.3;
        opacity: 0.3;
}
a{
        color: #622F18;
}
ul{
        margin: 0px;
        padding: 0px;
        margin-left: 20px;
}
