/*
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/

body
{
    /* Font */
    /*font-family:"宋体", "新宋体";*/
    /*font-family:Yuppy SC;*/
    /*font-family: sans-serif, Arial, Verdana,"Trebuchet MS";*/
    /*font-family: Arial,Helvetica,sans-serif*/
    font-family:'Varela Round', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 22px;
    /* Text color */
    color: #444444;

    /* Remove the background color to make it transparent */
    background-color: #fff;

    width: 100%;
    max-width: 1600px;
    margin: auto;

    overflow-x: hidden;

}
table {
    font-size: 14px;
}
.cke_editable
{
    font-size: 14px;
    line-height: 1.6;
}

blockquote
{
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
}

.cke_contents_ltr blockquote
{
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}

.cke_contents_rtl blockquote
{
    padding-left: 8px;
    padding-right: 20px;
    border-right-width: 5px;
}

a
{
    color: #0782C1;
}

ol,ul,dl
{
    /* IE7: reset rtl list margin. (#7334) */
    *margin-right: 0px;
    /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
    /*padding: 0 40px;*/
}

h1,h2,h3,h4,h5,h6
{
    font-weight: normal;
    line-height: 1.2;
}

hr
{
    border: 0px;
    border-top: 1px solid #ccc;
}

img.right
{
    border: 1px solid #ccc;
    float: right;
    margin-left: 15px;
    padding: 5px;
}

img.left
{
    border: 1px solid #ccc;
    float: left;
    margin-right: 15px;
    padding: 5px;
}

pre
{
    white-space: pre-wrap; /* CSS 2.1 */
    word-wrap: break-word; /* IE7 */
    -moz-tab-size: 4;
    -o-tab-size: 4;
    -webkit-tab-size: 4;
    tab-size: 4;
}

.marker
{
    background-color: Yellow;
}

span[lang]
{
    font-style: italic;
}

figure
{
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 2px;
    background: rgba(0,0,0,0.05);
    padding: 10px;
    margin: 10px 20px;
    display: inline-block;
}

figure > figcaption
{
    text-align: center;
    display: block; /* For IE8 */
}

a > img {
    padding: 1px;
    margin: 1px;
    border: none;
    /*outline: 1px solid #0782C1;*/
}

/* Footer Setting -------*/
#organization {
    display: block;
    height: 40px;
    position: relative;
    top: 40px;
    float: left;
}

#organization li {
    float: left;
    padding: 0 15px;
}

#organization li  a
{
    display:block;
}

/*=====================Start: footer====================*/
#footer{
    clear:both;
    color:#666;
    margin:25px 0 0 0;
    text-align:center;
}
#footer .footerContent{
    clear:both;
    text-align:center;
}

#footer .footerContent div.footerBody{
    background:#efefef;
    margin:0 auto;
    /*width:961px;
    text-align:left;*/
    padding:10px 0 6px 0;
}
#footer .footerContent div.footerBody .footerLogo{
    float:left;
    width:170px;
    border-right:2px solid #999;
    text-align:left;
    margin-left:5px;
    margin-right:5px;
}
#footer .footerText{
    margin:10px auto;
    width:960px;
    text-align:center;
    padding-left:10px;
}
#footer .footerText #FooterQuickLink{
    padding-bottom:20px;
}
#footer .footerText  a{ color:#999;}
#footer .footerText  a:hover{ text-decoration:underline;}

#footer .footerText dl{
    float:left;
    width:115px;
    padding-right:5px;
}
#footer .footerText dl dt{
    font-weight:bold;
    color:#666;
    text-align:left;
    height:20px;
    font-size:11px;
}
#footer .footerText dl dd{
    text-align:left;
    padding-bottom:6px;
    line-height:12px;
    font-size:10px;
}
#footer .footerText .product{
    width:100%;
    clear:both;
    display:block;
    padding-top:5px;
}
#footer .footerText .product dd{
    width:115px;
    padding-right:5px;
    float:left;
    display:inline;
}
#footer .footerText #copyright{
    clear:both;
    height:30px;
    font-size:11px;
    border-top:solid 1px #EEEEEE;
}
.clear {
    zoom:1;
    clear:both;
    display: inline-block;
}
.clear:after {
    content:'';
    display:block;
    clear:both;
    visibility:hidden;
    height:0;
}


.greyBG{
    background-color:#f4f4f4;
}
.ps{
    color:#999;
    font-size:10px;
    line-height:12px;
}
.notavailable{
    color:#999;
    font-size:15px;
    line-height:12px;
}
.notavailableprice{
    font-size:14px;
    font-weight:bold;
    color:#999 !important;
}
/*=====================End: footer====================*/
