		/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 10 April 2015 23:50:06
*/


/**
 * OUP - Oxford University Press
 *
 *    screen.css
 *    author:Squiz Australia & OUP
        Ben Wilson (OUP), Jon Alomes (Squiz), Rob Prib (Squiz)
 */

/* 
 *    Table of contents
 *
 *        1. General
 *            1.1 Reset
 *            1.2 Typography (Headings, Links, Lists, Tables, Forms, Icons)
 
 *        2. Page elements
 *          2.1 Header  
 *           2.1.1 Top Links
 *         2.1.2 Oxford University Press Logo
 *           2.1.3 Search
 *          2.2 Main Menu
 *            
 *        3. Content elements
 *        3.1    Left Column
 *          3.2 Right Column
 *        3.3 Features
 *
 *        4. Page Templates
 *          4.1 Home
 *            4.1.1 Video Gallery
 *          4.2 Search Results
 *            4.3 Newsletters
 *          4.4 Area on Interests
 *          4.5 Book Titles 
 *     
 *         5. Ecommerce   
*/
  
/*
--------------------
1. General
--------------------
*/

/*-- 1.1 Reset --*/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,menu,hgroup,nav,section{
  display:block;
}

ol,ul{
  list-style:none;
}
blockquote,q{
  quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
  content:'';
  content:none;
}

ins{
  text-decoration:none;
}
del{
  text-decoration:line-through;
}

table{
  border-collapse:collapse;
  border-spacing:0;
  width:100%;
}

table th {text-align:right;}


/* -- 1.2 Typography --*/
html {
    /* -- background: url(http://www.oup.com.au/__data/assets/image/0017/304235/bg.gif) 50% 0 repeat-y #000; -- */
    background: #ededed;
    height: 100%; 
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; 
    font-size: 75%;
    color: #000000;
    line-height:1.5em;
}

body {
    height: 100%; 
}

/* Links */
a:link, a:visited, a:hover, a:active {
    color: #3399CC;
    outline:none;
}

/*Check what these are for?*/
.black_link {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    text-decoration: underline;
}
.blue_link {
    font-family: Arial;
    font-size: 12px;
    color: #3399CC;
    text-decoration: underline;
}

/* Headings */
h1 {
    font-size: 2em;
    font-weight: bold;
    color: #1a1a1a;
    margin: 0.1em 0 0.5em;
}
h2 {
    font-size: 1.250em;
    color: #000;
    margin: 0.1em 0 0.5em;
}
h3 {
    font-size: 1.167em;
    color: #666;
    margin: 0.1em 0 0.5em;
}
h4 {
    font-size: 1.083em;
    color: #000;
    margin: 0.1em 0 0.5em;
}

h5 {
    font-size: 1.333em;
    color: #000;
    margin: 0.1em 0 0.5em;
}

h6 {
    font-size: 1.333em;
    color: #3399CC;
    margin: 0.1em 0 0.5em;
}

h7 {
    font-size: 1.0em;
    color: #000;
    margin: 0.1em 0 0.5em;
    font-weight:bold;
}

h8 {
    font-size: 1.0em;
    color: #000;
    margin: 0.1em 0 0.5em;
    font-style:italic;
    font-weight:bold;
}

h9 {
    font-size: 1.0em;
    color: #000;
    margin: 0.1em 0 0.5em;
    font-style:italic;
}

h10 {
    font-size: 15px;
    color: #000;
    margin: 0.1em 0 0.5em;
    font-weight:bold;
}

.textbold {
    font-size: 1.0em;
    color: #000;
    margin: 0.1em 0 0.5em;
    font-weight:bold;
}

.textbolditalic {
    font-size: 1.0em;
    color: #000;
    margin: 0.1em 0 0.5em;
    font-style:italic;
    font-weight:bold;
}

.textitalic {
    font-size: 1.0em;
    color: #000;
    margin: 0.1em 0 0.5em;
    font-style:italic;
}

.textheader {
    font-size: 15px;
    color: #000;
    margin: 0.1em 0 0.5em;
    font-weight:bold;
}

.textunderline {
    font-size: 1.0em;
    color: #000;
    margin: 0.1em 0 0.5em;
    text-decoration: underline;
}

.textboldunderline {
    font-size: 1.0em;
    color: #000;
    margin: 0.1em 0 0.5em;
    text-decoration: underline;
    font-weight:bold;
}

.indent {
    margin-left: 20px;
}

.indent_02 {
    margin-left: 100px;
    margin-right: 100px;
}

p {
    margin: 0.1em 0 0.5em;
}

/* Lists */
.main_content ul {
    list-style: square outside;
    margin: 0.5em 0 0.5em 20px;
}

/*Common*/
.col {float:left;}
.left {float:left;}
.right {float:right;}
.hide {display:none;}
.gray {background:#f1f1f1}
.hidden {left: -9999em;overflow:hidden;position: absolute;}

/*Semantic Form*/
.semantic-form  label{
    font-weight:bold;
    float:left;
    font-size:1.167em;
    display:block;
    width:230px;
    margin-right:10px;
}

.semantic-form input.text {
    float:left;
    width:230px;
    display:block;
    font-size:1.167em;
}

.semantic-form  fieldset.section {
    margin: 1.5em 0;
}

.semantic-form  fieldset.gray {
    padding: 20px;
    margin-bottom:0px;
}

.semantic-form  div.form-item {
    overflow:hidden;
    margin: 0.5em 0 1em;
}

.semantic-form .submit {
    float:right;
}

.semantic-form  .errors {color:#961010;}
/* Drop down*/
.dropdown {
    float:left;
    position:relative;
}

.dropdown ul {
    display:none;
    position: absolute;
    z-index:1;
    top: 0px;
    left: 0px;
    margin:22px 0 0;
border: white 1px solid;
}

.dropdown ul a{
    display:block;
    padding:5px 10px;
    width: 150px;
    background: #1A1A1A;
}

.dropdown ul a:hover {
    background:#333333;
}

.dropdown:hover ul, .dropdown.hover ul, .dropdown ul:hover, .dropdown ul.hover{
    display:block;
}

/* Buttons */
.btn {

}

.submit {
    background: url(http://www.oup.com.au/__data/assets/image/0020/284510/submit_btn.png) no-repeat;
    text-indent:-999em;
    overflow:hidden;
    cursor:pointer;
    color: transparent;
    text-transform: capitalize;
    height:28px;
    width:85px;
    border: none;
}

/*
--------------------
2. Page Elements
--------------------
*/
#container {
    background-color: #FFFFFF;
    width: 983px;
    min-height: 100%;
    margin: 1px auto;
    /* -- border: 1px solid #FFF; -- */ 
    border-width: 0 1px;
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;      
    -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;   
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; 
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.6);   -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);   box-shadow:0 0 15px rgba(0,0,0,0.6);   /* -- -moz-border-radius:10px / 100px;  -- */
}


/* -- 2.1 Header-- */
#header {
    height: 79px;
    width: 983px;
    background: #1A1A1A;
position:relative;
z-index:200;
}
    
    /*2.1.1 Top Links*/
    .top_links {
        float:right;
        margin:45px 20px 0 0;
        position:relative;
    width:250px;
    }
    
    .top_links a , .top_links .dropdown  .title {
        font-size: 0.9em;
    color: #FFF;
    float: left;
    text-decoration: none;
    margin-left: 0px;
    }
    
    .top_links .dropdown  .title {
        height:25px;
        display:block;
    }
    
    .top_links .dropdown  {
        margin-left:5px;
float:right;
z-index:500;
    }
    
.top_links .top_level_links span{
float:right;
}
.top_links .top_level_links a{
float:right;
}
.top_links .worldwide-top-link {
margin-left: 5px;
}

    /*2.1.2 Oxford University Press Logo */
    .logo_oup {
        background-image: url(http://www.oup.com.au/__data/assets/image/0004/283099/oup_logo.gif);
        height: 57px;
        width: 133px;
        text-indent:-999em;
        overflow:hidden;
        float:left;
        margin: 9px 0 0 25px;
    }
    
    /*2.1.3 Search */
    #search {
        float: left; 
        margin: 28px 0 0 180px; 
        
    }
    
    #search input {
        float: left;
    }
    
    .search-input {
        margin-right: 0px;
    border: 0;
    outline: 0;
    background: transparent;
    height: 26px;
    margin: 3px 17px 0 3px;
    width: 310px;
    font-size: 83%;
    border: white 1px solid;
    margin-top: 9px;
    margin-right: 0;
    color: white;
    Padding-left: 5px;
    }

    .search-btn {
        background: url(http://www.oup.com.au/__data/assets/image/0011/394904/new-search-btn.png) no-repeat;
        height: 30px;
    width: 31px;
    text-indent: -999em;
    border: none;
    cursor: pointer;
    color: transparent;
    text-transform: capitalize;
    background-color: black;
    background-position: top right;
    margin-top:9px;
-webkit-appearance: none;
    }
    
    .top_links .contact-top-link{
        margin-left: 5px;
        border-left: white solid 1px;
        border-right: white solid 1px;
        padding-left: 5px;
        padding-right: 5px;
        height: 10px;
        position: relative;
        top: 4px;
        line-height: 10px;
    }
    
 /*Mega Menu Styles*/

    #mega-menu {
    font: normal 13px Arial, sans-serif;
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
z-index: 100
    }
    #mega-menu li ul, #mega-menu .sub {
    display: none;
    }
    #mega-menu .sub ul {
    display: block;
    }

    #mega-menu {
    width: 100%;
    height: 40px;
    position: relative;
    background-color: #EDEDED;
    border-bottom: 1px solid black;
    }
    #mega-menu li {
    float: left;
    margin: 0;
    padding: 0;
    font-weight: bold;
    }
    #mega-menu li a {
    float: left;
    display: block;
    color: black;
    padding: 12px 20px;
    background: #EDEDED;
    text-decoration: none;
    }
    #mega-menu li.mega-hover a, #mega-menu li a:hover {
    background: #666;
    color: white;
    }
    #mega-menu li .sub-container {
    position: absolute;
    }
    #mega-menu li .sub {
    background: white;
    padding: 15px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    -moz-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    width:900px;
    }
    #mega-menu li .sub .row {
    width: 100%;
    overflow: hidden;
    clear: both;
    }
    #mega-menu li .sub li {
    list-style: none;
    float: none;
    width: 170px;
    font-size: 1em;
    font-weight: normal;
    }
    #mega-menu li .sub li.mega-hdr {
    margin: 0 10px 10px 0;
    float: left;
    }
    #mega-menu li .sub li.mega-hdr.last {
    margin-right: 0;
    }
    #mega-menu li .sub a {
    background: none;
    color: #111;
    padding: 7px 10px;
    display: block;
    float: none;
    font-size: 0.9em;
    }
    #mega-menu li .sub li.mega-hdr a.mega-hdr-a {
    padding: 5px 5px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #222222;
    background-image:url(line.png);
    background-repeat:no-repeat;
    background-position:5px bottom;
    }
    #mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {
    color: #000;
    }
    #mega-menu .sub li.mega-hdr li a {
    padding: 4px 5px;
    font-weight: normal;
    }
    #mega-menu .sub li.mega-hdr li a:hover {
    color: #39C;
    background: #efefef;
    background-image:url(fade.png);
    background-position:right;
    background-repeat:repeat-y;
    }
    #mega-menu .sub ul li {
    padding-right: 0;
    }
    #mega-menu li .sub-container.non-mega .sub {
    padding: 10px;
    }
    #mega-menu li .sub-container.non-mega li {
    padding: 0;
    width: 190px;
    margin: 0;
    }
    #mega-menu li .sub-container.non-mega li a {
    padding: 7px 5px 7px 22px;
    }
    #mega-menu li .sub-container.non-mega li a:hover {
    color: #a32403;
    background: #efefef;
    }   
    
/*
--------------------
3. Common Elements
--------------------
*/
    /*-- 3.1 Main content area -- */
    .main_content {
        width: 983px;
        padding: 35px 0 40px;
        background-color: #FFFFFF;
        overflow:hidden;
    }
    
    .page_title {
        background: url(http://www.oup.com.au/__data/assets/image/0016/283102/left_column_title.jpg) bottom left repeat-x #f1f1f1;
        width: 591px;
        padding: 0 12px;
        min-height: 30px;
        margin: 0 0 1.5em;
    }
    .page_title .title {
        width: 480px;
        line-height: 1.1em;
        float: left;
    }
    
    .page_title h1{
        line-height: normal;
    }
    
    .page_title a {
        float:right;
        font-size: 1.667em;
        font-weight: bold;
        color: #1a1a1a;
        margin:8px 20px 0.5em 0;
       width: 80px;    
    }
    
    /*-- 3.2 Two Col Layout --*/
        /* Left Column */
        .main_content .col.one{
            width: 620px;
            margin: 0 0 0 24px;
        }

        .main_content .col.three{
            width: 620px;
            margin: -20px 0 0 24px;
        }

        .content-wrapper {margin:0 15px;}
    
        /* Right Column */
        .main_content .col.two{
            background-color: #ededed;
            width: 266px;
            margin: 0 0 0 24px;
            padding: 14px;
        }
        
        .main_content .col.two h3 {
            font-size: 1.143em;
            font-weight: bold;
            color: #39C;
        }

        #newsletter {
            display: block;
            width: 266px;
            height: 84px;
            background: url("http://www.oup.com.au/__data/assets/image/0017/283103/newsletter_01.jpg") no-repeat 0 0;
            margin-top: 9px;
            margin-bottom: 25px;
            text-indent: -9999em;
        }

        #newsletter:hover { 
          background-position: 0 -84px;
        }

        .help_content {
            width: 615px;
        }

    /*-- 3.5 Features --*/
        .feature {
        width: 295px; 
        height: 206px; 
        background-color: #ededed; 
        float: left;
/*      margin:10px 0 10px 26px;*/
        margin: 40px 15px 0 0;
        overflow:hidden;
        padding: 0 0 1px;
    } .feature.odd {margin-left:0;}
    
    .feature a.thumb {
        text-decoration: none; 
        height: 146px;
        width:290px;
        display: block;
        overflow:hidden;
        background: #FFFFFF url(http://www.oup.com.au/__data/assets/image/0003/283224/feature_box_placeholder.jpg) center center no-repeat;
        margin: 0 auto;
    }
    
    .feature .title {
        height: 50px;
        margin: 0px 8px;
        padding-top: 8px; 
    }
    
    .feature h2, .feature h3  {
        font-weight: bold;
    }  .feature h2 {margin-bottom:0;}
    
    /*-- 3.6 Book Carousel --*/
    .book_carousel {
        background: #EDEDED;
        overflow:hidden;
    }
    
    .book_carousel .scrollable{
        overflow:hidden;
        height: 320px;
        position: relative;
        width: 530px;
        margin: 0 0 0 20px;
        float:left;
    }

    .book_carousel .items {
        width:20000em;
        position:absolute;
    }

    .book_carousel .item  {
        float:left;
        padding: 5px 73px 0 0;
        width: 74px;
    }
    
     .book_carousel .item  p {
        margin: 12px 0 0.5em;
     }
    
    .book_carousel .item a img {
        text-align:center;
        padding: 1px;
        background: #fff;
    }
    
    .book_carousel .item a.thumb {
        height: 118px;
        width: 77px;
        overflow:hidden;
        display:block;
        background: url(http://www.oup.com.au/__data/assets/image/0004/283486/carousel_book_thumb.png) no-repeat;
    }
    
    .book_carousel h2 {
        background-color: #1A1A1A;
        color: #FFFFFF;
        font-weight: bold;
        height: 21px;
        padding-left: 11px;
        padding-top: 6px;
        position: relative;
        margin-top:0;
    }
    
    .book_carousel .next, .book_carousel .prev {
        float:left;
        background: url(http://www.oup.com.au/__data/assets/image/0018/283104/scroll_arrow_left.gif) no-repeat;
        width:17px;
        height:36px;
        display:block;
        text-indent:-9999em;
        margin: 50px 0 0 10px;
        cursor:pointer;
    }
    
    .book_carousel .next {
        float:right;
        background: url(http://www.oup.com.au/__data/assets/image/0019/283105/scroll_arrow_right.gif) no-repeat;
        margin: 50px 10px 0 0;
    }
    
    a.look_inside_btn {
        background: url(http://www.oup.com.au/__data/assets/image/0020/283106/blue_btn.png) no-repeat 0 1px;
        height: 14px;
        color:#FFFFFF;
        width: 75px;
        text-decoration:none;
        height: 17px;
        font-size:0.9em;
        display:block;
        text-align:center;
    }
    
/*
--------------------
4. Page Templates
--------------------
*/

/* -- 4.1 Home-- */    

    /* Main content link area*/
    .main_home_feature {
        height: 557px;
        width: 985px;
        margin-top:-48px;
        padding-bottom: 12px;
        overflow:hidden;
    } .main_home_feature {display:block;}
    .feature_title h2, .feature_title h3 {padding: 0 10px;}

    /* Video placeholder */

    .video_placeholder {
        height: 159px;
        width: 218px;
        position: absolute;
        left: 632px;
        top: 229px;
        background-image: url(http://www.oup.com.au/__data/assets/image/0003/283107/video_placeholder.jpg);
    }

    /* -- 4.1 Video Gallery Lightbox  !this should prolly be an global js component--*/ 
    #videogallery {
        width:80%;
        zoom:1;
        position: absolute;
        left: 619px;
        top: 227px;
    }
    #videogallery span{ display:block; }
    #videogallery a{
        display:-moz-inline-stack;
        display:inline-block;
        zoom:1;
        *display:inline;
        position:relative;
        vertical-align:top;
        margin:5px;    
        padding:6px;    
        width:218px;
        border:solid 1px #b8b8b8;
        background-color:#f4f5f5;
        font-family:Trebuchet,Tahoma,Arial,sans-serif;
        font-size:11px;
        font-weight:normal;
        text-decoration:none;
        text-align:center;
    }
    #videogallery a img{
        display:block;
        border:none;
        margin:0px;
    }
    #videogallery a:hover{
        opacity:1;
    }    
    
    
    /* --- Right Sidebar Fixes --- */
    .two #videogallery {position:static;width:auto;}
    .two #videogallery a {width:auto;margin-left:-7px;}
    
/**Js Components CSS*/    
/* the overlayed element */
div#voverlay {
    /* growing background image */
    background-image:url(http://www.oup.com.au/__data/assets/image/0004/283108/white.png);
    /* dimensions after the growing animation finishes  */
    width:640px;
    height:480px;
    /* initially overlay is hidden */
    display:none;
    padding-top: 36px;
    padding-right: 41px;
    padding-bottom: 23px;
    padding-left: 34px;
}

/* default close button positioned on upper right corner */
div#voverlay .close {
    background-image:url(http://www.oup.com.au/__data/assets/image/0005/283109/close_02.png);
    position:absolute;
    right:10px;
    top:5px;
    cursor:pointer;
    height:36px;
    width:36px;
    z-index: 1;
}

div#vcontainer{
    left:0;
    top:0;
    width:100%;
    height:100%;    
    background:url(http://www.oup.com.au/__data/assets/image/0016/310642/loading.gif) no-repeat 50% 50%;
}

#videogallery a#videolb{display:none}

/* default close button positioned on upper right corner */
#hoverlay .close {
    background:url(http://www.oup.com.au/__data/assets/image/0005/283109/close_02.png) no-repeat;
    position:absolute; right:5px; top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
    right: 30px;
    top: 28px;
}

    #hoverlay {
        background: url(http://www.oup.com.au/__data/assets/image/0004/304780/overlay.png);
        color:#efefef;
        height:520px;
        width:700px;
z-index:1000;
    }
    
    /* container for external content. uses vertical scrollbar, if needed */
    div#hcontainer {
        height: 426px;
        margin: 50px;
        width: 600px;
        overflow-x: hidden;
        overflow-y: scroll;
    }


    /*-- 1.2 Subject Template --*/
    span.banner-img {
        margin:0 0 20px;
    }
    .banner-img img{
        margin:0 0 20px;
    }
    .subject.content-wrapper {margin:0 15px 20px;}
    
    h1.banner-subject {
        background: url("http://www.oup.com.au/__data/assets/image/0004/283558/header_background_02.jpg") repeat-x;
        color: #FFFFFF;
        height: 129px;
        margin-bottom: 40px;
        padding: 15px 10px 0 20px;
        width: 590px;
    }
    
    .footer-img {
        margin-top:40px;
    }
    
    .footer-subject {
        background-color: #1A1A1A;
        height: 288px;
        margin-top: 40px;
        width: 620px;
    }
    
/* -- 4.2 Search Results-- */    

#searchresults h2{
   font-size: 1.3em;
}

.resultitem {
   padding: 5px 0;
   min-height: 90px;
   font-size: 1.1em;
}    

.advresultitem {
   width: 390px;
}

.resultitem img {
   border: 1px solid #d9d9d9;
}

.resultitem span{
   float: left;
   padding-right: 5px;
}

.resultitem a {
   text-decoration: underline;
}

.resultitem p {
   margin-bottom: 2px;
}

.resultitem .resultsummary {
   margin-left: 70px;
}

.resultitem  .greenlink {
   color: #007b00;
   font-size: .8em;
   text-decoration: none;
}  

*html .resultitem DIV.orc-icon {margin-right: 0px; height: 50px}
*html .resultitem .resultsummary {width: 370px}

/* Advanced Results area --- */
.content-wrapper #fb-advanced {width:550px;background:#ededed;border-top:1px solid #BBD;margin:10px -10px -15px -8px;padding:20px 195px;}
.content-wrapper #fb-advanced h3 {font-style:normal;font-weight:bold;margin-bottom:16px;color:#000;font-size:.9em;}
.content-wrapper #fb-advanced div div {float:left;width:270px;padding:0;}
.content-wrapper #fb-advanced div div.submit-area {clear:left;width:536px;}
.content-wrapper #fb-advanced div div span {display:block;clear:left;width:270px;margin-bottom:10px;}
.content-wrapper #fb-advanced .second-level {margin-top:33px;}


.content-wrapper #fb-advanced div div label {width:95px;padding:5px 10px 0 0;font-weight:bold;font-style:normal;float:left;font-size:0.7em;}
.content-wrapper #fb-advanced div div input {float:left;}
.content-wrapper #fb-advanced div div input[type="text"] {width:132px;height:18px;padding:4px 10px;border:none;font-size:.8em;color:#BFBFBF;background:url(http://www.oup.com.au/__data/assets/image/0019/305182/bg-input-text.png) top left no-repeat;}
.content-wrapper #fb-advanced div div input[type="text"]:hover,
.content-wrapper #fb-advanced div div input[type="text"]:focus {color:#000;}
.content-wrapper #fb-advanced div div #query-advanced {width:132px;height:18px;padding:4px 10px;font-size:.8em !important;}
.content-wrapper #fb-advanced div div.submit-area input {float:right;width:75px;height:23px;border:0;background:url(http://www.oup.com.au/__data/assets/image/0005/305177/btn-adv-search.png) top left no-repeat;border:none;text-indent:-9999em;text-transform:capitalize;}
.content-wrapper #fb-advanced div div select {margin-top:5px;}

.content-wrapper #fb-advanced input[type="submit"] {position:static;cursor:pointer;}

/* -- 4.3 Newsletters -- */
/* Checklist Table */
.checklist-table table  td, .checklist-table table  th{
    border:none;
    font-weight:bold;
    font-size:1.167em;
    padding:5px 5px 5px 20px;
    vertical-align: middle;
}

.checklist-table table label{float:none; width:auto;}
.checklist-table table {width:100%;}

table tr.odd td, table tr.odd th {
    background:#e1f5ff;
    border-right:2px solid #FFFFFF;
}

/* -- 4.4 Area of Interest -- */
    .image-gallery {
        margin: -1.5em 0 0;
    }
    
    .image-gallery object{
        display:block;
    }
    
    .aoi.content-wrapper {
        overflow:hidden;
        margin: 20px 15px 10px;
    }
        
/*-- 4.5 Book Titles --*/
        #title_container {color: #000;}
        #left_title_column {display: block; float: left; width: 126px; margin: 0 27px 0 26px;}
        #left_title_column p {margin: 5px 0;}
        #left_title_column ul {list-style-type: none; margin: 5px 0;}
        #right_title_column {display: block; float: left; width: 750px; padding: 0 15px;}
        #right_title_column h2 {font-size: 2em;line-height:110%;}
        #right_title_column h3 {font-size: 1.2em; color: #000;}
 
        .tabs {color: #000; list-style-type: none !important; padding-top: 50px; margin-left: 10px !important;}
        .tabs li {float: left; border-right: 1px solid #000; padding:0 10px;display:block;}
        .tabs li a {color: #000; display: inline; float: left;font-weight: bold; text-decoration: none;}
        .tabs li:last-child {border-right: none !important;}
        .tabs li a.current {color: #3d98c7;}
        .tabs_02 {color: #000; list-style-type: none !important; padding-top: 50px; margin-left: 10px !important;}
        .tabs_02 li {float: left; border-right: 1px solid #000; padding:0 10px;display:block;}
        .tabs_02 li a {color: #000; display: inline; float: left;font-weight: bold; text-decoration: none;}
        .tabs_02 li:last-child {border-right: none !important;}
        .tabs_02 li a.current {color: #000;}
        .purchase_now {margin: 10px 0 10px;}
        .title_thumbnail {border: 1px solid #6d6057; float: left; margin-bottom: 15px;min-width:100px;}
        .panes {display: block; margin-top: 20px;}

.orcpassform table tr, .orcpassform table tr td {display: block;}
.orcpassform {position: relative;}
.orcpassform input, #tabContents6 .orcpassform label {position: absolute;}
.orcpassform label {top: 46px;}
.orcpassform input[type='text'] {top: 70px; left: 0; width: 200px;}
.orcpassform input[type='submit'] {top: 70px; left: 220px;}

.content-wrapper #salesandhelpul {margin: 0 !important; padding: 40px 0 !important}
.content-wrapper #salesandhelpul #first {padding-left: 0 !important;}

.authors {font-weight: bold;}
#right_title_column h3 {margin: -0.5em 0 0.5em;}

/* Helpers */
#page-contents .col .none {display: none;}
.legend {padding-left: 35px;}
.nofloat .title {float: none;}

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

/* Ecommerce */

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

.shoppingcartwrapper {
   margin: 0 20px;
}

#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, #checkoutsummary thead th {
   background-color: #666;
   color: #fff;
   padding: 3px;
}

#shoppinglist tbody a {
   color: #666;
}

#cartproceed {
   text-align: right;
   height: auto;
   margin-bottom:30px;
}

#cartproceed .returntocart {
   display: none;
}

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

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

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

td#postcodeinput input {
   width: 100px;
}

#shoppinglist h3, #checkoutsummary h3 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 1em 0;
}

#checkoutsummary {
   margin: 0;
}

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

#checkoutsummary ul {
   margin-bottom: .3em;
}

#checkoutsummary table#checkout {
   border: none;
   font-size:12px;
   width: auto !important;
}

#checkoutsummary table#checkout  td {
   padding: 5px 10px 5px 0;
}

#checkoutsummary td {
   border: none;
}

#checkoutsummary #deliveryfee .span4 {
   display: block;
   width: 90px;
} 

#checkoutsummary tr.bordertop td {
  border-top: 1px dashed #666; 
}

#checkoutsummary tr.borderbottom td {
   border-bottom: 1px dashed #666;
}

#checkoutsummary tr.lasttotal td {
   border-bottom: 1px dashed #666;
}

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

#checkoutsummary span.returntocart a {
   background: url(https://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: 25px;   
   font-size:1.1em;
   display: block;
   height: 22px;
   text-decoration: none;
   cursor: pointer;
}

#checkoutsummary pre {
  /* hide checkout pre formatted summary */
  display: none;
}

#checkoutsummary span#checkoutreceipt pre {
   display: block;
}

form #gateway {
   width: 50%;
   margin-left: 0;
}

/* *** Ecommerce Checkout Loading graphic overlay styles *** */

iframe#payment_gateway_esec_3662_card_frame {
   position: fixed !important;
   width: 100% !important;
   height: 100% !important;
}

#payment_gateway_esec_3662_card_table {
   position: fixed !important;
   width: 100% !important;
   height: 100% !important;
}

#payment_gateway_esec_3662_card_table td {
   text-align: center;
}

span.returntocheckout input {
   color: #666;
   background: url(https://www.oup.com.au/__data/assets/image/0003/119730/backbtn.gif) no-repeat left;
   border: none;
   padding-left: 30px;
   font-family:helvetica;
   font-weight: bold;
   font-size: 1.1em;
   height: 20px;
}

.cartnav {
   width: 600px;
   padding-top: 20px;
}

.cartnav p {
   margin-bottom: 0;
}

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

.cart-hide {
   display: none;
}

.cart-hide0 {
   display: block;
}

.cart-cc-image {
  height:48px;
  width:48px;
  margin-left:10px;
  margin-right:10px;
  vertical-align: middle;
}

table.cart-cc-table {
  width: 450px;
}

table.cart-cc-table tr td {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

table.cart-cc-table tr td.cart-cc-col-left {
  text-align: right;
  font-weight: bold;
  width: 150px;
  padding-right: 8px;
}

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

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

.cart-head-title {
  text-align: left;
  width: 380px;
}

.cart-head-isbn {
  text-align: center;
  width: 90px;
}

.cart-head-amount {
  text-align: center;
  width: 70px;
}

.cart-head-total {
  text-align: right;
  width: 70px;
}

.cart-required {
  color: #AA0000;
  font-weight: bold;
  font-size: 110%;
}

span.error, div.error, label.error { 
  display: block;
  color: red;
}

label.error {
  float: left;
}

/* Quiz Tables */
.quiz-res {width: 100%;}
.quiz-res td, .quiz-res th {padding: 5px; text-align: left;}
.quiz-res th {background: #eee;}
.quiz-res td {vertical-align: middle; border-bottom: 1px solid #ccc;}
.quiz-res ul {list-style: none; padding: 0; margin: 0;}
.quiz-res_c1, .quiz-res_c7, .quiz-res_c8 {font-weight: bold;}
.quiz-res .quiz-res-c1, .quiz-res .quiz-res-c3, .quiz-res .quiz-res-c5, .quiz-res .quiz-res-c7, .quiz-res .quiz-res-c8,
.quiz-res .quiz-res_c7, .quiz-res .quiz-res_c8 {text-align: center;}


/* ClearFix */
.clearfix:before, .clearfix:after {content:""; display:table;} .clearfix:after {clear:both;} .clearfix {zoom:1;}

/* Touch Menu */
html.touch .top_links .clicked ul {display: block;}

/* Styling for Panes */
.panes b, .panes strong{font-weight:bold;}
.panes em, .panes i {font-style: italic;}
.panes u {text-decoration: underline;}
.panes ul {list-style: inside circle;}
.panes ol {list-style: inside decimal;}

/* New Ecommerce Styles */
/* =clearfix */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}
.cf {
    zoom: 1;
}
/* END clearfix */

/*Overrides*/
div#search
{
    margin: 23px 0 0 180px;
}
div.dropdown
{
    z-index: 20;
}

div.top_links
{
    margin: 10px 20px 0 0;
    z-index: 1;
}

form#ecommerce_cart_3636 
{
    float: left;
}

#headercart *
{
    margin: 0;
    padding: 0;
}

#headercart 
{
    float: left;
    z-index: 200;
    background: url(http://www.oup.com.au/__data/assets/image/0008/394919/new-topbar-background.png) no-repeat left top;
    width: 255px;
    height: 40px;
    position: relative;
    font-family: Arial;
    color: #323030;
    padding: 0 5px 0 0;
    margin: -3px 0 0 0;
}

#headercart .arrow
{
    width: 40px;
    height: 36px;
    display: block;
    float: left;
}

#headercart .items
{
    line-height: 10px;
    display: block;
    float: left;
    padding: 10px 0 0 0;
    margin: 0 0 0 49px;
    font-weight: bold;
    color: white;
    font-size: 10px;
}

#headercart .allowhover:hover .cart_dropdown
{
    display: block;
}

#headercart a.checkout
{
background-image: url("http://www.oup.com.au/__data/assets/image/0003/397542/new_checkout.png");
    bottom: 3px;
    display: block;
    float: right;
    height: 29px;
    margin: 3px 0 0;
    position: relative;
    right: 1px;
    width: 83px;
}

#headercart .cart_dropdown 
{
    
    position: absolute;
font-size: 12px;
display: none;
float: none;
width: 250px;
top: 35px;
left: 4px;
z-index: 200;
}

#headercart .downarrow 
{
    
    position: absolute;
    top: 0px;
    left: 0px;
    height: 36px;
    width: 40px;
    cursor: pointer;
}

#headercart .allowhover:hover .downarrow, #headercart .downarrowtoggle
{
    background-position: 6px top;
}

#headercart .cart_dropdown .bottom
{
    
    position: absolute;
    bottom: -7px;
    height: 7px;
    width: 100%;
    display: block;
}

#headercart .cart_dropdown .body 
{
    
background-color: black;
color: white;
border: 1px solid white;
position:relative;
z-index:200
}

#headercart .cart_dropdown .body ul
{
    list-style: none;
}

#headercart .cart_dropdown a
{
    font-weight: bold;
    color: #00aed7;
    text-decoration: underline;
}

#headercart .cart_dropdown li
{
    border-bottom: #e5e5e5 1px solid;
    padding: 10px;
}

#headercart .cover
{
    float:left;
    width: 41px;
    height: 58px;
}

#headercart .book-details
{
    float:left;
    margin: 0 0 0 10px;
    width: 220px;
}

#headercart .book-details .title 
{
    float:none;
}

#headercart .book-details .author
{
    font-size: 11px;
    margin: 0 0 10px 0;
}

#headercart .book-details .order-details
{
    font-size: 11px;
}

/* Order Details */
#headercart .order-details .functions
{
    float: right;
}

#headercart .order-details .online-access
{
    background: url(http://www.oup.com.au/__data/assets/image/0005/378077/online.png) no-repeat top left;
    text-indent: -9999px;
    height:23px;
    width: 39px;
    display: block;
    float: left;
}

/* Functions */
#headercart .functions .qty
{
    float: left;
    margin: 0 5px 0 0;
}

#headercart .functions .add, 
#headercart .functions .remove
{
    height: 19px; width: 20px;
    text-indent: -9999px;
    /*display: none;*/
    float: left;
    margin: 0 5px 0 0;
}

#headercart .functions .add:hover, 
#headercart .functions .remove:hover
{
    background-position: bottom left;
}

#headercart .functions .add
{
    background: url(http://www.oup.com.au/__data/assets/image/0009/378072/add.png) no-repeat top left;
}

#headercart .functions .remove
{
    background: url(http://www.oup.com.au/__data/assets/image/0006/378078/remove.png) no-repeat top left;
}

#headercart .summary span, 
#headercart .summary a
{
    float: right;
}

#headercart .summary
{
    padding: 10px;
    margin: 2px 0 0 0;
    border-top: #e5e5e5 1px solid;
    font-weight: bold;
}

#headercart .summary .update
{
    text-align: right;
    margin-bottom: 10px;
}

#headercart .summary .total
{
    margin-bottom: 10px;
}

#headercart .summary .total span:first-child
{
    float: left;
}

#headercart .summary .information
{
    display: block;
    margin-top: 10px;
}

.dotted_list{
    list-style:disc;
}
.dotted_list li{
    list-style:disc;
}
.ordered-list{
    list-style:decimal;
}
.ordered-list li{
    list-style:decimal;
}

#left_title_column .iframe-href {
color: transparent!important;
width: 123px!important;
height: 50px!important;
background-image: url(http://www.oup.com.au/__data/assets/image/0003/396093/inspection.png)!important;
background-repeat:none!important;
display:block!important;
}



.division-button{
    text-decoration:none;
    width:301px;
    height:80px;
    background-repeat:no-repeat;
    display:inline-block;
    margin-top: 10px;
}
.primary-button{
    background-image:url(primary1.png);
    margin-right:10px;
}
.secondary-button{
    background-image:url(secondary1.png);
}
.highered-button{
    background-image:url(highered1.png);
    margin-right:10px;
}
.elt-button{
    background-image:url(elt1.png);
}
.png-button{
    background-image:url(png1.png);
    margin-right:10px;
}
.dictionary-button{
    background-image:url(dictionaries1.png);
}
.primary-button:hover{
    background-image:url(primary1.png);
    
}
.secondary-button:hover{
    background-image:url(secondary1.png);
}
.highered-button:hover{
    background-image:url(highered1.png);
}
.elt-button:hover{
    background-image:url(elt1.png);
}
.png-button:hover{
    background-image:url(png1.png);
}
.dictionary-button:hover{
    background-image:url(dictionaries1.png);
}
            #accordion-wrapper {
                width: 620px;
                float:left;
                line-height:1.5em;
                margin-top:30px;
            }
            
            .accordionButton {
                width: 550px;
                float: left;
                background: #1a1a1a;
                border-bottom: 1px solid #FFFFFF;
                cursor: pointer;
                color: white;
                padding:0 35px;
                background-image:url(add-inv.png);
                background-repeat:no-repeat;
                background-position:10px 6px;
                
            }

            .accordionButton h2{
                font-weight:800;
                color:white;
                padding-top:6px;
            }
            .accordionContent {
                width: 580px;
                float: left;
                background: #eae8e8;
                display: none;
                padding: 20px;
                
            }
            .current-button{
                background-image:none;
            }


            .accordionContent ul li{
                list-style:none;
                margin-bottom:10px;
                color:black;
                
            }
            .accordionContent ul li a{
                color:#39C;
                font-weight:800;
            }
.main_content .col.two .contact-details h3{
    color:black;
    margin:0;
}
.main_content .col.two .contact-details .postal{
    margin-bottom:20px;
}

/* fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

.ozwords_banner{
width: 615px;
height:175px;
background-image:url(http://www.oup.com.au/__data/assets/image/0008/398006/ozwords_banner.jpeg);
background-repeat:no-repeat;
margin-bottom:40px;

}
.ozwords_features .feature{
width:290px;
height:200px;


}
.ozwords_features .feature.left{
    margin-left: 0;
    margin-right: 25px;

}
.ozwords_features .feature.right{
margin-left:0px;
margin-right:0px;


}
.ozwords_features .feature .title{
height: 45px;
    margin: 0 8px;
    padding-top: 8px;
}
.ozwords_features .feature a.wom{
background: url("http://www.oup.com.au/__data/assets/image/0006/398157/word-of-the-month-3.jpg");
    height: 146px;
    width: 288px;
}
.ozwords_features .feature a.wbox{
background-image: url("http://www.oup.com.au/__data/assets/image/0012/397983/wordbox-1.jpg");
    border: 1px solid #EDEDED;
    height: 146px;
    width: 288px;
}
.ozwords_features .feature a.andc{
background-image: url("http://www.oup.com.au/__data/assets/image/0010/397981/australian-national-dictionary-centre-1.jpg");
    border: 1px solid #EDEDED;
    height: 146px;
    width: 288px;
}
.ozwords_features .feature a.and{
background-image: url("http://www.oup.com.au/__data/assets/image/0011/397982/australian-national-dictionary-online.jpeg");
    border: 1px solid #EDEDED;
    height: 146px;
    width: 288px;
}

.ozwords_blog .articleimage1{
float: right;
    margin-bottom: 10px;
    margin-left: 10px;
margin-top:40px;
    width: 150px;
}
.blog-page h2{
font-size: 180%;
    margin-bottom: 40px;
}
.blog-page p{
text-align:justify;
margin-bottom:20px;
}
.readmore_link{

text-decoration:none;

}

/* Funnelback helper functions */

.fb-margin-bottom
{
   margin-bottom: 1em;
}

.fb-content
{
    margin: 1em;
}

/* Query styling */
.form-item input[type=text] 
{
   height: 2em;
   font-size: 12px;
   line-height: 1.5;   
   border: 1px solid #ccc;
   -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
   transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
   -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
   -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;   
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   padding-left: 0.5em;
}

.form-item label
{
   font-weight: bold;
   margin-bottom: 0.5em;
   color: #666;
}

legend, .fb-label-heading
{
   font-size: 1.5em;
   font-weight: bold;
   margin-left: 0.5em;
   color: #666;
}

.fb-label-heading
{
   top: 5px;
   position: relative;
}

/* Result styling */
.fb-result-wrapper
{
   margin-bottom: 1em;
   border-bottom: 1px solid #f2f2f2;
}

.fb-date
{
   font-style: italic;
}

.fb-book-result, .fb-web-result, .fb-best-bet
{
   border-left: 1px solid #f2f2f2;
   padding: 1em;
   color: #7a7a7a;
   margin-bottom: 0.5em;   
}

.fb-book-result:hover, .fb-web-result:hover, .fb-best-bet:hover
{
   -moz-box-shadow: 0 0 5px 5px #f2f2f2;
   -webkit-box-shadow: 0 0 5px 5px #f2f2f2;
   box-shadow: 0 0 5px 5px #f2f2f2;
}

.fb-book-result h3 a, .fb-web-result  h3 a, .fb-best-bet h3 a
{
   font-size: 1.2em;
   text-decoration: none;   
}

.fb-book-result h3
{  
   height: 2em;
   line-height: 1.3em;
   margin-bottom: 1em;
}

.fb-book-result h3 a:hover, .fb-web-result a:hover, .fb-best-bet a:hover
{
   text-decoration: underline;
}

.fb-book-result cite
{
   margin-bottom: 0.5em;
   font-weight: bold;
}


.fb-book-result span.thumbnail {
   width: 80px;
   height: auto;
   overflow: hidden;
}

.fb-book-result img {
   width: 60px;
}

.fb-book-result .fb-book-details .booknfo
{
   padding-left: 1em;
   margin-bottom: 0.5em;
}
.fb-book-result .fb-book-details .booknfo
{
   display: block;
}

.fb-book-result .fb-description
{
   display: block;
   clear: both;
   margin-bottom: 0.5em;
   line-height: 1.3em;
}

.fb-book-result .cartlink
{
   text-align: right;
}

/* Web specific styling */
.fb-web-result cite, .fb-best-bet cite
{
   font-weight: bold;
}

/* Best Bets */
.fb-best-bet
{
   background-color: #f2f2f2;
   padding: 1em;
}

div.acdiv span {
   float: left;
   clear: both;
   padding: 5px 0px 2.5px;
}

strong {
   font-weight: bold;
}

form#sortform
{
    text-align: left;
   margin-left: 1em;
}

/* Facets */

.facetLabel
{
   font-size: 1.2em;
   font-weight: bold;
   margin-bottom: 0.5em;
   background-color: #f2f2f2;
   padding: 0.5em;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
}
#fb-facets
{
   margin-left: 1em;
   padding-right: 1em;
}

.facet .category
{
   margin-left: 0.5em;
}

.facet
{
   margin-bottom: 2em;
   text-transform: capitalize;
   line-height: 1.5em;
}

.facet a
{
   text-decoration: none;
}

.facet a:hover, .facet a:focus
{
   text-decoration: underline;
}

.moreOrLessCategories
{
   float: right;
}

/* Contextual Navigation */
#search-contextual-navigation.well 
{
   padding: 2em;
   margin: 2em 1em;
   background-color: #f2f2f2;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;   
}

#search-contextual-navigation h3
{
   margin-bottom: 1em;
}

#search-contextual-navigation li
{
   list-style: none;
   line-height: 1.5em;
}

#search-contextual-navigation ul
{
   margin: 0;
}

#search-contextual-navigation a
{
   text-decoration: none;
}

#search-contextual-navigation a:hover
{
   text-decoration: underline;
}

/* Advance search */
#fb-advanced
{
   padding: 1em;
   background-color: #f2f2f2;
   border-radius: 5px;
   -webkit-border-radius: 5px;  
   -moz-border-radius: 5px;
   margin-top: 1em;
   margin-bottom: 1em;
   margin-left: 1em;      
}

#query-advanced
{
   width: 80%;
}

.form-item label
{
   display: block;
}

.form-item
{
   margin-bottom: 1em;
}

/* RESULT SUMMARY */

#fb-matching {
   background-color: #f2f2f2;
   border: 1px solid #f2f2f2;
   border-width: 1px 0;
   padding: 1em;
   font-size: small; 
   margin-bottom: 1em;
   margin-left: 0.5em;
}

#fb-matching #fb-utils {
   width: 179px;
   float: right;
   margin-right: 10px; 
}

#fb-matching #fb-utils a { text-decoration: none; }
#fb-matching #fb-utils a:hover { text-decoration: underline; }

#fb-summary #fb-spelling {
   font-size: medium;
   display: block;
   margin-bottom: 1em;
   margin-top: 1em; 
}

/* Pagination */

.fb-page-nav
{
   margin-left: 1em;
}

/* QUERY COMPLETION - Uses jquery-ui */

ul.ui-autocomplete {
   font-family: 'Arial';
   background: white;
   text-align: left;
   border: solid 1px #bbbbdd;
   list-style-type: none;
   padding: 0px;
   margin: 0;
   width: 385px;
   position: absolute;
}

ul.ui-autocomplete h2 {
   font-size: small;
   background-color: #efefef;
   padding: 5px;
}


ul.ui-autocomplete li.ui-menu-item {
   padding: 0;
   margin: 0;
}

ul.ui-autocomplete li.ui-menu-item a {
   display: block;
   padding: 3px;
   padding: 0.5em;
}

ul.ui-autocomplete li.ui-menu-item a.description,
ul.ui-autocomplete li.ui-menu-item a.url {
   padding-top: 0px;
}

ul.ui-autocomplete li.ui-menu-item span {
   display: block;
   font-size: small;
   padding-left: 10px;
   border-bottom: 1px dashed #f2f2f2;
}

ul.ui-autocomplete li.ui-menu-item a.ui-state-hover {
   background-color: #f1f1f1;
   cursor: pointer;
}

ul.ui-autocomplete li.ui-menu-item {
   border-bottom: 1px dashed #f2f2f2;
}
#checkoutsummary tr{
border-bottom: 1px dotted #eee;
}
#checkout tr{
border-bottom:none;
}
#prev-blog-list{
    list-style:none;
    font-weight:bold;
    margin-bottom:10px;
margin-left:485px;
    /* Clear floats */
    float:left;
    width:100%;
    /* Bring the prev-blog-list above everything else--uncomment if needed.
    position:relative;
    z-index:5;
    */
}
#prev-blog-list li{
    float:left;
    margin-right:10px;
    position:relative;
}
#prev-blog-list a{
    display:block;
    padding:5px;
    color:#fff;
    background:#39C;
    text-decoration:none;
}
#prev-blog-list a:hover{
    color:#fff;
    background:#6b0c36;
    text-decoration:underline;
}

/*--- DROPDOWN ---*/
#prev-blog-list ul{
    background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
    background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
    list-style:none;
    position:absolute;
margin-left:-40px;
margin-top:0px;

    left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#prev-blog-list ul li{
    padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float:none;
}
#prev-blog-list ul a{
    white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#prev-blog-list li:hover ul{ /* Display the dropdown on hover */
    left:0; /* Bring back on-screen when needed */

}
#prev-blog-list li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    background:#39C;
    text-decoration:none;
}
#prev-blog-list li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration:none;
}
#prev-blog-list li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    background:#39C;
}



.division-button{
    text-decoration:none;
    width:301px;
    height:80px;
    background-repeat:no-repeat;
    display:inline-block;
    margin-top: 10px;
}
.primary-button{
    background-image:url(http://www.oup.com.au/__data/assets/image/0010/397126/primary1.png);
    margin-right:10px;
}
.secondary-button{
    background-image:url(http://www.oup.com.au/__data/assets/image/0011/397127/secondary1.png);
}
.highered-button{
    background-image:url(http://www.oup.com.au/__data/assets/image/0006/397131/highered1.png);
    margin-right:10px;
}
.elt-button{
    background-image:url(http://www.oup.com.au/__data/assets/image/0005/397130/elt1.png);
}
.png-button{
    background-image:url(http://www.oup.com.au/__data/assets/image/0004/397129/png1.png);
    margin-right:10px;
}
.dictionary-button{
    background-image:url(http://www.oup.com.au/__data/assets/image/0003/397128/dictionaries1.png);
}
.primary-button:hover{
    background-image:url(http://www.oup.com.au/__data/assets/image/0011/400304/primary2.png);
    
}
.secondary-button:hover{
    background-image:url(http://www.oup.com.au/__data/assets/image/0012/400305/secondary2.png);
}
.highered-button:hover{
    background-image:url(http://www.oup.com.au/__data/assets/image/0013/400306/highered2.png);
}
.elt-button:hover{
    background-image:url(http://www.oup.com.au/__data/assets/image/0014/400307/elt2.png);
}
.png-button:hover{
    background-image:url(http://www.oup.com.au/__data/assets/image/0015/400308/png2.png);
}
.dictionary-button:hover{
    background-image:url(http://www.oup.com.au/__data/assets/image/0016/400309/dictionaries2.png);
}
            #accordion-wrapper {
                width: 620px;
                float:left;
                line-height:1.5em;
                margin-top:30px;
            }
            
            .accordionButton {
                width: 550px;
                float: left;
                background: #1a1a1a;
                border-bottom: 1px solid #FFFFFF;
                cursor: pointer;
                color: white;
                padding:0 35px;
                background-image:url(http://www.oup.com.au/__data/assets/image/0003/400287/add-inv.png);
                background-repeat:no-repeat;
                background-position:10px 6px;
                
            }

            .accordionButton h2{
                font-weight:800;
                color:white;
                padding-top:6px;
            }
            .accordionContent {
                width: 580px;
                float: left;
                background: #eae8e8;
                display: none;
                padding: 20px;
                
            }
            .current-button{
                background-image:none;
            }


            .accordionContent ul li{
                list-style:none;
                margin-bottom:10px;
                color:black;
                
            }
            .accordionContent ul li a{
                color:#39C;
                font-weight:800;
            }
.main_content .col.two .contact-details h3{
    color:black;
    margin:0;
}
.main_content .col.two .contact-details .postal{
    margin-bottom:20px;
}
.contact-table th, .contact-table tr{
text-align:center;
}
.contact-table th{
font-weight:bold;
}
.contact-aus{

margin-left:18px;
}

.accordionContent .contact-lists {
margin-bottom: 20px;
}
.accordionContent .contact-lists li{
margin-bottom:5px;
}

/* fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}


#accordion-wrapper h3{
color:black;
font-weight:bold;

}
.main-footer li{
display: inline;
list-style-type: none;
padding-right: 10px;
}
.main-footer{
display: table;
    margin-left: auto;
    margin-right: auto;
margin-top:5px;
margin-bottom:5px;
}
.main-footer li a{
text-decoration:none;
}
.main_content .help-list{
 list-style: none outside none;
    margin-bottom: 40px;
    margin-left: 2px;
    margin-top: 20px;
}
.main_content .help-list li{
margin-bottom: 5px;
}
#aboutus{
margin-bottom: 80px;
    margin-top: 20px;
}
#accessibility{
margin-bottom: 80px;
    margin-top: 20px;
}
#careers{
margin-bottom: 80px;
    margin-top: 20px;
}
#faqs{
margin-bottom: 80px;
    margin-top: 20px;
}
#booksellers{
margin-bottom: 80px;
    margin-top: 20px;
}
#orders{
margin-bottom: 80px;
    margin-top: 20px;
}
#publish{
margin-bottom: 80px;
    margin-top: 20px;
}
.maintenance-message{
border: 1px solid black;
    margin: 10px;
    padding: 10px;
}
.maintenance-message p{
text-align:bold;
}