/* TABS */

.tabs table
{
	border-left:1px solid rgb(52,102,103);
	width:400px;
}

.tabs table td
{
	border:1px solid rgb(52,102,103);
	width:50%;
	border-left:none;
}

.tabs table td.current
{
	border-bottom:1px solid white;
}

/* MISC */

#language_change ul li
{
	padding-left:0px;
}

