/**********************************
 * Jasfer Theme : Expand/Collapse (Blue Jellyfish)
 * Created on Sunday, 10, July, 2005
 *<style>
 ***********************************/
#expand_collapse {
	width:200px;
	border:1px dashed #809FFF; 
	padding:5px;

	/* General Stuff */
	font-family:Arial;
	font-size:75%;
}
/******* Heading ********/
#expand_collapse A.feed-name { 
	text-decoration:none;
	font-size:150%;
	display:block;
	text-align:right;
	width:100%;
	color:#00248F;
	background-color:#BFCFFF;
}
#expand_collapse DIV.feed-description {
	text-align:right;
	display:none;
}

/******* Items ********/
#expand_collapse A.item-name {
	color:blue;
	text-decoration:none;
}
#expand_collapse DIV.item-description {
	margin-left:10%;
	padding-right:5px;
	text-align:justify;
	display:none;
}
#expand_collapse DIV.item-unit {
	border:2px dotted #006B6B;
	background-color:#BFFFFF;
	margin-top:5px;
}

#expand_collapse #poweredby {
	margin-top:10px;
	text-align:right;
}

#expand_collapse #feed-items-ec {
	display:none;
}
#expand_collapse .item-description-ec { display:none; }
