/*
look a bit better...
*/
#container-1 * {
	margin: 0px;
}
#container-1 div {
	border: 1px solid #eaeaea;
	background: transparent;
	width: auto;
	margin-top: 0px;
}
#container-1 div div {
	border: 0;
}
#container-1 h3 {
	color: #666666;
	text-align: right;
	font-weight: normal;
	font-style: italic;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
#container-1 .container-more {
	background-color: #a6905a;
	text-align: center;
	width: 130px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 2px solid #faeed1;
}
#container-1 .container-more a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 3px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container-1 .anchors ul {
	list-style: none;
} 
#container-1 .anchors li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}           
#anchorsdesc {
	color: #666666;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 1px;
	float: left;
}

/*

Tabs - important styles to ensure accessibility in print

*/
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}
@media print {
    .anchors {
        display: none;
    }
}

/*

Tabs - not important for accessibility, just for the look of it...

*/
.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: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
	font-size: 12px;
}
.anchors a {
	display: block;
	position: relative;
	top: 1px;
	border: 1px solid #eaeaea;
	border-bottom: 0;
	z-index: 2;
	padding: 2px 9px 1px;
	color: #867935;
	text-decoration: none;
	background-color: #FAFAF5;
}
.anchors .tabs-selected a {
    padding-bottom: 2px;
    font-weight: bold;
}
.anchors .tabs-selected a, .anchors a:hover, .anchors a:focus, .anchors a:active,
.fragment {
	background-color: #faeed1;
}
.anchors .tabs-selected a:link, .anchors .tabs-selected a:visited,
.anchors .tabs-disabled a:link, .anchors .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.anchors a:hover, .anchors a:focus, .anchors a:active {
    cursor: pointer;
}
.anchors .tabs-disabled {
    opacity: .4;
}
.anchors .tabs-disabled a:hover, .anchors .tabs-disabled a:focus, .anchors .tabs-disabled a:active {
    background: transparent;
}
.fragment {
    padding: 0 10px;
	display: none;
}
.anchors .tabs-selected .tabs-loading {
    padding-left: 25px;
    background-image: url(loading.gif);
    background-position: 4px 50%;
    background-repeat: no-repeat;
}
