/**
 * @file: style.css
 * @description: css style
 * @copyright: sellturnkey.com
 **/
body{
    margin:0;
    color:#000000;
    background-color: #f7fcf8;
    font-family: arial, verdana, helvetica;
}

div, h1, h2, h3, h4, p, form, label, input, textarea, img, span {
    margin: 0;
    padding: 0;
}

ul{
    margin:0; 
    padding:0; 
    list-style-type:none;
    line-height:0;
}

a {
    text-decoration: none;
    color: #0033AA;
}

a:hover {
    text-decoration: underline;
}

.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}

/*================ header ====================*/

#header {
    margin: 0px;
    height: 30px;
    background-color: #006E2E;
    border-bottom: 1px solid #FFFFFF;
}

.header-content {
    margin: auto;
    width: 800px;
    float: none;
}

.header-content a{
    color: #ffffff;
    font-weight: bold;
}

.header-content ul {
    padding-left: 0px;
}

.header-content li a{
    font-size: 14px;
    padding: 15px;
    color: #ffffff;
    float: left;
}

/*================ form translate ====================*/
#form-translate {
    margin: 0px;
    height: 80px;
    background-color: #CDEB8B;
    border-bottom: 5px solid #EEEEEE;
}

.form-translate-content {
    margin: auto;
    width: 810px;
    float: none;
}

#form-text {
    height: 30px;
    width: 460px;
    font-size: 20px;
    color: #006E2E;
    border: 3px solid #006E2E;
    padding: 2px;
}

#form-to {
    height: 40px;
    width: 290px;
    font-size: 20px;
    color: #006E2E;
    border: 3px solid #006E2E;
    padding: 2px;
}

.logo {
    float: left;
    width: 160px;
    padding: 5px;
}

.translate {
    float: left;
    width: 430px;
    padding-top:20px;
}

.search {
    float: left;
    padding: 5px;
    width: 40px;
    padding-top:20px;
    cursor:pointer;
}

.to {
    float: left;
    width: 300px;
    padding-top: 20px;
    padding-left: 5px;
    color: #333333;
    font-weight: bold;
}


/*================ result translate ====================*/
#result-translate {
    margin: 0px;
    height: 250px;
}

.result-translate-content {
    margin: auto;
    width: 810px;
    float: none;
    padding: 5px;
}


.result-translate {
    float: left;
    padding: 5px;
    width: 610px;
    font-weight: bold;
    line-height: 25px;
    padding-right: 10px;
}

.result-right {
    float: left;
    width: 170px;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #006E2E;
    background-color: #CDEB8B;
}

#result-header {
    font-style: italic;
    padding: 0px 0px 10px 0px;
    font-weight: bold;
    color: #006e2e;
}

/*================ footer ====================*/
#footer {
    margin: auto;
    width: 810px;
    float: none;
    padding: 5px;
    font-size: 11px;
    border-top: 1px solid #555555;
    text-align: center;
}

.desc {
    margin: auto;
    width: 810px;
    float: none;
    padding: 5px;
    font-size: 12px;
    border-top: 1px solid #555555;
    text-align: center;
}

.description {
    margin: auto;
    float: none;
    font-size: 12px;
    color: #555555;
    font-weight: normal;
}

/*================ branding ====================*/
#branding {
    padding-bottom: 5px;
    border-top: 1px solid #cdeb8b;
    float: right;
}

#brandingfull {
    padding-bottom: 5px;
    border-top: 1px solid #cdeb8b;
    float: right;
    padding-top: 2px;
}

#brandingms {
    padding-bottom: 5px;
    float: right;
    font-size: 11px;
    color: #555555;
    font-weight: bold;
    border-top: 1px solid #cdeb8b;
}

/*================ full text ====================*/
#header-fulltext {
    margin: auto;
    height: 30px;
    background-color: #CDEB8B;
    border-bottom: 5px solid #EEEEEE;
    padding-top: 8px;
    font-weight: bold;
    color: #587617;
}

.header-fulltext-content {
    width: 600px;
    padding-left: 5px;
}

.result-full-translate {
    float: left;
    padding: 5px;
    width: 610px;
    font-weight: bold;
    line-height: 25px;
    padding-right: 10px;
    font-size: 13px;
    color: #555555;
}

.normal {
    font-size: 12px;
    color: #000000;
    font-weight: normal;
}

fieldset {
    text-align: center;
    padding: 5px;
}

#textarea-from {
    width: 570px;
    height: 150px;
    border: 1px solid #AAAAAA;
}

#textarea-to {
    width: 570px;
    height: 150px;
    border: 1px solid #AAAAAA;
}

#button-translate {
    width: 100px;
}

/*================ say it ====================*/

#text-to-say {
    height: 30px;
    width: 570px;
    font-size: 20px;
    color: #006E2E;
    border: 3px solid #006E2E;
    padding: 2px;
}

#button-say {
    cursor: pointer;
}

#play_result {
    padding-top: 10px;
}

#wait_for {
    display: none;
}

/*================== full additional ============*/
#c1 {float:left; padding-left: 60px;}
#c2 {float:left; padding-left: 10px;}
#loading {float:left; padding: 5px; display:none}

.advert-container{
    
    border-bottom: 2px solid #EEEEEE;
}

.advert-content {
    margin: auto;
    width: 810px;
    padding: 5px;
}

#translated-text {
    display: none;
}