
/*nov styles*/


/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.nov-list-container HR.clearer, .nov-single-item HR.clearer, .nov-latest-container HR.clearer{
	clear:both;
	height:2px;
	border:1px solid #ffffff;
	background-color:#ffffff;

}
.nov-latest-container HR.clearer {
	clear:left;
}
/******************************* latest ********************************/
.nov-latest-container  {
	margin:0;
	padding:0;
	width:630px;	
	padding-top:12px;
	
}
.nov-latest-title {
	background-color: #ffffff;
	border-bottom:1px solid #d8d3cd;
	padding:3px;
	height: 40px;
	width:134px;
	overflow:hidden;	
}
.nov-latest-title a {
	font-size:10px;
	color: #403e3a;	
}
.nov-latest-item {
	width:140px;
	float:left;
	margin-right:12px;
	margin-bottom:12px;
	border:1px solid #d8d3cd;	
}


/*--------------------------------- tt_nov LIST view  -----------------------------------*/
.nov-list-container {
	margin:0;
	padding:0;
	width:630px;
	padding-top:12px;
}
.nov-list-item {
	width:100px;
	float:left;
	margin-right:12px;
	margin-bottom:12px;
	border:1px solid #d8d3cd;	
}
.nov-list-title {
	background-color: #ffffff;
	border-bottom:1px solid #d8d3cd;	
	padding:3px;
	height: 40px;
	width:94px;
	overflow:hidden;
}
.nov-list-title a {
	font-size:10px;
	color: #403e3a;	

}

.nov-list-morelink {
	font-size:10px;
	margin-left:3px;
	margin-bottom:3px;
}
.nov-list-browse {
	clear:both;
	text-align: center;
}



	/*---------------------------------  tt_nov Page-Browser ---------------------------------*/
.browseBoxWrap {
	margin-top:6px;
	padding:3px;
	color: #333;
	font-size: 11px;
	line-height: 25px;
}

.showResultWrap span {
	font-weight: bold;
	color: #333;
}

.browseLinksWrap {
	font-size: 12px;
}
.active {
	font-size: 10px;
	padding: 0 6px;
}
.inactive {
	font-weight: bold;
	padding: 0 6px;
}
/*--------------------------------------tt_nov single pagebrowser-----------------*/
.tx-ttnov-browsebox {
	margin-top:6px;
	padding:3px;
	color: #333;
	font-size: 10px;
	line-height: 25px;
	text-align: center;
}
.tx-ttnov-browsebox span {
	padding:0 6px;
}
.tx-ttnov-browsebox-SCell {
	font-size: 12px;
	padding: 0 6px;
	font-weight: bold;
}

	/*--------------------------------- tt_nov SINGLE view  ---------------------------------*/
.nov-single-item {
	margin:0;
	padding:10px 25px 25px 25px;
	border:1px solid #d8d3cd;
}
.nov-single-item H2 {
	color:#8c8680;
	font-size:12px;
	text-transform:uppercase;
	margin:0;
	padding:0;
	padding-bottom:3px;
}
.nov-single-item H1 {
	color:#b4152b;
	font-size:14px;
}
.nov-single-content {
	margin:12px 0;
}
.nov-single-item p.novbody {
	font-size: 12px;
	line-height: 20px;
	
}
.nov-single-img {
	float: right;
	margin:0;
	padding:3px 12px 3px 12px;
	
}
.nov-single-imgcaption {
	padding:3px;
	font-style: italic;
	clear:both;
	
}
.nov-single-category {
	clear:both;
	background-color:#ebe6e1;
	border:1px solid #dbd7d2;
	padding:6px;
}

.nov-catRootline {
	font-size:10px;
	padding-bottom:25px;
}
.nov-single-backlink, .nov-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.nov-single-author,.nov-single-imgcaption {
	font-size: 9px;
}


.nov-related-header {
	font-weight: bold;
	font-size: 11px;
	margin:12px 0;
}
.nov-related-pages {
	clear:both;
}



