/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 10 February 2012 00:18:14
*/


body {
    font-size: 69%;
    background: #fff;
    color: #666;
    font-family: Helvetica, Arial, sans-serif;
 }


h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
    font-weight: bold;
}


/* *****************************
Shopping cart
***************************** */

#shoppinglist h3{
   display: none;
}

#shoppinglist a, #cartproceed a {
   text-decoration: none;
}

#shoppinglist a img, #cartproceed a img {
   border: none;
}

#shoppinglist td,#shoppinglist th {
   padding: 5px;
   font-size: 12px;
   text-align:center;
}

#shoppinglist thead th {
   background-color: #666;
   color: #fff;
}

#shoppinglist tbody a {
   color: #666;
}

#cartproceed {
   width:99%; 
}

#cartproceed span.submitbtn a{
   color: #666;
   font-size:1.1em;
   padding: 0;
   padding-right: 28px;
   padding-top: 5px;
   font-family:helvetica;
   font-weight: bold;
   float: right;
   background: url(http://www.oup.com.au/__data/assets/image/0009/1323/submitbutton.gif) no-repeat right top;
   height: 22px;
}

#cartproceed span.returntocart a#continueshopping {
   background: url(http://www.oup.com.au/__data/assets/image/0003/119730/backbtn.gif) no-repeat left top;
   color:#666666;
   font-family:helvetica;
   font-weight:bold;
   padding: 0;
   padding-left: 30px;    
   padding-bottom: 5px; 
   padding-top: 5px;
   display: block;
   font-size:1.1em;
   height: 22px;
   text-decoration: none;

}

#cartproceed span.updatebtn input {
   /*margin-right: 10px; */
}

td#countryinput select{
   width: 150px;
   height:18px;
   font-size:1em;
}

td#postcodeinput input {
   width: 100px;
}

td.fulllengthinput input, td.fulllengthinput textarea {
   width: 99%;
   font-family:helvetica;
   font-size: 12px;
}

#checkoutsummary {
   margin: 0 20px;
}

#checkoutsummary pre {
   font-size: 11px;
}

#checkoutsummary table#checkout {
   border: none;
   font-size:12px;
}

#checkoutsummary table#checkout td {
   border: none;
}

#checkoutsummary span.submitbtn input {
   background: url(http://www.oup.com.au/__data/assets/image/0009/1323/submitbutton.gif) no-repeat right;
   font-size:1.1em;
   font-weight: bold;
   color: #666;
   height: 20px;
   border: none;
   width: 140px;
   float: right;
}

#checkoutsummary span.returntocart a {
   background: url(http://www.oup.com.au/__data/assets/image/0003/119730/backbtn.gif) no-repeat left top;
   color:#666666;
   font-family:helvetica;
   font-weight:bold;
   padding-left: 20px;   
   font-size:1.1em;
   margin-top: 20px;
   height: 20px;
   text-decoration: none;
}

/* used to hide elements not needed in e-commerce */
.cart-show0 {
   display: none;
}

.cart-hide {
   display: none;
}

.cart-hide0 {
   display: block;
}

.cart-align-right {
  text-align: right;
}

/* **************************
Request inspection styles 
*************************** */

#requestform {
   padding: 0 10px;
}

.red {color: #f00;}
.alert {font-size: 1.2em; font-weight: bold; padding-bottom: 8px;}


