@charset "utf-8";
/* CSS Document */
/*-------------------------- TabSystem Rules -----------------------------*/

#mo-tabsystem {
	/*position: absolute;
	top: 82px;*/
	left: 0;
	margin: 0 0 0 -1px;
	padding: 0;
	text-indent: 0;
	border-bottom: 0;
	width: 990px;
	\width: 989px;
		
}

.content { 
	position: relative;
	top:0;
	left: 0;
	/*background: #eee;*/
	width: 990px;
	display: block;
	margin: 0;
	text-align: left;
	text-indent: 44px;
	padding:4px 0 3px 0;	
	/*background:url(images/b1_new.jpg) repeat-x left 62px;*/
	background:url(images/b1_new.jpg) repeat-x left 34px;
	/*border-bottom: 1px solid  #2F4F10;
	border-right: 1px solid  #2F4F10;*/
	}
	

	#contentBooks {
	text-indent: 44px;
}

#contentSite {
	text-indent: 44px;
}

#contentMovies {
	text-indent: 44px;
}

#contentDiscussion {
	text-indent: 44px;
}

#contentFan {
	text-indent: 44px;
}

#contentFun {
	text-indent:44px;
}

#contentMedia{
	text-indent:44px;
}
.content ul{
padding:0px;
margin:0px;

}

.content li {
	display: inline;
	margin: 0;
	padding: 0;
	
}

.content li a {
	color: #000;
	padding:0 1.5ex 0 1.5ex;
	line-height:61px;	
	border-right: 1px dashed #121212;
	/*background-color: #f3f3f3;*/
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	
	
}
.content li a:hover {
/*	background-color: #fff;*/
text-decoration:underline;
	color: #2F4F10;
}
.tabs img {
	height: 34px;
	padding:0px;
	margin:0px;
}





