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

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

@media projection, screen {

	/* Toggler - default style */
	.toggler {
	   margin:0px 0 0px 0;
		cursor:pointer;
		text-decoration: none;
		font-size: 0.9em;
		font-weight:200;
		line-height:30px;
		display: block;
		width: 511px;
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
	}
	.toggler-closed {
		padding-left:10px;
		height:30px;
		background: #9d4332 url('../images/togglerc.gif') center right no-repeat;
		border-top: solid 1px #ea8b79;
		border-bottom: solid 1px #ea8b79;
		border-right: solid 1px #ea8b79;
		border-left: solid 1px #ea8b79;
		color: #FFFFFF;
	}
	.toggler-closed:hover {
		color: #000;
		padding-left:10px;
		height:30px;
		background: #9d4332 url('../images/togglerch.gif') center right no-repeat;
		border-top: solid 1px #ea8b79;
		border-bottom: solid 1px #ea8b79;
		border-right: solid 1px #ea8b79;
		border-left: solid 1px #ea8b79;
		color: #FFFFFF;
	}
	.toggler-opened {
		color:#333;
		padding-left:10px;
		height:30px;
		background: #9d4332 url('../images/togglero.gif') center right no-repeat;
		border-top: solid 1px #ea8b79;
		border-bottom: solid 1px #ea8b79;
		border-right: solid 1px #ea8b79;
		border-left: solid 1px #ea8b79;
		color: #FFFFFF;
	}
	.toggler-opened:hover {
		color: #000;
		padding-left:10px;
		height:30px;
		background: #9d4332 url('../images/toggleroh.gif') center right no-repeat;
		border-top: solid 1px #ea8b79;
		border-bottom: solid 1px #ea8b79;
		border-right: solid 1px #ea8b79;
		border-left: solid 1px #ea8b79;
		color: #FFFFFF;
	}

	/* Container - default style */
	.toggler-c { width: 450px; 
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	
	}
	
	.toggler-c p { font-size: 0.7em; }
	
	.toggler-c h3 { font-size: 1.0em; font-family: 'Lucida Sans', Arial, Helvetica, sans-serif; color: #ea8b79; }
	
	.toggler-c a { color: #ea8b79; }
	
	.toggler-c a:hover { color: #FFFFFF; }
	
	.toggler-c-closed {
	   background:#9d4332;
		border-right: solid 1px #ea8b79;
		border-left: solid 1px #ea8b79;
		border-bottom: solid 1px #ea8b79;
		margin:0px 0px 0px 0px;
	   padding:10px;
	   width: 501px;
	   
	}
	.toggler-c-opened {
		margin:0px 0px 0px 0px;
	   padding:10px;
	   background:#9d4332;
	   border-right: solid 1px #ea8b79;
		border-left: solid 1px #ea8b79;
		border-bottom: solid 1px #ea8b79;
	   width: 501px;
	}

}

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

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

}
