﻿@import url(sections/general.css);
@import url(sections/header.css);
@import url(sections/menu.css);
@import url(sections/footer.css);
/*

  PAGE CONTENT

*/
#innerBody
{
 margin: 0 auto;
 width: 900px;
}
.LeftBox
{
 width:400px;
 float:left;
 padding-right:14px;
 text-align:right;
 padding-left:12px;
}
.LeftTab
{
 text-align:right !important;
 float:right !important; 
}
#form
{
 float:left;
 text-align:left;
}
.LeftBox table
{
 margin-bottom:5px;
}
.cont_L
{
 padding-top:10px;
 width:200px;
 float:left;
 padding-bottom:10px;
}
.cont_R
{
 padding-top:10px;
 width:200px;
 float:left;
 padding-bottom:10px;
}
.RightBox
{
 width:425px;
 float:right;
 padding-right:25px;
 border-left:1px gray solid;
 padding-left:15px;
}
.RightTab span, .LeftTab span
{
 padding:8px;
 font-size:14px;
 line-height:25px;
 cursor:pointer;
}
.seprator
{
 width:395px;
 border-top:1px gray solid;
 line-height:1px;
}
.RightBox #content .intr
{
 height:470px;
 width:415px;
 overflow:auto;
 padding-left:10px;
 padding-right:10px;
}
.RightBox #content .intr h3
{
 margin-top: 8px;
}
#faq, #privacy, #support, #offline, #contact, #about
{
 display:none;
}
.RightBox #content h4
{
 margin-bottom:0px;
 color:#375F92;
}
.RightBox #content ul
{
 margin-top:0;
}
.red
{
 color:#FF0000;
}
.blue
{
 color:#FF6600;
 cursor:default !important;
 font-weight:bold;
}
.black
{
 color:#999999;
 cursor:pointer !important;
}
h3
{
 color:#375F92;
 clear:both;
}
.LeftBox textarea
{
 width:350px;
}
.faqnav a
{
 text-decoration: none;
 color: #386093;
 font-weight: bold;
}
.faqnav a:hover
{
 text-decoration: underline;
}
.nobr
{
 white-space: nowrap;
}