﻿/* -- Global Styles */
html, body
{
    height: 100%;
}
body {
    width: 990px;
    margin: 0px;
    padding: 0px;
    font-family: "ITC officina sans book", helvetica, arial, sans-serif;
    color: #777777;
    font-size: 13px;
    padding: 5px;
}

.content
        {
            width: 100%;
            margin: 0px auto;
        }


body.mceContentBody {  background: #fff;  color: #000; width: inherit;}
body#CategoryDisplay {  background: #fff;  color: #000;}
body.Category Display {  background: #fff;  color: #000;}

table
{
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: none;
}
h1
{
    font-size: 2.4em;
    line-height: 1.154em;
    margin: 0.577em 0;
}
h2
{
    font-size: 1.8em;
line-height: 1.538em;
margin: 0.769em 0;


}
h3
{
    font-size: 1.4em;
line-height: 1.978em;
margin: 0.577em 0;


}
h4
{
   font-size: 1.2em;
line-height: 1.154em;
margin: 0.577em 0;


}
p
{
    font-size: 1em;
line-height: 1.385em;

}
img
{
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

label
{
    font-weight: bold;
    font-size: 90%;
    display: block;
}
caption {
    text-align: left;
    font-weight: bold;
    font-size: larger;
}
.ship {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
}
ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
ol {
list-style: decimal;
}

li
{

    font-size: 1em;
line-height: 1.385em;

}
td
{
    vertical-align: top;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: none;
}

div
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
acronym, abbr
{
    border-bottom: 1px dotted #FFF;
    cursor: help;
}


a:link
{
    color: #333;
    text-decoration: underline;
}
a:visited
{
color: #555;
text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

label.error
{
    float: none;
    clear: both;
    color: red;
    padding-left: .5em;
    vertical-align: top;
    font-size: 90%;
  }
#abstractIndicator
{
    float: none;
    color: red;
    padding-left: .5em;
    vertical-align: top;
  }
.submit
{
     margin-left: 12em;
     }
em
{
    font-weight: bold; padding-right: 1em; vertical-align: top;
    }
.date
{

}

/* -- --------------Main Layout Table Fixed Width------------------------------- */

#BodyContent {
    border: 1px solid #808080;
    background-position: 0px;
    background-color: #FFFFFF;
    width: 990px;
    padding: 0px;
    margin: 0px auto 0px auto;
    box-shadow: 5px 5px 5px #888888;
}



#MainLayoutTable
{
    background-position: 0px;
    padding: 0px;
    margin: 0px auto 0px auto;
    width: 1008px;
    background-color: #FFFFFF;
}



/* -- ---------------Banner------------------------------ */

 #TopBanner
{
    padding: 0px;
    margin: 0px;
}

#dinkdinks
{
    margin: 0px 0px 0px 0px;
    float: right;
    font-size: 80%;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
    height: 15px;
}
/* -- ---------------------Primary Navigation--------------------- */
#PrimaryNav
{
    background-color: #476A9B;
    margin: 0px auto 0px auto;
    padding: 5px 0px 4px 0px;
    width: 100%;

}
#PrimaryNav li
{
    padding: 5px 20px 3px 20px;
    display: inline;
    color: #FFFFFF;
    font-family: 'Trebuchet MS';
    font-size: 130%;
    background-color: #476A9B;

}
#PrimaryNav .active
{
    color: #000000;
    background-color: #93A4BD;

}

#PrimaryNav a
{
    text-decoration: none;
    color: #FFFFFF;
 }

#PrimaryNav a:hover
{
    text-decoration: underline;
}

#PrimaryNav .active a
{
    text-decoration: none;
    color: #000000;
}

#SecondaryNav
{
    background-color: #476A9B;
    margin: 0px auto 0px auto;
    padding: 5px 0px 4px 0px;
    width: 100%;
}

#SecondaryNav li
{
    padding: 5px 20px 3px 20px;
    display: inline;
    color: #FFFFFF;
    font-family: 'Trebuchet MS';
    font-weight: bold;
    font-size: 100%;
}
#SecondaryNav .active
{
    color: #000000;
    background-color: #93A4BD;

}

#SecondaryNav a
{
    text-decoration: none;
    color: #FFFFFF;
 }

#SecondaryNav a:hover
{
    text-decoration: underline;
}

#SecondaryNav .active a
{
    text-decoration: none;
    color: #000000;
}

/* -- --------------------------------------------- */
#SingleColumn
{
    margin: 0px;
    padding: 0px 20px 0px 20px;
}
#LeftColumn
{
    margin-right: 10px;
    padding: 0px 20px 0px 20px;
    width: 65%;
    float: left;
}

#LeftColumn img
{
    border: none;
    padding: 0px 0px 10px 10px;
    margin: 0px 0px 0px 0px;
}
#LeftColumn .abstractsmall img
{
    border: none;
    padding: 0px 0px 10px 10px;
    margin: 0px 0px 0px 0px;
    float: left;
}
#RightColumn
{
    margin-top: 20px;
    padding: 0px 20px 0px 20px;
    float: left;
    width: 25%;
}
#NextPrevious
{
    padding: 5px;
    width: 100%;
}
#NextPrevious #Previous
{
    text-align: left;
    width: 50%;
    font-size: 100%;

}
#NextPrevious  #Next
{
    text-align: right;
    width: 50%;
    font-size: 100%;
}
#NextPrevious #Previous a
{
    color: #FFFFFF;
}
#NextPrevious  #Next a
{
    color: #FFFFFF;
}
.content
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#breadcrumbs
{
    padding: 10px 0px 5px 0px;
}
/* -- --------------------------------------------- */


#Footer
{
    margin: 0px;
    vertical-align: top;
    padding: 5px 0px 5px 0px;
    font-size: 100%;
    line-height: 140%;
    background-color: #476A9B;
    color: #FFFFFF;
    height: 130px;
    clear: both;
}
#Footer .staticlinks
{
    vertical-align: top;
    padding: 5px 5px 5px 10px;
    width: 23%;
    float: left;
}
#Footer .address
{
    vertical-align: top;
    padding: 5px 5px 5px 10px;
     width: 23%;
      float: left;
}
#Footer .contact
{
    vertical-align: top;
    padding: 5px 5px 5px 10px;
     width: 23%;
      float: left;
}
#Footer a
{
    color: #FFFFFF;
    text-decoration: underline;
}
.search
{
    vertical-align: top;
    padding: 5px 5px 5px 10px;
    width: 23%;
    float: left;
}

.search #searchinput
{
    float: left;
    padding: 3px;
    margin: 0px 2px 3px 0px;
    text-align: right;
    width: 80%;
}
.search .search_input
{
    width: 100%;
    padding: 0px;
    margin: 0px;
    float: left;
}
.search .search_button
{
    padding: 0px;
    margin: 0px;
    width: 30px;
    height: 28px;
    float: left;
}
#google_translate_element
{
    background-color: #FFFFFF;
    padding-left: 5px;
    clear: both;
}
#google_translate_element a
{
    color: #777777;
}
#basket .box_body {
    border-width: 1px;
    border-color: #808080;
    padding: 5px;
    margin: 0px;
    box-shadow: 2px 2px 2px #888888;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}
#basket .box_header {
    border-width: 1px;
    border-color: #808080;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    background-color: #476A9B;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
}

#basket h2
{
    margin: 0px;
    padding: 2px 5px 2px 5px;
    font-size: 100%;
    color: #FFFFFF;
}
.basket_viewer {
    padding: 10px;
}
.basket_viewer .box_header {
    padding-top: 5px;
    padding-bottom: 15px;
}
.submitting_form {
    padding-right: 40px;
}
.product_summary {
    width: 80%;
}
.itemname
{
    width: 10%;
}
.itemdescription
{
    width: 30%;
    padding-right: 5px;
}
.itemprice
{
    width: 20%;
    text-align: right;
}
.itemqty
{
    width: 10%;
    text-align: center;
}
.itemqtybox
{
    width: 10%;
    position: relative;
    top: -1px;
}
.remove
{
    width: 10%;
}

.submitting_form
{
    float: right;
}
.subtotal
{
    position: relative;
    top: -3px;
    text-align: right;
}
.name40h {
    width: 40%;
}
.name30h {
    width: 30%;
}
.name10h {
    width: 10%;
}
.name15h {
    width: 15%;
}
.left {
    width: 25%;
}
/* ----------------------------Lists------------------------------- */


/* -----------------------List Filter------------------------------------------- */
.list_filter
{
    padding: 0px;
    margin: 0px;
    position: relative;
    top: -2px;
    left: 0px;

}

.list_filter_header h2
{
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    text-align: left;
    width: 100%;
}

.list_filter_body
{
    margin: 0px;
    padding: 0px;
    font-size: 95%;
    float: left;
    background-color: #ddd;
    width: 100%;
}

.list_filter_body td a:hover
{
    color: #990000;
}
.list_filter_body td
{
    padding-right: 10px;
    padding-left: 10px;
}
.box_table
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
}
/* -- -------------Record Listings-------------------------------- */
.RecordIcon
{
    width: 85px;
    margin: 0px;
    padding: 0px 10px 0px 0px;
    float: left;
}

.RecordLink
{
    text-align: left;
    float: left;
}


/* -----------------------List Items------------------------------------------- */
.list_setup {
    clear: both;
}


.list_items_header h2
{
    margin: 0;
    padding: 0px;
    font-size: 100%;
    width: 100%;
    text-align: left;

}
.list_products
{
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}

.list_product
{
    padding: 0px;
    margin: 10px;
    display: block;
    width:190px;
    float: left;
}

#LeftColumn .list_product img
{
    width: 190px;
    float: none;
    padding: 0px;
    margin: 0px;

}
.list_product p {
    text-align: center;
}
.list_product_img {
     padding: 0px;
    margin: 0px;
}
.list_items_body
{
    margin: 0px;
    padding: 0px;
    font-size: 95%;

}

.box_table
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
}
.list_items_footer
{
    text-align: center;
    width: 100%;
    clear: both;
}
.list_items_footer .Previous
{
    text-align: left;
    width: 50%;
    font-size: 90%;
}
.list_items_footer .Next
{
    text-align: right;
    width: 50%;
    font-size: 90%;
}

/* ----------------------Login Box--------------------------------------------- */
.login_box
{
    padding: 10px 10px 10px 10px;
    margin: 0px 10px 0px 0px;

}
.login_box h2
{
    padding: 0px;
    font-size: 90%;
}
.login_box label
{
    font-size: 80%;
    font-weight: normal;
    width: 30%;
}
.login_box .field
{

}
.login_box_forgotten
{
    font-size: 80%;
    padding-bottom: 5px;
}
.adminTable .products tr, td  {
    border-bottom: thin solid #000000;

}
.orderForm .products tr, td  {
    border-bottom: none;

}

.strapline {
    clear: both;
    text-align: center;
}

#admin_box
{
    padding: 5px;
    border: thin solid #000000;
}
#admin_box h2
{
    font-size: 1em;
    line-height: 1em;
}
#admin_box .box_body
{
    padding: 0px;
    margin: 0px;
}
#admin_box .box_body li
{
    padding: 0px 8px 3px 8px;
    margin: 0px;
    list-style-type: circle;
}

.categorySelect {
    width: 30%;
    float: left;
}
.buttons {
    clear: both;
    padding-top: 5px;
}
.categories {
    overflow: auto;
}
.noshow { display:none; }
.adminTable th {
    text-align: left;
}
.option {

    padding: 5px;
    border-right: thin solid black;
    border-bottom: thin solid black;
}
.options {
    margin-top: 10px;
    margin-bottom: 10px;
    display: table;
}
/* root element for tabs  */
ul.tabs {
    list-style:none;
    margin:0 !important;
    padding:0;
    border-bottom:1px solid #666;
    height:30px;
}

/* single tab */
ul.tabs li {
    float:left;
    text-indent:0;
    padding:0;
    margin:0 !important;
    list-style-image:none !important;
}

/* link inside the tab. uses a background image */
ul.tabs a {
    background: url(/images/blue.png) no-repeat -420px 0;
    font-size:11px;
    display:block;
    height: 30px;
    line-height:30px;
    width: 134px;
    text-align:center;
    text-decoration:none;
    color:#333;
    padding:0px;
    margin:0px;
    position:relative;
    top:1px;
}

ul.tabs a:active {
    outline:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
    background-position: -420px -31px;
    color:#fff;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
    background-position: -420px -62px;
    cursor:default !important;
    color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s             { background-position: -553px 0; width:81px; }
ul.tabs a.s:hover     { background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l             { background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover     { background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl             { background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover     { background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */


div.panes div {
    display:none;
    padding:15px 10px;
    border:none;
    border-top:0;
    background-color:#fff;

}
