@charset "utf-8";
/* CSS Document */
*{ padding:0px; margin:0px; font-size:12px}
.TypeTitle{color:#9F0;font-weight:bold;}
.green{color:#FF0;font-weight:normal; background:url(../gold/ico_green_w.gif) no-repeat left; }
.red{color:#6F0;font-weight:normal; background:url(../gold/ico_red_w.gif) no-repeat left;}
.normal{color:#ffffff;font-weight:normal;padding-left:10px;} 
.gnb {width: 1000px;}
.tickercontainer { /* the outer div with the black border */
width: 1000px; 
height: 24px; 
margin: 0; 
padding: 0
overflow: hidden; 
color:#FC0;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
top: 0px;
width: 980px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 1000px;
list-style-type: none;
margin: 0;
padding: 0;
}
ul.newsticker li {
text-align:left;
clear:right;
float: left; /* important: display inline gives incorrect results when you check for elli's width */
height:20px; line-height:20px;
padding:0;
margin:0;
}
ul.newsticker span {
padding-left:15px;
margin: 0 10px 0 0;
} 
