@import "base.css";

body {
	font-family: "Arial", serif;
	font-size: 12px;
	background-color: #fff;
	margin-top: 0px;
	padding-top: 0px;
}

a, a:hover {
    color: #997307;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    clear: left;
}

hr {
    background-color: transparent; color: transparent;
    height: 0; line-height: 0; font-size: 0;
}

form p {
    float: left;
    clear: both;
    width: 100%;
}

form label {
    /* if adjusting width/padding, change .labelwidth also */
    float: left;
    width: 125px;
    text-align: right;
    font-weight: normal;
    color: #666;
    padding: 3px 10px 0 0;
}

form small {
    float: left;
    clear: left;
    margin: 0 0 0 135px;
}

form input {
    overflow: visible !important;
}

form h2 {
    float: left;
}

form p.checkbox {
    padding-left: 135px;
    width: 420px;
}

form p.checkbox input {
    vertical-align: text-bottom;
    margin-right: 5px;
}

form p.checkbox label {
    text-align: left;
    float: none;
}

#confirmterms {
    color: #666;
}

.labelwidth {
    width: auto !important;
    padding: 0 0 0 135px;
}

.errorlist {
    /* not in the form itself (for general form errors) */
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    clear: both;
    list-style: none;
}

.errorlist li {
    color: #ee0000;
    background: transparent url(../images/layout/error.gif) no-repeat 0 0;
    padding: 0 0 0 20px !important;
}

form .errorlist {
    /* these are in the form, so apply width (to align with labels) */
    margin: 0 0 0 135px;
}

form .errorlist li {
    text-indent: 0 !important;
}

form .buttons {
    clear: both;
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
}

.info, .message, .warning, .error {
    clear: both;
	background-color: #faefd0;
	border: #E9CB77 1px solid;
	margin: 10px 2px 10px 2px;
	padding: 10px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

.info h3, .message h3, .warning h3, .error h3 {
	font-size: 14px;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.info p, .message p, .warning p, .error p,
.info li, .message li, .warning li, .error li {
	padding: 0;
	margin: 5px 0 0 0 ;
	font-size: 11px;
	font-weight: normal;
}

/*.message, .error {
    margin: 0px 0px 10px 0px; 
    font-weight: bold;
}*/


.wrapper-text {
    background: transparent url(../images/layout/input-text-background.png) no-repeat top left;
    float: left;
    height: 26px;
    padding: 0 0 0 5px;
}

.wrapper-text input {
    background: transparent url(../images/layout/input-text-background.png) no-repeat top right;
    height: 20px;
    margin: 0;
    float: left !important;
    padding: 6px 0 0 0;
    width: 300px;
    border: 0 none;
}

.button-outer {
    padding: 0 11px 0 0;
    margin: 0;
    height: 38px;
    float: left;
    background: transparent url(../images/layout/button-flexible-right.gif) no-repeat top right;
}

input.button-inner {
    padding: 0 3px 2px 37px;
    margin: 0;
    display: inline;
    float: left;
    border: 0 none;
    height: 37px;
    width: auto !important;
    font-size: 12px;
    color: #000 !important;
    cursor: pointer;
    text-align: left;
    background: transparent url(../images/layout/button-flexible-left.gif) no-repeat top left;
    overflow: visible; /* ie fix for padding */
}

input.button-inner:hover {
    color: #000;
    text-decoration: underline;
}

a.button-inner {
    padding: 0 3px 2px 37px;
    margin: 0;
    float: left;
    border: 0 none;
    height: 37px;
    width: auto !important;
    line-height: 37px;
    color: #000 !important;
    font-size: 12px;
    cursor: pointer;
    background: transparent url(../images/layout/button-flexible-left.gif) no-repeat top left;
}

.button-small {
    display: block;
    overflow: hidden;
    border: 0;
    padding: 0 0 0 40px;
    font-size: 12px;
    background: url(../images/layout/button-small.png) no-repeat 0 0;
    width: 76px !important;
    height: 47px;
    line-height: 47px;
    cursor: pointer;
    text-align: left;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

input.button-small {
    width: 116px !important;   
    overflow: visible; /* ie fix for padding */
}

.button-small:hover {
    color: #000;
    text-decoration: underline;
}

.button-big {
    display: block;
    overflow: hidden;
    border: 0;
    padding: 0 0 0 52px;
    font-size: 16px;
    background: url(../images/layout/button-big.png) no-repeat 0 0;
    width: 147px !important;
    height: 57px;
    line-height: 57px;
    cursor: pointer;
    text-align: left;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

input.button-big {
    width: 189px !important;
    overflow: visible; /* ie fix for padding */
}

.button-big:hover {
    color: #000;
    text-decoration: underline;
}

.button-alternative {
    display: block;
    overflow: hidden;
    border: 0;
    padding: 0 0 0 48px;
    font-size: 14px;
    background: url(../images/layout/button-alternative.png) no-repeat 0 0;
    width: 92px !important;
    height: 58px;
    line-height: 58px;
    cursor: pointer;
    text-align: left;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

input.button-alternative {
    width: 140px !important;
    overflow: visible; /* ie fix for padding */
}

.button-alternative:hover {
    color: #000;
    text-decoration: underline;
}

.button-remove {
    display: block;
    overflow: hidden;
    border: 0;
    padding: 0 18px 0 0;
    margin: 0 0 5px 0;
    font-size: 12px;
    line-height: 18px;
    background: url(../images/layout/button-remove.gif) no-repeat right 5px;
    width: auto !important;
    height: 20px;
    cursor: pointer;
    text-align: left;
    color: #000;
    font-weight: normal;
    text-decoration: none;  
    overflow: visible; /* ie fix for padding */  
}

.button-remove:hover {
    color: #000;
    text-decoration: underline;    
}

.button-update {
    display: block;
    overflow: hidden;
    border: 0;
    padding: 0 18px 0 0;
    margin: 0 0 5px 0;
    font-size: 12px;
    line-height: 18px;
    background: url(../images/layout/button-update.gif) no-repeat right 5px;
    width: auto !important;
    height: 20px;
    cursor: pointer;
    text-align: left;
    color: #000;
    font-weight: normal;
    text-decoration: none;    
    overflow: visible; /* ie fix for padding */
}

.button-update:hover {
    color: #000;
    text-decoration: underline;    
}


.container {
    width: 895px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.column-halfwidth {
    width: 260px;
    margin: 0 10px 20px 0;
    float: left;
}



/*
topbar section
*/

#topbar {
    padding: .5em;
    background-color: #e7af12;
    border-bottom: 1px solid #fff;
    height: 20px;
}

#topbar .container {
    text-align: right;
    color: #fff;
}

#topbar .container a, #topbar .container a:hover {
    color: #fff;
    text-decoration: underline;
}




/*
header section
*/

#header {
    background: url(../images/layout/header-clouds.jpg) no-repeat top center;
    position: relative;
}

#header, #header .container {
   height: 186px;
}

#header #logo {
    background: url(../images/layout/logo.png) no-repeat 0 0;
    width: 230px;
    height: 190px;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: -30px;
    left: 0;
}

#header #logo a {
    display: block;
    width: 230px;
    height: 190px;
}




/*
main section
*/

#main {
    background: url(../images/layout/main-background.png) repeat-x 0 0;
}

#main .container {
    width: 922px;
    padding: 0 0 20px 0;
}



/* 
headers
*/

h1 {
    clear: both;
    font-size: 20px;
    font-weight: bold;
    width: auto;
    padding: 5px 35px 3px 0;
    border-bottom: 1px solid #e7af12;
    margin: 0 0 15px 0;
/*    background: url(../images/layout/bee2.gif) no-repeat top right;*/
}

h2 {
    clear: both;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #e9cb77;
/*    padding: 0 0 5px 0;*/
    padding: 0;
    margin: 0 0 0.6em 0;
}

h3, h4  {
    clear: both;
    font-size: 14px;
    font-weight: bold;
    width: auto;
    padding: 0;
    margin: 0 0 0.6em 0;
}

h4 {
    margin-top: 20px;
}



/*
leftcolumn
*/

.leftcolumn {
    clear: left;
    width: 634px;
    float: left;
}

.leftcolumn .top {
    height: 34px;
    background: url(../images/layout/leftcolumn-top.png) no-repeat 0 0;
}

.leftcolumn .top-tabs {
    height: 64px;
    background: url(../images/layout/leftcolumn-top-tabs.png) no-repeat 0 0;
    position: relative; /* used for free honey */
}

.leftcolumn .bottom {
    height: 34px;
    background: url(../images/layout/leftcolumn-bottom.png) no-repeat 0 0;
    clear: both;
}

.leftcolumn .middle {
    background: url(../images/layout/leftcolumn-middle.png) repeat-y top center;
    float: left;
    width: 100%;
    min-height: 375px;
}

.leftcolumn .middle .middle-container-1 {
    clear: left;
    float: left;
    width: 560px;
    margin-left: 34px;
    padding: 0;
    position: relative; /* fix safari jquery fadein bug */
}

.leftcolumn .middle .middle-container-2 {
    clear: left;
    float: left;
    width: 582px;
    margin-left: 19px;
    padding: 0;
    position: relative; /* fix safari jquery fadein bug */
}



/*
rightcolumn
*/

.rightcolumn {
    width: 288px;
    float: left;
}

.rightcolumn .top {
    height: 34px;
    background: url(../images/layout/rightcolumn-top.png) no-repeat 0 0;
}

.rightcolumn .top-tabs {
    height: 64px;
    background: url(../images/layout/rightcolumn-top-tabs.png) no-repeat 0 0;
}

.rightcolumn .bottom {
    clear: both;
    height: 34px;
    background: url(../images/layout/rightcolumn-bottom.png) no-repeat 0 0;
}

.rightcolumn .middle {
    background: url(../images/layout/rightcolumn-middle.png) repeat-y 0 0;
    float: left;
    width: 100%;
}
 
.rightcolumn .middle .middle-container {
    /* this is for IE, but is needed in main style */
    float: left;
    width: 220px;
    min-height: 375px;
    margin-left: 34px;
    padding: 0;
    display: inline;
}

 
 
/*
fullcolumn
*/

.fullcolumn {
    clear: both;
    width: 922px;
    margin: 0 auto;
}

.fullcolumn .top {
    height: 34px;
    background: url(../images/layout/fullcolumn-top.png) no-repeat 0 0;
}

.fullcolumn .top-tabs {
    height: 64px;
    background: url(../images/layout/fullcolumn-top-tabs.png) no-repeat 0 0;
}

.fullcolumn .bottom {
    height: 34px;
    background: url(../images/layout/fullcolumn-bottom.png) no-repeat 0 0;
    clear: both;
}

.fullcolumn .middle {
    background: url(../images/layout/fullcolumn-middle.png) repeat-y 0 0;
    width: 100%;
    float: left;
    position: relative;
}
 
.fullcolumn .middle .middle-container {
    /* this is for IE, but is needed in main style */
    float: left;
    width: 858px;
    margin-left: 34px;
    padding: 0;
    display: inline;
}

.fullcolumn .middle .article {
    float: left;
    width: 556px;
    min-height: 110px;
    margin: 0 30px 0 42px;
    padding: 0;
    display: inline;
}

.fullcolumn .middle #fullarticle {
    float: left;
    clear: both;
    width: 832px;
    margin: 0 40px 0 42px;
    padding: 0;
}

.fullcolumn .middle .aside {
    width: 276px;
    float: right;
    margin: -8px 0 0 0;
}





/*
existing customer box
*/

#box-existingcustomer {
    width: 400px;
    float: left;
    margin: 0 30px 20px 0;
}

#box-existingcustomer .top {
    height: 10px;
    background: url(../images/layout/boxone_top.gif) no-repeat 0 0;
    font-size: 0; line-height: 0; /* fix ie6 problem */
}

#box-existingcustomer .middle {
    background: url(../images/layout/boxone_middle.gif) repeat-y 0 0;
    padding: 0 20px;
    width: 360px;
    height: 200px;
    position: relative;
}

#box-existingcustomer .bottom {
    height: 18px;
    background: url(../images/layout/boxone_bottom.gif) no-repeat 0 0;
}

#box-existingcustomer #button-signin {
    position: absolute;
    right: 10px;
    bottom: 20px;
}



/*
bio pages box 
*/

#box-biopages {
    margin: 30px 0 20px 0;
    padding: 0 40px 0 0;
}



/*
nuggets
*/

.supplier-logo {
    float: right;
    width: 200px;
}

.supplier-logo img {
    float: right;
}

#additional .supplier-logo {
    float: left;
    margin: 0 0 20px 0;
}

/*
create account box
*/

#box-createaccount {
    width: 400px;
    float: left;
    margin: 0 0 20px 0;
}
 
#box-createaccount .top {
    height: 10px;
    background: url(../images/layout/boxtwo_top.gif) no-repeat 0 0;
    font-size: 0; line-height: 0; /* fix ie6 problem */
}

#box-createaccount .middle {
    background: url(../images/layout/boxtwo_middle.gif) repeat-y 0 0;
    padding: 0 20px;
    width: 360px;
    height: 200px;
    position: relative;
}

#box-createaccount .bottom {
    height: 18px;
    background: url(../images/layout/boxtwo_bottom.gif) no-repeat 0 0;
}

#box-createaccount #button-createaccount {
    position: absolute;
    right: 10px;
    bottom: 20px;
}




/*
testmode table
*/

#table-testmode th, #table-testmode td {
    padding: 0;
}

#table-testmode .column-testmode {
    width: 135px;
}



/*
existing customer form
*/

#form-existingcustomer {
    float: left;
    margin: 10px 0 0 0;
    width: 100%;
}

#form-existingcustomer p {
    float: left;
    margin: 0 0 5px 0;
}

#form-existingcustomer input {
    width: 200px;
}



/*
contact form
*/

#form-contact {
    margin: 10px 0 20px 0;
    float: left;
}

#form-contact input#id_newsletter {
    float: left;
}

#form-contact .buttons {
    margin-top: 0;
}



/*
create account form
*/

#form-createaccount {}

#form-createaccount h2 {
    margin-top: 15px;
}

#form-createaccount #payment {
    margin: 2px 0 10px 0;
    float: left;
}

#form-createaccount #payment label {
    float: none;
}

#form-createaccount #payment ul {
    float: left;
    list-style: none; 
    margin: 0;
}

#form-createaccount #payment ul li {
    float: left;
}



/*
payment form
*/

#form-payment {
    float: left;
}

#form-payment #shipping {
    width: 100%;
    float: left;
}

#form-payment #shipping label {
    float: none;
}

#form-payment #shipping ul {
    float: left;
    list-style: none;
    margin: 0 0 10px 20px;
}

#form-payment #shipping ul li {
    float: left;
}



/*
update account form
*/

#form-updateaccount {}

#form-updateaccount h2 {
    margin-top: 15px;
}

#form-updateaccount #dob {
    margin: 0;
    float: left;
}

#form-updateaccount #dob form {
    margin: 0;
}




ul.profile {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}




 
/* 
footer
*/
 
#footer {
    background: #fff;

    clear: both;
    margin: 0;
    padding: .5em;
    font-size: 12px;
    height: 40px;
}
 
#footer .copyright {
    float: left;
    color: #333;
    background-color: #fff;  
    padding: 4px 0 0 0; 
}

#footer .copyright small {
    color: #999;
}




/*
footernav
*/

ul#footernav {
    float: right;
    list-style: none;
    margin: 0;
    padding: 4px 0 0 25px;
    background: url(../images/layout/bee2.gif) no-repeat 0 0;
    height: 28px;
}

ul#footernav li {
    float: left;
    margin: 0 0 0 15px;
}
 
ul#footernav li a, ul#footernav li a:hover {
    color: #e7af12;
    text-decoration: none;
}

ul#footernav li a:hover {
    text-decoration: underline;
}



 
/*
colnav
*/

ul.colnav {
    float: left;
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
} 

ul.colnav li {
    float: left;
    width: 162px;
    height: 58px;
    background: url(../images/layout/colnav-tab.png) no-repeat top center;
    padding: 0;
    margin: 0 0 0 -23px;
    font-weight: normal;
}

ul.colnav li a, ul.colnav li span, ul.colnav li a:hover {
    display: block;
    height: 30px;
    padding: 8px 0 0 0;
    width: 134px;
    margin: 8px 0 0 13px;
    color: #997307;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
}

ul.colnav li a:hover {
    color: #997307;
    text-decoration: none;  
}

ul.colnav li.first {
    margin-left: 0;   
}

ul.colnav li.selected {
   background-image: url(../images/layout/colnav-tab-selected.png);
   font-weight: bold;
   color: #000;
}
 


/*
asidenav
*/

ul.asidenav {
    float: right;
    margin: 0;
    width: 280px;
    padding: 0;
    list-style: none;
} 

ul.asidenav li {
    float: left;
    width: 162px;
    height: 58px;
    background: url(../images/layout/colnav-tab.png) no-repeat top center;
    padding: 0;
    margin: 0 0 0 -23px;
    font-weight: normal;
}

ul.asidenav li a, ul.asidenav li span, ul.asidenav li a:hover {
    display: block;
    height: 30px;
    padding: 8px 0 0 0;
    width: 134px;
    margin: 8px 0 0 13px;
    color: #997307;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
}

ul.asidenav li a:hover {
    color: #997307;
    text-decoration: none;  
}

ul.asidenav li.first {
    margin-left: 0;   
}

ul.asidenav li.selected {
   background-image: url(../images/layout/colnav-tab-selected.png);
   font-weight: bold;
   color: #000;
}
 


 
 

/*
topnav
*/

ul#topnav {
    position: absolute;
    top: 0;
    right: -17px;
    margin: 0;
    padding: 0;
    list-style: none;
} 

ul#topnav li {
    float: left;
    width: 142px;
    height: 58px;
    background: url(../images/layout/topnav-tab.png) no-repeat top center;
    padding: 0;
    margin: 0 -23px 0 0;
    font-weight: normal;
}

ul#topnav li span {
    display: block;
    height: 30px;
    padding: 7px 0 0 0;
    width: 114px;
    margin: 0 0 0 15px; 
    font-size: 13px;  
    text-align: center; 
}

ul#topnav li a, ul#topnav li a:hover {
    color: #997307;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

ul#topnav li a:hover {
    color: #000;
    text-decoration: none;  
}

ul#topnav li.last {
    margin-right: 0;   
}

ul#topnav li.selected {
   background-image: url(../images/layout/topnav-tab-selected.png);
   font-weight: bold;
   color: #000;
} 



/*
optionsnav list
*/

ul#optionsnav {
   margin: 0;
   padding: 0;
   list-style: none;
   float: right;
}

ul#optionsnav li {
    float: left;  
    margin: 0 0 0 10px; 
    padding: 0 10px 0 0;
    border-right: 1px solid #fff;
}

ul#optionsnav li.last {
    padding-right: 0;
    border-right: none;
}

/*
categories list
*/

#maincategories {
    position: relative;
    top: 0;
    left: 0;
}

#protected {
    position: absolute;
    bottom: 20px;
    right: 23px;
    
}

#categories ul {
   margin: 0;
   padding: 0;
   list-style: none;
   float: left;
   font-size: 1.05em;
}

#categories ul li {
   float: left;
   width: 383px;
   padding: 0 0 0 10px;
   background: url(../images/layout/categories-arrow.gif) no-repeat 0 6px;
}

#categories ul li a {
   /*font-size: 15px;*/
    color: #000;
    font-size: 1em;
    font-weight: normal;
    padding: 0 0 0 4px;
    text-decoration: none;
}

#categories ul li a:hover {
    color: #997307;
    text-decoration: underline;
}

#categories ul li li {
    margin: 0;
    padding: 0;
    background: none;
}

#categories ul li li a, #categories ul li li a:hover {
    /*font-size: 11px;*/
    font-size: 1em;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000;
    font-weight: normal;
}

#categories ul li li a:hover {
    text-decoration: underline;
}

#product-type-categories, #applications-categories {
    font-size: 1.3em;
    list-style: none;
    padding: 0;
    margin: 0;
}



/*
products list
*/

ul#products {
    clear: both;
    margin: 0;
    list-style: none;
}


ul#itemsordered {
    list-style: none;
    margin: 0;
}

/*
products table
*/
#table-products th {
    background-color: transparent;
    color: #666;
    font-weight: bold;
    font-size: 1.1em;
    padding: 3px 0 3px 0;
}

#table-products th.column-product {}

#table-products th.column-code {
    width: 100px;
}

#table-products th.column-cost {
    width: 80px;
    text-align: right;
}

#table-products td {
    border-bottom: 1px solid #f4da92;
    padding: 8px 0;
    font-size: 1.1em;
}

#table-products td.column-product {
    padding-right: 25px;
}

#table-products td.column-code {
    vertical-align: top;
    color: #666;
}

#table-products td.column-cost {
    text-align: right;
    vertical-align: top;
}



/*
order history table
*/
#table-orderhistory th {
    background-color: transparent;
    color: #666;
    font-weight: bold;
    font-size: 1.1em;
    padding: 3px 8px 3px 0;
}

#table-orderhistory td {
    border-bottom: 1px solid #f4da92;
    font-size: 1.1em;
    padding: 8px 8px 8px 0;
}

#table-orderhistory th.column-total, #table-orderhistory td.column-total {
    text-align: right;
    vertical-align: top;
    padding-right: 0;
}


/*
contact
*/

#contact {
    float: right;
    margin: 60px 0 0 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.3em;
    position: relative;
    text-align:right;
}

#contact .highlight {
    color: #e0aa11;
}

#contact a, #contact a:hover {
    color: #000;
}

#contact .inner {
    margin: 10px 0 0 0;
    font-size: 15px;
}

#contact .inner img {
    vertical-align: middle;
    margin: 0 0 3px 0;
}





/* news list */

ul#news {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#news li {
    border-bottom: 1px solid #e7af12;
    margin: 0 0 10px 0;
}

ul#news li h4 {
    color: #997307;
    font-weight: bold;
    font-size: 1em;
    margin: 0 0 0.2em 0;
    border-bottom: 0 none;
}

ul#news li p {
    font-size: 1em;
    margin: 0 0 0.6em 0;
}

ul#news li a.readmore, ul#news li a.readmore:hover {
    display: block;
    font-size: 1em;
    margin: 0 0 0.3em 0;
    text-decoration: none;
}

ul#news li a.readmore:hover {
    text-decoration: underline;
}

.news-image {
    float: right;
    margin: 0 0 20px 20px;
}

/*
buttons list
*/

ul.buttons {
    float: left;
    list-style: none;
    margin: 0 0 10px -10px;
    padding: 0;
}

ul.buttons li {
    float: left;
}

ul.buttons li a {
    float: left;
}


/*
big search box
*/

#big-search-box {
    clear: both;
    border-top: 1px solid #e2d5b1;
    background: url(../images/layout/secondary-gradient.png) repeat-x 0 0;
    padding: 10px 10px 10px 15px;
    position: relative;
}

#search-big-input {
    width: 575px;
    height: 78px;
    background: url(../images/layout/search-bigbox.png) no-repeat 0 0;
    margin: 0 0 0 -11px;
    position: relative;
}

#search-big-input form {
    margin: 0;
    padding: 0;
}

#big-search-box p {
    margin-bottom: 7px;
}

#search-big-input input#search_keywords {
    border: 0 none;
    width: 400px;
    padding: 1px;
    height: 34px;
    font-size: 26px;
    color: #666;
    position: absolute;
    top: 21px;
    left: 26px;
}

#search-big-input input.button-small {
    position: absolute;
    top: 13px;
    right: 22px;
}



.logo-biofind {
    font-weight: normal !important;
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}



/*
small search box
*/

#small-search-box {
    width: 249px;
}

#small-search-box .top {
    width: 249px;
    height: 9px;
    background: url(../images/layout/aside-search-top.png) no-repeat 0 0;
}

#small-search-box .middle {
    width: 211px;
    /* NOTE: 
    this background has no repeat, as it needs pngfix to make it
    transparent and it takes too long to render with repeat on. */
    background: url(../images/layout/aside-search-middle.png) no-repeat 0 0;
    padding: 3px 10px 0 32px;
}

#small-search-box .bottom {
    width: 249px;
    height: 22px;
    background: url(../images/layout/aside-search-bottom.png) no-repeat 0 0;
}

#search-small-input {
    width: 223px;
    height: 42px;
    background: url(../images/layout/search-smallbox.png) no-repeat 0 0;
    margin: 0 0 0 -11px;
    position: relative;
}

#search-small-input form {
    margin: 0;
    padding: 0;
}

#search-small-input input#search_keywords {
    border: 0 none;
    width: 120px;
    padding: 1px;
    height: 18px;
    font-size: 14px;
    color: #666;
    position: absolute;
    top: 11px;
    left: 20px;
}

#search-small-input input.button-small {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 52px !important;
    height: 12px;
    font-size: 10px;
    background: url(../images/layout/button-arrow.gif) no-repeat 0 0;
    line-height: 1em;
    padding: 0 0 0 14px;
}



/*
news stuff
*/

.date.small {
    color: #997307;
    margin: 5px 0 10px 0;
}

.aside #additional {
    margin: 20px 0 10px 0;
    padding: 0 40px 0 20px;   
}

.aside #additional h3 {
    font-size: 1.2em;
    margin: 0 0 1em 0;   
}

.aside #additional img {
    border: 1px solid #999;
}



/*
basket general page stuff 
*/

img#breadcrumb {
    margin: 0 0 20px 0;
}

h2.basketheader {
    font-size:18px;
    font-weight:bold;
    margin: 0 0 10px 0;
    padding:0 0 5px;
    width:100%;
    border: 0 none !important;
}

table#basket {
    width: 100%;
    background: transparent url(../images/layout/secondary-gradient.png) repeat-x scroll 0 0;
    border-top:1px solid #E2D5B1;
}

table#basket .column-item {
    width: 380px;
}

table#basket .column-quantity {
    width: 58px;
}

table#basket .column-update {
    width: 70px;
}

table#basket .column-price, table#basket .column-regularprice, table#basket .column-saleprice {
    width: 70px;
}

table#basket .column-remove {
    width: 70px;
}

table#basket .column-totaltext {
    text-align: right;
    font-size: 1.2em;
    border-top:1px solid #E2D5B1;
}

table#basket .column-totalamount {
    font-size: 1.7em;
    font-weight: bold;
    border-top:1px solid #E2D5B1;
}

#cartoptions {
    clear: both;
    float: left;
    width: 100%; 
}

a.checkoutbutton {
    float: right;
    background: url(../images/layout/button-checkout.png) no-repeat 0 0;
    display: block;
    width: 140px;
    height: 58px;
    text-indent: -9999px;
    overflow: hidden;
}

img.creditcards {
    float: left;
    margin: 15px 0 0 0;
}




/*
product details specifics
*/

#productinfo {
    width: 280px;
    float: left;
}

#productdocuments {
    width: 260px;
    float: left;
}

#productdatasheeturl {
    clear: both;
}

#productprice {
    clear: both;
    float: right;
    text-align: right;
    font-size: 2.1em;
    font-weight: bold;
    color: #333;
}



/*
list documents
*/

ul.list-documents {
    list-style-image: url(../images/layout/page_white_put.gif);
    margin: 0 0 10px 23px;
}



/*
product options form
*/

form#productoptions {
    clear: both;
    float: left;
    width: 100%;
    padding: 5px 0 0 0;
    border-top: 1px solid #E7AF12;
}

input#quantity, input#id_quantity {
    border: 0 none;
    background: url(../images/layout/quantity-background.gif) no-repeat 0 0;
    padding: 7px 8px 9px 6px;
    font-size: 10px;
    margin: 0 6px 0 0;
    height: 12px;
    width: 50px;
    line-height: 1em;
}

.box-quantity {
    margin: 5px 0 0 0;
    height: 26px;
    float: left;
}

.box-quantity b {
    float: left;
    padding: 0 5px 0 0;
    line-height: 26px;
}

.box-quantity input {
    float: left;
}




#small-search-box .searchbutton {
   text-indent: -9999px;
   overflow: hidden;
   border: 0;
   background: url(../images/layout/button-search-small.png) no-repeat 0 0;
   width: 52px;
   height:12px;
   cursor: pointer;
}

.text-big, #tab-search .middle-container-1 p {
    clear: both;
    font-size: 1.3em !important;
    margin: 0 0 1em 0 !important;
    color: #666;
}

ul.list-big {
    clear: both;
    font-size: 1.3em;
    margin: 0 0 0 20px;
    color: #666;
    position: relative;
}

.text-medium {
    clear: both;
    font-size: 1.2em;
    margin: 0 0 0.5em 0;
    color: #666;
}

.text-small {
    clear: both;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 0.5em 0;
    color: #666;
}

.text-checkbox {
    float: left;
    padding: 0 0 0 1em;
    font-size: 0.9em;
    color: #666666;
    width: 390px;
}
 
.clear-both {
    clear: both;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.halfarticle {
    float: left;
    width: 270px;
    font-size: 1.1em;
    margin: 0 20px 0 0;
}
 
#googlemap {
    float: right;
    width: 500px;
} 

.newslisting {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e9cb77;
    margin: 0 0 10px 0;
} 

.newslisting.last {
    border: 0 none;
}
 
 
h5 {
margin: 0;
padding: 0;
}

#sidebar-secondary {
float: left;
width: 160px;
margin: 0;
padding: 1em;
}

#sidebar-secondary h3, #sidebar-primary h3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0.1em;
	margin-top: 1em;	
}

#sidebar-primary {
float: right;
width: 160px;
margin: 0;
padding: 1em;
background-color: #ddd;
border-left: 1px solid silver;
border-bottom: 1px solid silver;
}

#sidebar-primary .wishlist {
	padding-top: 10px;
}


#content {
margin-left: 200px;
margin-right: 200px;
padding: 1em;
}

#pagination {
clear:both;
display: block;
width:100%;
float: none;
padding: 1em;
}

#pagination ul {
margin: 0;
padding: 0;
text-align: left; 
font-size: 12px;
}

#pagination li {
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

#pagination a, #pagination a:visited {
padding: 0 5px;
text-decoration: none; 
}

#pagination li.currentpage {
font-weight: bold;
padding: 0 5px;
}

#content div.productreviews {
padding-top: 10px;
padding-bottom: 10px;
font-size: 12px;
}


#content div.productreviews h2 {
    font-size: 14px;
}

#content div.productreviews span.label {
	float: left;
	width: 80px;
}

#freehoney {
    position: absolute;
    right:-1px;
    top:-5px;
}

#sidebar-secondary p, #sidebar-primary p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

.brandcategories {
    clear: both;
}

.brandImage,
.productImage {
border:solid 1px silver;
padding:5px;
float: left;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
margin-bottom:2px;
text-align: center;
}

.productImage p {
text-align: center;
font-size: 10pt;
}

#menu_container ul {
margin: 0;
padding: 0;
list-style-type: none;
}


#shipping ul li {
list-style-type: none;	
text-decoration: none;
padding-left: 1em;
text-indent: -1em;
}



/*
checkout progress section
*/

#checkoutprogress {
    background: transparent url(../images/layout/steps_background.gif) repeat-x 0 0;
    height: 26px;   
    float: left;
    position: relative;
    margin: 0 0 30px 0;
}

#checkoutprogress span.left, #checkoutprogress span.right {
    display: block;
    width: 9px;
    height: 26px;
    position: absolute;
    top: 0;
    background: transparent no-repeat 0 0;
}

#checkoutprogress span.left {
    left: 0;
    background-image: url(../images/layout/steps_left.gif);
}

#checkoutprogress span.right {
    right: 0;
    background-image: url(../images/layout/steps_right.gif);
}

#checkoutprogress ol {
    margin: 0 0 0 15px;
    padding: 0;
    float: left;
}

#checkoutprogress ol li {
    float: left;
    padding: 0 18px 0 0;
    margin: 0 9px 0 0;
    height: 26px;
    font-size: 11px;
    line-height: 26px;
    list-style-position: inside;
    font-weight: normal;
    color: #be992e;
    background: transparent url(../images/layout/steps_arrow.gif) no-repeat top right;
}

#checkoutprogress ol li.selected {
    font-weight: bold;
    color: #000;
}

#checkoutprogress ol li.last {
    margin-right: 0;
    background: none;
}



#wishlist ul li,
#product_category ul li {
list-style: none;
padding: 0.5em;
border-bottom: 1px dashed #e0e0e0;	
background-color: white;
}

#wishlist ul li:hover
#product_category ul li:hover {
	background-color: #f0fff0;
}

#wishlist ul li a,
#product_category ul li a {
	display: block;
}

#wishlist span.date {
	font-style: italic;
	display: block;
	margin-left: 5px;
	font-size: 10px;
}

#wishlist form {
	display: inline;
}

#menu_container a {
display: block;
color: #FFF;
background-color: #7F7F7F;
width: 9em;
padding: 3px 17px 3px 8px;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: bold;
}

#menu_container a:hover {
background-color: #B6B6B6;
color: #FFF;
}

#menu_container li li a {
display: block;
color: #FFF;
background-color: #C0C0C0;
width: 9em;
padding: 3px 8px 3px 17px;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: normal;
}

#menu_container li li li a {
display: block;
color: #FFF;
width: 9em;
background-color: #C0C0C0;
padding: 3px 1px 3px 24px;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: normal;
}

#menu_container a.current:before {
content: "\0020 \0020 \0020 \00BB \0020";
}

.addressblock {
padding-top: .5em;
padding-bottom: .5em;
}

.profile li {
list-style-type: none;
}

table.ordertable {
width:  100%;
font-weight: normal;
font-size: 13px;
}

table.ordertable thead {
	background-color: #ddd;
}

table.ordertable span.orderitemqty {
	font-style: italic;
}
p {
	line-height: 150%;
}

.help, p.help {
        font-size:9px !important; color:#999;
}

img {
	border: none;
}

.error {
    color: red;
}

/* =============== Navigation Bars ===================== */

ul#breadcrumb  {		
    margin: 0 0 20px 0;
	padding: 0;
	float: left;
}
ul#breadcrumb  li { 
	float: left; 
	margin: 0;
	list-style: none; 		 
	border-left: 1px solid #b0b0b0; 	
	padding: 0 0.5em;
}  

ul#breadcrumb li a, ul#breadcrumb li a:hover {
    color: #997307;
}

ul#breadcrumb  li.first {
	padding-left: 0em; 
	border-left: none; 
}

.recentview h3 {
	padding-bottom: 10px;
}

.recentitem {
	padding-bottom: 10px;
}

div.recentlyadded { 
    display: block;
}

.qtyform #id_quantity {
    width: 5em;
}

/* ============ Upsell section ============== */

div.upsell {
	padding-top: 10px;
}

div.upsell .upselldescription {
	padding-bottom: 10px;
}



/*
tabs
*/

.ui-tabs .ui-tabs-hide {
     display: none;
}




ul#homenav {}

ul#homenav li {}

ul#homenav li a {}

ul#homenav li a.selected,
ul#homenav li a:hover {}

ul#homenav li a:focus {}


div.tab-containers > div {
        padding: 5px;
        margin-top: 3px;
}

div.tab-containers > div h2 {
        margin-top: 0;
}


/* pagination */
.pagination {
    float: right;
	padding:3px 0;
	margin: 15px 0 3px 0;
	text-align:center;
}

.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #999;
	text-decoration: none; 
	color: #997307;
}
.pagination a:hover, div.pagination a:active {
    border: 1px solid #000; 
    color: #000; 
	background-color: #EEEEEE;
}
.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #CCC;
	font-weight: bold;
    background-color: #FFF; 
    color: #000; 
}
.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ccc;
	color: #aaa;
}

