dl.tabs {
	float: left;
	margin: 10px 0 -1px 0;
	z-index: 50;
}

dl.tabs dt {
	float: left;
	margin-right: 3px;
	background-color: #0D194B;
	color: #666;
}
dl.tabs dt span {
	visibility: hidden;
}

dl.tabs dt.open {
	background-color: #202D64;
	z-index: 100;
	color: #000;
}
dl.tabs dt#comments {
	background-image:url(../images/comments_.gif);
	background-repeat:no-repeat;
	width:124px;
	height:38px;
	position:relative;
}
dl.tabs dt.open#comments {
	background-image:url(../images/comments.gif);
	background-repeat:no-repeat;
	width:124px;
	height:38px;
	position:relative;
}

dl.tabs dt#tips {
	background-image:url(../images/tips_.gif);
	background-repeat:no-repeat;
	width:65px;
	height:38px;
	position:relative;
}
dl.tabs dt.open#tips {
	background-image:url(../images/tips.gif);
	background-repeat:no-repeat;
	width:65px;
	height:38px;
	position:relative;
}

dl.tabs dt#walkthroughs {
	background-image:url(../images/walkthroughs_.gif);
	background-repeat:no-repeat;
	width:172px;
	height:38px;
	position:relative;
}
dl.tabs dt.open#walkthroughs {
	background-image:url(../images/walkthroughs.gif);
	background-repeat:no-repeat;
	width:172px;
	height:38px;
	position:relative;
}

div.current {
	background: #202D64;
	clear: both;
	padding: 10px;
}

div.current dd {
	padding: 0;
	margin: 0;
}

.info_tab {
 float:left;
}