﻿/* File Created: 二月 13, 2014 */

/*-- Huyi.Web.Portal\Views\Country\List6.cshtml 专用 */
/********** begin country **************/
.popupcountrysft
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: #404040;
    font-size: 12px;
    overflow: hidden;
    width: 495px;
    position: absolute;
    border: 1px solid #91B3E6;
    display: none;
    z-index: 102;
    background-color: White;
}
.popupcountrysft .tab
{
    overflow: hidden;
    background-color: White;
}
.popupcountrysft .tab li
{
    float: left;
    width: 70px;
    padding: 5px 0 3px 0px;
    display: inline-block;
    text-align:  center;
    border-right: 1px solid #91B3E6;
    border-bottom: 1px solid #91B3E6;
    position: relative;
    background-color: #CBDEFE;
    font-weight: 800;
    font-size: 14px;
    cursor:pointer
}
.popupcountrysft .itemsft
{
    overflow: hidden;
    background-color: White;
}
.popupcountrysft .itemsft ul
{
    overflow: hidden;
    height:100%;
    border:1px solid white;
}
.popupcountrysft .itemsft li
{
    float: left;
    width: 68px;
    padding: 5px 0 5px 0px;
    line-height:20px;
    display: inline-block;
    text-align: center;
    height:100%;
}
.popupcountrysft .itemsft .borderbottom
{
    border-bottom: 1px solid #EAEAEA;
}
.popupcountrysft .chot
{
    
}
.popupcountrysft .chot:hover
{
    text-decoration:underline;
    color:#ff6600;
}

/********** begin end **************/