@import url("../../hive/css/style.css");
@import url("textimage.css");


/********************
* Overidden Styles   *
********************/ /* overidden link colour with page colour */
a {
	color: #ba735d;
}

/***********************************************
******* END OVERIDES ***************************
***********************************************/
#contentTop {
	background-image: url("../images/header.png");
}

#contentBottom {
	background-image: url("../images/contentbottombg.gif");
}

#contentBottomPad {
	height: 12px;
	background-image: url("../images/contentbottompad.gif");
	background-position: top left;
	background-repeat: repeat-y;
}

#contentBottomLeft {
	width: 380px;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-left: 26px;
}

#contentBottomRight {
	float: right;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	margin-right: 26px;
	width: 490px;
}

.module-library-ourbooklibrary {
	border-bottom: 2px solid #bdbec0;
	margin-bottom: 20px;
}

.module-library-ourbooklibrary h3 {
	position: absolute;
	top: -10000px;
}

.module-library-onenottomiss {
	border-bottom: 2px solid #bdbec0;
	margin-bottom: 20px;
	padding-bottom: 12px;
}

.module-library-onenottomiss h3 {
	position: absolute;
	top: -10000px;
}

/* library */

#libraryTable td {
	text-align: center;
}

#libraryTable td p {
	display: block;
	width: 123px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	-moz-binding: url('ellipsis.xml#ellipsis');
}

#libraryTable td p a {
	text-decoration: none;
}

#libraryTable td.bookTitle p {
	margin-bottom: 0;
	color: #ba735d;
	font-weight: bold;
}

#libraryTable td.bookTitle p a {
	width: 123px;
	overflow: hidden;
	-moz-binding: url('ellipsis.xml#ellipsis');
}

#libraryTable td.bookAuthor p {
	margin-bottom: 0;
}

#libraryTable td.bookLink {
	padding-bottom: 40px;
}

#libraryTable td.bookLink a {
	text-decoration: underline;
}

/* end */

#library-image {
	float: left;
	width: 140px;
}

#library-text {
	padding-left: 170px;
}

#library-text p.bookTitle {
	font-size: 21px;
}

#library-text p.bookTitle a {
	text-decoration: none;
	color: #7B7B7B;
	line-height: 100%;
}

#library-text p.bookAuthor {
	font-weight: bold;
}

table.pagination td {
	text-align: center;
}

/* navigation */
#navigation ul li.active {
	background-color: #f5eae7;
	font-weight: bold;
	color: #c2836f;
}

#navigation ul li.active a {
	color: #c2836f;
}

#navigation ul li#current {
	background-color: #f5eae7;
	color: #c2836f;
}

#navigation ul li>ul {
	background-color: #f5eae7;
}

#navigation ul li ul li:after {
	content: "|";
	color: #c2836f;
}

#navigation ul li ul li a {
	color: #c2836f;
}
