.imgset {
	float: left;
	/*overflow: visible;*/
	border: none;
	margin-right: 6px;
}

.serieslist-content {
	font-size: 1.2em;
	color: #000;
	text-align: left;
}

.serieslist-box {
	background: #fff;
	width: 90%;
	/*height: 100px;*/
	padding: 6px;
	margin: 10px auto 0 auto;
	border: 1px solid #1E3A96;
	border-bottom: 2px solid #1E3A96;
}

html>body .serieslist-box {
	height: auto;
	/*min-height: 100px;*/
} 	

h2.series-title  {
	font-size: 1.2em;
	color: #1E3A96;
	text-align: center;
}

h2.series-title a{
	font-size:1.6em;
}

ul.serieslist{
width:100%;

}

ul.serieslist-ul {
	margin: 0;
	padding: 0px 0 0 10px;
text-align:center;
	list-style-type: none;
}

li.serieslist-li,li.serieslist-li-current {
display:inline;
	margin: 0;
	padding: 0;
line-height:200%;
}

.seriesbox {
	display:inline;
	float: left;
	background: #FEF6E5;
	color: #777;
	text-align: left;
	font: .8em Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
	line-height: 1.3em;
	margin: 5px 10px 15px 0px;
	padding: 0px 6px 0px 6px;
	border: 1px solid #E5B454;
	border-left-width: 4px;
	width:783px;

}

.seriesbox img {
	margin: 0px 12.5px 0 12.5px;
}

h3.series-title-post-page {
	font-size: 1.1em;
	color: #1E3A96;
	text-align: center;
}

p.series-description {
	font-style: italic;
}

.seriesmeta {
	display:none;
	margin:5px 0;
	padding:8px;
	background-color: #FEEDCB;
	border:1px solid #E5B454;
	font-size: .8em;
}

.series-nav-left {
	float: left;
}

.series-nav-right {
	float: right;
}
	