.help .content {padding:0 8px;width:650px;  float:left; position:relative;min-height:380px;}
.help h2 {font-size:1.75em; margin-left:17px;width:320px;}
.help h3 { font-size:1.85em; font-weight:bold; margin-bottom:-25px;}
.help dl { margin-bottom:4em; }
.help dt { margin-top:46px; font-size:1.2em; font-weight:bold; }
.help p,
.help dd { margin-top:0.8em; line-height:1.25em; color:#535353;}
.help p { margin-bottom:1.5em;  }
.help .shadow {width:320px; background: url("../img/backgrounds/bgm_568_320.png") repeat-x scroll 0 0 transparent; height: 568px; float:left;}
.help ul.quickLinks {margin-top:16px; padding:0 4px; margin-right:16px;}
.help ul.quickLinks li { border:0; line-height:2.5em; margin-left:10px;}
.help ul.quickLinks li a { display:block;padding:0 4px;font-weight:bold;}
.help ul.quickLinks li a.selected  { color:#535353; }
.help ul.quickLinks li:first-child { border:0;   }

.help .shown { opacity:1; height:auto;}
.help .hidden { opacity:0; position:absolute; top:0; left:8px; width:650px; height:0px; overflow:hidden;}

.help .shown { -moz-transition:    opacity 0.3s ease-in;
                           -webkit-transition: opacity 0.3s ease-in;
                           -o-transition:      opacity 0.3s ease-in;
                           transition:         opacity 0.3s ease-in;}