/**
 * ----------------------------------------------------------------------------
 * toggleElements.css - Stylesheet for jQuery-Plugin toggleElements
 * ----------------------------------------------------------------------------
 */

/* Screen ------------------------------------------------------------------- */

@media projection, screen {

	/* Toggler - default style */
	.toggler {
	   margin:6px 0 6px 0;
		cursor:pointer;
		text-decoration: none;
		font-size: 12px;
		font-weight:normal;
		line-height:30px;
		display: block;
		color:#744d34;
		
		
	}
	
	
	
	.toggler-closed {
		color:#666666;
		padding-left:15px;
		height:30px;
		background: #f0f7fa;
	}
	
	.toggler-closed strong, .toggler-opened strong{font-family:Georgia, "Times New Roman", Times, serif; width:50px; color:#004894; font-size:1.4em; font-weight:normal;}
	
	.toggler-closed:hover {
		color: #004894;
		padding-left:15px;
		height:30px;
		background: #f0f7fa;
	}
	.toggler-opened {
		color:#004894;
		padding-left:15px;
		height:30px;
		background: #f0f7fa;
	}
	.toggler-opened:hover {
		color: #004894;
		padding-left:15px;
		height:30px;
		background: #f0f7fa;
	}

	/* Container - default style */
	.toggler-c {
	}
	.toggler-c-closed {
	   background:transparent;
		margin:-6px 0px 6px 0px;
	   padding:20px;
	   padding-top:10px;
	}
	.toggler-c-opened {
		margin:-6px 0px 6px 0px;
	   padding:20px;
	   padding-top:10px;
	   background:#fff;
	  
	}
	
	.toggler-c-opened p{margin-bottom:10px; padding-bottom:0px;}
	
	}



/* Print -------------------------------------------------------------------- */
@media print {

	.toggler-c { margin-bottom:25px; }
	.toggler { display: none; }

}
