
/*
	Copyright (c) JB Interactive Pty. Ltd.
	All Rights Reserved
	http://www.jbinteractive.com.au/
*/


/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding : 0;}

/* Normalizes font size for headers */
h1, h2, h3, h4, h5, h6
{ font-size: 100%;}

/* Remoes liststyle from lists */
ol,ul
{ list-style : none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, th, var
{ font-style : normal; font-weight : normal;}

/* Removes list-style from lists */
table
{ border : collapse; border-spacing : 0; border-collapse: collapse;}

/* Removes border from fieldset and img */
fieldset, img
{ border :0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align : left;}

/* Removes quotation marks from q */
q:before, q:after
{ content :''; }

/*****************************************************************************
 *
 * Global Styles
 *
 ****************************************************************************/
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	background: #829250 url('/pages/img/background.gif') 0 top repeat-x;
}

p {
	font-size: 10pt;
	color: #444343;
	line-height: 14pt;
}

a {
	color: #2a6089;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ol, ul, dl {
	font-size: 10pt;
}

/* Body headings */
h2 {
	margin-bottom: 18px;
}

h3 {
	color: #75814A;
	font-size: 11pt;
	margin-bottom: 4pt;
}

h4 {
	font-size: 10pt;
}

input[type="submit"] {
	border: 1px solid #aaa;
	background: #eee;
	padding: 5px;
	cursor: pointer;
}

input[type="submit"]:hover {
	background-color: #ccc;
}

.alert {
	padding: 8px 0pt; 
	background: rgb(243, 228, 122) none repeat scroll 0% 0%; 
	font-size: 10pt; 
	text-align: center; 
	margin-bottom: 20px;	
}

.content {
	width: 978px;
	margin: 0 auto;
	padding: 0 25px 0 25px;
	background-color: white;
}

.sidebar {
	float: left;
	width: 257px;
	margin-right: 20px;
}

.body .sidebar ul {
	margin-bottom: 18px;
	line-height: 20px;
}

.body .sidebar ul li {
	padding-left: 0;
	background: none;
}

.main {
	position: relative;
	width: 657px;
	float: left;
	margin-left: 25px;
}

.header {
	position: relative;
}

.page {
	margin-left: 280px;
}

.logo {
	width: 257px;
	height: 117px;
	text-indent: -1000px;
	overflow: hidden;
	
	background: transparent url('/pages/img/logo.gif') 0 0 no-repeat;
	
	margin-bottom: 20px;
}
.logo a {
	display: block;
	width: 257px;
	height: 117px;
}

.right-of-logo {
	position: absolute;
	top: 0;
	left: 282px;
	width: 696px;
}

#melbourne .logo {
	height: 107px;
	background: transparent url('/pages/img/logo-melbourne.gif') 0 0 no-repeat;
}

#brisbane .logo {
	height: 117px;
	background: transparent url('/pages/img/logo.gif') 0 0 no-repeat;
}

.grey-box {
	margin-top: 15px;
	color: black;
	height: 32px;
	padding: 8px;
	background: #EDEDED;
	margin-left: -25px;
	padding-left: 25px;
}
.green-box {
	background: #9fb75d url('/pages/img/green-box-middle.gif') 0 bottom no-repeat;
	color: white;
	padding: 8px 15px;
}

.green-box-topcap {
	height: 10px;
	width: 257px;
	background: transparent url('/pages/img/green-box-topcap.gif') 0 0 no-repeat;
}

.green-box-bottomcap {
	height: 10px;
	width: 257px;
	background: transparent url('/pages/img/green-box-bottomcap.gif') 0 0 no-repeat;
}

.green-box a {
	color: white;
}

.green-box a span {
	color: white;
}

.green-box h3 {
	padding: 0;
	text-align: center;
	color: white;
	font-size: 12pt;
	margin-bottom: 4pt;
}

.green-box .border-below {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d1dbb7;;
}

/*
.green-box li {
	padding-bottom: 5px;
	padding-top: 7px;
}
*/

#browse_nav {
	margin-top: 3px;
	border-top: 1px solid #d1dbb7;
}

#browse_nav a {
	display: block;
	padding: 5px 0;
	position: relative;
	height: 55px;
	line-height: 53px;
	border-bottom: 1px solid #d1dbb7;
}

#browse_nav a:hover {
	text-decoration: none;
	background: url('/pages/img/transparent.png');
}

#browse_nav a span {
	margin-left: 60px;
}

#browse_nav a img {
	position: absolute;
	top: 5px;
	left: 5px;
}

.green-box .new-line {
	margin-top: 10pt;
}
/*
.green-box img {
	float: left;
	border: 2px solid white;
	margin-right: 8px;
}
*/
.green-box .italic-link {
	font-style: italic;
	font-size: 8.5pt;
}

.sidebar-text {
	margin: 20px 0;
	padding: 0 10px;
}

.sidebar-text h4 {
	margin-bottom: 10px;
}

.navigation {
	margin: 25px 0 45px 0;
	float: left;
	width: 100%;
}

.navigation li {
	color: #2a6089;
	font-size: 12pt;
	display: inline;
	padding: 0 15px;
	border-left: solid 1px #999999;
}

.navigation li.current a {
	color: #75814a;
	text-decoration: none;
}

.navigation li:first-child {
	padding-left: 0;
	border-left: none;
}

.navigation .button-shopping-cart {
	padding: 0;
	border-left: none;
	
	/* Align right */
	width: 168px;
	height: 32px;
	display: block;
	margin-left: auto;
	margin-top: -27px;
}

.footer-navigation {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 10px;
	padding-top: 20px;
	text-align: center;
	color: #aeaeae;
}

.footer-navigation li {
	display: inline;
	margin-left: 25px;
}

.footer-navigation a {
	color: #aeaeae;
}

.footer-navigation li:first-child {
	margin-left: 0;
}

.footer-text {
	width: 100%;
	clear: both;
	margin-top: 10px;
	padding: 20px;
	text-align: center;
	color: #aeaeae;
}

.footer-text li {
	display: inline;
	margin-left: 25px;
}

.footer-text a {
	color: #aeaeae;
}

.footer-text li:first-child {
	margin-left: 0;
}

.body p {
	margin-bottom: 18px;
	line-height: 20px;
}

.body ul, .body ol, .body dl {
	margin-bottom: 18px;
	line-height: 20px;
	color: #444343;
}

.body ul li, .body ol li {
	padding-left: 20px;
	background: transparent url('/pages/img/bullet.gif') left center no-repeat;
}

/* Coloured highlight */
.body span {
	color: #75814a;
}

/**
 * Header search
 */
.header-search {
	padding: 0;
}
.header-search ul {
	padding-left: 25px;
	line-height: 32px;
}

.header-search label {
	padding-left: 5px;
}

.header-search li {
	display: inline;
	margin-left: 15px;
}

.header-search li.no-margin {
	margin-left: 0;
}

.header-search .the-label {
	display: block;
	float: left;
	margin-top: 2px;
}
.header-search input[type='text'] {
	font-size: 10px;
	width: 300px;
	padding: 2px;
	color: #979696;
}
.header-search select {
	width: 100px;
}

.header-search button {
	width: 96px;
	height: 32px;
	border: 0;
	background: transparent url('/pages/img/header-search-submit.gif') 0 0 no-repeat;
	overflow: hidden;
	float: right;
	cursor: pointer; /* hand-shaped cursor */
}
.header-search button:hover {
	background-position: 0 -32px;
}

/*****************************************************************************
 *
 * Home Styles
 *
 ****************************************************************************/

#index .green-box img {
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid white;
}

#index .green-box .address li {
	margin-bottom: 6px;
}


.map {
	position: absolute;
	left: 150px;
	top: 140px;
	display: block;
	margin: 0 auto;
}

.brisbane-label, .melbourne-label {	
	font-size: 13px;
	color: #a1a098;
	text-align: center;
	
	cursor: pointer;
}

.brisbane-label {
	width: 160px;
	height: 47px;
	
	padding: 23px 0 0 4px;
	position: absolute;
	left: 402px;
	top: 217px;
	
	background: transparent url('/pages/img/brisbane-label.gif') 0 0 no-repeat;
}

.melbourne-label {
	width: 160px;
	height: 34px;
	
	padding: 36px 0 0 4px;
	position: absolute;
	left: 342px;
	top: 329px;
	
	background: transparent url('/pages/img/melbourne-label.gif') 0 0 no-repeat;
}


/*****************************************************************************
 *
 * Melbourne Styles
 *
 ****************************************************************************/

.browse li {
	position: relative;
}
.browse li * {
	position: relative;
	z-index: 5;
}
.browse li .background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 50px;
	z-index: 0;
}
.browse li .hover {
	background-color: black;
	/* for IE */
	filter:alpha(opacity=20);
	/* CSS3 standard */
	opacity:0.2;
}

.browse ul a {
	font-style: normal;
	font-size: 10.5pt;
}

.browse h3.border-below {
	padding-bottom: 15px;
}

.browse	 p {
	color: white;
	display: inline;
	vertical-align: 100%;
}

.browse img {
	float: none;
	height: 53px;
	width: 44px;
	border: 1px solid white;
}

.browse .italics {
	font-size: 8.5pt;
	font-style: italic;
}

.badges {
	display: block;
	width: 100%;
	padding-top: 15px;
	text-align: center;
}

.body .badges li {
	display: inline;
	margin-right: 20px;
	padding-left: 0;
	background: none;
}

.badges .badge {
	width: 178px;
	height: 132px;
}
.badges .badge:first-child {
	margin-left: 0;
}

.looking {
	margin: 20px 0;
}
.looking h4 {
	margin-bottom: 10px;
}

/*****************************************************************************
 * 
 * Rewards
 *
 ****************************************************************************/

.rewards-form {
	display: block;
	float: right;
	background-color: #ededed;
	padding: 16px;
	margin-left: 20px;
}

.rewards-form ul {
	margin-bottom: 0;
}

.rewards-form-spinner {
	background: url('/pages/img/mozilla_spinner.gif') no-repeat;
	background-position: 140px 6px;
}

.body .rewards-form li {
	padding-left: 0;
	background: none;
}

.rewards-form input[type="text"], .rewards-form select {
	font: inherit;
	padding: 4px;
	margin-bottom: 20px;
	width: 180px;
}

.rewards-form select {
	width: 188px;
}

.rewards-form textarea {
	font: inherit;
	padding:4px;
	margin-bottom: 20px;
	width: 180px;
	font-size: 9pt;
}

.rewards-form #address {
	height: 5em;
}

.rewards-form .form-buttons {
	text-align: center;
}

.form-buttons dd, .form-buttons dt {
	display: inline;
}

.rewards-form button, .rewards-form submit {
	font-size: 11px;
	color: #333333;
	width: 60px;
	height: 18px;
	background: url('/pages/img/button-blank.gif');
	border: 0;
	cursor: pointer;
}

.rewards-form ul.errors {
	width: 180px;
	margin: -20px 0 20px 0;
	color: red;
}

.rewards-error {
	color: #9d0000;
}

.rewards-error-field {
	background: #ffeeee;
}


/*****************************************************************************
 * 
 * Categories
 *
 ****************************************************************************/

.body .links {
	float: left;
	width: 210px;
}

.body .links li {
	padding-left: 0;
	background: none;
}

.body .links h3 {
	margin-top: 25px;
}

.body .links li:first-child h3 {
	margin-top: 0;
}

.best-sellers {
	
}

.body .best-sellers li {
	padding-left: 0;
	background: none;
	
	padding: 20px 0;
	border-top: 1px dashed gray;
}
.best-sellers span.author {
	color: #ababab;
	font-size: 10pt;
}

.body .best-sellers li p {
	font-size: 8pt;
	line-height: 14pt;
}

.best-sellers img {
	float: left;
	margin-right: 20px;
}

.best-sellers button {
	float: right;
	margin: 10px 60px 0 0;
	font-size: 11px;
	color: #333333;
	width: 60px;
	height: 18px;
	background: url('/pages/img/button-blank.gif');
	border: 0;
	cursor: pointer;
}

/* Certification exam searches */
#cert_searches {
	margin-top: 10px;
	float: left;
}

#cert_searches form {
	display: block;
	height: 35px;
}

#cert_searches label {
	color: #444343;
	font-size: 10pt;
	width: 180px;
	float: left;
	display: block;
	padding-top: 3px;
}

#cert_searches input[type=text] {
	color: #979696;
	width: 180px;
	margin-right: 20px;
}

#cert_searches input[type=submit] {
	padding: 3px 5px;
}

/*****************************************************************************
 *
 * Bookweb
 *
 ****************************************************************************/

table {
	margin: 10px 0;
	width: 100%;
	font-size: 14px;
}

tr {
	color: #2f3d0b;
}
tr.header {
	background: #ced2a1 url('/pages/img/table-header.gif') 0 bottom repeat-x;
	color: white;
	text-shadow: #444 1px 1px 2px;
}

tr.even {
	background-color: #e2eccb;
}
tr.odd {
	background-color: #d7e4b9;
}

td {
	padding: 6px;
	margin: 0;
}

.rounded .top {
	 -moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}

.rounded .bottom {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}

.paging {
	text-align: right;
}

.tools {
	margin-top: 15px;
	text-align: center;
}
.tools a, .tools input {
	margin: 0 4px;
}

.details-book-image {
	float: right;
	margin: 30px 100px 0 0;
}

.details {
	display: block;
	width: 500px;
	margin-top: 10px;
}
.details h3 {
	font-size: 18px;
	color: black;
}
.details dt {
	float: left;
	font-weight: bold;
}
.details dd {
	display: block;
	padding-left: 150px;
	width: 350px;
}
.details div {
	width: 500px;
	clear: left;
}
.notice {
	padding: 10px;
	margin: 30px auto;
	background: #eee;
	border: 1px solid #bbb;
}

.center-text {
	text-align: center;
}


/*****************************************************************************
 *
 * Forms
 *
 ****************************************************************************/
.freeform {
	padding: 10px 0;
}
.freeform div {
	margin-bottom: 10px;
}
.freeform label {
	float: left;
	width: 180px;
	text-align: right;
	font-size: 14px;
	line-height: 28px;
}

.freeform input, .freeform textarea {
	display: block;
	width: 300px;
	border: 1px solid #aaa;
	padding: 5px;
	margin-left: 200px;
}

.freeform input[type="submit"] {
	width: auto;
	cursor: pointer;
}

.freeform fieldset {
	padding: 20px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
.freeform legend {
	color: #888;
}

/*****************************************************************************
 *
 * Pagination
 *
 * Okay, this is a bit weird. We have to move the pagination after the DOM is
 * ready using javascript, so initially hide the buttons until it's all ready
 * to go.
 *
 ****************************************************************************/

.pagination form {
	display: inline;
	margin-top: -20px;
}

.pagination input[type="submit"] {
	border: none;
	background: none;
	color: #b5c58f;
	font-size: 13px;
	cursor: pointer;
	padding: 0;
}

.hidden {
	display: none;
}

.previous-page {
	float: left;
}
.previous-page input[type="submit"] {
	float: left;
}
.previous-page-icon {
	width: 7px;
	height: 10px;
	margin: 5px 4px 0 0;
	float: left;
	background: #b5c58f url('/pages/img/previous-icon-mask.png') 0 0 no-repeat;
}

.next-page {
	float: right;
}
.next-page input[type="submit"] {
	float: left;
}
.next-page-icon {
	width: 7px;
	height: 10px;
	margin: 5px 0 0 4px;
	float: left;
	background: #b5c58f url('/pages/img/next-icon-mask.png') 0 0 no-repeat;
}

.center {
	display: block;
	margin: 0 auto;
}