.wtitle{
    text-align: center;
    font:       bold 14px Verdana Tahoma Arial;
    color:      gray;
}
.gl-item-close, .gl-item-open{
    display:    block;
    width:      100%;
    overflow:   hidden;
    height:     20px;
    margin-bottom: 1px;
}
.gl-item-close .title, .gl-item-open .title{
    font:       bold 14px Verdana Tahoma Arial;
    color:      white;
    display:    block;
    height:     20px;
    padding:    4px 0 0 5px;
    display:    block;
    overflow:   hidden;
    cursor:     pointer;
}

.item_price_list {
    color:#000000;
    font: 10px Tahoma,sans-serif;
    margin-left:24px;
    width:270px;
}
.number {
    float:left;
    padding-bottom:7px;
    padding-top:11px;
    text-indent:1px;
    width:115px;
}
.price {
    color:#FC7300;
    float:left;
    font-weight:bold;
    padding-bottom:7px;
    padding-top:11px;
    width:58px;
}
.button {
    float:left;
    padding-bottom:7px;
    padding-top:7px;
}
.line {
    background-image:url(../themes/green/img/line.gif);
    clear:both;
    height:1px;
    overflow:hidden;
}

