@charset "UTF-8";
/* CSS Document */  


/*#### BOOKS MENU ####*/

#menuSeparator {
	background-color:#FFFFCC; 
	height:1px; 
	padding-bottom:0px; 
	padding-right:0px;
	padding-left:0px; 
	padding-top:0px;
	margin-top:4px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:4px;
}

#booksMenu p { 
	line-height:18px; 
	font-size:10px;
	color:#333300;
}

#booksMenu p.menuTopLevel  { 
	margin-top:0px;
	margin-bottom:0px; 
	margin-left:12px;
	border: 0px solid black;
	width:160px;
}

#booksMenu p.menuTopLevel a {
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:0px;
	text-decoration:none;
	color:#333300;
}

#booksMenu p.menuTopLevel a:hover { 
	text-decoration:underline;
}


#booksMenu p.menuSecondLevel {  
	margin-top:0px; 
	margin-bottom:0px; 
	margin-left:12px;
}

#booksMenu p.menuSecondLevel a { 
	color:#333300;
	margin-top:0px; 
	margin-bottom:0px;
	text-decoration:none;
}

#booksMenu p.menuSecondLevel a:hover { 
	text-decoration:underline;
}
#booksMenu p.menuThirdLevel {
	margin-top:0px; 
	margin-bottom:0px;
	margin-left:12px;
	}
	
	
#booksMenu p.menuThirdLevel a { 
	color:#666600;
	line-height:15px;
	font-style:italic;
	text-decoration:none;
}

#booksMenu p.menuThirdLevel a:hover { 
	text-decoration:underline;
}

.maincontentLine {
	border: none;
	height: 1px;
	background: #000000;
}

.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {
    fill: #58595b !important;
    width: 24px !important;
    height: 24px !important;
}

.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon {
    display: block;
    width: 36px !important;
    height: 36px !important;
    line-height: 32px;
    text-align: left !important;
    margin-top: 10px !important;
}

.sharedDescText {
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    line-height: 18px;
    color: #333300;
    text-transform: uppercase;
}




