﻿
/*
	Copyright (c) 2007-2008 JB Interactive Pty. Ltd.
	All Rights Reserved
	http://www.jbinteractive.com.au/
*/

/*
 * Normalization
 */

fieldset {
	border: none;
	padding: 15px 0 0;
	margin: 0 0 15px 0;
}

p, li, dd, td, td span, label, form {
	font-size: 12px;
	color: #4b4b4b;
	line-height: 18px;
	
	margin-bottom: 12px;
}

/*
 * Main layout
 */

body {
	margin: 0;
	width: 100%;
	font-family: "Helvetica Neue", "Calibri", Arial, sans-serif;
	font-size: 12px;
}

div#content {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	display: block;
}

#main {
	width: 900px;
	margin: 14px 0 30px 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: #fbfbfb;
	padding: 20px 30px 0 30px;
	border: 1px solid #dddddd;
}

h1#logo {
	display: block;
	background: url('http://connectbooks.com.au/img/layout/logo.gif') no-repeat;
	width: 194px;
	height: 82px;
	margin: 0 0 20px;
}

h1#logo a {
	display: block;
	overflow: hidden;
	width: 194px;
	height: 0;
	padding-top: 82px;
}

h1#logo a:hover {
	border: 0;
}


/*
 * Navigation
 */

#nav .icon {
	background: url(http://connectbooks.com.au/img/layout/nav-icons.png) no-repeat;
}

#nav a:hover {
	border: 0;
}

.unused {
	display: none;
}

/*
 * Feature bar used for quick searches
 */

.feature {
	position: relative;
	left: -30px;
	width: 620px;
	height: auto;
	padding: 20px 320px 10px 20px;
	
	margin-bottom: 40px;
}

.feature .bubble {
	background:transparent url(http://www.connectbooks.com.au/img/layout/bubble.png) repeat scroll 0 0;
	height:121px;
	left:645px;
	padding: 5px 20px 0 55px;
	position:absolute;
	top:-90px;
	width:211px;
	z-index:10;
}

.feature .bubble .stem {
	background: url(http://www.connectbooks.com.au/img/layout/bubble-stem.gif);
}

.feature .bubble h2 {
	font-size: 16px;
	margin-top: 13px;
	margin-bottom: 15px;
}

.feature input, .feature select {
	margin: 0 15px;
}

.feature .bubble input, .feature .bubble select {
	margin: 0;
}

.feature #book_search_input {
	width: 220px;
}

.feature #book_search_unit_code {
	width: 140px;
}

#book_search button {
	margin: 4px 0 0;
}

/*
 * Footer
 */

#footer {
	clear: both;
	position: relative;
	margin-top: 0;
	margin-left: -30px;
	padding: 35px 30px 5px 30px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	border: 0;
}

#footer .copyright {
	position: absolute;
	display: block;
	top: auto;
}

#footer .website-by {
	position: absolute;
	display: block;
	right: 30px;
	top: auto;
}

/*
 * Header styles
 */

h2 {
	display: block;
}

h3 {
	margin: 12px 0;
}

/*
 * Links and buttons
 */

#content a.button, .button, button, input[type="submit"], input[type="button"] {
	background: #9eb801;
	border: none;
	color: white;
	padding: 3px 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
	font-family: Lucida Grande, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin: 0 5px 0 0;
}

#content a.button:hover, .button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover {
	background: #8ba202;
	border: 0;
}

/*
 * My Login text
 */
#my_login p {
	font-size: 13px;
}

/*
 * Specific element targetting for mBF generated content
 */

/* Forms */
input[type="text"], input[type="password"] {
	border:1px solid #CDCDCD;
	font-size:12px;
	padding:5px;
}

/* Error message highlighting */
p.message {
	display: none;
	background: url(http://www.connectbooks.com.au/img/forms/error.png) no-repeat 1em center #f4bcbc;
	padding: 1em 1em 1em 50px;
	line-height: 1.5;
	margin: 20px 0 20px 0;
}

.warning, .warning span {
	color: red;
}

/* These are mainly layout changes to place elements in their correct place */
#itemDetails {
	width: 100%;
}

#divViewProduct, #ctl00_ContentPlaceHolderDefault_divDefault {
	float: left;
	width: 100%;
}

/* Register new user form */
#tblUserDetails td {
    padding: 0 0 12px 0;
}

/* Bad username / password incorrect layout */
#ctl00_ContentPlaceHolderDefault_ucLogIn_lblMessage {
	left:-4px;
	position:relative;
	width:70%;	
}

/* Payment page padding */
#ctl00_ContentPlaceHolderDefault_divPayment td {
	padding: 4px;
}

/* Payment page final check text */
#ctl00_ContentPlaceHolderDefault_lblAdvice {
	font-size:160%;
	padding: 14px 0;	
}

/* Password forgotten page - move save and cancel links */
#table1 {
	padding-bottom: 15px;
}

/* Password forgottent page - table padding */
#table1 td {
	padding: 5px;
}

/* Order confirmation page */
#ctl00_ContentPlaceHolderDefault_tblGatewayInfo {
	margin: 7px 0 17px 0;
}

/* Shopping cart - remove delete all button */
#ctl00_ContentPlaceHolderDefault_lbDeleteAll {
	display: none;
}

/* Shopping cart - pad the total */
#total {
	margin-top: 12px;
}

/* Hide specials on book details page */
#divSpecials {
	display: none;
}

/* Some styling of tables to try and make the tables feel consistent */
#ctl00_ctl00_ContentPlaceHolderDefault_ContentPlaceHolder1_gvTextBooks {
	border-color: #BBD62F;
	margin: 15px 0;
}

#ctl00_ctl00_ContentPlaceHolderDefault_ContentPlaceHolder1_gvTextBooks th[scope="col"] {
	border-color: #BBD62F;		
	background-color: #BBD62F;
	color: white;
	text-align: center;	
}

#ctl00_ctl00_ContentPlaceHolderDefault_ContentPlaceHolder1_gvTextBooks td {
	border-color: #BBD62F;
	padding: 6px;
}

#ctl00_ContentPlaceHolderDefault_ItemsCart {
	border-color: #DBE27A;
	background-color: #FFFFFF;
	margin: 15px 0;
}

#ctl00_ContentPlaceHolderDefault_ItemsCart .tableheadings td {
	color: white;
	text-align: center;	
}

#ctl00_ctl00_ContentPlaceHolderDefault_ContentPlaceHolder1_gvTextBooks td {
	font-weight: bold;
}

div#ShoppingCart table, 
div#Receipt table, 
#multiplecourses {
	border-collapse: collapse;
	margin: 15px 0;
	width: 100%;
}

div#ShoppingCart table .tableheadings td, 
div#Receipt table th, 
#multiplecourses th {
	border-color: #BBD62F;	
	background-color: #BBD62F;
	color: white;
	text-align: center;	
	padding: 6px;
	border-width: 1px;
	border-style: solid;
}

div#ShoppingCart table td,
div#Receipt table td,  
#multiplecourses td {
	padding: 6px;
	border:1px solid #BBD62F;
}

div#ShoppingCart tr.opposition td, 
div#ShoppingCart tr.applicable td, 
div#ShoppingCart tr.ours td {
	border: 0;
}

/*
 * Base mBF styles
 */

div.divider {
	padding: 0 10px;
	text-align: center;
	background-image: url(../images/Custom/Unibooks/sidebar_tile.gif);
	background-repeat: repeat-y;
	float: left;
	clear: left;
	width: 206px;
	max-width: 206px;
	font-size: x-small;
}

div.divider:first-child {
	padding-top: 0px
}
div.divider h2 {
	font-size: 16px;
}
div.divider h2, div.divider h3 {
	display: block;
	text-align: left;
	padding: 6px 0 10px;
}
div.divider label {
	font-weight: bold;
	margin-right: 0.5em
}
div.divider p{
	width: 180px;
}
div.divider label {
	font-size: x-small;
	color: #333333;	
}

div.divider input, div.divider select {
	font-size: x-small;
	color: #000000;
	max-width: 100px;
}


div.divider a {
	font-size: x-small;
	clear: both;
}

div.divider a.button {
	font-size: 8pt;
	display: inline-block;
	display: -moz-inline-stack;
	clear: none;
}

#sidebar_wrapper {
	display: block;
	width: 220px;
	margin-right: 20px;
	float:left;
}

#side_TOP_Image {
	display: none;
}

table#BlueSidebar tr td{
	line-height: 0px;
}

div.side {
    margin: 0 20px 0 0;   
	background: #F3F5D3;
	display: block;
	float: left;
	width: 220px;
	border: 1px solid #DBE27A;
}

div#client {
	float: left;
	width: 658px;
}

div#client:after {
	content: ".";
	height: 1em;
	visibility: hidden;
	clear: both;
	display: block
}

div#featured ul {
	display: block;
	padding-top: 0px;
	padding-left: 0px;
	margin-right: -1.5%;
	list-style-type: none;
	margin-left: 0px
}

div#featured ul:after {
	content: ".";
	height: 0px;
	visibility: hidden;
	clear: both;
	display: block
}
div#featured li {
	display: block;
	float: left;
	width: 30%;
	margin-right: 1.5%;
	border-left: dashed black 1px;
	padding-left: 1.5%
}

div#featured img {
	border: none;
	float: left;
	clear: left;
	margin: 1em 1em 1em 0em;
}
div#featured a.button {
	float: left;
	margin: 0px 0.5em 0px 0em;
}
div#featured p {
	clear: both;
	font-size: small
}
div#featured h3 {
	font-size: small;
	font-weight: bold;
	height: 75px
}
div#featured span.Price {
	font-weight: bold;
	margin-left: 1em
}
div#divCart table {
	margin: auto;
	width: 200px;
}
div#divCart th {
	text-align: left;
	padding: 8px;
	font-weight: bold;
	width: 70px;
}
div#divCart td {
	text-align: left;
}
div#divCart p {
	width: 200px;
}
div#divCart p a.button {
	float: right;
}

table tr.alternate {
	background-color: #f4f4f4;
}

table.validatedinput {
	margin-bottom: 25px;
	text-align: left;
}
table.validatedinput td, table.validatedinput th {
	padding-top: 0px;
	padding-bottom: 0px;
	width: 1px
}
table.validatedinput td {
	padding-left: 0px;
	padding-right: 0px
}
table.validatedinput th {
	font-size: 9pt;
	font-weight: normal;
	color: black;
	padding-left: 6px;
	padding-right: 6px
}
table.validatedinput td.validator {
	padding-left: 5px;
	padding-right: 6px;
	width: 160px;
}
table.validatedinput h3 {
	font-size: medium;
}
div#divViewProduct div#client div#order table {
	width: auto
}
div#divViewProduct div#client table tr th {
	width: 121px;
	text-align: right
}
div#divViewProduct div#client h3, div#divViewProduct div#client h4 {
	font-size: 11pt;
	font-weight: bold
}
div#divViewProduct div#client h3 {
	text-align: left
}
div#divViewProduct div#client div#order h4 {
	display: none;
	text-align: center;
	margin-top: 0;
}
div#divViewProduct div#client div#order {
	display: block;
	float:right;
}
div#divViewProduct div#client table tr th, div#divViewProduct div#client table tr td {
	font-size: 9pt;
	vertical-align: top;
	padding: 2px
}
div#divViewProduct div#client table tr td {
	font-weight: normal;
	padding-left: 7px;
	text-align: left
}
div#divViewProduct div#client table tr th {
	font-weight: bold
}
div#divViewProduct div#client div#order table tr th {
	font-weight: normal
}
div#divViewProduct div#client div#order table tr#overseas th, div#divViewProduct div#client div#order table#overseas tr td {
	font-size: 8pt
}
tr.opposition td {
	text-decoration: line-through
}
div#divViewProduct div#client tr.applicable {
	color: #959D2E;
	font: inherit;
}
div#divViewProduct div#client tr.applicable td {
	font-weight: bold
}
div#divViewProduct div#client ul {
	list-style: none;
	padding: 0em;
	margin: 0em
}
div#divViewProduct div#client input#ctl00_ContentPlaceHolderDefault_qtyTextBox {
	width: 32px;
	font-size: 10pt
}
div#divViewProduct div#client div#order * {
	text-align: right
}
div#divViewProduct div#client div#order a.button {
	margin-right: 2px
}
div#divViewProduct div#order {
	width: 14em;
}
div#SearchResults {
	padding-top: 30px;
}
div#SearchResults img {
	border: none;
	margin: 0 auto;
}
div#SearchResults table {
	width: 905px;
	border-color: #BBD62F;
	background-color: #FFFFFF;
}
div#SearchResults table table {
	width: auto;
}
div#SearchResults table th {
	background-color: #BBD62F;
	color: white;
	text-align: center;
}
div#SearchResults table th, div#SearchResults table td {
	padding: 4px
}
div#SearchResults table td {
	text-align: center;
	vertical-align: top;
}
div#SearchResults table a.button {
	margin-left: auto;
	margin-right: auto
}
div#SearchResults table table {
	margin-left: auto;
	margin-right: auto
}
div#SearchResults table table th {
	padding-right: 0.5em
}
div#SearchResults table table td {
	padding-right: 0.5em
}
div#SearchResults table table th, div#SearchResults table table td {
	padding-top: 0;
	padding-bottom: 0
}
div#SearchResults table table td {
	text-align: left;
}
div#SearchResults table table, div#SearchResults table table th {
	font-size: 8pt;
	background-color: transparent;
	color: black;
}
div#SearchResults table table th {
	font-weight: normal;
}
div#SearchResults table table td {
	font-weight: bold
}
div#SearchResults table table tr.applicable * {
	color: #4B4B4B;
}
div#SearchResults dd.title {
	font-size: 10pt;
	font-weight: bold;
	clear: both;
	margin-left: 0px;
}
div#SearchResults dl {
	text-align: left;
}
div#SearchResults dt, div#SearchResults dd {
	display: inline; 
	margin: 0px;
}
div#SearchResults dt {
	min-width: 60px;
	width: 60px;
}
div#SearchResults dd {
	clear: left;
	margin-left: 35px;
}
div#SearchResults dt.empty {
	display: none
}
div#SearchResults dt.title {
	display: none
}
div#SearchResults dt.binding {
  margin-right: 15px;
}

#simpleSearch label {
	margin-right: 5px;
}

/******* Textbooks styles *******/
#textbooks {
	display: none;
}

#TextbookTable {
	width: 600px;
  margin-left: 150px;
}

.availText {
	padding: 6px 0;
}

/******* Item Display styles *******/
#ItemDetails #trEdition {
	width: 100%;
}
