#tabs {
	position: relative;
	height: 22px;
	list-style: none;
	margin-left: 15px;
}

#tabs li {
	float: left;
	text-align: center;
	font-size: 0.85em;
	font-weight: bold;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	text-decoration: none;
	color: #E95A00;	
	width:75px;
	height: 17px;
}

#tabs a.active-tab {
	background-image: url(../../images/alltitles/bground_shine.gif);
	background-repeat: no-repeat;
	background-color: #A33800;
	padding-top: 3px;
	color: #fff;
}

.panel {
	clear: both;
	display: none;
}
.panel.active-tab-body {
	display: block;
}
.bar {
	background-image: url(../../images/alltitles/tabs_bttmborder.jpg);
	background-repeat: no-repeat;
	width: 274px;
	height: 5px;
	margin-left: 15px;
	padding:0;
}
.pagination {
	font-size: 1.0em;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 10px;
	}
