ol#toc {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ol#toc li {
	float: left;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 100px;
	padding-top: 5px;
}

ol#toc a {
	color: #FFFFFF;
	display: block;
	float: left;
	height: 38px;
	text-decoration: none;
	width: 40px;
	font-weight: bold;
	background-image: url(../images/btn-jb-off.gif);
	background-repeat: no-repeat;
	line-height: 35px;
}

ol#toc a:hover {
	background-image: url(../images/btn-jb-on.gif);
	background-repeat: no-repeat;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li.current a {
	background-image: url(../images/btn-jb-on.gif);
	color: #660066;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(tab.png) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

div.content {
	clear: left;
	height: 320px;
	width: 670px;
	padding-top: 5px;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
div.content_where {
	clear: left;
	height: 200px;
	width: 670px;
	padding-top: 5px;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
#howto-content{
	width:670px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	
}
#howto-content-header{
	width:650px;
	height: 50px;
	color: #660066;
	font-size: 13px;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFF00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-bottom: 0px;
}
#howto-content p{
	padding-right: 5px;
	padding-left: 5px;
}
#howto-content-no{
	background-image: url(../images/nos-1.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	height: 35px;
	width: 36px;
	line-height: 35px;
	padding-left: 13px;
	color: #FFFF00;
}
#howto-content-no2{
	background-image: url(../images/nos-1.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	height: 35px;
	width: 36px;
	line-height: 35px;
	padding-left: 8px;
	color: #FFFF00;
}
#howto-content h3{
	color: #660066;
	padding-left: 5px;
}
#howto-content ul {
	list-style: none;
	border: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#howto-content li{
	padding-left:20px;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 1px;
	background-color: #CCCCCC;
	margin-top: 3px;
	margin-bottom: 3px;
	height: 28px;
	padding-top: 1px;
	margin-right: 20px;
}
.listing {
	padding-left:20px;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 3px;
	background-color: #CCCCCC;
	margin-top: 3px;
	margin-bottom: 3px;
	height: 40px;
	padding-top: 12px;
	margin-right: 20px;
}
.tabNumber_off
{
	color: #FFFFFF;
	display: block;
	float: left;
	height: 38px;
	text-decoration: none;
	width: 40px;
	font-weight: bold;
	background-image: url(../images/btn-jb-off.gif);
	background-repeat: no-repeat;
	line-height: 35px;
}
.tabNumber_on
{
	color: #660066;
	display: block;
	float: left;
	height: 38px;
	text-decoration: none;
	width: 40px;
	font-weight: bold;
	background-image: url(../images/btn-jb-on.gif);
	background-repeat: no-repeat;
	line-height: 35px;
}
.tab_show
{
	display:'';
}
.tab_hide
{
	display:none;
}

