                                                                 /**
 * ----------------------------------------------------------------------------
 * toggleElements.css - Stylesheet for jQuery-Plugin toggleElements
 * ----------------------------------------------------------------------------
 */

/* Screen ------------------------------------------------------------------- */

@media projection, screen {
  
	/* Toggler - default style */
	#news .toggler {
	  width:296px;
	  margin:3px 0 0px 0;
		cursor:pointer;
		text-decoration: none;
		font-size: 0.8em;
		font-weight:bold;
		line-height:30px;
		display: block;
		padding:0 0 0 4px;
		background-color:white;
		/*border-bottom:1px dotted black;*/
	}
	
	.collapsable {}
	
	.collapsable .toggler {width:570px;}
	
	.toggler-closed {clear:both;}
	
	.toggler-closed:hover {}
	
	.toggler-opened {clear:both;}
	
	.collapsable .toggler-opened {}
	
	.toggler-opened:hover {}


	/* Container - default style */
	#news .toggler-c {
	   font-size:0.7em;
	}
	
  .toggler-c-closed {}
  
  #news .toggler-c-closed,   
	#news .toggler-c-opened {
	   width:290px;
	   margin-left:20px;
		 padding:5px 5px 2px 5px;
	   background:white;
	   /*border-top:solid 1px #fff;*/
	   margin:0px;  
	   clear:both;
	}

	.collapsable  .toggler-c-opened {clear:both;}

}

/* Print -------------------------------------------------------------------- */
@media print {

	.toggler-c { margin-bottom:25px; }
	.toggler { display: none; }

}



