/**
 * Manga
 */

/**
 * Colors
 */
.box h3 {
	background-image: none !important;
	background-color: #000;
}
.stabs div.selected a {
	background-image: none !important;
	background-color: #000;
}
.stabs div.spacer {
	background-color: #000;
}

/**
 * Browse
 */
.browse #letters {
	margin: 10px -6px;
}
.browse #letters a {
	padding: 2px 4px;
	border: 1px solid #ddd;
}
.browse #letters a:hover {
	text-decoration: none;
	background-color: #ddd;
	cursor: pointer;
}

/**
 * Listings
 */
.index table.listing tr,
.toprated table.listing tr,
.browse table.listing tr {
	height: 22px;
}

/**
 * Other
 */
.dateline-line {
	width: 530px !important;
}


/**
 * Index
 */
.index table.listing > tbody > tr:hover {
	background-color: #f2fbb8 !important;
}

 /**
  * Featured Manga Box
  */
.index #featuredmanga {
	width: 430px;
	height: 222px;
	position: relative;
	margin-right: auto;
	margin-top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.index #featuredinfo {
	width: 177px;
	position: absolute;
	right: 0;
	top: 0;
	height: 222px;
	clear: right;
	font-size: 12px;
}
.index #featuredinfo .iheader {
	font-weight: bold;
	font-size: 18px;
	border-bottom: 2px dotted #000;
	margin-bottom: 5px;
	display: block;
}
.index #featuredinfo .detail {
	display: block;
	position: relative;
}
.index #featuredinfo .detail2 {
	display: block;
	position: relative;
	width: 155px;
}
.index #featuredtitle {
	position: absolute;
	display: block;
	right: 20px;
	top: 40px;
	font-size: 26px;
	color: #ffae00;
}
.index #featuredtitle a {
	color: #ffae00;
}
.index #featuredheader {
	position: absolute;
	display: block;
	right: 15px;
	top: 10px;
	font-size: 26px;
	color: #fff;
	background-color: #555555;
	opacity: 0.7;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.index #featureddesc {
	display: block;
	font-size: 11px;
	color: #fff;
}
.index #featureddesc a {
	color: white;
	font-weight: bold;
}
.index #featureddescbg {
	display: block;
	left: 20px;
	right: 20px;
	bottom: 10px;
	position: absolute;
	background-color: #555555;
	opacity: 0.7;
	border: 1px solid black;
	padding: 8px;
}
