.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:#999; font-family: Helvetica,sans-serif; font-size: 12px; text-decoration: none; font-weight: bold; }
a.toggler:hover  		{ color:#0069ab; font-family: Helvetica,sans-serif; font-size: 12px; text-decoration: none; font-weight: bold; }
a.toggler-opened 		{ color:#636363; font-family: Helvetica,sans-serif; font-size: 12px; text-decoration: none; font-weight: bold; } 
.toggler-closed 		{ color:#333; padding-left: 20px; height: 30px; background: #fff 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: #e6e6e6 url('/images/layout/togglerch.png') center right no-repeat; border: 1px dotted #252525; }
.toggler-opened 		{ color:#636363; padding-left:20px; height:30px; border: 1px dotted #252525; background: #d4d5d6 url('/images/layout/togglero.png') center right no-repeat; }
.toggler-opened:hover 	{ color:#000; padding-left:20px; height:30px; background: #e6e6e6 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:#fff; border: 1px dotted #252525; } 


