
/*
========================================================================
Title:    Client Name Stylesheet (Screen)
Author:   matt.lansom@orcawebsites.com
========================================================================
*/

* {
    margin: 0;
    padding: 0;
    line-height: 100%;
    list-style-type: none;
    }

body {
    background: #ffffff;
    text-align: center;
    }



/*
========================================================================
Common Styles
========================================================================
*/

div, p, span, li, dd, dt, th, td, legend, h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, geneva, helvetica;
    color: #999;
    }

div, p, span, li, dd, dt, th, td {
    font-weight: normal;
    font-size: 11px;
    }

div, p, span, dd, dt, th, td, label {
    line-height: 160%;
    }

p, ul, ol, table {
    padding: 0px 0;
    }

h1, h2, h3, h4, h5, h6 {
    line-height: 120%;
    font-weight: normal;
    color: #999999;
    font-style: italic;
    }

h2, legend {
    }
h2 {
    font-size: 40px;
    }
h3 {
    font-size: 30px;
    }
h4 {
    font-size: 20px;
    }
h5 {
    font-size: 12px;
    }
.text,
.smalltext,
.mediumtext,
.largetext,
.password {
    border: 1px solid #999999;
    background: #fff;
    color: #666666;
    font-size: 9px;
    padding: 2px;
    }
.mediumtext {
    width: 150px;
    }
.image {
    }

select.dropdown {
    background: #fff;
    border: 1px solid #999;
    color: #999;
    }

a {
    color: #000;
    outline: none;
    }

a:hover {
    color: #666;
    }

:focus {
    -moz-outline-style: none;
    }

pre {
    text-align: left;
    color: #FFF;
    }

label {
    font-weight: bold;
    }

fieldset {
    border: none;
    }



/*
========================================================================
Basic Layout
========================================================================
*/

#container {
    width: 800px;
    margin: 0 auto;
    text-align: left;
    }


    /* === Header === */

    #header {
        width: 100%;
        float: left;
        margin: 20px 0 6px 0;
        }

        #logo {
            width: 800px;
            height: 85px;
            float: left;
            overflow: hidden;
            }

    /* === Body === */

    #body {
        width: 100%;
        float: left;
        }
        #sidebar {
            width: 130px;
            float: left;
            }
            #sidebar #search {
                border: solid 1px #006600;
                width: 105px;
                _width: 124px;
                height: 56px;
                _height: 60px;
                float: left;
                padding: 5px 0 0 14px;
                }
                #search form {
                    width: 98px;
                    }
                    #search legend {
                        font-style: italic;
                        color: #006600;
                        font-size: 12px;
                        margin: 0px 0px 5px 0px;
                        padding: 0 0 0 0;
                        }
                        #search #input_search {
                            width: 92px;
                            height: 156x;
                            float: left;
                            }
                        #search #input_search_submit {
                            float: left;
                            _clear: left;
                            margin: 5px 0 0 0;
                            _margin: 5px 0 0 0;
                            }

        #pri_nav {
            float: left;
            margin: 3px 0 0 0;
            }
            #pri_nav ul {
                list-style: none;
                padding: 0;
                width: 130px;
                }
                #pri_nav li {
                    float: left;
                    margin: 5px 0 5px 0;
                    width: 100px;
                    }
                    #pri_nav a {
                        font-size: 14px;
                        color: #666666;
                        text-decoration: none;
                        font-weight: normal;
                        }
                    #pri_nav a:hover {

                        }
                    #pri_nav a.selected {
                        
                        }
                ul.submenu {
                    float: left;
                    width: 100px;
                    padding: 0 0 0 10px !important;
                    }
                    #pri_nav ul.submenu li a {
                        color: #006600;
                        font-size: 10px;
                        font-style: italic;
                        padding: 0 0 0 10px;
                        }
                    #pri_nav ul.submenu li a:hover {
                        text-decoration: underline;
                        }
                    #pri_nav ul.submenu li a.selected {
                        background: url(/images/submenu_img.jpg) no-repeat;
                        }
            #categories {
                }
                #categories h2 {
                    padding: 5px 5px 0 5px;
                    }
                #categories ul {
                    padding: 5px;
                    }
                    #categories li {
                        margin: 0 0 5px 0;
                        }
                        #categories a {
                            color: #FFF;
                            text-decoration: none;
                            text-transform: uppercase;
                            }
                        #categories a:hover {
                            text-decoration: underline;
                            }
                        #categories ul ul {
                            background: #5F0E0E;
                            margin: 0 0 5px 0;
                            padding: 10px 10px 5px 10px;
                            }
        #content {
            float: right;
            width: 670px;
            *width: 660px;
            }
            #messages {
                background: #fff;
                border: 1px solid #006600;
                margin: 0 0 20px 0;
                padding: 10px 0 0 0;
                }
                #messages p {
                    color: #006600;
                    margin: 0 10px 10px 10px;
                    padding: 0 0 0 23px;
                    background-repeat: no-repeat;
                    }
                    #messages p.ok {
                        background-image: url(/images/icn_tick.png);
                        }
                    #messages p.error {
                        background-image: url(/images/icn_error.png);
                        }
                    #messages p.info {
                        background-image: url(/images/icn_info.png);
                        }
        #detailed_image {
            float: left;
            margin: 6px 0 0 0;
            }
            #detailed_image a img {
                border: none;
                }

            #footer {
                width: 100%;
                text-align: center;
                margin: 6px 0 10px 0;
                padding: 10px 0 0 0;
                border-top: solid 1px #999999;
                float: left;
                }
                #footer ul {
                    list-style: none;
                    padding: 0;
                    }
                    #footer li,
                    #footer li a {
                        display: inline;
                        color: #666666;
                        text-decoration: none;
                        font-size: 10px;
                        }
                #footer p,
                #footer p a {
                    padding: 5px 0 0 0;
                    color: #666666;
                    text-decoration: none;
                    font-size: 10px;
                    }



/*
========================================================================
Home Page
========================================================================
*/

#page_home {
    }

    #featured_items {
        width: 100%;
        float: left;background: #000;
        }
        #featured_items dl {
            float: left;
            width: 120px;
            margin: 14px 0 14px 14px;
            height: 195px;
            background: #CCC;
            }
            #featured_items dt {
                margin: 10px;
                height: 20px;
                text-align: center;
                line-height: 100%;
                }
                #featured_items dt a {
                    font-weight: bold;
                    text-decoration: none;
                    color: #000;
                    line-height: 100%;
                    }
            #featured_items dd.thumbnail {
                width: 125px;
                height: 125px;
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                }
            #featured_items dd.thumbnail img {
                }
            #featured_items dd.price {
                text-align: center;
                color: #000;
                font-size: 18px;
                }
                #featured_items dd.price span.currency {
                    color: #000;
                    }


/*
========================================================================
Product Sub Page
========================================================================
*/
#section h2 {
    position: absolute;
    padding: 12px 0 0 20px;
    }

#children {
    width: 670px;
    float: left;
    margin: 10px 0 0 0px; 
    }

dl.article {
    display: block;
    width: 148px;
    height: 154px;
    float: left;
    html>body padding: 10px 0 0 0;
    margin: 0 0 0 23px;
    border: solid 1px #999999;
    }
dl.item1,
dl.item5 {
    margin: 0 0 0 0;
    }
    dl.article dt {
        margin: 10px 0px 7px 0px;
        _margin: 10px 0px 9px 0px;
        height: 30px;
        overflow: hidden;
        }
        dl.article dt span {
            margin: 0 0 0 5px;
            line-height: 120%;
            font-weight: normal;
            color: #999999;
            font-style: italic;
            }
    dl.article dt h3{
        font-style: italic;
        }
        dl.article dt a {
            text-decoration: none;
            }
    dd.thumbnail {
        vertical-align: baseline;
        }

/*
========================================================================
Results
========================================================================
*/

#title {
    float: left;
    }
#topic #title span {
    float: left;
    color: #999999;
    font-size: 20px;
    font-style: italic;
    padding: 16px 0 0 10px;
    _padding: 16px 0 0 5px;
    }
#topic #title h2 {
    float: left;
    }
#topic #additional {
    float: left;
    }
#results {
    width: 670px;
    float: left;
    margin: 0 0 10px 0px;
    }
#results p {
    margin: 0 0 0 10px;
    }
    #results form {
        float: left;
        width: 670px;
        height: 70px;
        margin: 10px 0 0 0;
        }
        #results form p.order_by {
            float: left;
            width: 400px;
            margin: 0 0 0 0;
            }
        #results form p.results_found {
            margin: 0 0 10px 0;
            }
    #results form p {
        color: #999999;
        font-style: italic;
        }
    .product_results {
        float: left;
        border: solid 1px #999999;
        width: 157px;
        height: 204px;
        margin: 0 0 10px 10px;
        .margin: 0 0 0 0;
        _margin: 0 0 10px 10px;        
        }
    #results .item1,
    #results .item5 {
        margin: 0 0 0 0;
        }            
        dl.product {
            float: left;
            margin: 10px 0 0 15px;
            height: 50px;
            overflow: hidden;
            }
            dl.product dt a {
                font-size: 11px;
                color: #999999;
                font-style: italic;
                text-decoration: none;
                }
            dl.product dd.price {
                color: #999999;
                float: left;
                width: 130px;
                text-align: left;
                }
                dl.product dd.price span {
                    color: #999999;
                    }
        .thumbnail {
            float: left;
            height: 125px;
            width: 157px;
            margin: 4px 0 0 0;
            text-align: center;
            }
            #thumbnail img {
                vertical-align: baseline;
                text-align: center;
                }
    .paging {
        width: 670px;
        float: right;
        text-align: right;
        }
        .paging p,
        .paging p a {
            color: #999999;
            }


/*
========================================================================
Search Results
========================================================================
*/

#content #search h3 {
    float: left;
    width: 670px;
    margin: 0 0 10px 0;
    }
#content #summary {
    float: left;
    width: 670px;
    margin: 0 0 10px 0;
    }

/*
========================================================================
Product Details
========================================================================
*/

#product {
    }
    #product #details {
        width: 670px;
        float: left;
        }
    #details h3 {
        margin: 10px 0 10px 0;
        }
    #product #gallery {
        float: left;
        width: 100%;
        }
        #gallery #detail_image {
            float: left;
            width: 300px;
            }
            #detail_image img {
                border: solid 1px #999999;
                }
            #detail_image a {
                float: right;
                line-height: 120%;
                margin: 5px 0 0 0;
                color: #999999;
                }
        #gallery #gallery_thumbs {
            width: 370px;
            _width: 360px;
            float: left;
            }
            #gallery #gallery_thumbs ul {
                margin: 0 0 0 10px;
                }
            #gallery #gallery_thumbs ul li {
                display: inline;
                margin: 0 0 0 10px;                
                }
                #gallery li img {
                    border: solid 1px #999999;
                    }
    #details h4 {
        float: left;
        }
        #details h4 span {
            font-size: 20px;
            }
    #details #description {
        float: left;
        width: 100%;
        margin: 15px 0 15px 0;
        }
    #add_to_basket {
        display: none;
        }
       

/*
========================================================================
Contact Page
========================================================================
*/

#page_contact #copy {
    float: left;
    }
    #page_contact #additional {
        width: 50%;
        float: left;
        margin: 20px 0 0 0;
        }
        #page_contact #additional p {
            margin: 0 0 10px 0;
            }
            #page_contact p a {
                color: #999999;
                }
    #page_contact #fields {
        width: 50%;
        float: right;
        margin: 20px 0 0 0;
        }




/*
========================================================================
Forms
========================================================================
*/

#form {
    }
    #form li {
        margin: 0 0 8px 0;
        width: 100%;
        float:left;
        }
        #form label {
            float: left;
            width: 120px;
            margin: 0 10px 0 0;
            text-align: right;
            }
#form ul.radio_buttons {
    float: left;
    }
    #form ul.radio_buttons li {
        float: none;
        }
#form ul.radio_buttons label {
    float: none;
    }
#form li.input_submit {
    margin: 0 0 0 129px;
    _margin: 0 0 0 132px;
    font-size: 13px;
    font-weight: bold;
    width: 60px;
    }

/*
========================================================================
About Us
========================================================================
*/

#page_about_us h2{
    margin: 0 0 10px 0;
    }
    #page_about_us #additional {
        margin: 0 0 10px 0;
        }


/*
========================================================================
Site Map
========================================================================
*/

#page_site_map #content {
    float: left;
    width: 670px;
    }
#page_site_map #content h2 {
    float: left;
    width: 670px;
    }
    #page_site_map #content strong {
        float: left;
        width: 665px;
        margin: 10px 0 10px 0;
        color: #006600;
        }
        #page_site_map #content strong a {
            color: #006600;
            }
    #page_site_map #content p {
        float: left;
        width: 670px;        
        }
        #page_site_map #content p strong {
            width: 10px;
            margin: 3px 0 0 0;
            }
        #page_site_map #content p a {
            color: #999999;
            }
        #page_site_map #content p a:hover {
            color: #006600;
            }

/*
========================================================================
Links
========================================================================
*/

#page_links #additional {
    float: left;
    }
    #page_links #additional a {
        color: #999999;
        }
    #page_links #additional a:hover {
        color: #006600;
        }
.sitemap {
    float: left;
    }

.sitemap ul {
    margin: 0 0 5px 15px;
    }



/* Site Map */

.sitemap #navigation
 {
   display: none;

   }

#additional p {
    margin: 10px 0;
    }

/*
========================================================================
Section
========================================================================
*/
        #section .thumbnail {
            float: left;
            height: 125px;
            width: 148px;
            margin: 0px 0 0 0;
            text-align: center;
            }