/* tabs */
.anchors {
    list-style: none;
    margin: 0 0 50px 0;
    padding: 0 0 30px;
	width:700px;
	float:right;
}
.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;
    z-index: 200;
    padding: 2px 7px 1px;
    color: #000;
    text-decoration: none;
}
.anchors .on a {
    padding-bottom: 2px;
    font-weight: bold;
}
.anchors a:focus, .anchors a:active {
    outline: none; /* @ Firefox 1.5, remove ugly dotted border */
}
.anchors .on a, .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: 50px 0;
}

/*anchor-back-top { font:bold Arial, Helvetica, sans-serif; font-size:18px; color:#000000;}*/

ul.region-anchors li{margin-right:40px ! important; display:inline-block ! important;}
ul.region-anchors {margin-left:40px ! important; float:left ! important;}
