#accordion {
	margin-top: 20px;
}

.toggler {
	border-top: 1px dotted #ddd;
	padding: 14px 0 15px 0;
	margin: 0px 20px 0px 0px;
	cursor: pointer;
	font-weight: normal;
	font-size: 1.15em;
}

.toggler:hover   { 
	color: #798f2c;
} 
 
.element {
	padding: 0 0 18px 0;
}

.index, .indexlast {
  clear: both;
	/*height: 85px;*/
  border-top: 1px dashed #ccc;
	padding: 8px 0 0px 0;
	margin: 8px 0 0 0;
}

.indexlast {
	padding: 8px 0 0 0;
}

.index .label, .indexlast .label {
	padding: 0 0 3px 0;
}

.index .icon {
  width: 76px;
	height: 57px;
	padding: 4px;
	border: 1px solid #ddd;
	float: left;
	margin: 2px 15px 0 0;
}

.index .icon a:hover {
  background:#FFF;
}
.index .noimage {
  width: 76px;
	height: 57px;
	display: block;
	background-color: #eee;
	cursor: pointer;
}
.index .area {
  padding-left:100px;
	}

.index label {
	clear: none;
	float: left;
	color: #777;
	/*font-weight: bold;*/
	display: block;
	width: 80px; 
	line-height:normal;
}

.index .label div {
  padding-left:80px;
}

.highlight {
  font-weight: bold;
	color: #e2007a;
	}

.pageNav a.link {
  float:left;
  display:block;
  border:1px solid #ddd;
	background: #FBFBFB;
	color: #e2007a;
	line-height: 18px;
	padding: 0px 5px;
	height:18px;
	width: auto;
	margin-right:4px;
	text-align:center;
}
.pageNav a.link:hover {
  	border: 1px solid #e2007a;
	background: #e2007a;
	color: #fff;
}
.pageNav a.current {
  	border: 1px solid #000;
	background: #000;
	color: #fff;
}
.pageNav a.digit {
  width:28px;
	padding: 0px 0px;
}

label.narrow {
  width: 95px;
}

