.title li {
	list-style-type: none;
}
.dj_tabgen {
	display: block;
	background: url(../images/tab_bg.gif) bottom left no-repeat #fff;
	visibility:visible;
	width: 480px;
	overflow: hidden;
}
.dj_tabgen img {
	border: solid 1px #74811f;
	margin: 3px 10px 3px 0px;
}
.dj_tabgen_t { 
	background:url(../images/tab_t.png) top left no-repeat; }
.dj_tabgen a {
color:#677605;
}
.title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
	display: block;
}
ul.title { }
.title li {
	display: block;
	float: left;
	background: transparent url(../images/tab_l2.gif) top left no-repeat;
	cursor: pointer;
	color: #677605;
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 14px;
	width: auto;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
}

.title li.active {
	border: none;
	list-style-type: none;
	 background: transparent url(../images/tab_l.gif) top left no-repeat;
}
.title li a {
	display: block;
	float:left;
	background: url(../images/tab_r2.gif) top right no-repeat;
	padding: 0px 40px 0 30px;
	line-height: 30px;
	height: 30px;
	text-decoration: none;
}
.title li.active a {
	background: url(../images/tab_r.gif) top right no-repeat;
}

.panel {
	display: none;
	/*position: relative;*/
	/*width: 100%;*/
	width: 430px;
	font-family: "Trebuchet MS";
	text-align:left;
	padding: 10px 25px;
}
.panel.active {
	background: transparent;
	display: block;
	/*width: 430px;*/
}
.more {
	display: none;
	font-family: "Trebuchet MS";
	color: #3f4901;	
	font-size: 12px;
	text-align:left;
	padding-bottom: 5px;
	background-color: transparent;
	border-bottom: solid 1px #677605;
	clear: both;
}

.more.moreactive{
	width:430px;
	display: block;
	clear: both;
	font-family: "Trebuchet MS";
	color: #3f4901;	
	font-size: 12px;
	text-align:left;
	padding-bottom: 5px;
	background-color: transparent;
	border-bottom: solid 1px #677605;
	min-width: 0; display: inline-block; /* \*/	display: block;
}
.moreactive:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.date {
	color: #3f4901;
	float: right;
	font-size: 12px;
	font-weight: normal;
}
.lefttitle{
	/*float:left;*/
	/*overflow: visible;*/
	/*display: inline;*/
	cursor:pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #677605;
	font-size: 14px;
	background: transparent;
	width: 100%;
	font-weight: bold;
}

.link { 
text-align: right;
color: #3f4901;
font-weight: bold;
background:url(../images/tab_more.png) left center no-repeat;
padding-left: 10px;
padding-right: 10px;
margin: 5px 0 5px;
text-decoration: none;
cursor: pointer;}

/*.moretitle{
	clear: both;
	display: block;
	overflow: auto;
}*/

.arrow {
display: none;
}

.arrow.arrowactive {
display: none;
}

/*.tabimage{
	width: 100px;
	float: right;
}*/

