@charset "utf-8";
/* CSS Document */

.accordion_toggle {display: block;height:auto;width: 185px; background:url(../images/arrowclose.gif) no-repeat 3px 0; padding:0 0px 3px 18px; line-height:28px;color: #02b75a;font-weight: bold;text-decoration: none;outline: none;font-size: 13px;border-top: 1px solid #d7d5d5;cursor: pointer;margin: 2px 0 2px 0; font-family:Tahoma, Geneva, sans-serif}

/*.accordion_toggle_active {background: url(../images/arrowopen.gif) no-repeat 0px 6px;color: #02b75a; border-top: none; line-height:25px}*/

.accordion_toggle_active {display: block;height:auto;width: 185px; background:url(../images/arrowopen.gif) no-repeat 3px 0; padding:0 0px 3px 18px; line-height:28px;color: #02b75a;font-weight: bold;text-decoration: none;outline: none;font-size: 13px;border-top: 1px solid #d7d5d5;cursor: pointer;margin: 2px 0 2px 0; font-family:Tahoma, Geneva, sans-serif}

.accordion_content {background: transparent;overflow: hidden; margin:0 0 5px 16px}

/* Container styling*/
#vertical_nested_container {margin: 0px; width:190px;}
.readmore {float:right; margin:0 5px 0 0}