/* eclub display page */
.head_eclub {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#0000CC; font-weight:900; padding: 0 0 0 10px;}

.eclub_list {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	width: 750px;
	
}
.eclub_list li {
	padding: 0;
	margin: 0;
	background: url(../images/e-club-drop.gif) no-repeat;

}
.eclub_head {
	padding: 8px 10px;
	margin:0 0 0 0;
	cursor: pointer;
	position: relative;
	color:#333333;
	font-weight:bold;
	font-size:12px;
}
.eclub_head .timestamp {
	color: #666666;
	font-size: 95%;
	position: absolute;
	right: 10px;
	top: 12px;
	font-size:10px;
}
.eclub_head cite {
	font-size: 100%;

	font-style: normal;
}
.eclub_body {
   
	padding: 15px 15px 0 15px;
    border-left: solid #a2d84e 2px;
	border-right: solid #a2d84e 2px;
}
.eclub_body img { border:solid #999999 1px; padding:2px 2px;}
.eclub_ul ul { padding:0 0 0 12px; margin:0;}
.eclub_ul ul li { background-image:none;} 
.eclub_body span { font-size:12px; font-weight:800; color:#0033CC;}

.eclub_body_2 {
    margin:0 0 20px 0;
	padding: 5px 10px 10px 15px;
	background-color:#00FF00;
}

.collapse_buttons {
	text-align: right;
	border-top: solid 1px #e4e4e4;
	padding: 0 0 0 10px;
	width:auto;
}
.collapse_buttons a {
	margin-left: 15px;
	float: right;
}
.show_all_eclub {
	background: url(../images/tall-down-arrow.gif) no-repeat right center;
	padding-right: 12px;
}
.show_recent_only {
	display: none;
	background: url(../images/tall-up-arrow.gif) no-repeat right center;
	padding-right: 12px;
}
.collpase_all_eclub {
	background: url(../images/collapse-all.gif) no-repeat right center;
	padding-right: 12px;
	color: #666666;
}