
/* CSS Document */
#title
{
	width:672px; 
	height: 42px; 
	float:right; 
	text-align: right; 
	margin: 0 0 0 0; 
	
	color: #eb5e00;
	font-size: 1.6em;

	padding: 14px 168px 0 0;
	font-weight: bold;
	direction: rtl;
}

#title b
{
	color: #454545;
	font-size: 0.6em;
}


#choose_level{ margin: 82px auto 10px auto; clear: both; position: relative;}
.levels{padding-bottom:10px;}
.num{cursor:pointer;}

#timetoknow_header{width:1063px;height:139px;position:relative;
margin:0 auto 0 auto;padding:0;}



.tab_off , .tab_on
{

	float:right;
	cursor:pointer;
width: 132px;
height: 38px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:1em;
text-align: center;
display: inline;
margin: 0 -2px 0 5px;
padding:8px 0 0 0;
background-position: left top;
}

.tab_off
{
	background-image:url(../../../../stories/images/tab_off.png);
	
	background-repeat: no-repeat;
	
}

.tab_off a
{
font-size: 0.8em;
	color: #000000;
	text-decoration: none;
}

.tab_on
{
	
	background-image:url(../../../../stories/images/tab_on.png); 
	background-repeat: no-repeat;
}

.tab_on.book
{
	width: 148px;
	height: 80px;
	margin-top: -40px;
	padding-top: 2px;
	background-image:url(../../../../stories/images/tab_on_book.png); 
}

.tab_off.book
{
	width: 148px;
	height: 80px;
	margin-top: -40px;
	background: 0;
	padding-top: 2px;
	margin-left: 4px;
}

.tab_on img , .tab_off img
{
	float: right;
	margin-top: -4px;
	margin-right: 10px;
}

.tab_on.book img , .tab_off.book img
{
	float: none;
	margin: 0;
}


.tab_on a
{
font-size: 0.8em;
	color: #000000;
}

