﻿ul
{
    margin:0;
    padding:0;
}
li
{ 
    margin:0;
    padding:0;
}
.popupcountry
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: #666666;
    font-size: 12px;
    overflow: hidden;
    width: 365px;
    position: absolute;
    border: 1px solid #d3d3d3;
    display: none;
    z-index: 102;
    background-color: White;
}
.popupcountry .tab
{
    overflow: hidden;
    background-color: White;
}
.popupcountry .tab li
{
    float: left;
    width: 60px;
    padding: 3px 0 3px 0px;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    position: relative;
    background-color: #f3f3f3;
    font-weight: 800;
    font-size: 14px;
    cursor:pointer;
    line-height:30px;
}
.popupcountry .item
{
    overflow: hidden;
    background-color: White;
}
.popupcountry .item ul
{
    overflow: hidden;
    height:100%;
    border:1px solid white;
    line-height:25px;
}
.popupcountry .item li
{
    float: left;
    width: 60px;
    padding: 5px 0 5px 0px;
    display: inline-block;
    text-align: center;
    height:100%;
}
.popupcountry .item .borderbottom
{
    border-bottom: 1px solid #EAEAEA;
}