.ot_tab_holder div
{
	float:left;
}

.ot_tab_content
{
	display:none;
}

.ot_tab_content_active
{
	display:block;
}

.ot_tab
{
	width:95px;
	height:17px;
	cursor:pointer;
	background-color:#fff;
	color:#a3a8a3;
	font-weight:bold;
	text-align:left;
	padding-top:3px;
	border:#333333 1px solid;
	background-image:url(../images/tab.gif);
	background-repeat:no-repeat;
	padding-left:25px;
}

.ot_tab_active
{
	width:98px;
	height:19px;
	cursor:pointer;
	background-color:#e6eae6;
	color:#000;
	font-weight:bold;
	text-align:left;
	padding-top:3px;
	background-image:url(../images/tab.gif);
	background-repeat:no-repeat;
	padding-left:25px;
}

.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:#51aa00;
	font-weight:bold;
	text-align:center;
	padding-top:2px;
	font-size:15px;
}

.ot_tab_obligue_holder div
{
	float:left;
	height:32px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-transform:capitalize;
}

.ot_tab_obligue
{
	width:123px;
	height:32px;
	cursor:pointer;
	color:#b1b3b1;
	text-align:center;
	background-image:url(../images/dark_strip_old.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:0px;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	font-weight:bold;
}

.ot_tab_obligue_active
{
	width:122px;
	height:32px;
	cursor:pointer;
	color:#51aa00;
	font-weight:bold;
}

.ot_tab_inside, .ot_tab_obligue_holder div.ot_tab_inside
{
	height:25px;
	padding-left:8px;
	padding-top:7px;
}

.ot_tab_obligue_active .ot_tab_inside
{
	height:25px;
	width:88px;
	background-color:#484d48;
	vertical-align:middle;
	padding:0px;
	padding-left:8px;
	padding-top:7px;
}

.ot_tab_obligue_active .ot_tab_corner_left
{
	width:26px;
	background-image:url(../images/corner_oblique_old.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}

.ot_tab_obligue_active .ot_tab_corner_right
{
	width:26px;
	background-image:url(../images/corner_oblique_right_old.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
