html {
    margin: 0;
}

body {
    margin: 17px 0 8px 0;
    background: #CCCCAA;
    font-family: "宋体", SimSun, "细明体", MingLiU, Arial, Tahoma;
    color: #000000;
}

h1 {
    margin: 10px 0 12px 0;
    text-align: left;
    color: #444444;
}

h3 {
    margin: 15px 0 0 0;
    font-size: 18px;
}

h4 {
    margin: 15px 0 0 0;
    font-size: 18px;
}

h3 a {
    color: #000000;
}

p {
    margin: 8px 0 0 0;
    font-size: 16px;
    line-height: 19px;
}

a {
    text-decoration: none;  
    color: SlateBlue;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

img {
    border: none;
}

code,
pre.code {
    color: DarkGreen;
}

.floatRight {
    margin-left: 10px;
    float: right;
}

/************************************************************************************************/

#main {
    position: relative;
    margin: 0 auto; 
    padding-bottom: 20px;
    width: 900px;
    background: #CCCCAA;
}

#rightmain {
    position: relative;
    top: 0px; 
    left: 80px; 
    padding-bottom: 20px;
    width: 800px;
    background-color: #FFFFF0;
    line-height: 20px; 
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#topNav {
    z-index: 200;
    position: absolute;
    top: 15px;
    right: 26px;
    text-align: right;
    line-height: 20px;
}

#sideNav {
    margin-top: 30px;
    line-height: 30px;
}

#topNav a {
    font-size: 15px; 
    font-weight: normal;
    color: #737373;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.corner {
    position: absolute;
    background-repeat: no-repeat;
    width: 9px;
    height: 9px;
}

.cornerTopLeft {
    top: 0;
    left: 0;
    background-image: url(../images/cornerTopLeft.gif);
}

.cornerTopRight {
    right: 0;
    top: 0;
    background-image: url(../images/cornerTopRight.gif);
}

.header {
    z-index: 100;
    position: absolute;
    left: 10px;
    top: 5px;
}

.headerRight {
    z-index: 100;
    position: absolute;
    right: 30px;
    top: 10px;
    border: 1px solid black; 
    -moz-box-shadow: 0px 20px 10px -10px #888;
}
.footer {
    padding: 20px ;
    text-align: center;
}

#legal {
    font-size: 10px;
    color: #888888;    
}

#content {
    position: relative;
    top: 110px;
    left: 0;
    width: 100%;
    min-height: 200px;
    margin-bottom: 108px;
}

.columns {
    padding: 0 0 10px 0;
    position: relative;
}

.leftColumn {
    padding: 0 0 0 32px;
    width: 480px;
}

.leftColumn p,
.fullColumn p {
    color: #555555; 
}

.fullColumn {
    padding: 0 26px;
}

.section {
    min-height: 160px;
}

.leftSection {
    width: 300px;
    padding: 0 0 0 0px; 
    vertical-align: middle;

}

.rightSection {
    position: absolute; 
    min-width: 200px;
    max-width: 350px;
    padding-top: 10px;
    margin-left: 340px;
    margin-right: auto; 
    text-align: left; 
}

.sectionItem {
    padding: 1px 0 0 2px ; 
    font-size: 16px;
}

.sectionSmallItem {
    padding: 1px 0 0 2px ; 
    font-size: 14px; 
}

.newItem {
    color: green; 
}

.screenCaption {
    margin: -5px 0 10px 0;
    text-align: center;
    font-size: 12px;
    font-style: italic;
    color: #737373;
}

.startParagraph {
    margin: 0 0 20px 0;
    color: #222222 !important;
    font-size: 20px;
    line-height: 30px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.thumbpicture {
    margin: 10px 0 0 0px;
    border: 1px #888888 solid; 
    -moz-box-shadow: 0px 20px 10px -10px #888;
}

.smallPicture {
    float: left;
    margin: 0 20px 10px 0;
    width: 200px;
    height: 100px;
    background-color: #888888;
}

/************************************************************************************************/

.rightColumn {
    position: absolute;
    top: 15px;
    right: 30px;
    width: 230px;
    text-align: center;
}

#screens {
    position: relative;
}

 
/* install button */
.install-button,
p.install-button {
    width: 230px;
    margin: 0;
}

span.install-button-text {
    padding-right: 30px;
    font-size: 14px; 
}

.install-button a:link span.install-green-button,
.install-button a:visited span.install-green-button,
.install-button a:hover span.install-green-button,
.install-button a:active span.install-green-button {
    background: url(../images/install-button.png) no-repeat bottom left;
    display: block;
    min-height: 20px;
    padding: 10px;
}
* html .install-button a:link span.install-green-button,
* html .install-button a:visited span.install-green-button,
* html .install-button a:hover span.install-green-button,
* html .install-button a:active span.install-green-button { height: 20px; }

.install-button a:link,
.install-button a:visited,
.install-button a:hover,
.install-button a:active {
    background: #a8ed2d url(../images/install-button.png) no-repeat top left;
    display: block;
    color: #005825;
    text-decoration: none;
}

.install-button a:hover span.install-green-button,
.install-button a:active span.install-green-button {
    background: url(../images/install-button.png) no-repeat bottom right;
}

.install-button a:hover,
.install-button a:active {
    background: #89dc29 url(../images/install-button.png) no-repeat top right;
    color: #000;
    cursor: pointer;
}
 
.topTab {
    position: absolute;
    top: 59px;
    height: 21px;
}

.noteBox {
    padding: 8px;
    font-size: 11px;
}

.newsBox {
    border: 1px solid #CBE087;
    background: LightYellow;
    margin-bottom: 8px;
    padding: 0 8px 8px 8px;
}

.newsBox2 {
    margin-bottom: 8px;
    padding: 8px 8px 0 8px;
    color: green; 
}

.newsBox2 form {
    margin-top: 20px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.infoTable {
    font-size: 14px;
}

.docSection {
    margin: 0 0 5px 0; 
    padding: 0; 
}
.docSectionContext {
    display: none; 
    margin: 0 0 5px 0; 
    padding: 0; 
    background-color: #DDEAFF; 
}
.docSectionTitle {
    margin: 15px 0 0 0;
    font-size: 18px;
    font-weight: bold;
}

.docSectionTitle:hover {
    color: blue; 
    text-decoration: underline;
    cursor: pointer; 
}

.docSectionTitle:hover:active {
    color: blue; 
    text-decoration: underline;
    cursor: pointer; 
}

.keyHead {
    padding: 16px 0 4px 0;
    border-bottom: 1px solid #CCCCCC;
    font-size: 18px;
    font-weight: bold;
    width: auto; 
}

.keyType {
    font-size: 15px;
    font-weight: bold;
    width: 200px; 
}

.keyCode {
    position: absolute;
    font-size: 15px;
    font-weight: bold;
    color: #555555;
    width: auto; 
    left: 200px;
    text-align: left;
}

.rightAdsense {
    position: absolute;
    top: 80px;
    right: -140px;
    width: 120px;
    height: 250px;
    font-family: sans-serif;
    font-size: 12px;
    padding-bottom: 10px;
    color: #fff;
    padding-top: 1px;
}
