/* OTHER BOOKS PAGE */

#bgwrap {
	width: 100%;
	height: 100%;
	background: top center repeat-x url(../images/bg-1.png);
	}

#mainwrap-otherbooks {
	width: 970px;
	background: url(../images/contentbg-2.gif) top left repeat-y;
	overflow: hidden;
	min-height: 100%;
	margin: 0px auto;
	}

#mainwrap-otherbooks .sidenav {
	position: absolute;
	left: 671px;
	top:153px;
	width: 294px;
	border-bottom: 0px none;
	}

#mainwrap-otherbooks #header {
	width: 970px;
	height: 153px;
	position: relative;
	background: url(../images/header-2.gif) top left no-repeat;
	padding-bottom: 30px;
	}

#mainwrap-otherbooks .block .content {
	width: 860px;
	float: left;
	padding-top: 10px;
	}

.hrow {
	clear: both;
	padding-bottom: 15px;
	overflow: auto;
	}

/* box */


.otherbook-wrap {
	width: 423px;
	background: url(../images/other-books-t.gif) top left repeat-y;
	float: left;
	margin: 15px 0px 0px 7px;}

.otherbook {
	padding: 10px;
	background: url(../images/other-books-b.gif) bottom left no-repeat;
	overflow: auto;}

.otherbook .book-text {
	clear: both;
	height: 250px;
	padding: 0px 15px 15px 15px;
	border: 1px solid #ecedde;
	overflow: auto;
	background: #fff;
	margin: 5px 0px 15px 0px;
	}

.otherbook .top {
	overflow: auto;}

.otherbook .top h2 {
	color: #818e32;
	margin: 5px 0px 10px 0px;
	font-size: 14px;}

.otherbook .top h3 {
	margin: 0px 0px 4px 0px;}

.otherbook .top p {
	margin: 0px 0px 8px 0px;
	}

.otherbook .top img {
	float: left;
	margin-left: 20px;
	border: 1px solid #849035;}

.otherbook .top .right {
	float: right;
	width: 250px;
	line-height: 1.2em;}

.otherbook .bottom {
	clear: both;
	padding: 0px 0px 5px 0px;
	overflow: auto;}

.otherbook .bottom p {
	margin: 4px 0px 4px 10px;}

.otherbook .bottom .right {
	width: 85px;
	float: right;
	overflow: auto;
	}

.otherbook .bottom .left {
	width: 280px;
	float: left;
	overflow: auto;
	}
	
/* greenbuttons */

.greenbutton {
	overflow: auto;
	}

.greenbutton li {
	list-style: none;
	display: inline;
	}

.greenbutton a {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 2px;
	font-weight: bold;
	background: #a9b436;
	width: 85px;
	border-bottom: 2px dotted #ffffff;
	
	line-height: 12px;
	padding-top: 6px;
	height: 30px;
	}

.greenbutton .last {
	border-bottom: none;
	}

.greenbutton a:hover {
	background: #d89325;
	color: #ffffff;
	}


