/* tabs */
.anchors {
    list-style: none;
    margin: 0;
    padding: 0 0 1px;
}
.anchors:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.anchors li {
    float: left;
    margin: 0 1px 0 0;
}
.anchors a {
    display: block;
    position: relative;
    top: 1px;
    border: 1px solid #eaeaea;
    border-bottom: 0;
    z-index: 2;
    padding: 2px 9px 2px;
    color: #000;
    text-decoration: none;
	font-size:10px;
	border-bottom:none!important;
}
.anchors .on a {
    padding-bottom: 2px;
    font-weight: bold;
	border: 1px solid #eaeaea;
	border-bottom:none;
}
.anchors a:focus, .anchors a:active {
    outline: none; /* @ Firefox 1.5, remove ugly dotted border */
}
 .anchors a:hover, .anchors a:focus, .anchors a:active,
.anchor {
    background: #fff;   

}
.anchors .on a:link, .anchors .on a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.anchors a:hover, .anchors a:focus, .anchors a:active {
    cursor: pointer;
}
.anchor {
    padding: 5px;
}


#Most-Read {border-top:1px solid #eaeaea;}
#Latest-Articles {border-top:1px solid #eaeaea;}

.anchors .on a {background:#efefef;}

.quotesRow {width:242px;height:18px;padding:5px 0 0 5px;border-bottom:1px solid #d5e5e9;_margin-left:4px;}
.quotesRow.odd{background:#f1f7f9}
.quotesRow div {float:left;color:#233E8E;}
	.quotesRow div.flags{width:50px;}
	.quotesRow div.pair{width:60px;}
	.quotesRow div.arr{width:40px;text-align:center;}
	.quotesRow div.bid{width:60px;}
	.quotesRow div.ask{width:60px;color:#3A8E4E!important;}
