#google_translate_element { display: none; }
.googleTranslateDropdown { float: right; }


.PTH.sv-foundation select.googleTranslateDropdown{
	border: 1px solid transparent;
	background: url(/includes/images/assets/google-translate-drop-down-arrow.png) no-repeat 100% 12px;
	cursor: pointer;
	outline: none;
	padding-right: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.PTH.sv-foundation select.googleTranslateDropdown:hover, .PTH.sv-foundation select.googleTranslateDropdown:active{
	border: 1px solid #F8F6F6;
}

/* flag sprites*/
.gTranslate .tFlags div.flag.us .sprite {
	background: url("/includes/images/assets/asset-sprite.png") no-repeat -5px -111px;
	display:inline-block;
	width:22px;
	height:16px;
} 
.gTranslate .tFlags div.flag.french .sprite {
	background: url("/includes/images/assets/asset-sprite.png") no-repeat -37px -85px;
	display:inline-block;
	width:22px;
	height:16px;
} 
.gTranslate .tFlags div.flag.german .sprite {
	background: url("/includes/images/assets/asset-sprite.png") no-repeat -69px -85px;
	display:inline-block;
	width:22px;
	height:16px;
} 
.gTranslate .tFlags div.flag.chinese .sprite {
	background: url("/includes/images/assets/asset-sprite.png") no-repeat -5px -85px;
	display:inline-block;
	width:22px;
	height:16px;
} 
.gTranslate .tFlags div.flag.portugal .sprite {
	background: url("/includes/images/assets/asset-sprite.png") no-repeat -101px -85px;
	display:inline-block;
	width:22px;
	height:16px;
} 
.gTranslate .tFlags div.flag.spanish .sprite {
	background: url("/includes/images/assets/asset-sprite.png") no-repeat -133px -85px;
	display:inline-block;
	width:22px;
	height:16px;
} 

