
/* all help pages */
p {
  margin: 0 0 6px 0;
}
hr {
  clear:none;
}
.rounded_box {
  margin-bottom: 10px;
}

/* FAQ */
h2, .faq-section, .faq-item {
	float: left;
	clear: both;
}
h2 {
  margin-bottom: 6px;
}
#faq-menu {
  width: 500px;
}
.faq-section {
	margin-bottom: 15px; 
}
.faq-item {  
	margin: 0 0 13px 0;
	width:100%;
	overflow:hidden;
}
.faq-question {
  font-weight: bold;
}
.faq-answer {
  margin: 6px 6px 0 15px;
}


/* IM Commands */
.im-command-section {
  float: left;
  margin: 0 0 10px 0;
}

.im-command-subsection {
  margin: 10px 10px 10px 0;
  float: left;
  width: 270px;
}

.im-command-section .right {
  float: right;
}

.im-command-subsection li {
  margin-bottom: 5px;
}

.im-command-subsection .im-command {
  margin-right: 3px;
}

.right-header {
  margin-bottom:10px;
}

/* Tips & Etiquette */
.tip {
  margin-left: 2em;
  border: 1px solid #ccc;
  background-color: #f3f3ee;
}
.tip-item {
  margin-bottom: 2em;
  width: 500px;
}
.tip-text {
  margin: 1em 0 2em 2em;
}


/* enabling IM */

.enable-im-right-section {
  margin-bottom: 20px;
}
.instruction-body {
  _margin-left: 1.1em;
  margin: 1em 0 4em 1.5em;
  display: block;
  clear: both;
  width: 520px;
  overflow:hidden;
}
ul.inside-list li {
  list-style-position: inside;
  list-style-type: disc;
}
.handle {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  width: 100px;
  height: 18px;
  color: #000;
}
.highlight-bar {
  float: left;
  border: 1px solid #E7D997;
  background: #FFF4C2;
  margin-bottom: 1.5em;
  padding: 0.4em 0;
  color: #2F2F2F;
  width: 615px;
  text-align: center;
}

/* gmail stuffs */
#gmail-accept {
  float: left;
}
#gmail-accept .top {
  width: 164px;
  height: 69px;
  background-image: url(../images/help/gmail_accept_top.png);
}
#gmail-accept .middle {
  width: 164px;
  background: #333 url(../images/help/gmail_accept_middle.png) 0 0 repeat-y;
  font-size: 93%;
}
#gmail-accept .middle div {
  padding: 0 0.5em;
}
#gmail-accept .bottom {
  width: 164px;
  height: 138px;
  background-image: url(../images/help/gmail_accept_bottom.png);
}
#gmail-accept-text {
  margin-left: 174px;
}

#gmail-always-show {
  width: 319px;
  height: 159px;
  background-image: url(../images/help/gmail_always_show.png);
}
#gmail-always-show .wrapper {
  position: absolute;
}
#gmail-always-show .handle.first {
  left: 28px;
  top: 36px;
  width: 144px;
  font-weight: bold;
}
#gmail-always-show .handle.second {
  left: 28px;
  top: 92px;
  width: 144px;
}

#gmail-search-always-show {
  width: 444px;
  height: 209px;
  background-image: url(../images/help/gmail_search_always_show.png);
}
#gmail-search-always-show .wrapper {
  position: absolute;
}
#gmail-search-always-show .handle {
  left: 13px;
  top: 50px;
  width: 208px;
}


/* aim stuffs */
#aim-add {
  width: 427px;
  height: 141px;
  background-image: url(../images/help/aim_add.png);
  margin-bottom: 1em;
}
#aim-add .wrapper {
  position: absolute;
}
#aim-add .handle {
  left: 115px;
  top: 76px;
  width: 290px;
  color: #1D7812;
  font-weight: bold;
}

/* msn stuffs */
#msn-add {
  width: 480px;
  height: 327px;
  background-image: url(../images/help/msn_add.png);
  margin-bottom: 1em;
}
#msn-add .wrapper {
  position: absolute;
}
#msn-add .handle {
  left: 125px;
  top: 158px;
  width: 204px;
  color: #1D7812;
  font-weight: bold;
}

/* yahoo stuffs */
#yahoo-add {
  width: 426px;
  height: 419px;
  background-image: url(../images/help/yahoo_add.png);
  margin-bottom: 1em;
}
#yahoo-add .wrapper {
  position: absolute;
}
#yahoo-add .handle {
  left: 40px;
  top: 89px;
  width: 204px;
  color: #1D7812;
  font-weight: bold;
}