﻿img
{
    border:none;
}

.Top, .NavigationContainer, .UserLogin
{
    margin-left:auto;
    margin-right:auto;
    width:1000px;
}

.Top
{    
    text-align:center;
    height:183px;
}

/*Naigation*/

.Navigation
{
    width:100%;
    height:36px;
    background: url(/Images/Index/Top_bg.gif) repeat-x;
}

.NavigationText
{
    height:36px;
    width:1000px;
    line-height:36px;
}

.NavigationText .cell, .NavigationText .cellHighlight
{
    float:left; 
    margin-left:9px; 
    margin-right:5px;
    display:inline;
}

.NavigationText a, .NavigationText .cellHighlight a
{
    font-family:幼圆,黑体; 
    font-size:18px; 
    line-height:36px;
    text-decoration:none;
    font-weight:bolder;
    display:block;
}

.NavigationText a
{
    color:#fff;
}

.NavigationText .cellHighlight a
{
    color:#FFC125;
}

.NavigationText a:hover, .NavigationText .cellHighlight a:hover
{
    color:#FFF68F;
}

.Navigation_Relative
{
    position: relative;
}

.HdsEbookPopup, .EpenPopup, .ToyPopup
{
    float:left;
    display:inline;
}

.HdsEbookPopup
{
    width:90px;
    height:27px;
    line-height:27px;
    text-align:center;
    position:absolute;
    left:608px;
    top:-27px;
    z-index:1;
    background:url(/Images/Index/navi_ebook_bg.png) no-repeat;
    display:none;
}

.EpenPopup
{
    width:127px;
    height:27px;
    line-height:27px;
    text-align:center;
    position:absolute;
    left:680px;
    top:-27px;
    z-index:1;
    background:url(/Images/Index/navi_ebook_bg127_27.png) no-repeat;
    display:none;
}

.ToyPopup
{
    width:220px;
    height:27px;
    line-height:27px;
    text-align:center;
    position:absolute;
    left:710px;
    top:-27px;
    z-index:1;
    background:url(/Images/Index/navi_ebook_bg220_27.png) no-repeat;
    display:none;
}

/*Naigation end*/

/*User Login*/

.UserLogin
{
    height:40px;
}

.UserLogin
{
    background-image: url(/Images/Index/Login_BG.png);
}

.UserLoginBar
{
    width:866px;
    height:35px;
    margin-left:135px;
    font-weight:bolder;
}

.UserLoginBar img, .UserLoginBar input
{
    vertical-align:middle;
}

.UserLoginBarInput
{
    width:150px;
}

.Button_Login
{
    margin-left:5px;    
    cursor:pointer;
}

/*User Login end*/