@charset "utf-8";

/* Country dots */
.countrydotsmap {
 position: relative;
 overflow: hidden;
 width: 280px;
 height: 160px;
 background: url(world-small.png);
}
.countrydots .dots span {
 position: absolute;
 width: 500px;
 height: 7px;
 background: url(dot.png) no-repeat;
 padding-left: 10px;
 font-size: 10px;
 color: #444;
 z-index: 10001;
}

/* Country picker */
.lwm-picker {
 position: relative;
 overflow: hidden;
}
.lwm-picker img.lwm-map {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 10000;
}
.lwm-picker .choose {
}
.lwm-picker .choose ul {
 margin: 0;
 padding: 0;
 list-style-position: inside;
 list-style-type: none;
 text-indent: 0;
 list-style-position: inside;
}
.lwm-picker .choose li {
 padding: 0;
 font-size: 11px;
}
.lwm-picker .choose img {
 width: 18px;
 height: 12px;
}
