

/**
 * @author Ayyaz Hussain
 * ayyaz@avenewz.co.uk
 */

* {
	margin:0;
	padding:0;
}
a:link, a:hover, a:visited {
	text-decoration: none;
	color:inherit;
}
.clear {
	clear:both;
}

/* Body styles */
body {
	font-family: Verdana, sans-serif;
	font-size:16px;
	background: #CDCDCD;
	color:#7598AB;
}
#body-wrapper {
	width:852px;
	margin:0 auto;
	border:solid 1px #ccc;	
}

/* Header section */
#header {
	background:#fff;
	padding:20px 0px 0px 36px;
}
#frodo-logo {
	position:relative; 
	left:240px; 
	top:0px; 
}

/* Navigation */
#nav {
	float:left;
	padding-left:36px;
	width:814px;
	background: url(../images/nav_button_bg.gif) repeat-x scroll left top;
	height:33px;
	position:absolute;
}
#nav a{
	color:#fff;
}
#navbuttons .menu-item {
	padding-top:7px;
	font-size:85%;
	font-weight:normal;
	letter-spacing:-0.02em;
	
}
.submenu .menu-item {
	padding-top:0px;
	font-size:85%;
	font-weight:normal;
	letter-spacing:-0.02em;
}
.submenu a {
	padding-top: 0px;
	text-decoration:none;
	font-size:80%;	
}
/*#nav a:hover, */

#nav h1 {
	font-size: 0.8em;
	padding-top:6px;
}
#nav h2 {
	font-size:0.9em;
	padding-top:6px;
}
#nav > ul, .buy-links {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
.buy-links {
	margin-bottom:20px;
}
.buy-links li {
	background-image: none;	
	margin-left:0px;
	margin-bottom:2px;	
}
#navbuttons > li {
	background-image: none;	
	float:left;
	border-left:none;
	position:relative;
	width:152px;
	text-align:center;
	color:white;
	height:33px;
}
#navbuttons > li:hover {
	background: url(../images/nav_button_bg_hilite.gif) repeat-x scroll left top;
	color:#fff;
	text-align:center;
	text-decoration:none;
	height:31px;
	float:left;
	width:150px;
	border:1px solid #8D6911;
	cursor:pointer;
	cursor:hand;
}
#navbuttons > li:hover ul {
	display:block;
	position:absolute;
	top:32px;
	left:0px;
}
#navbuttons > li > ul, .submenu-hidden {
	display:none;
	position:absolute;
	top:33px;
	left:0px;
	background:none;
	padding:0;
	margin:0;
}
.submenu > li {
	background: url(../images/nav_button_bg_hilite.gif) repeat-x scroll left top;
	color:#fff;
	text-align:center;
	text-decoration:none;
	height:31px;
	width:152px;
	margin-left:-1px;
	list-style:none;
	margin-top:0px;
	cursor:pointer;
	cursor:hand;
}
.submenu > li:hover {
	background: url(../images/nav_button_bg_hilite.gif) repeat-x scroll left top;
	color:#fff;
	text-align:center;
	text-decoration:none;
	height:31px;
	width:150px;
	cursor:pointer;
	cursor:hand;
	border:1px solid #8D6911;
}

#navbuttons > li.empty {
	height:31px;
	border:solid 1px white;
	width:0px;
}
#navbuttons > li.selected {
	background: url(../images/nav_button_bg_hilite.gif) repeat-x scroll left top;
	color:#fff;
	text-align:center;
	text-decoration:none;
	height:31px;
	float:left;
	width:150px;
	border:1px solid #8D6911;
	cursor:pointer;
	cursor:hand;
}
 
.nav-link {
	float:left;
}
#nav #sydney-link {
	float:right;
	border:none;
	margin-right:40px;
	width: 150px;
}
/* Bookshelf */
#bookshelf {
	height:235px;
}
#content #loading {
	padding-left:350px;
	padding-top:36px;
	width:412px;
}
#bookshelf .book {
	float:left;
	border-left:0.15em solid #CECECE;
	width:152px;
}
#bookshelf #arrow-left, #bookshelf #arrow-right {
	height:235px;
	background:#fff;
	border:none;
	padding-left:10px;
	padding-right:10px;
	float:left;
}
#bookshelf #arrow-right {
	border-left:0.15em solid #CECECE;
}
#bookshelf #arrow-left img, #bookshelf #arrow-right img {
	margin-top:100px;
}
#bookshelf .buy-link {
	background: url(../images/bookshelf_dot.jpg) no-repeat top left;
	font-size:0.7em;
	font-weight:bold;
	padding-left:20px;
	margin-left:12px;
	color:#7598AB;
	padding-right:13px;
	cursor:pointer;
	cursor:hand;
}
#bookshelf .buy-link-selected, #bookshelf .buy-link-hilite {
	background: url(../images/bookshelf_dot_hilite.jpg) no-repeat top left;
	font-size:0.7em;
	font-weight:bold;
	padding-left:20px;
	margin-left:12px;
	color:#7598AB;
	padding-right:13px;
	cursor:pointer;
	cursor:hand;
}
/*
.buy-link-default{
	background: url(../images/bookshelf_dot.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-size:0.7em;
	padding-left:20px;
	text-decoration:none;
	font-weight:bold;
	float:right;
}
*/
.buy-link-selected, .buy-link-hilite, .buy-link {
	cursor: default;
	color: #7598AB;
}
/*
#bookshelf .buy-link a:hover, .buy-link-selected, .buy-link-hilite {
	background: url(../images/bookshelf_dot_hilite.jpg) no-repeat left top;	
	color:#7598AB;
	font-size:0.7em;
	padding-left:20px;
	text-decoration:none;
	font-weight:bold;
	float:right;
}
*/
/*
#bookshelf .buy {
	float:right;
	width:115px;
	margin-right:5px;
	height:26px;
}*/
/* Rest of the page */
#page {
	margin-top:33px;
	padding-top:25px;
	background:#fff;
	overflow:hidden;
}
#content {
	margin:30px 20px 20px 38px;
	border-left:0.15em solid #CECECE;
	border-right:0.15em solid #CECECE;
	width:766px;
}
p {
	font-size:0.7em;
	margin:0px 5px 15px 10px;
}
#home-text {
	float:left;
	padding: 0px 10px 0px 0px;
	width:305px;
}
#home-photo {
	float:left;
	padding: 0px 10px 0px 10px;
}
.book-desc-selected, .book-desc {
	float:left;
	width:150px;
	border-right:0.15em solid #CECECE;
	color:#ccc;
}
.book-desc-selected {
	color:#7598AB;
}
#book5 {
/*
	removed - now adding via script on the last column - AH 2-Jul-2010
	border-right:none; 
*/
}
#buy-text {
	float:left;
	padding: 0px 10px 0px 10px;
	width:447px;
}
.quote-open {
	background: url(../images/quote-open.gif) no-repeat left top;		
}
.order {
	font-size: .9em;
	margin-left:0px;
}
#buy-sub-menu a {
	background: url(../images/nav_button_bg_hilite.gif) repeat-x;
	background-position:0px 1px;	
	color:#fff;
	text-align:center;
	text-decoration:none;
	height:31px;
	float:left;
	width:150px;
	border:1px solid #8D6911;	
}
.quotee {
	font-size:1em;
	font-weight:bold;
}
