body.help {
	
}

body.help #div_body_master{
width:800px;
margin:0;
background:white url(../images/help/header.jpg) no-repeat top left; 
}
div.help .header h1{
height:90px;
line-height:90px;
text-indent:-1000px;
}
div.help .sectionTitle{
border-bottom:1px solid #78817e;
margin-right:10px;
}
div.help .sectionTitle .jumpLinks{
float:right;
font:italic normal 12px georgia;
color: #78817e;
padding-top:5px;
}
div.help .sectionTitle .jumpLinks a{
color:#78817e;
}
div.help .sectionTitle h2{
margin:0 0 5px 0;
font-weight:normal;
padding-left:10px;
}
div.help #searchBrowse{
width:220px;
}
div.help .searchBrowse{
background:#edf0ed;
}
div.help .searchBrowse .accordion li.heading > a{
background-color:#edf0ed;
}
div.help .content{
width:550px;
float:right;
background:#fff;
padding:10px 0 10px 10px;
margin-bottom:25px;

border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px
}

/* results accordion */
div.help .results{
margin-top:20px;
}
div.help .results .accordion{
border:none;
margin:0 10px 0 0;
}
div.help .results .accordion li.heading{
margin:0 0 10px 0 !important;
padding:0;
border:1px solid #fff;
}

div.help .results .accordion li.heading a.firstChild{
display:block;
background:#edf0ed;
font:italic normal 16px georgia;
color:#ec028d;

border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

div.help .results .accordion li.selected a.firstChild{
background-color:white;
}

div.help .results .accordion li.heading a.firstChild span{
border:none;
}
div.help .results .accordion li.heading ul{
padding:10px 10px;
font:normal normal 12px arial;
background:none;
}