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

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

@media projection, screen {

	/* Toggler - default style */
	.toggler {
	   margin:10px 0 15px 0;
		cursor:pointer;
		text-decoration: none;
		font-size: 12px;
		line-height:30px;
		display: block;
	}
	.toggler-closed {
		color:#333;
		padding-left:20px;
		height:30px;
		background: #efefef url('../images/togglerc.gif') center right no-repeat;
		border: solid 1px white;
	}
	.toggler-closed:hover {
		color: #000;
		padding-left:20px;
		height:30px;
		background: #fff url('../images/togglerch.gif') center right no-repeat;
		border: solid 1px #e3e3e3;
	}
	.toggler-opened {
		color:#333;
		padding-left:20px;
		height:30px;
		background: #efefef url('../images/togglero.gif') center right no-repeat;
		border: solid 1px white;
	}
	.toggler-opened:hover {
		color: #000;
		padding-left:20px;
		height:30px;
		background: #fff url('../images/toggleroh.gif') center right no-repeat;
		border: solid 1px #e3e3e3;
	}

	/* Container - default style */
	.toggler-c {
	font-size:12px;
	}

	.toggler-c option{
	width:100px;
}

	.toggler-c-closed {
	   background:transparent;
	   border:solid 1px #e3e3e3;
	margin:-25px 0px 25px 0px;
	   padding:10px;
	}
	.toggler-c-opened {
	margin:-25px 0px 25px 0px;
	   padding:10px;
	   background:#efefef;
	   border:solid 1px #fff;
	}


/* moving design -------------------------------------------------------------------- */

	.toggler2 {
	   margin:30px 0 15px 0;
		cursor:pointer;
		text-decoration: none;
		font-size: 18px;
		line-height:30px;
		display: block;
	}
	.toggler2-closed {
		color:#333;
		padding-left:20px;
		height:30px;
		background: #fcfcfc url('../images/togglerc.gif') center right no-repeat;
		border-bottom: solid 2px #333399;
		font-family: times, Times New Roman, times-roman, georgia, serif;
		color:#333399;

	}
	.toggler2-closed:hover {
		padding-left:20px;
		height:30px;
		background: #efefef url('../images/togglerch.gif') center right no-repeat;
		border-bottom: solid 2px #fff;
		font-family: times, Times New Roman, times-roman, georgia, serif;
		color:#333399;
	}
	.toggler2-opened {
		color:#333;
		padding-left:20px;
		height:30px;
		background: #efefef url('../images/togglero.gif') center right no-repeat;
		border-bottom: solid 2px #fff;
		font-family: times, Times New Roman, times-roman, georgia, serif;
		color:#333399;
	}
	.toggler2-opened:hover {
		color: #000;
		padding-left:20px;
		height:30px;
		background: #fff url('../images/toggleroh.gif') center right no-repeat;
		border-bottom: solid 2px #fff;
		font-family: times, Times New Roman, times-roman, georgia, serif;
		color:#333399;

	}

	.toggler-d{
		margin:0 0 20px 0;
	}
}

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

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

}
