
/*=== colors

putty grey : b49e9b
background grey : f2f2f2
wine : 982a40
grey outline : a7a4a4
text : 575757
grey separator : 7e7b7c
light pink: d6b6b3


 ===*/


* html #centercolumn, ,html #leftcolumn {
  overflow: hidden;
  display:inline;
  position:relative;
}

*{	
	margin: 0;
	padding: 0
}

img {border:0;
}

body{
	background: #f2f2f2;
	color: #575757;
	font: 12px  Verdana, sans-serif;
	line-height:1.6em;
	text-align:center;
	min-width: 830px;
	 
}

a{
	color: #982a40;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

ul, ol{
	list-style:none;
}


h1{
	font-size: 1.4em;
	color: #982a40;
	line-height:1.2em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

h2{
	font-size: 1.3em;
	color: #982a40;
	line-height:1.2em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	border-bottom: dotted #666666 1px;
}

h2.subtitle{
	font-size: 1.1em;
	color: #982a40;
	line-height:1.2em;
	font-weight:normal;
	font-style:italic;
	font-family:  Verdana,sans-serif;
	border-bottom: 0px;
}
.truebold{
	
	font-weight:normal;

}

h3{
	font-size: 1.1em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #982a40;
	
}

h5{
	font-size: 1em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #982a40;
	
}
h6{
	font-size: 1.2em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #982a40;
	
}

.subCollectionTitle
		{		
			font-size: 1.3em;
			color: #982a40;
			font-family: Helvetica, Verdana, Arial, sans-serif;
			font-weight:bold;
			padding-top:0.7em;
		}
		
		
/*=== Layout ===*/

#wrapper{
	padding-left: 6%;
	padding-right: 4%;
	max-width:1300px;
	min-width: 810px;	
}

/*=== Header ===*/


#headerbar{
    width:100%;
	height:2em;
	position:relative;
}
.widthcontrol {
   width: 78%;
   margin: 0 auto 0 12%;
   min-width: 750px;
   max-width:1000px;
   position:relative;
}

#headerbar ul{
   position:absolute;
   left:0;	  
}

#headerbar li{
	float:left;
	height:1.8em;
	border-left:2px solid #7e7b7c;
	padding-left: 1.4em;
	padding-right: 1.4em;
	font-size:1.1em;
	line-height:1.8em;
} 

#headerbar li a{
	color:#fff;
} 

#langs{
	position:absolute;
	
	bottom:10px;
	right:8px;
	width: 200px;
	height:20px;	
}

#langs a, #langs a:hover {
	color: #575757;
}

#headercontents{
   width: 78%;
   margin: 0 auto 0 12%;
   min-width: 400px;
   max-width:1000px;
   padding:-20px;
   position:relative;
	height:154px;
	text-align:right;
}

#logo{
	position:absolute;
	left:-50px;
	width: 384px;
	height:154px;

}

.coverImage img {
	border: #C1C1E5 1px solid;
}

.RoleName{
	
}

.coverbox img {
	border: #C1C1E5 1px solid;
}

 .newsletterlist {
	padding-top:20px;
}
.padded {
	padding-top:0.3em;
}
.newsletterlist input{
	margin-right:5px;
}

/*- Search -*/

.searchfield{
	border:1px #a7a4a4 solid;
	font-size: 12px; 
	color:#999999;
	padding:2px;
	width:120px;
	height:19px;

}

#searchformadvanced{
	width:580px;
	padding: 24px;
	margin-bottom:15px;	
}

 #searchformadvanced td{
	
	padding: 2px;
		
}

hr{
	border-top: 1px dotted #666666;
	height: 1px;
	color:#C1C1E5;
	margin-bottom:1em;
}

#searchbutton{	
	float:right;
	width:30px;	
}

/*=== Columns ===*/
#columnstop1{
   height:15px;
   background: #F2F2F2;
}
#columnstop{
   height:15px;
   background: #fff url(http://www.erudist.net//images/bkgr_top.gif) no-repeat bottom left;
}
#columns{
   width: 78%;
   margin: 0 auto 0 12%;
   min-width: 410px;
   max-width:1000px;
   background: #fff url(http://www.erudist.net//images/bkgr_mid.gif) repeat-y top left;	
   text-align:left;
   padding:0;
}

/*- Left Column -*/
#leftcolumn{
	width: 160px;	
	padding: 0px 13px 40px 13px;
	line-height:1.1em;	
	text-align:left;
	font-size:1.1em;
	 min-width: 160px;
}
#leftcolumn ul{
	padding-bottom:22em;
}

#leftcolumn li{
	padding-top:1em;
}
#leftcolumn li a{  
	font-size:1.1em;
}
#leftcolumn a{
	color:#fff;
	font-weight:normal;

}

#leftcolumn h1{
	color:#ffffff;
	font-size:1.2em;
	margin-top:1.5em;
	margin-bottom:2px;
}

.cartinfo{
	background-color:#982a40;
	padding:10px;
	line-height:1.8em;

}

#contents{
	padding: 0px 8px 0 30px;
	color:#2f2f2f;	
}

/*- Content Styles-*/

.buttonbar{
	width: 130px;
	padding-left: 15px;
	padding-bottom: 10px;
}


.buttonicon{
	float: left;
	padding-right: 7px;
}

.buttonmenu {
	text-align:left;	
}

.buttonmenu a{
	color: #6E361A;
	font-size: .9em;
}


a.GCOIspecialtitle {
	color: #000000;
	font-size: 1.2em;	
}

.subtitle{
	color: #000000;
}

#seealso .subtitle{
	color: #555555;
}


#seealso {
	font-size:0.95em;
}
	
#seealso a.GCOIspecialtitle {
	color: #555555;
	font-size: 1em;	
}

#bookmenu img{
	float:left; 
	margin-top:2px;
	margin-right:4px;
}

#bookmenu li a {	
	color: #982A40;

}

#bookmenu li {	
	height:25px;
}

#booknavigation ul{	
	height:1.8em;
	border-bottom:solid 1px #C1C1E5;
	margin-top:20px;
	margin-bottom:20px;
}

#booknavigation li{
	height:22px;	
	display: block;
    float: left;
    width:auto;
	border-right:solid 1px #C1C1E5;
}

#booknavigation li a{
	display: block;
	width:auto;
	font-weight:normal;
	padding-right:1em;
	padding-left:1em;
}

#current a{
 color:#666666;
}

/*- Center Column Content Styles-*/

.centercontent p{
	padding-bottom: 1em;
	
}

.leftalign{
	text-align: left;
	margin-bottom: 6px;
}

.leftalign p{
	padding-bottom: 10px;
}

.divider{
	border-top: 1px solid #C1C1E5;
	height: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
}
 
.title{
	margin-bottom: 15px;
	font-size: 1.2em;
	margin-top:-10px;
}

h1.title {
	margin-bottom: 0.1em;
	font-size: 1.3em;
	margin-top:0em;
	font-weight:normal;
	font-style:italic;
}
.GCOIsubtitle{ font-weight:bold;
}

.title h2{	
	font-weight:bold;
	border-bottom: 0;
}

.detailbox {
	font-family: Helvetica, verdana, arial, sans-serif;
	border-bottom: solid #C1C1E5 1px;	
	border-right: solid #fff 4px;
	background-color:#F2F2F2;	
	color:#666666;
}

.lastname{	
	text-transform:uppercase;
}

.leftsmall{	
	font-size:12px;
}
.DetailLabelText{	
	color:#666666;
}

/*=== Footer ===*/

#footer{
   font-size:0.8em;
   text-align:right;
   padding-top:0;
}

#footertop{
   margin-left:17px;
   text-align:left;  
   height:1.95em;
   padding:0; 
}

#headerbar, #footertop{
	background-color:#982a40;
	border-top: 1px solid #7e7b7c;
	border-bottom: 1px solid #7e7b7c;
}	

#footertop a {
   color:#f2f2f2;
   display:block;
   float:left;
   border-left:2px solid #7e7b7c;
   padding-left: 1em;
   padding-right: 3.6em;
   font-size:1.1em;
   height:1.8em; 
   line-height:1.8em; 

}

.right{
	float: right;
}

.footerleft{
	float:left;
	padding-left:212px;
}

.underformat{
	border-bottom: solid #C1C1E5 1px;	
}

#listauthors b {
	font-weight: normal;
	font-size:1.0em;
	color:#2F2F2F;
}

.bookAuthor{
	font-weight: normal;
	font-size:1.0em;
	color:#2F2F2F;
	text-decoration:none;
}
.otherRoles{
	
	color:#2F2F2F;
	
}
.CategoryName {
	padding:4px;
	font-size : 13px;
	color: #333333;
	font-style: normal;
	font-weight: bold
}

A.CategoryName {	
	font-size: 13px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	text-decoration : none
}

A.CategoryName:HOVER {	
	font-size: 13px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	text-decoration : underline;
}


/* keep superscript and subscript text from breaking the line-spacing */
sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}
input[type="submit"], input[type="button"] {
background-color:#982a40;
border-color:-moz-use-text-color #a7a4a4 #a7a4a4 -moz-use-text-color;
border-style:none solid solid none;
border-width:medium 1px 1px medium;
color:#FFFFFF;
cursor:pointer;
display:inline;
font-family:'Verdana','Geneva',sans-serif;
font-size:12px;
font-weight:bold;
padding:1px 3px;
}


:focus {
	outline: 0;
}
 