
#top-mobile {
	background-color: #ff0000;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top-mobile .container {
	padding: 0 0px;
}
#top-mobile .form-currency .currency-select,
#top-mobile .form-language .language-select {
	text-align: left;
}

#top-mobile .form-currency .currency-select:hover,
#top-mobile .form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top-mobile .btn-link, #top-links li, #top-links a {
	color: #888;
	text-decoration: none;
}
#top-mobile .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links-mobile .dropdown-menu a {
	text-shadow: none;
}
#top-links-mobile .dropdown-menu a:hover {
	color: #FFF;
}
#top-mobile .btn-link strong {
	font-size: 14px;
    line-height: 14px;
}


#top-links-mobile .dropdown-menu a {
	text-shadow: none;
}
#top-links-mobile .dropdown-menu a:hover {
	color: #FFF;
}
#top-mobile .btn-link strong {
	font-size: 14px;
    line-height: 14px;
}

#top-links-mobile {
	padding-top: 6px;
}
#top-links-mobile a + a {
	margin-left: 15px;
}