

.tabber_spacer {
	width:0px;
}


.tabber_container {
	background-color:#transparent;
	/*padding-top:10px;*/
	/*vertical-align: bottom;*/
}


.tabber_on {
	HEIGHT: 24px;
	width:62px;
	TEXT-ALIGN: center;
	COLOR: #333333;
	cursor: pointer;
	background-image:url(../images/bg_language_tab.png);
	background-repeat:no-repeat;
}


.tabber_off {
	HEIGHT: 24px;
	width:62px;
	TEXT-ALIGN: center;
	COLOR: #ffffff;
	cursor: pointer;
	background-image:url(../images/bg_language_tab_selected.png);
	background-repeat:no-repeat;
}


.tabber_off_highlight {
	BACKGROUND: #1D629c;
	border: 1px solid #227;
	border-bottom: none;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	HEIGHT: 22px;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: center;
	COLOR: white;

	cursor: pointer;
}
