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

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

@media projection, screen {

	/* Toggler - default style */
	.toggler {
	margin:15px 10px;
	cursor:pointer;
	font-size: 0.9em;
	line-height:1.5em;
	display: block;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	}
	.toggler-closed {
	color:#666666;
	background: url(../img/togglerc.gif) no-repeat right center;
	border: 1px solid #E3E3E3;
	text-decoration: none;
	padding: 5px 20px 5px 15px;
	}
	.toggler-closed:hover {
	color: #666666;
	background: #FFEEEE url(../img/togglerch.gif) no-repeat right center;
	text-decoration: none;
	padding: 5px 20px 5px 15px;
	}
	.toggler-opened {
	color:#666666;
	background: #FFEEEE url(../img/toggleroh.gif) no-repeat right center;
	border: 1px solid #E3E3E3;
	text-decoration: none;
	padding: 5px 20px 5px 15px;
	}
	.toggler-opened:hover {
	color: #666666;
	background: #FFEEEE url(../img/toggleroh.gif) no-repeat right center;
	text-decoration: none;
	padding: 5px 20px 5px 15px;
	}

	/* Container - default style */
	.toggler-c {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #555555;

	}
	.toggler-c-closed {
	background:transparent;
	margin:-20px 10px 25px;
	padding:15px;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	}
	.toggler-c-opened {
	margin:-20px 10px 25px;
	padding:15px;
	border-right: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	}

}

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

}
.toggler-img_right {
	text-align: right;
	vertical-align: top;
	width: 175px;
	padding-top: 5px;
	padding-left: 10px;
}
