.quotesline_gg_container{
    position: relative;   
    margin: 0;
    white-space: nowrap;
    height: 30px;
    overflow: hidden;
    padding: 0 5px 0 10px;
    background: url('/images/front/header/quotesline_bg.jpg') repeat;
}
.quotesline_gg_container ul{	
    height: 30px;
    float: left;
    padding: 0;
    margin-top: 0 !important;
    direction: ltr;
}
.quotesline_gg_container ul li{
    min-width: 140px;
    overflow: hidden;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #cecece;
    height: 30px;
    line-height: 30px !important;
    margin: 0 auto;
    text-align: left;
}
.quotesline_gg_container ul li img{
    float:left;
    margin-top: 8px;
    margin-left: 4px;
    margin-right: 5px
}

.course_up p{
    line-height: 30px !important;
    float:left;
    margin-left: 0px;
    margin-right: 6px;
    margin-top: 0px;
    color: #00d400;
    font-size: 16px;
    font-weight: bold;    
}

.course_down p{
    line-height: 30px !important;
    float:left;
    margin-left: 0px;
    margin-right: 6px;
    margin-top: 0px;
    color: #ff0d00;
    font-size: 16px;
    font-weight: bold;
}

.course_nochange p{
    float:left;
    margin-left: 0px;
    margin-right: 6px;
    margin-top: 0px;
    color: #969696;
    font-size: 16px;
    font-weight: bold;
}

.quotesline_gg_container .img {
    width: 10px;
    height: 9px;
    float: left;
    background-image: none;
    margin: 6px 1px 0 0;
}
.course_up .img {
    width: 0px;
    height: 0px;
    border-top: solid 4px transparent;
    border-right: solid 5px transparent;
    border-left: solid 5px transparent;
    border-bottom: solid 8px #00d400;
    margin-top: 4px;
}
.course_down .img {
    width: 0px;
    height: 0px;
    border-top: solid 8px #ff0d00;
    border-right: solid 5px transparent;
    border-left: solid 5px transparent;
    border-bottom: solid 4px transparent;
    margin-top: 8px;
}