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

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

@media projection, screen {

.toggler {
	margin:0px 0 15px 0;
	cursor:pointer;
	text-decoration: none;
	font-size: 1.4em;
	font-weight:bold;
	line-height:1.8em;;
	display: block;
	padding:0px 0px 0px 0px;
	background:url(http://s2-hasami.com/images/list01.gif)  0px 8px no-repeat;
	text-indent:18px;
}


	/* Container */
.toggler-c {
	margin:0px 0px 25px 0px;
}

.toggler-c-closed  p,
.toggler-c-opened  p {
	margin:0px 0px 20px 0px;
}

.toggler-c-closed {
	border-left:3px solid #9ed203;
	line-height:1.6em;
	margin:-5px 0px 15px 2px;
	padding:0px 0px 0px 20px;
	width:490px;
	letter-spacing:0.1em;
}
.toggler-c-opened {
	border-left:3px solid #9ed203;
	line-height:1.6em;
	margin:-5px 0px 15px 2px;
	padding:0px 0px 0px 20px;
	width:490px;
	letter-spacing:0.1em;
}

}

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

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

}
