.ot_tab_holder div
{
	float:left;
	height:17px;
}

.ot_tab_content
{
	display:none;
}

.ot_tab_content_active
{
	display:block;
}

.ot_tab
{
	width:93px;
	height:17px;
	border:#000000 1px solid;
	cursor:pointer;
	background-color:#464646;
	color:#b3b3b3;
	text-align:center;
	padding-top:2px;
}

.ot_tab_active
{
	width:93px;
	height:17px;
	border:#000000 1px solid;
	cursor:pointer;
	background-color:#f07114;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	padding-top:2px;
}

.ot_tab_big_holder div
{
	float:left;
	height:17px;
}

.ot_tab_big_content
{
	display:none;
}

.ot_tab_big_content_active
{
	display:block;
}

.ot_tab_big
{
	width:180px;
	height:17px;
	border:#000000 1px solid;
	cursor:pointer;
	background-color:#464646;
	color:#b3b3b3;
	text-align:center;
	padding-top:2px;
}

.ot_tab_big_active
{
	width:180px;
	height:17px;
	border:#000000 1px solid;
	cursor:pointer;
	background-color:#f07114;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	padding-top:2px;
}