﻿.dropdown { font: normal normal normal 18px/20px Arial, San-Serif; position: absolute;}
        .dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
        .dropdown dd { position:relative; }
        .dropdown a, .dropdown a:visited { color:#fff; text-decoration:none; outline:none;}
        .dropdown a:hover { color:#fff;}
        .dropdown dt a:hover { color:#fff;}
        .dropdown dt a 
        {   background:#B4B4B4 url(../../images/CountriesArrow.gif) no-repeat scroll 65px center; display:block;
            width:85px; height: 25px;
            -moz-border-radius:5px; 
            -webkit-border-radius:5px;
            padding: 3px 0 0 0;
        }
        .dropdown dt a span {cursor:pointer; display:block;}
        .dropdown dd ul { background:transparent none repeat scroll 0 0; 
                          font: normal normal bold 11px/12px Verdana, San-Serif;
                          overflow: auto;
                          display:none;
                          left:0px; 
                          padding:5px 0px; 
                          position: absolute; 
                          top: 3px; 
                          width: 277px; 
                          height: 169px; 
                          list-style:none;
                          z-index: 10;
                          }
        .dropdown span.value { display:none;}
        .dropdown dd ul li {z-index: 10;}
        .dropdown dd ul li a, .dropdown dd ul li a:visited { z-index: 10; padding:5px; display:block; width: auto; color: #000;}
        .dropdown dd ul li a:hover { background-color:#B4B4B4;}
        
        .dropdown img.flag { border:none; vertical-align: middle; margin: -2px 3px 0 3px; height: 12px; width: 18px; }
        .flagvisibility { display:none;}
        
        div.Cellphone input[type=text] {z-index: 11; text-align: center;}
        div.Cellphone div.overlay { margin: -22px 0 0 0; background-image: url(../../images/dialingcode_background.png); background-repeat: no-repeat; background-position: 0 0; position: absolute; z-index: 9; width: 100%; height: 100%; display: none;}
