/*******************************************************************************
*  bookweb.css. only used for bookweb portion of site
*******************************************************************************/

html {border:0px}
body {background-color:#010066; margin:0px; 
      border:0px; min-height:100%; width:800px; 
      margin:auto; font-size: 80%; font-family:tahoma}
table {background-color:#ffffff; border:0px; 
      border-collapse:collapse; width:100%}
tr {padding:0px}
td {padding:0px; margin:5px; 
    vertical-align: top;}
.head{padding: 0px;}
.topleft{margin:5px; float:left}
.topright{margin:5px;float:right}
.menu{background-color:#010066; padding:0px; height:20px}
.menu a{color:white}
.indent {margin-left:40px}
.midd{height:550px; border-bottom:solid black 1px;padding:12px;}
.foot{height:75px;}
.float{display:inline; float:left}
a img {margin:0px; border:0px}
.balance {text-align:center}


.button {
	display:inline-block;
	padding:0 18px;
	line-height:30px;
	background-color: #0C3C5C;
	color:#ffffff;
	text-decoration: none;
   border-radius: 50px;
   border:none;
font-family: 'Source Sans Pro', sans-serif;
font-size:15px;
}
.button:hover {	background-color: #7db431;}
.buttonArrow {
	display:inline-block;
	padding:4px 37px 4px 22px;
	line-height:30px;
	background-color: #0C3C5C;
	color:#ffffff;
	text-decoration: none;
   border-radius: 50px;
   border:none;
   background-image:url(http://www.northoftheyarra.com.au/arrow-button.png);
   background-repeat:no-repeat;
   background-position:center right;
font-family: 'Source Sans Pro', sans-serif;
font-size:15px;
}
.buttonArrow:hover {	background-color: #7db431;}


.searchResults {width:100%;border-collapse:collapse;margin-bottom:20px;}
.searchResults th, .searchResults td {font-family:Arial, Helvetica, sans-serif;}
.searchResults th {background-color:#0C3C5C;color:#ffffff;text-align:left;padding:5px 8px;}
.searchResults td {padding:5px}
.searchResults tr:nth-child(even){background-color:#ebebeb;}
.searchResults a {color:#000000;}
.searchResults td:first-child {text-align:center;}
.searchResults td:last-child {text-align:right;}


/* shopping cart - list-start, list-line, list-end */
.cartList{width:100%;border-collapse:collapse;}
.cartList th {background-color:#0C3C5C;text-align:left;padding:5px 8px;color:#ffffff;}
.cartList td {padding:5px 8px;}
.cartList tr:nth-child(even){background-color:#F5F5F5;}
.cartList a {color:#000000;}
.cartList td.totals {text-align:right;background-color:#ffffff;border-bottom:1px solid #ebebeb;}



