
@media projection, screen {

	/* Toggler - default style */
	.toggler {
	   margin:15px 0 15px 0;
		cursor:pointer;
		text-decoration: none;
		line-height:30px;
		display: block;
	}
	.toggler-closed {
width: 328px;
font-size: 17px; 
		color:#FFF;
padding-left: 35px; 
		height:36px;
		background: url('/img/togglerc.png') center left no-repeat;
	}


	.toggler-closed:hover {
		color: #FFF;
padding-left: 35px; 
		height:36px;
		background: url('/img/togglerch.png') center left no-repeat;
	}
	.toggler-opened {
width: 328px;
font-size: 17px; 
		color:#FFF;
padding-left: 35px; 
		height:36px;
		background: url('/img/togglero.png') center left no-repeat;
	}
	.toggler-opened:hover {
		color: #FFF;
padding-left: 35px; 
		height:36px;
		background: url('/img/toggleroh.png') center left no-repeat;
	}


