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

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

@media projection, screen {

	/* Toggler - default style */
	.toggler2 {
	  /* margin:25px 0 25px 0;*/
		cursor:pointer;
		text-decoration: none;
		font-size: 16px;
		font-weight:normal;
		font-family: arial;
		line-height:38px;
		width: 925px;
		display: block;
		
	}
	
	.toggler2-inner {
	margin: 10px;
		
	}
	
	
	.toggler2-inner	img	{
	border: 4px #dfdfdf solid;
	float: right;
	margin: 0 0 10px 10px;
	}
	
	.toggler2-closed {
		color:#020202;
		padding-left:15px;
		height:38px;
		border-bottom: 1px solid #e7e7e7  ;
		background: url(../images/shared/toggler_inner_open.gif)  left no-repeat;
		
	}

	.toggler2-opened {
		color:#020202;
		padding-left:15px;
		height:38px;
		border-bottom: 1px solid  #d4d4d4;
		background:url(../images/shared/toggler_inner_close.gif)  left no-repeat;
		
	}


	

}

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

	.toggler2-c { margin-bottom:0px; }
	.toggler2 { display: none; }

}

