/**
 * 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;
}

/**
 * Chapters
 */
.chapters table.listing > tbody > tr:nth-child(odd) {
	height: 27px;
}
.chapters table.listing > tbody > tr.row_alt,
.chapters table.listing > tbody > tr:nth-child(even) {
	background-color: transparent;
}

/**
 * Manga details
 */
.details .forumthread {
	padding-left: 22px;
	font-size: 12px;
	line-height: 16px;
	display: block;
}
.details .forumthreadinfo a {
	color: #D00853;
}
.details .forumthreadinfo {
	padding-left: 22px;
	color: #888888;
}
.details div.headerimg {
	width: 430px;
	height: 60px;
}
.details .rating {
	width: 120px;
	height: 100px;
	border: 1px solid #ddd;
	position: relative;
}
.details .rating div {
	position: absolute;
	width: 40px;
	bottom: 0;
}
.details .rating div.bad {
	background-color: #9f5959;
}
.details .rating div.good {
	left: 80px;
	background-color: #a1f0aa;
}
.details .rating div.neutral {
	left: 40px;
	background-color: #eaeb7e;
}
.details form.myoptions {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 13px;
}
.details form.myoptions label {
	padding-right: 8px;
}
.details #officialinfocontainer {
	padding: 5px 5px 0 11px;
	font-size: 13px;
}
.details .greatrating {
	color: #FF0563;
}
.details .mediumrating {
	color: #FFAE00;
}
.details .badrating {
	color: #FF0563;
}
.details #summary {
	font-family: sans-serif;
	font-size: 11px;
}
.details #summary p {
	margin: 5px 0;
}
.details #summary .screenshots {
	text-align: center;
}
.details #summary .screenshots img {
	margin: 10px;
}
.details #summary h4,
.details #tags h4,
.details #translators h4 {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}
.details #officialinfocontainer td {
	font-size: 13px;
	vertical-align: top;
}
.details #officialinfocontainer .tdtype {
	width: 135px;
	font-weight: 700;
}
.details .groupnamecontainer {
	background-color: #e0dacd;
	border: 1px solid #bcbcbc;
}
.details .mangarating {
	font-size: 10px;
	text-align: left;
	display: block;
	width: 110px;
	height: 15px;
	padding-left: 15px;
}
.details #releases {
	margin-left: 40px;
	margin-right: 40px;
}
.details #ratemanga {
	font-size: 16px;
	text-align: center;
	background-color: #EBE6D8;
	margin-top: 10px;
	margin-bottom: 7px;
	padding: 3px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.details .box3 {
	margin-top: 25px;
	border-left: 1px solid #d0cabc;
	border-right: 1px solid #d0cabc;
	display: block;
	position: relative;
}
.details .subtabbox {
	border-bottom: 4px solid #000;
	border-left: 1px solid #d0cabc;
	border-right: 1px solid #d0cabc;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding-bottom: 5px;
	position: relative;
}
.details .comments {
	margin-top: 50px;
}
.details h1 {
	font-variant: small-caps;
}
.details .stabs .spacer {
	border-left: 1px solid #fff;
	border-right: 1px solid #000;
}
.details .mrating {
	position: absolute;
	display: block;
	right: 30px;
	bottom: 10px;
}
.details .mrating span {
	display: block;
}
.details .mrating .header {
	border-bottom: 2px dotted #000;
	padding: 2px;
	font-size: 20px;
	text-align: left;
}
.details .mrating .numbers {
	font-size: 32px;
	text-align: center;
}
.details .mrating .of {
	text-align: center;
	border-bottom: 2px dotted #000;
	padding-bottom: 2px;
}
.details .mrating .votes {
	text-align: center;
}