/**
 * ----------------------------------------------------------------------------
 * toggleElements.css - Stylesheet for jQuery-Plugin toggleElements
 * ----------------------------------------------------------------------------
 */

 /* Screen ------------------------------------------------------------------- */

@media projection, screen {

.toggler2 { margin: 5px 0 15px 0; cursor:pointer; text-decoration: none; font-size: 1em;
	font-weight: normal; line-height: 1.4em; display: block; border: solid 1px #ccc;  
	padding: 10px; background-color: #a6aeb0; }

.toggler2-closed { color: #03315d; text-decoration: none; background: #a6aeb0 url(/images/arrow_right.gif) 520px 10px no-repeat; }
.toggler2-closed:hover { color: #fff; text-decoration: none; background: #676d6e url(/images/arrow_down.gif) 520px 10px no-repeat; }
.toggler2-opened { color:#fff;  background: #676d6e url(/images/arrow_down.gif) 520px 10px no-repeat; }
.toggler2-opened:hover { color: #03315d; text-decoration: none; background: #a6aeb0 url(/images/arrow_right.gif) 520px 10px no-repeat; }

/* Container */
.toggler2-c { margin-bottom: 25px; }
.toggler2-c-closed { margin:-14px 0 10px 0; background: #fff; border:solid 1px #a6aeb0; border-top:0;
	padding: 10px; width:527px; }
.toggler2-c-opened { margin:-14px 0 10px 0; background: #fff; border:solid 1px #a6aeb0; border-top:0;
	padding: 10px; width:527px; }

}

/* Print -------------------------------------------------------------------- */
@media print {

.toggler2-c { margin-bottom: 25px; }
.toggler2 { display: none; }
	
}
