﻿/* FOUNDATIONS
-------------------------------------------------- */
html, body, div, span,
    applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, b, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    dd, dl, dt, li, ol, ul,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 10pt;
    line-height: 1.3;
    font-family: inherit;
    text-align: left;
    text-decoration: none;
    direction: ltr;
    
}

 
table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol, ul {
    list-style: none;
}

q:before, q:after,
    blockquote:before, blockquote:after {
    content: "";
}

b {
    font-weight: bold;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000000;
    font:12px/1.5 Tahoma,Helvetica,Arial,'宋体',sans-serif;
   
}

/* mainFrame
------------------------------------------*/

#mainFrame {
    width: 820px;
    padding: 0;
    margin: auto;
    background: url( ../images/bg_strip.gif ) repeat-y;
}

#innerFrame {
    margin: auto;
    padding: 0;
    text-align: center;
    width: 765px;
    overflow: hidden;
}

/* top bar   -----------------------------*/

#topBar {
    padding: 6px 14px 0 0;
    text-align: right;
    color: #6D80A0;
}

#topBar a {
    color: #6D80A0;
}

#topBar a:hover {
    color: #000066;
    text-decoration: underline;
}

#langMenu a{
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:98% center;
}

#langMenu a:hover{
	text-decoration: none;
	background-color:#000080;
	color:#FFFFFF;
}

.international{
	background:transparent url(../images/globe.gif) no-repeat scroll right center;
}

/* header   -----------------------------*/

#header {
    width: 790px;
    padding: 10px 0;
    margin-left: 30px;
}

#header a {
    display: block;
    width: 310px;
}

#header a.privateLabel {
    display: block;
    background: none;
    width: 330px;
}

/* mainMenu   -----------------------------*/

#mainMenu {
    clear: right;
    height: 34px;
    background: url(../images/strip.png) no-repeat; /*	border: solid blue 1px;*/
}

#mainMenu div {
    padding-top: 12px;
    margin-bottom: 10px;
    width:790px
}

#emptyMainMenu {
    clear: right;
    height: 0;
}

#emptyMainMenu div {
    padding-top: 0;
}

/* navBar   -----------------------------*/

.navBar {
    margin: auto;
    width: 790px;
}

.navBar li {
    margin: auto;
    display: inline;
    padding: 0 7px;
    border-right: 1px solid #6D80A0;
}
.navBar li:first-child {
    border-left: 0;
    margin-left:-5px;
}
.navBar li:last-child {
    border-right: 0;
    padding-right:0;
    margin-right:-5px;
}
.navBar li a {
    color: #6D80A0;
    line-height: 1.0;
}

.navBar li a.activeTab {
    color: navy;
    font-weight: bold;
}

.navBar li a:hover {
    color: #000066;
}
.navBar li.registerd {
    padding-left: 100px;
    padding-right: 0;
    border-right: 0;
}

.navBar li b {
    color: #036;
}

/* content   -----------------------------*/

#content {
    margin: 2em auto;
    margin-top: 0;
    float: left;
    line-height: 1.3;
    padding: 0 1.2em;
    height: 100%;
    width: 720px;
}

#content h1 {
    height: 24px;
    font-size: 15px;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
    padding-left: 1.2em;
    line-height: 1.5em;
    font-weight: bold;
}

#content h2 {
    background: url( ../images/H2_strip.jpg ) no-repeat;
    width: 690px;
    height: 24px;
    color: #000066;
    font-size: 13px;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
    padding-left: 1.2em;
    line-height: 1.5em;
    font-weight: bold;
}

#content h3 {
    line-height: 1.5em;
    font-size: 13px;
    font-weight: bold;
    height: 22px;
    color: #000066;

    margin-top: 1.0em;
    margin-bottom: 0.2em;
}

#content h3 a {
    line-height: 1.5em;
    font-size: 13px;
    font-weight: bold;
    height: 22px;
    margin-top: 1.0em;
    margin-bottom: 0.2em;
}

#content h4 {
    line-height: 1.5em;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    color: #000066;

    margin-top: 1.0em;
    margin-bottom: 0.2em;
}

#content h3, #content h4, #content ul, #content ol, #content p, #content table, #content div, #content textarea {
    margin-left: 1.5em;
    margin-bottom: 0.6em;
}

#content ul, #content ol {
    margin-left: 2.8em;
}

#content li {
    margin-bottom: 1.5em;
}

#content a {
    color: #006699;
    text-decoration: underline;
}

#content a:hover {
    color: #000099;
}

#content .formArea {
    padding: 15px; /*border: solid 1px #C6CED7;*/
/*background-color: #E2E9EE;*/
    width: 688px;
}

#content .formArea table {
    margin: 0;
}

.errorMessages {
    color: red;
    font-size: smaller;
}

.errorMessages a {
    font-size: smaller;
}

#content #colorPickerDiv, #content #colorPickerDiv table{
	margin:0;
}

/* footer   -----------------------------*/

#footer {
    margin: auto;
    text-align: center;
    width: 820px;
    height: 30px;
    background: url(../images/buttomStrip.png) no-repeat;
    padding-top: 36px;
}

#footer a:hover {
    text-decoration: underline;
}

#footer li.registerd {
    padding-left: 80px;
    color: #6D80A0;
}

#footer ul {
    text-align: center;
}


/* pages   -----------------------------*/

.scriptRed {
    color: #990000;
}

.scriptGray {
    color: #333333;
    line-height: 1.3;
}

/**********************************************************************************************************************
* Buttons
**********************************************************************************************************************/
#content td.buttonLeft {
    background: url( '../images/button_left.gif' ) no-repeat;
    width: 7px;
    font-size: 1px;
    cursor: pointer;
    padding: 0;
}

#content td.buttonMiddle {
    background: url( '../images/button_middle.gif' ) repeat-x;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: white;
    font-weight: bold;
    text-decoration: none;
    padding: 0;
}

#content td.buttonMiddle a {
    font-weight: bold;
    color: white;
    text-decoration: none;
    white-space: nowrap;
}

#content td.buttonMiddle a:hover {
    color: white;
    text-decoration: none
}

#content td.buttonRight {
    background: url( '../images/button_right.gif' ) no-repeat;
    width: 7px;
    font-size: 1px;
    cursor: pointer;
    padding: 0;
}

textarea.codeContainer {
    border: 1px solid black;
    padding: 5px;
    background-color: #AFDBFF; /*background-color: #ffffcc;*/
    font-size: 9pt;
}

/*-------------------------------------*/

/* demoBubbleLink
------------------------------------------*/

a.demoBubbleLink, #contentStatic a.demoBubbleLink, #contentStatic a.demoBubbleLink:hover {
    border-bottom: 1px solid #009900;
    padding-bottom: 1px;
    color: #009900;
}
#content a.demoBubbleLink,
#content a.demoBubbleLink:hover{
    border-bottom: 1px solid #006699;
    padding-bottom: 1px;
    color: #006699;
        
}

/* content   -----------------------------*/

#contentStatic {
    margin: auto;
    float: left;
    width: 500px;
    line-height: 1.3;
    padding: 0 1.2em;
    height: 100%;
}

#contentStatic h1 {
    background: url( ../images/H2_strip.jpg ) no-repeat;
    width: 500px;
    height: 24px;
    margin-left: -1.2em;
    line-height: 1.5em;
}

#contentStatic h1 strong, #contentStatic h1 b{
    color: #000066;
    font-size: 14px;
    padding-left: 1.2em;
    line-height: 1.5em;
}
#contentStatic h2{
    line-height: 1.3;
	font-weight:normal;
}

h3 {
    line-height: 1.3;
	font-weight:normal;
}

#contentStatic a {
    color: #006699;
    text-decoration: underline;
}

#contentStatic a:hover {
    color: #000099;
}

.bull{
	list-style: disc outside;
	margin-left:23px;
	color:#000066;
}
.bull span{
	color:#000000;
}

#contentStatic b.Qw {
/*line-height:1.8;	*/
}
.Qw h3{
    
}

/* sideBar   -----------------------------*/

#sideBar {
/*border:red solid 1px;*/
    float: right;
    width: 217px;
    margin-right: 0.4em;
    margin-top:13px;
    height: 100%;
}

.boxTop {
    background: url( ../images/boxTop.png ) no-repeat top;
    width: 217px;
    margin: auto auto 1em;
}

.boxTop b {
    color: #006699;
    line-height: 2;
    padding:1em 0 0 1.2em;
}
.boxTop #box0{
    width: 208px;
    height:133px;
    border: solid 1px #E7EDEF;
    margin: auto;
    background: url( ../images/demo_link.png ) no-repeat right;
}

#box1 {
    height: 200px;
    border: solid 1px #E7EDEF;
    width: 208px;
    margin: auto;
    background: url( ../images/LimitedOffer.jpg ) no-repeat right;
}

#box1 h4 {
    color: #990000;
    font-size: 20px;
    margin: 0.5em 0 3.2em 0.5em;
    line-height: 1.4;
    text-align: center;
    width: 62px;
}

#box1 h5 {
/*border:solid red 1px;*/
    color: #003366;
    font-size: 16px;
    margin: 0.8em 0 0 3px;
    text-align: center;
    width: 86px;
    line-height: 1.1;
}

#box1 span {
    color: #990000;
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    vertical-align: super;
}

#box2 {
    height: 230px;
    border: solid 1px #E7EDEF;
    width: 208px;
    margin: auto;
}

#box3 {
    height: 460px;
    border: solid 1px #E7EDEF;
    width: 208px;
    margin: auto;
    text-align: center;

}

#box3 li b {
    color: #000000;
    padding: 0;
    line-height: 20px;
}

#box3 ul {
    float: left;
    padding-left: 18px;
    width: 107px;
}

#box3 li {
    margin:12px 0 21px 0;
		height:37px;
    border-bottom: 2px dotted #E7EDEF;
}

/*#box3 li.Item {*/
    /*margin-bottom: 2.5em;*/
/*}*/

#box3 li.lastItem {
/*margin-top:2.4em;*/
    border-bottom: 0;
}

#box3 #icons {
    float: left;
    width: 66px;
    height: 236px;
    margin: 12px 2px;
    background: url( ../images/adv_Icons.jpg ) no-repeat;
}

/* signBox   -----------------------------*/

#signBoxDiv {
/*border:1px red solid;*/
    margin: auto;
    height: 120px;
    background: url( ../images/signBox.png ) no-repeat;
}

#signBox {
/*border:1px red solid;*/

    float: right;
    width: 178px;
    height: 80px;
    margin: 0.8em 24px;
    font-size: 14px;
    color: #000066;
    line-height: 1.5;
}

#signBox a {
    display: block;
    color: #006699;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    margin: 4px 0 0 0;
	float:right;
}

#signBox a:hover {
    color: #000066;
}

/* innerPageImage   -----------------------------*/

#innerPageImage {
    margin: 1.6em auto 1.6em 0;
    width: 500px;
    height: 220px;
    background: no-repeat;
}

/* mainImage   -----------------------------*/

#mainImage {
    margin: 0 auto 2em auto;
    width: 765px;
    height: 303px;
}

#mainFlash {
/*border:1px solid blue;*/
    z-index: -1
}

#overTheFlash {
    width: 765px;
    height: 323px;
    position: absolute; /*z-index:2;*/
}

#mainImage #my_h1 {
    width: 500px;
    font-size: 22px;
    color: #000066;
    padding: 2em 0 0 1em;
    line-height: 1.3;
	font-weight:normal;
}

#mainImage #my_h1 b {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: normal;
}

#infoLinksLogo {
    display: inline;
    width: 330px;
}

.poweredBy {
    float:right;
    margin:32px 40px 0 0;
}

#search {
    float: right;
    padding-right: 30px;
    display: inline;
}

.topBanner{
	border: 1px solid black;
	margin: 10px 0;
	padding: 26px;
	text-align: right;
}

a.button{
	display:block;
	height:20px;
	background:transparent url(../images/button_right_slide.gif) no-repeat scroll right top;
	text-decoration:none;
	margin:0 auto;
	padding-right:5px;
	cursor:pointer;
	text-decoration:none !important;
}

a.button span{
	display:block;
	height:20px;
	line-height:20px;
	padding:0 0 0 5px;
	background:transparent url(../images/button_left_slide.gif) no-repeat scroll left top;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}

a.button:hover{
	text-decoration:none !important;
	background-position:right bottom;
}

a.button:hover span{
	background-position:left bottom;
}

div.pressContent strong, div.pressContent b{
	font-weight:bold;
}

div.pressContent em, div.pressContent i{
	font-style:italic;
}

/* === SEARCH RESULTS - START === */

#searchResultsCont .resultNum{
	text-align:right;
	margin-bottom:20px;
	color:#898994;
}

#searchResultsCont ul li{
	margin-bottom:17px;
}

#searchResultsCont ul li h3{

}

#searchResultsCont ul li h3 a.title, #searchResultsCont ul li h3 a.title b{
	font-size:16px !important;
	text-decoration:underline;
}

#searchResultsCont ul li span.displayUrl{
	color:#568E1A;
}


#searchResultsCont ul li a.cache{
	color:#898994;
}

#searchResultsCont div.noResults h1{
	font-size:16px !important;
	margin-bottom:5px;
}

#searchResultsCont div.noResults h1 b{
	font-size:16px !important;
	font-weight:bold;
}

#searchResultsCont b{
	font-weight:bold;
}

#searchResultsCont div.noResults ul{
	list-style: circle inside;
	margin-top:5px;
}

#searchResultsCont div.noResults li{
	margin-bottom:5px;
}
/* === SEARCH RESULTS - END === */

/* === RELATED TAGS - START === */
div#RelatedTagsImage {
    width: 517px;
    height: 65px;
    margin-left:auto;
    margin-right:auto;
}

/* === RELATED TAGS - END === */

#content.narrow{
    width: 552px;
}

iframe#doubleChocolate{
    width:100%;
    height:500px;
}
/* GettingStarted   -----------------------------*/
#contentStatic div.plugin_image{
    padding:10px 0 0 35px;
    margin-left:10px;
    background:transparent no-repeat left top;
    height:30px;
    float:left;
}
#contentStatic div.plugin_image:first-child{
   margin-left:0;
}
#contentStatic #Wordpress.plugin_image{
   background-image:url( ../images/Wordpress.png );
}
#contentStatic #Blogger.plugin_image{
   background-image:url( ../images/Blogger.png );
}

#contentStatic #Joomla.plugin_image{
   background-image:url( ../images/Joomla.png );
}

#contentStatic #Drupal.plugin_image{
   background-image:url( ../images/Drupal.jpg );
}
#contentStatic #clear{
    clear:both;
}
/* ResourcesAndPlugins   -----------------------------*/
#contentStatic div.plugin_image2{
    padding:10px 0 0 35px;
    margin-left:10px;
    background:transparent no-repeat left top;
    height:auto;
    float:none;
}
#contentStatic #Wordpress2.plugin_image2{
   background-image:url( ../images/Wordpress.png );
}
#contentStatic #Blogger2.plugin_image2{
   background-image:url( ../images/Blogger.png );
}

#contentStatic #Joomla2.plugin_image2{
   background-image:url( ../images/Joomla.png );
}

#contentStatic #Drupal2.plugin_image2{
   background-image:url( ../images/Drupal.jpg );
}
/* FAQ   -----------------------------*/
div#content.faq div.faqAnswer ol li {
    margin-bottom:0;
}

li a div#blogger_pre{
    margin-bottom:0;    
}
li a div#blogger_question{
    margin-left:0;
    text-decoration:underline;
}
li a img#blogger_im{
    width:15px;
    height:auto;
}
div.faqAnswer div#faq_links p a{
    color:blue;
}
/* plugin ----------------------------*/
div.plugin-page#content div.spacer{
    margin-left:14px;
}
div.plugin-page#content ol li{
    margin:0;
}
div.plugin-page#content p li{
    margin-left:14px;
}
div.plugin-page#content{
    padding-left:0;
}
div.plugin-page#content ol.plugin_instruction{
    list-style-type:decimal;
}
div.plugin-page#content ol.plugin_instruction li{
    margin-bottom:12px;
}
div.plugin-page#content ol.plugin_instruction p{
    margin-left:0;
}

/* resources -------------------------*/
#content div.plugin_image3{
    padding:0 0 0 25px;
    margin-left:10px;
    background:transparent no-repeat left top;
    height:auto;
    float:none;
}
#content #Wordpress3.plugin_image3{
   background-image:url( ../images/Wordpress.png );
}
#content #Blogger3.plugin_image3{
   background-image:url( ../images/Blogger.png );
}

#content #Joomla3.plugin_image3{
   background-image:url( ../images/Joomla.png );
}

#content #Drupal3.plugin_image3{
   background-image:url( ../images/Drupal.jpg );
}
#content ol.norm-list li{
   margin-bottom:0;
}
/* -- impl-guide --*/
/*
input.blogger_button{
position:relative;left:380px;bottom:20px;width:193px;height:25px;
}
*/
input.blogger_button{
    width:193px;
    height:25px;
    vertical-align:middle;
}
/* -- demo_movie -- */
div#demo_movie{
    margin:0 30px;
    width:660px;
    height:525px;
    clear:both;
}

