﻿.culture-select { position: relative; cursor: pointer; padding-top: 10px; float: left; }

.current-culture { text-decoration: underline; padding: 5px !important; }

.other-cultures { position: absolute; display: none; white-space: nowrap; z-index: 1000; }

.msie6 .other-cultures { width: 1%; }
.msie7 .other-cultures { width: 1%; }
.msie8 .other-cultures { top:-10px; display:none }
.msie9 .other-cultures { width: 1%; }

.other-cultures ul { list-style-type: none; list-style-image: none; list-style-position: outside; }
.other-cultures li { margin: 4px 5px 3px; }
.other-cultures a { font-weight: normal; display: block; height: 14px; }
.other-cultures a:hover { font-weight: bold; }
.other-cultures-over { text-decoration: underline; }

#login-content .culture-select { position: absolute; top: 2px; right: 5px; }

.other-cultures { background-color: #ffffff; color: #000; }

