/* @override http://www.ncomputing.com/sites/all/modules/language_selector/css/language_selector.css?v */

/* @Language selector styling for product marketing pages where other languages can be selected via pop-up */

#ContentChannel div.lang-selector {
	color: #558800;
    margin: 3px -22px 0 0;
    width: 134px;
    position: relative;
    height: 17px;
    text-align:left;
}

#globe {
	float: left;
	clear: right;
	padding-top: 15px;
	right: 14px;
	position: relative;
}

#ContentChannel div.lang-set {
	background: #fff;
    position: relative;
    top: 2px;
	z-index: 100;
    display: none;
    margin-left: 10px;
    padding: 0px 0 5px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
	left: 50px;
}

#ContentChannel div.lang-selector a.lang-link {
	color: #558800;
	display: block;
    font-family: arial;
    font-weight: bold;
    padding: 5px 5px;
	margin-right: 5px;
	margin-bottom: 5px;
    cursor: pointer;
    text-decoration:none;
	border: 1px solid #dedede;
	text-align: left;
	width: 100px;
	height: 14px;
}

#ContentChannel div.lang-selector a.lang-link:hover {
	background:#155FB0;
	color: #FFFFFF;
	border: 1px solid #155FB0;
	text-decoration: none;
}

#ContentChannel a.languages {
	font-size: 11px;
    line-height: 16px;
    color: #558800;
    position: absolute;
    z-index: 110;
    display: block;
    padding: 11px 0 0 20px;
    height: 28px;
    width: 121px;
    margin: -11px 0 0 -10px;
    text-decoration: none;
    _background: url(images/lang_zz.gif) 0 0 no-repeat;
    cursor:pointer;
}

#ContentChannel div.root {
	list-style:none;
    margin:0px;
    padding: 5px 0 0 6px;
    font-size: 11px;
	border-top:1px solid #dedede;
    width: 115px;
}

#globe div.lang-selector div.lang-set div.root p b {
	font-style: italic;
	color: #444444;
}