﻿/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#centrecol_blockleft 
{
	width:auto;
	margin-right:50%;
	margin-top:20px;
}
/* IE6 HACK */
* html #centrecol_blockleft
{
	margin-top: 2px;
}
/* IE7 HACK */
*:first-child+html  #centrecol_blockleft
{
	margin-top: 2px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.rightContainer
{
    width:40%;
    float:left;
}
.leftContainer
{
    width:55%;
    padding-left:3%;
    float:left;
    
}
.imgCoverThumbnail
{
   border:1px backe solid;
}

#centrecol_blockright  div
{
	width: 50%;
	float: right;
	/*padding-left: 20px;
	margin-left: 20px;*/
}
/* IE6 HACK */
* html #centrecol_blockright  div
{
	position:relative;
	top: 20px;
}
/* IE7 HACK */
*:first-child+html  #centrecol_blockright  div
{
	position:relative;
	top: 20px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#toc_chapterlisting h1
{  
	padding:0em 0px 0em 0px;
	vertical-align:text-top;
	margin-top:0.25em;	
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#toc_chapterlisting h1 span
{ 
	top:-18px;
	left:-40px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul.subjects, ul.authors, ul.meta, ul.rights
{
  list-style:none;  
  margin-left:20px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* ~~~ RESUTLS PAGER													  ~~~*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
span.resultsPager
{
	display:block;
	text-align:center;
	
}
ul.resultsPager
{
	text-align:center;
	list-style:none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px -10px;
}

.resultsPager li
{
	display:inline;
	list-style:none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size:0.8em;
}

.resultsPager li.current a
{
	font-weight:bold;
	color:Red;
}
