﻿dl.dropdown
{
    font: normal normal bold 12px/1.5 Arial, San-Serif;
    float: left;
    width: 82px !important;
}
dl.dropdown dd, dl.dropdown dt, dl.dropdown ul
{
    margin: 0px !important;
    padding: 0px !important;
}
dl.dropdown dd
{
    position: relative;
}
dl.dropdown a, .dropdown a:visited
{
    color: #585858;
    text-decoration: none;
    outline: none;
}
dl.dropdown a:hover
{
    color: #585858;
}
dl.dropdown dt a:hover
{
    color: #585858;
}
dl.dropdown dt a
{
    background: #fff url(/res/img/browse-arrow-down.png) no-repeat scroll 53px center;
    display: block;
    width: 68px;
    height: 20px !important;
    padding: 0;
}
dl.dropdown dt a span
{
    cursor: pointer;
    display: block;
}
dl.dropdown dd ul
{
    background: transparent none repeat scroll 0 0;
    overflow: auto;
    display: none;
    left: 0px;
    padding: 5px 0px;
    position: absolute;
    top: -21px;
    width: 265px;
    height: 170px;
    list-style: none;
    z-index: 10;
}
dl.dropdown span.value
{
    display: none;
}
dl.dropdown dd ul li
{
    z-index: 10;
    padding: 0;
    border: none;
}
dl.dropdown dd ul li a, dl.dropdown dd ul li a:visited
{
    z-index: 10;
    padding: 1px 5px 1px 0px;
    display: block;
    width: auto;
    color: #000;
}
dl.dropdown dd ul li a:hover
{
    background-color: #B4B4B4;
}

dl.dropdown img.flag
{
    border: none;
    vertical-align: middle;
    margin: 0px 3px;
    height: 12px;
    width: 18px;
    
}
.flagvisibility
{
    display: none;
}

div.Cellphone select.CountriesDropDown
{
	width: 68px;
    float: left;
}

div.Cellphone input
{
    z-index: 11;
}
div.Cellphone div.overlay
{
    margin: -20px 0 0 -10px;
    background-image: url(/images/dialingcode_background.png);
    background-repeat: no-repeat;
    background-position: 5px 15px;
    position: absolute;
    z-index: 9;
    width: 294px;
    height: 228px;
    display: none;
}

.RegisterSignIn dl.dropdown dt a {
    margin-top: 2px;
    border-color: #a8a8a8;
}

.flag
{
	background:url(/res/img/flags.png) no-repeat;
}

.flag.flag-ZAR {
	background-position: -198px -168px;
}
.flag.flag-USD {
	background-position: -234px -156px;
}
.flag.flag-KES {
	background-position: -198px -72px;
}
.flag.flag-EUR {
	background-position: -0px -48px;
}
.flag.flag-GBP {
	background-position: -144px -48px;
}

.CZMissingDetails div.Cellphone .overlay { margin-left: 144px; }
