/* tabs */
div.greytabs{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	width:432px;
}
.anchors li a:link, .anchors li a:visited, .anchors li a:hover, .anchors li a:active{
	text-decoration:none;
	color:#fff;
}
.anchors {
    list-style: none;
    margin:0 0 0 10px;
}

.anchors li {
    float: left;
    margin: 0 2px 0 0;
}

.anchors a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    display: block;
    padding: 1px 9px 2px 9px;
    text-decoration: none;
	border-top:1px solid #d4d0c8;
	border-left:1px solid #d4d0c8;
	border-right:2px solid #9d998f;
    background: #b9b3af;
	color: #fff;
	text-decoration:none;
}

.anchors .on a {
    font-weight: bold;
    background: #fff;
	color:#626262;
}

div.greyTabs .anchors .on a{
	padding-bottom:2px solid #fff;
    top: 1px;
    z-index: 2;
	/*border-top:2px solid #6E6E6E;*/
}

.anchors .on a, .anchors .on a:hover, .anchor, .anchors a:focus, .anchors a:active {
	background: #b9b3af;
	outline: none; /* @ Firefox 1.5, remove ugly dotted border */
	overflow:hidden;
}

div.greyTabs .anchors .on a, div.greyTabs .anchors .on a:hover, div.greyTabs .anchor, div.greyTabs .anchors a:focus, div.greyTabs .anchors a:active {
	background: #fff;
	color:#626262;
}

.anchors a:hover{
	background: #fff;
	color:#626262;
}

div.greyTabs .anchors a:hover{
	background: #fff;
	color:#626262;
}

.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 {
	clear:both;
	display:none;
	margin-bottom:20px;
	width:400px;
	color:#626262;
	text-align:left;
    border: 1px solid #d4d0c8;
	border-right: 2px solid #d4d0c8;
	border-bottom: 2px solid #d4d0c8;
    padding: 8px 8px 12px 8px;
}

.anchor p {
display:block;
clear:both;
text-align:left;
color:#626262;
}


