/**
 * ----------------------------------------------------------------------------
 * toggleElements.css - Stylesheet for jQuery-Plugin toggleElements
 * ----------------------------------------------------------------------------
 */

/* Screen ------------------------------------------------------------------- */

	
.toggler
{
	margin: 25px 8px 25px 0;
	cursor: pointer;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	display: block;
	text-transform: none;
}

a.toggler 				{ color:#FFF; font-family: Helvetica,sans-serif; font-size: 12px; text-decoration: none; font-weight: bold; }
a.toggler:hover  		{ color:#a0c200; font-family: Helvetica,sans-serif; font-size: 12px; text-decoration: none; font-weight: bold; }
a.toggler-opened 		{ color:#fff; font-family: Helvetica,sans-serif; font-size: 12px; text-decoration: none; font-weight: bold; } 
.toggler-closed 		{ color:#333; padding-left: 20px; height: 30px; background: #191919 url('/images/layout/togglerc.png') center right no-repeat; border: 1px dotted #252525; text-decoration: none; }
.toggler-closed:hover 	{ color:#000; padding-left:20px; height:30px; background: #0b0b0b url('/images/layout/togglerch.png') center right no-repeat; border: 1px dotted #252525; }
.toggler-opened 		{ color:#333; padding-left:20px; height:30px; border: 1px dotted #252525; background: #0b0b0b url('/images/layout/togglero.png') center right no-repeat; }
.toggler-opened:hover 	{ color:#000; padding-left:20px; height:30px; background: #0b0b0b url('/images/layout/toggleroh.png') center right no-repeat; border: 1px dotted #252525; } 

/* Container - default style */

.toggler-c 				{ }
.toggler-c-closed 		{ background:transparent; border: 1px dotted #252525; margin:-25px 8px 25px 0px; padding:20px; }
.toggler-c-opened 		{ margin:-25px 8px 25px 0px; padding:20px; background:#0b0b0b; border: 1px dotted #252525; } 

