/**
 * ----------------------------------------------------------------------------
 * 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: 1.2em;
		font-weight:normal;
		line-height:30px;
		display: block;
		color:#744d34;
		
		
	}
	
	
	
	.toggler-closed {
		color:#333;
		padding-left:20px;
		height:30px;
		background: #faefd0 url('../img/toggle/togglerc.jpg') center right no-repeat;
		border: solid 1px white;
	}
	
	.toggler-closed strong, .toggler-opened strong{font-family:Georgia, "Times New Roman", Times, serif; width:50px; color:#990000; font-size:1.4em; font-weight:normal;}
	
	.toggler-closed:hover {
		color: #000;
		padding-left:20px;
		height:30px;
		background: #fff url('../img/toggle/togglerch.jpg') center right no-repeat;
		border: solid 1px #e3e3e3;
	}
	.toggler-opened {
		color:#333;
		padding-left:20px;
		height:30px;
		background: #faefd0 url('../img/toggle/toggleorc.jpg') center right no-repeat;
		border: solid 1px white;
	}
	.toggler-opened:hover {
		color: #000;
		padding-left:20px;
		height:30px;
		background: #fff url('../img/toggle/toggleorc.jpg') center right no-repeat;
		border: solid 1px white;
	}

	/* Container - default style */
	.toggler-c {
	}
	.toggler-c-closed {
	   background:transparent;
	   border:solid 1px #e3e3e3;
		margin:-6px 0px 6px 0px;
	   padding:20px;
	}
	.toggler-c-opened {
		margin:-6px 0px 6px 0px;
	   padding:20px;
	   background:#fcf7e4;
	   border:solid 1px #fff;
	  
	}
	
	.toggler-c-opened p{margin-bottom:0px; padding-bottom:0px;}
	
	}



/* Print -------------------------------------------------------------------- */
@media print {

	.toggler-c { margin-bottom:25px; }
	.toggler { display: none; }

}
