.hidden {
	display:none;
}

ul.tab {
	list-style-type: none;
	margin:0;
	padding:0;
	width:415px;
}

ul.tab li {
	width:80px;
	height:33px;
	position:relative;
	float:left;
	top:8px;
	left:-5px;
}

#fullArticleTab {
	background:url(images/fullArticle-act.png) no-repeat;
	left:0px;
}

#communityTab {
	background:url(images/community.png) no-repeat;
}

#giveawayTab {
	background:url(images/giveaway.png) no-repeat;
}

#blogsTab {
	background:url(images/blogs.png) no-repeat;
}

#bookstoreTab {
	background:url(images/bookstore.png) no-repeat;
}

.tabOuterContainer {
	width:415px;
	margin-top:41px;
	text-align: left;
}

.tabInnerContainer {
	background:#ffffff;
	border-right: 5px solid #467F9D;
	border-left: 5px solid #467F9D;
	border-bottom: 5px solid #467F9D;
	border-top: 15px solid #467F9D;
	color:#4e4f51;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	padding:10px;
}

ul.tab li.active {
	width:88px;
	height:41px;
	position:relative;
	z-index:10;
	top:0px;
	left:0px;
}
