.ot_tab_holder div
{
	float:left;
	height:17px;
}
.ot_tab_holder
{
	padding: 4px 5px 0px 5px;
	border-bottom: #e5e5e5 1px solid;
	background-color: #ffffff;
	height: 19px;
}
.ot_tab_content
{
	display:none;
}

.ot_tab_content_active
{
	display:block;
}

.ot_tab
{
	width:79px;
	height:19px;
	cursor:pointer;
	color:#b3b3b3;
	text-align:center;
	padding-top:2px;
	background-image: url(images/tab.gif);
	background-repeat: no-repeat;
}

.ot_tab_active
{
	width:80px;
	height:19px;
	cursor:pointer;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	padding-top:2px;
	background-image: url(images/tab-active.gif);
	background-repeat: no-repeat;
}
