/* CSS Document */

/* Trigger */

p.trigger { display:block; clear:both; background:#ccc url(../images/bg_toogle.jpg) no-repeat top; width:449px; height:21px; overflow:hidden; font-weight:normal; padding:9px 0 0 35px; border-bottom:5px solid #fff;}
p.trigger a { font-family:Tahoma, Arial, Verdana; font-size:12px; color:#666; padding:9px 0 9px 32px; display:block; text-decoration:none; font-weight:bold;}

p.trigger a:hover { text-decoration:underline;}
p.active { background-position: bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container { padding:10px 10px 0 10px; }
.toggle_container .block {}
.toggle_container p { display:block; clear:both; font-family:Tahoma, Arial, Verdana; font-size:12px; color:#333; line-height:140%; width:428px; margin:0 auto; padding:20px 0 0 2px;

}