@import "base.css";

body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    }

h2 {
    margin: 0 0 1em;
    padding: 0;
    font-size: 24px;
    color: #333333;
    }

h3 {
    margin: 0 0 0.6em;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    color: #6f6e6d;
    }

h4 {
    margin: 0 0 1em;
    padding: 0;
    font-size: 12px;
    color: #6f6e6d;
    }

p {
    margin: 0 0 1em;
    line-height: 1.6em;
    font-size: 13px;
    color: #575655;
    }
    
a {
   color: #013D79; 
} 

.right {
    float: right !important;
}

.body li {
    margin-bottom: 12px;
}

.input-text {
    width: 272px;
    border: 1px solid #ccc;
    padding: 4px;
    }


/* base button */
span.button, span.button input, a.button, a.button span {
    float: left;
    background-color: transparent;
    background-repeat: no-repeat;
    text-transform: uppercase;
    /* essential: heights and line-heights should equal the button height, not actual image height in sprite */
    background-image: url(../images/button_standard.png);   
    height: 30px; /* match this to background positions and line heights */ 
    cursor: pointer; /* ensures cursor shows in every situation */
    }
span.button input, a.button, a.button:hover {
    font-size: 13px;
    color: #000000;
    font-family: 'Arial', 'sans-serif';
    }
span.button {
    position: relative;
    background-position: left -30px; /* essential: height of button */
    /* essential: width of right part of button image, 
    if more margin needed (for spacing) remember to add to this number */   
    margin: 0 17px 0 0;    
    }
    span.button input {
        position: relative;
        top: 0;
        left: 17px;  /* essential: equal width of right part of button image */
        margin: 0 0 0 -17px; /* essential: equal minus of width of button image */
        background-position: right 0;
        border: 0 none;
        overflow: visible; /* ie fix for padding */
        padding: 0 22px 1px 14px;
        text-align: left;
        }
a.button {
    background-position: right 0;
    padding: 0 17px 0 0; /* essential: match width of right part of button */ 
    text-decoration: none;
    }
    a.button span {
        padding: 0 5px 0 17px;
        background-position: left -30px; /* essential: height of button */
        line-height: 30px;
        }



/* dark button */
span.button.dark, span.button.dark input, a.button.dark, a.button.dark span {
    background-image: url(../images/button_dark.png); /* button image */  
    height: 34px; /* match this to background positions and line heights */ 
    }
span.button.dark input, a.button.dark, a.button.dark:hover {
    font-size: 14px; /* adjust to taste */ 
    color: #FFFFFF; /* adjust to taste */
    }
span.button.dark {
    background-position: left -34px; /* essential: height of button */
    margin-right: 17px; /* width of right button part */
    }
    span.button.dark input {
        left: 17px; /* width of right button part */
        margin-left: -17px; /* width of right button part */
        padding-left: 14px; /* adjust to taste */
        padding-right: 25px; /* adjust to taste */
        }
a.button.dark {
    padding-right: 17px; /* width of right button part */
    }
    a.button.dark span {
        padding-right: 10px; /* adjust to taste */
        padding-left: 17px; /* width of right button part */
        background-position: left -34px; /* height of button */
        line-height: 34px; /* height of button */
        }



/* light button */
span.button.light, span.button.light input, a.button.light, a.button.light span {
    background-image: url(../images/button_light.png); /* button image */  
    height: 34px; /* match this to background positions and line heights */ 
    }
span.button.light input, a.button.light, a.button.light:hover {
    font-size: 14px; /* adjust to taste */ 
    color: #000000; /* adjust to taste */
    }
span.button.light {
    background-position: left -34px; /* essential: height of button */
    margin-right: 17px; /* width of right button part */
    }
    span.button.light input {
        left: 17px; /* width of right button part */
        margin-left: -17px; /* width of right button part */
        padding-left: 14px; /* adjust to taste */
        padding-right: 25px; /* adjust to taste */
        }
a.button.light {
    padding-right: 17px; /* width of right button part */
    }
    a.button.light span {
        padding-right: 10px; /* adjust to taste */
        padding-left: 17px; /* width of right button part */
        background-position: left -34px; /* height of button */
        line-height: 34px; /* height of button */
        }



/* reveal button */
span.button.reveal, span.button.reveal input, a.button.reveal, a.button.reveal span {
    background-image: url(../images/button_reveal.png); /* button image */  
    height: 20px; /* match this to background positions and line heights */ 
    }
span.button.reveal input, a.button.reveal, a.button.reveal:hover {
    font-size: 11px; /* adjust to taste */ 
    color: #000000; /* adjust to taste */
    }
span.button.reveal {
    background-position: left -40px; /* essential: height of button */
    margin-right: 17px; /* width of right button part */
    }
    span.button.reveal input {
        left: 17px; /* width of right button part */
        margin-left: -17px; /* width of right button part */
        padding-left: 14px; /* adjust to taste */
        padding-right: 25px; /* adjust to taste */
        }
a.button.reveal {
    padding-right: 17px; /* width of right button part */
    }
a.button.reveal.selected {
    background-position: right -20px; /* essential: height of button */
    }
    a.button.reveal span {
        padding-right: 10px; /* adjust to taste */
        padding-left: 17px; /* width of right button part */
        background-position: left -40px; /* height of button */
        line-height: 20px; /* height of button */
        }



.tick {
    display: block;
    width: 16px;
    height: 13px;
    background-color: transparent;
    background-position: 0 0;
    background-image: url(../images/tick_standard.png);
    text-indent: -9999px;
    overflow: hidden;
    }
    .selected .tick, .tick.selected {
        background-image: url(../images/tick_selected.png);
        }



/* standard search box */
form#search {
    float: right;
    margin: 10px 10px 0 0;
    padding: 0;
    border: 0 none;
    }
form#search label {
    float: left;
    margin: 0 5px 0 0;
    color: #787877;
    font-style: italic;
    font-weight: normal;
    font-size: 13px;
    }
form#search .outer, form#search .outer .inner {
    float: left;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../images/search_standard.png);   
    height: 20px;
    }
form#search .outer {
    position: relative;
    background-position: right 0;
    padding: 0 14px 0 0; /* match width of right part of button */ 
    text-decoration: none;
    }
    form#search .outer .inner {
        position: relative;
        padding: 0 7px 0 10px;
        background-position: left -20px; /* height of search box */
        line-height: 20px;
        }
        form#search .outer .inner #input-keywords {
            float: left;
            width: 55px; /* adjusts the search box width */
            height: 12px;
            background: #FFFFFF;
            border: 0 none;
            margin: 3px 0 0 0;
            padding: 1px;
            font-size: 10px;
            color: #999999;
            font-family: 'Arial', 'sans-serif';
            }
        form#search .outer #button-submit {
            position: absolute;
            top: 0;
            right: 0;
            }



#site-body {
    margin: 50px 0 0;
    width: 100%;
    }
    .site-width {
        width: 950px;
        margin: 0 auto;
        }

#section-content {
    width: 100%;
    }
    
#section-subcontent {
    clear: both;
    width: 100%;
    margin: 20px 0 0;
    background: #fbfaf5;
    border-color: #e6e4df;
    border-style: solid;
    border-width: 1px 0;
    }
    #section-subcontent h3 {
        color: #333;
        }
    
#section-footer {
    clear: both;
    width: 100%;
    margin: 30px 0 0;
    padding: 30px 0 30px;
    border-style: solid;
    border-color: #e6e4e1;
    border-top-width: 1px;
    }
body.columns-three #section-footer {
    border-top: 0 none;
    margin-top: 0;
    }

body.columns-two #section-subcontent .site-width {
    background: url(../images/background_columns_two.png) repeat-y top center;
    }
    
body.columns-three #section-subcontent .site-width {
    background: url(../images/background_columns_three.png) repeat-y top center;
    }

#column-logo {
    float: left;
    width: 150px;
    }
    #image-logo {
        display: block;
        width: 144px;
        height: 238px;
        background: url(../images/logo_header.png) no-repeat 0 0;
        text-indent: -9999px;
        overflow: hidden;
        }
        #image-logo a {
            display: block;
            width: 100%;
            height: 100%;
            }

#column-content {
    float: left;
    width: 800px;
    }
    
#block-nav {
    float: left;
    width: 100%;
    background: #faf8f5;
    border-color: #ebe4d0;
    border-style: solid;
    border-width: 1px 0;
    margin: 0 0 8px;
    }
    #block-nav #nav-main {
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        }
        #block-nav #nav-main li {
            float: left;
            border-right: 1px solid #ebe4d0;
            border-bottom: 1px solid #FFFFFF;
            line-height: 38px;
            }
        #block-nav.withsub #nav-main li {
            border-bottom: 0 none; /* if with sub, do no border */
            }
        #block-nav #nav-main li.parent, #block-nav #nav-main li.parent a {
            background: #d9e1eb;
            color: #0f4880;
            }
        #block-nav #nav-main li.selected, #block-nav #nav-main li.selected a:hover {
            background: #013d79;
            border-bottom: 0 none;
            }
            #block-nav #nav-main li a {
                color: #0f4880;
                text-decoration: none;
                font-size: 14px;
                display: block;
                padding: 0 12px;
                }
                
                #block-nav #nav-main li a:hover {
                background: #D9E1EB;
                }
                
            #block-nav #nav-main li.selected a {
                color: #fff;
                }

#block-subnav {
    float: left;
    width: 100%;
    background: #d9e1eb;
    }
    #block-subnav #nav-sub {
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        }
        #block-subnav #nav-sub li {
            float: left;
            line-height: 38px;
            }
        #block-subnav #nav-sub li.selected {
            background: #013d79;
            }
            #block-subnav #nav-sub li a {
                color: #0f4880;
                text-decoration: none;
                font-size: 14px;
                padding: 3px 12px;
                border-right: 1px solid #eeeeee;
                }
            #block-subnav #nav-sub li.selected a {
                background: none;
                border-right: 0 none;
                color: #fff;
                }

ul#nav-asidesub {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

ul#nav-asidesub li {
    margin: 0 0 1em;
}

#block-breadcrumbs {
    float: left;
    clear: left;
    height: auto;
    margin: 5px 0 0 10px;
}
#block-breadcrumbs ul {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}
#block-breadcrumbs ul li {
    float: left;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
}


#nav-footer {
    float: right;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    } 
    #nav-footer li {
        float: left;
        padding: 0 0 0 20px;
        }
        #nav-footer li a {
            font-size: 12px;
            color: #cccccc;
            }


#section-footer p.sidenote {
    float: left;
    width: 600px;
    font-size: 12px;
    color: #ccc;
}


#block-content {
    float: left;
    clear: left;
    width: 100%;
    padding: 20px 0 0 0;
    }  
body#page-home #block-content {
    padding-top: 0;
    } 
body.columns-two #block-content {
    width: 460px;
    padding-left: 10px;
    padding-right: 10px;
    }
body.columns-two #block-aside {
    float: right;
    width: 300px;
    margin: 0 0 0 20px;
    padding: 40px 0 0;
    }
    
#block-splash {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    }    
    #block-splash .column-splash {
        float: left;
        width: 200px;
        text-align: center;
        }
        #block-splash .column-splash img {
            margin: 0 0 10px;
            }
        #block-splash .column-splash h2 {
            margin: 0 0 8px;
            padding: 0;
            font-size: 26px;
            font-weight: normal;
            }
        #block-splash .column-splash p {
            margin: 0;
            padding: 0 10px;
            font-size: 13px;
            line-height: 1.3em;
            }

#block-options {
    position: relative;
    overflow: hidden;
    float: left;
    clear: both;
    width: 100%;
    padding: 5px 0;
    background: #f8f8f8;
    border-color: #ebe6d9;
    border-style: solid;
    border-width: 1px 0;
    }
    #block-options .outer {
        position: relative;
        float: left;
        left: 50%;
        }
        #block-options .outer .inner {
            left: -50%;
            position: relative;           
            }
            #block-options #button-why {
                position: relative;
                margin-right: 15px;
                }
                #block-options #button-why span {
                    width: 200px; /* this sets the width (take extra margins/paddings into consideration) */
                    text-align: center;
                    }
            #block-options #button-buy {
                position: relative;
                }
                #block-options #button-buy span {
                    width: 200px; /* this sets the width (take extra margins/paddings into consideration) */
                    text-align: center;
                    }

#block-address {
    float: left;
    width: 100%;
    margin: 0 0 5px;
    }
   #block-address .body {
       float: left;
       margin: 0 0 20px;
       } 
        #block-address .body .column {
            float: left;
            width: 210px;
            padding: 0 20px 0 0;
            font-size: 14px;
            }
   #block-address .footer {
       float: left;
       } 
       #block-address .footer #button-map {
            margin: 0 0 10px;
            }
       

       
#block-map {
    float: left;
    clear: left;
    width: 460px;
    margin: 0 0 20px;
}

#block-currency {
    margin: 0 0 20px;
    padding: 6px;
    background: #D9E1EB;
    border-color: #ebe6d9;
    border-style: solid;
    border-width: 1px 0;
    overflow: auto;
    }
    
#block-currency p {
    color: #222;
    margin-bottom: 2px;
    float: left;
}
#block-currency select { float: right; margin: 2px 0px 0px 0px;}
       
#block-subscribe {
    float: left;
    clear: both;
    width: 280px;
    margin: 0 0 20px;
    padding: 10px;
    background: #f8f8f8;
    border-color: #ebe6d9;
    border-style: solid;
    border-width: 1px 0;
    }
    #block-subscribe .contact-one,
    #block-subscribe .contact-two,
    #block-subscribe .contact-three {
        border-color: #dfdfdf;
        border-width: 0 0 1px;
        padding: 0 0 10px;
        margin: 0 0 10px;
        }
    #block-subscribe .contact-one,
    #block-subscribe .contact-two {
        border-style: dotted;
        }
        #block-subscribe .contact-one {
            font-size: 1.3em;
            line-height: 1.6em;
        }
        
    #block-subscribe .contact-three {
        border-style: solid;
        margin-bottom: 20px;
        }
    
#form-subscribe, 
#form-subscribe .body, 
#form-subscribe .footer {
    float: left;
    width: 100%;
    }
    #form-subscribe .body {
        margin: 0 0 10px;
        }
    #form-subscribe .body .input-text {
        color: #999;
        font-size: 14px;
    }

    #form-subscribe .footer .button {
        float: right;
        }

#form-subscribe-edit {
    text-align: left;
}

#form-subscribe-edit .ctrlHolder {
    text-align: left;
}

#form-subscribe-edit .body {
    margin-bottom: 15px;
}

#column-subaside {
    float: left;
    width: 134px;
    height: 100%;
    padding: 20px 15px 20px 0;
    border-right: 1px solid #e6e4df;
    }
    
#column-subcontent {
    float: left;
    width: 800px;
    }
    
body.columns-three #column-one {
    float: left;
    width: 289px;
    padding: 20px 15px;
    }
body.columns-three #column-two {
    float: left;
    width: 289px;
    padding: 20px 15px;
    }
body.columns-three #column-three {
    float: left;
    width: 130px;
    padding: 20px 15px;
    }



/* sublinks module */
div.sublinks {
    float: left;
    clear: left;
    width: 100%;
    margin: 0 0 20px;
    }
    div.sublinks h3 {
        font-size: 14px;
        margin: 0 0 10px;
        padding: 0;        
        }
    div.sublinks ul {
        list-style: none;
        margin: 0;
        padding: 0;        
        }
        div.sublinks ul li {
            padding: 0;
            margin: 0;
            border-top: 1px dashed #ccc;
            }
            div.sublinks ul li a small {
                color: #6F6E6D;
                }
                
            div.sublinks ul li a {
                font-size: 13px;
                color: #013d79;
                text-decoration: none;
                padding: 5px;
                display: block;
                }
            div.sublinks ul li a:hover {
                background: #D9E1EB;
                }
                div.sublinks li ul {
                    text-indent: 12px;
                    }
                    div.sublinks li ul li ul {
                        text-indent: 24px;
                        }
            div.sublinks ul li a.current {
                background: #013d79;
                color: #fff;
            }


/* tag module */
div.tags {
    float: left;
    clear: left;
    width: 100%;
    margin: 0 0 30px;
    }
    div.tags h3 {
        font-size: 14px;
        margin: 0 0 10px;
        padding: 0;
        }
    div.tags ul {
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        }
        div.tags ul li, 
            div.tags ul li a {
            float: left;
            background-image: url(../images/button_tag.png);
            background-repeat: no-repeat;
            }
        div.tags ul li {
            margin: 0 5px 0 0;
            padding: 0 0 5px 0;
            background-position: left -20px;
            }
            div.tags ul li a {
                padding: 0 9px 0 10px;
                background-position: right 0;
                font-size: 12px;
                text-decoration: none;
                line-height: 20px;
                color: #595135;
                }
 
                div.tags ul li a:hover {
                    color: #151001;
                    }
        div.tags ul li.current {
            background-position: left -60px;
            }
            div.tags ul li.current a {
                background-position: right -40px;
                color: #fff;
                } 
 

/* article: general */
.article {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    }
.article .date {
    width: 42px;
    border: 1px solid #eaeaea;
    padding: 2px;
    margin: 0 15px 0 0;
    }
.article .date .month,
.article .date .day,
.article .date .year {
    float: left;
    clear: left;
    width: 100%;
    text-align: center;
    }
.article .date .month,
.article .date .year {
    font-size: 12px;
    }
.article .date .day {
    font-size: 20px;
    }
.article .summary {
    float: left;
    width: 360px;
    margin: 0 20px 0 0;
    }
.article p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.6em;
    margin-bottom: 1.6em;
    }

.article h4 {
    color: #222;
    font-size: 14px;
}

/* article: short */
.article.short .date {
    float: left;
    }
.article.short h3 {
    margin: 0 0 5px;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.2em;
    }
.article.short h3 a {
    color: #013d79;
    text-decoration: underline;
    }



/* article: full */
.article.full .date {
    float: right;
    margin: 0;
    }
.article.full h3 {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2em;
    color: #333;
    }
.article.full .tags {
    border-color: #ebe6d9;
    border-style: solid;
    border-width: 1px 0;
    padding: 5px 0 0;
    margin: 0 0 20px;
    }
.article.full .tags .label {
    float: left;
    padding: 0 10px 0 0;
    }    
.article.full .header {
    float: left;
    width: 400px;
    }
.article.full .body {
    float: left;
    clear: left;
    }



/* compare */
#block-compare {
    float: left;
    width: 800px;
    margin: 0 0 50px;
    }
    #block-compare .row {
        float: left;
        clear: left;
        width: 100%;
        }
        #block-compare .row .head,
        #block-compare .row .body,
        #block-compare .row .foot,
        #block-compare .row.last {
            float: left;
            width: 100%;
            background-color: #ffffff;
            background-repeat: no-repeat;
            background-image: url(../images/block_compare.png);
            }
        #block-compare .row .body {
            position: relative;
            }
        #block-compare .row .foot {
            text-indent: -9999px;
            overflow: hidden;
            }
        #block-compare .row .head h5 {
            float: left;
            font-size: 12px;
            padding: 0 15px 0 5px;
            margin: 0;            
            }      
        #block-compare .row .body ul {
            width: 100%;
            list-style: none;
            margin: 0;
            padding: 0;
            }
            #block-compare .row .body ul li {
                position: absolute;
                margin: 0;
                padding: 0;
                font-size:
                }
        #block-compare #row-flashbac {
            }
            #block-compare #row-flashbac .head {
                background-position: 0 0;
                height: 20px;
                }
            #block-compare #row-flashbac .body {
                background-position: 0 -20px;
                height: 101px;
                }
                #block-compare #row-flashbac .body .item-1 {
                    top: 8px;
                    left: 70px;
                    }
                #block-compare #row-flashbac .body .item-2 {
                    left: 168px;
                    top: 37px;
                    }
                #block-compare #row-flashbac .body .item-3 {
                    left: 286px;
                    top: 66px;
                    }
            #block-compare #row-flashbac .foot {
                background-position: 0 -121px;
                height: 45px;
                }
        #block-compare #row-bactobac {
            }
            #block-compare #row-bactobac .head {
                background-position: 0 -166px;
                height: 20px;
                }
            #block-compare #row-bactobac .body {
                background-position: 0 -186px;
                height: 201px;
                }
                #block-compare #row-bactobac .body .item-1 {
                    left: 70px;
                    top: 15px;
                    }
                #block-compare #row-bactobac .body .item-2 {
                    left: 96px;
                    top: 46px;
                    }
                #block-compare #row-bactobac .body .item-3 {
                    left: 119px;
                    top: 77px;
                    }
                #block-compare #row-bactobac .body .item-4 {
                    left: 145px;
                    top: 110px;
                    }
                #block-compare #row-bactobac .body .item-5 {
                    left: 214px;
                    top: 140px;
                    }
                #block-compare #row-bactobac .body .item-6 {
                    left: 333px;
                    top: 167px;
                    }
            #block-compare #row-bactobac .foot {
                background-position: 0 -387px;
                height: 46px;
                }
        #block-compare #row-baculodirect {
            }
            #block-compare #row-baculodirect .head {
                background-position: 0 -433px;
                height: 20px;
                }
            #block-compare #row-baculodirect .body {
                background-position: 0 -453px;
                height: 155px;
                }
                #block-compare #row-baculodirect .body .item-1 {
                    left: 71px;
                    top: 10px;
                    }
                #block-compare #row-baculodirect .body .item-2 {
                    left: 170px;
                    top: 44px;
                    }
                #block-compare #row-baculodirect .body .item-3 {
                    left: 312px;
                    top: 74px;
                    }
                #block-compare #row-baculodirect .body .item-4 {
                    left: 410px;
                    top: 122px;
                    }
            #block-compare #row-baculodirect .foot {
                background-position: 0 -608px;
                height: 46px;
                }
        #block-compare #row-bacpac {
            }
            #block-compare #row-bacpac .head {
                background-position: 0 -654px;
                height: 20px;
                }
            #block-compare #row-bacpac .body {
                background-position: 0 -674px;
                height: 201px;
                }
                #block-compare #row-bacpac .body .item-1 {
                    left: 70px;
                    top: 14px;
                    }
                #block-compare #row-bacpac .body .item-2 {
                    left: 122px;
                    top: 46px;
                    }
                #block-compare #row-bacpac .body .item-3 {
                    left: 314px;
                    top: 77px;
                    }
                #block-compare #row-bacpac .body .item-4 {
                    left: 338px;
                    top: 110px;
                    }
                #block-compare #row-bacpac .body .item-5 {
                    left: 458px;
                    top: 140px;
                    }
                #block-compare #row-bacpac .body .item-6 {
                    left: 577px;
                    top: 169px;
                    }
            #block-compare #row-bacpac .foot {
                background-position: 0 -875px;
                height: 46px;
                }
        #block-compare #row-bacvector {
            }
            #block-compare #row-bacvector .head {
                background-position: 0 -921px;
                height: 20px;
                }
            #block-compare #row-bacvector .body {
                background-position: 0 -941px;
                height: 201px;
                }
                #block-compare #row-bacvector .body .item-1 {
                    left: 70px;
                    top: 14px;
                    }
                #block-compare #row-bacvector .body .item-2 {
                    left: 145px;
                    top: 46px;
                    }
                #block-compare #row-bacvector .body .item-3 {
                    left: 313px;
                    top: 77px;
                    }
                #block-compare #row-bacvector .body .item-4 {
                    left: 337px;
                    top: 110px;
                    }
                #block-compare #row-bacvector .body .item-5 {
                    left: 457px;
                    top: 140px;
                    }
                #block-compare #row-bacvector .body .item-6 {
                    left: 575px;
                    top: 168px;
                    }
            #block-compare #row-bacvector .foot {
                background-position: 0 -1142px;
                height: 48px;
                }
        #block-compare #row-bacnblue {
            }
            #block-compare #row-bacnblue .head {
                background-position: 0 -1190px;
                height: 20px;
                }
            #block-compare #row-bacnblue .body {
                background-position: 0 -1210px;
                height: 216px;
                }
                #block-compare #row-bacnblue .body .item-1 {
                    left: 71px;
                    top: 10px;
                    }
                #block-compare #row-bacnblue .body .item-2 {
                    left: 145px;
                    top: 39px;
                    }
                #block-compare #row-bacnblue .body .item-3 {
                    left: 313px;
                    top: 68px;
                    }
                #block-compare #row-bacnblue .body .item-4 {
                    left: 386px;
                    top: 97px;
                    }
                #block-compare #row-bacnblue .body .item-5 {
                    left: 506px;
                    top: 142px;
                    }
                #block-compare #row-bacnblue .body .item-6 {
                    left: 695px;
                    top: 171px;
                    }
            #block-compare #row-bacnblue .foot {
                display: none;
                }        
        #block-compare .row.last {
            margin: 0 0 20px;
            background-position: 0 -1426px;
            height: 132px;
            }
#block-compare #text-timescales {
    float: right;
    font-style: italic;
    color: #666666;
    }
                              

/* features table */
#table-features {
    float: left;
    clear: left;
    width: 100%;
    margin: 0;
    padding: 0;
    }
    #table-features thead th,
    #table-features tbody td {
        padding: 5px;
        }
    #table-features thead th {
        background: none;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        }
    #table-features thead th.first {
        font-size: 20px;
        text-align: left;
        }
    #table-features thead th.selected {
        background: #fbf2f3;
        border-style: solid;
        border-color: #d3d1ce;
        border-width: 2px 2px 0;
        }
    #table-features #col-features {
        width: 200px;
        }
    #table-features #col-flashbac {
        width: 100px;
        }
    #table-features #col-bactobac {
        width: 100px;
        }
    #table-features #col-baculodirect {
        width: 100px;
        }
    #table-features #col-bacpac {
        width: 100px;
        }
    #table-features #col-bacvector {
        width: 100px;
        }
    #table-features #col-bacnblue {
        width: 100px;
        }
    #table-features tbody td {
        border-style: solid;
        border-color: #d3d1ce;
        border-top-width: 1px;
        text-align: center;
        height: 40px;
        }
    #table-features tbody td.first {
        font-weight: normal;
        font-size: 13px;
        text-align: left;
        }
    #table-features tbody td.odd {
        background: #f7f5f4;
        }
    #table-features tbody tr.last td {
        border-bottom-width: 1px;
        }
    #table-features tbody td.selected {
        background: #fbf2f3;
        border-style: solid;
        border-color: #d3d1ce;
        border-width: 1px 2px 0;        
        }
        #table-features tbody tr.last td.selected {
            border-bottom-width: 2px;
            }
    #table-features tbody .tick {
        margin: 0 auto;
        }



/* uniForm */

.uniForm .textInput, .uniForm select {
    margin: 0;
    border: 1px solid #BBBBBB;
    padding: 4px;
    }


#form-contact.uniForm {
    border-top: 1px solid #ebe6d9; 
    padding: 30px 0 0;
    clear: left; 
    }
    #form-contact.uniForm .header h2 { 
        font-size: 18px; 
        } 
    #form-contact.uniForm .body {
        padding: 0 0 10px;
        }
    #form-contact.uniForm .ctrlHolder {
        border-bottom: 0 none;
        } 
        #form-contact.uniForm .textInput,
        #form-contact.uniForm .fileUpload,
        #form-contact.uniForm .selectInput,
        #form-contact.uniForm select,
        #form-contact.uniForm textarea { 
            width: 320px; /* <- Required property */ 
            }
        #form-contact.uniForm textarea {  
            height: 12em; 
            }
        #form-contact.uniForm label {
            width: 100px;
            text-align: right;
            font-weight: normal;
            } 
            #form-contact.uniForm label span {
                padding: 0 0 0 5px;
                } 
    #form-contact.uniForm .footer .button {
        float: right;
        }



.category.short {
    margin: 0 20px 25px 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
    width: 430px;
    }
    .category.short img {
        margin: 0;
        }
    .category.short p {
        margin: 10px 0 0;
        }
        
        
.category.full {
    width: 100%;
    }
    .category.full img.header {
        margin: 0 0 10px;
        }
    .category.full p.description {
        margin: 0 0 20px;
        }
    .category.full ul {
        float: left;
        width: 460px;
        margin: 0;
        padding: 0;
        list-style: none;
        }
        .category.full ul li {
            margin: 0 10px 20px 0;
            padding: 0 0 10px;
            border-bottom: 1px dotted #ccc;
            }
            .category.full ul li a {
                display: block;
                }
                

.team {
    float: left;
    clear: left;
    width: 100%;
    margin: 0 0 15px;
    padding: 0 0 5px;
    border-bottom: 1px dotted #dddddd;
}
.team.last {
    border-bottom: 0 none;
}
.team h3 {
    font-size: 18px;
}
.team .image {
    float: left;
    margin: 0px 15px 15px 0px;
}                
                
                
.product.detail {
    width: 100%;
    }
    
    
    .product.detail p.description {
        float: left;
        margin: 0 0 20px;
        }
        
        
    .product .thumb {
        float: left;
        width: 160px;
    }
    
    .product .actions-block {
        float: left;
        margin-left: 12px;
        margin-top: 0px;
        width: 288px;    }
        
    .product.detail .price {
        clear: left;
        border-bottom: 1px dashed #CCCCCC;
        border-top: 1px dashed #CCCCCC;
        padding: 12px 0px;
        }
        
        .product.detail .price h3 {
            float: right;
            margin-right: 8px;
        }
        .product.detail .price img.product {
            float: right;
            }
        
        form#options {
            border-bottom: 1px dashed #CCCCCC;
            padding: 14px 0px;           
        }
        
        form#options label {
                font-weight: normal;
        }
        
        form#options .priced {
            width: 28px;
        }
        
        form#options .addcart {  
            float: right;
            margin-right: 8px;
            margin-top: 2px;
        }
        
        form.basket {
            display: inline;
        }
        
        form.basket .remove {
            background: #fff url(../images/button-remove.gif) no-repeat;
            border: none;
            cursor: pointer;
            text-indent: -9999px;
            width: 14px;
        }
        
        form.basket .quantity {
            width: 24px;
        }
        
        form.basket .update_submit {
            background: #fff url(../images/button-update.gif) no-repeat;
            border: none;
            cursor: pointer;
            text-indent: 14px;
            padding: 0;
        }
        
        table.basket th {
            background: #F8F8F8;
            border-top: #EBE6D9;
            border-bottom: #EBE6D9;
            padding: 12px 6px      
        }
        
        table.basket td {
            border-bottom: 1px dashed #CCCCCC;   
            padding: 12px 6px      
        }
        
        table.basket .remove {
            text-align: center;        
        }      
        
        table.basket .price {
            text-align: right;        
        }
        
         table.basket .quantity {
             white-space: nowrap;
        }
        
        table.basket td.total {
            font-size: 16px;      
        }       

/* pagination */
div.pagination {
    clear: both;
    margin: 3px 3px 15px;
    padding: 3px;
    text-align: right;
    }

    div.pagination a {
        border: 1px solid #EAEAEA;
        color: #013D79;
        margin-right: 2px;
        padding: 2px 5px;
        text-decoration: none;
        }

        div.pagination a:hover, div.pagination a:active {
            background-color: #D9E1EB;
            }

    div.pagination span.current {
        background-color: #013D79;
        border: 1px solid #013D79;
        color: #FFF;
        margin-right: 2px;
        padding: 2px 5px;
        }

    div.pagination span.disabled {
        border: 1px solid #f3f3f3;
        color: #ccc;
        margin-right: 2px;
        padding: 2px 5px;
        }

#paymentmethods {
    clear: both;
    float: left;
    margin: 20px 0;
}

#paymentmethods .paymentmethod {
    float: left;
    margin: 0 10px 10px 0;
    width: 65px;
}    


.shop-intro {
    padding: 20px 10px 10px 10px;
    background: #EBE6D9;
    margin: 0px 0px 20px 0px;
}

.category-root {
    padding: 20px 10px 10px 10px;
    border-top: 1px dashed #ccc;
}
.category-root h3 { color: #b5111a; }
.category-root.last {
    border-bottom: 1px dashed #ccc;
}

.category-root a {
    color: #666;
    text-decoration: none;
}

.category-root a:hover {
    text-decoration: underline;
}

.product-variant {
    clear: left;
    padding: 5px 0px;
    border-top: 1px dashed #ccc;
}
.product-variant.last {
    border-bottom: 1px dashed #ccc;
}
.product-variant a{
    color: #666;
    text-decoration: none;
}
.product-variant a:hover{
    text-decoration: underline;
}
.product-variant a.variant-price{
    float: right;
    color: #b5111a;
    font-weight: bold;
}
.product-documents-container {
   margin: 20px 0px;
   padding: 10px 0px;
   border-top: 1px dashed #ccc;   
   border-bottom: 1px dashed #ccc;
}
.product-document {
   height: 24px;
   line-height: 24px;
   padding: 0px 0px 0px 35px;
}

.product-document.type-0 { background: center left no-repeat url(../images/specifications.png); }
.product-document.type-1 { background: center left no-repeat url(../images/manual.png); }
.product-document.type-2 { background: center left no-repeat url(../images/msds.png); }
.product-document.type-3 { background: center left no-repeat url(../images/vectores.png); }
.product-document.type-4 { background: center left no-repeat url(../images/cofa.png); }
.product-document.type-5 { background: center left no-repeat url(../images/faq.png); }
.product-document.type-6 { background: center left no-repeat url(../images/license.png); }
.product-document.type-7 { background: center left no-repeat url(../images/pdf.png); }

.product-document.margin { margin: 0px 0px 5px 0px; }
.product-document a { color: #666; text-decoration: none; }
.product-document a:hover { color: #666; text-decoration: underline; }


.paginator_container {
  text-align: center;
}
.paginator_container ol, li {
  list-style: none; padding: 0; margin: 0;
}
.paginator_container li {
  display: inline;
}
.paginator_container a {
  text-decoration: none;
  color: #999;
}
.paginator_container a.current {
  font-weight: bold;
  color: #666;
}
.paginator_container a:hover {
  text-decoration: underline;
}

.cart-info {
    border-top: 1px solid #EBE6D9;
    padding: 20px 10px 10px 10px;
    background: #f8f8f8;
    margin: -20px 0px 0px 0px;
    overflow: auto;
}
.cart-info a {
    color: #666;
    text-decoration: none;
}
.cart-info a:hover {
    text-decoration: underline;
}
.cart-info-label {
    float: left;
}
.cart-info-label strong {
    font-weight: bold;
}
.cart-info-total {
    float: right;
    text-align: right;
}
.cart-info-total strong {
    font-weight: bold;
    color: #b5111a;
    font-size: 120%;
}
.currency-margin { margin: -20px 0px 20px 0px !important; }
.product-list li { overflow: auto; }
.product-list-image { float: left; margin: 0px 10px 5px 0px; }
.product-list-description { font-size: 90%; }

.featured-product-item { overflow: auto; }
.featured-product-item:hover { overflow: auto; background: #d9e1eb;} 

.search-products { 
  padding: 10px; 
  background: #f8f8f8; 
  border-top: 1px solid #EBE6D9;
  border-bottom: 1px solid #EBE6D9;
  margin: 0px 0px 20px 0px;
  color: #666;
  height:20px;
  position: relative;
}
.search-products-input {
  border: 1px solid #EBE6D9;
  background: #ffffff;
  width: 290px;
}
.search-products-submit {
  border: none;
  background: none;
  width: auto;
  font-size: 80%;
  color: #b5111a !important!;
}
#search_results_container {
  position: absolute;
  float: left;
  width: 230px;
  background: #f8f8f8;
  padding: 10px;
  right: 60px;
  border: 1px solid #EBE6D9;
  display: none;
}
.search-item {
  padding: 5px 0px;
  border-bottom: 1px dashed #EBE6D9;
}
.search-item.no-border {
  border: none;
}
.search-item a {
  color: #666;
  text-decoration: none;
}
.search-item a:hover {
  text-decoration: underline;
}

.inner-order h4, h4.order { margin: 20px 0px 2px 0px; }

