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

body img { border: none; }

#page_contact .largetext {
height: 200px;
width: 300px;
}

#page_contact .text {
width: 300px;
}

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

body {
    background: #FFF url(/images/bg.png) repeat-x;
    text-align: center;
    }

#page_GPAQquotation_request .text {
width: 350px;
}

#page_GPAQquotation_request .numeric {
border: 1px solid #CCC;
height: 20px;
width: 350px;
}

#page_GPAQquotation_request .smalltext {
width: 350px;
}

#page_GPAQquotation_request li {
padding: 5px 0px;
}

#page_GPAQquotation_request #fields label {
width: 100%;
}

#page_GPAQquotation_request #fields p {
width: 100%;
font-size: 11px;
}

#page_GPAQquotation_request #fields #input_submit {
margin: 0;
}

#page_GPAQquotation_request #messages {
background: #990000;
}

#page_GPAQquotation_request #messages p {
color: #FFF;
font-weight: bold
}

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

div, p, span, li, dd, dt, th, td, legend, h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Sans-Serif !important;
    color: #666;
    }

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

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

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

ul {
padding-left: 20px;
}

#additional li p {
    padding-top: 0px;
    }
#additional li {
    list-style: disc outside;
    }

h1, h2, h3, h4, h5, h6, legend {
    line-height: 120%;
    font-weight: normal;
    }

h1 {
font-size: 18px;
}

h2 {
    font-size: 22px;
    color: #333;
    padding-bottom: 20px;
    }

h3 {
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 3px solid #A285C4;
    }

legend {
    text-transform: none;
    font-weight: bold;
    }

.text,
.smalltext,
.mediumtext,
.largetext,
.password {
    border: 1px solid #CCC;
    background: #FFF;
    color: #666;
    font-size: 11px;
    height: 20px;
    padding: 2px;
    }

.image {
    position: absolute;
    }

select.dropdown {
    background: #FFF;
    border: 1px solid #CCC;
    color: #666;
    }

a {
    color: #A285C4;
    outline: none;
    text-decoration: none;
    }

a:hover {
    color: #333;
    }

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

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

label {
    font-weight: bold;
    }

fieldset {
    border: none;
    }



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

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


    /* === Header === */

#TopBar {
background: #DEDEDE;
height: 32px;
width: 100%;
float: left;
}

#flash_panel {
width: 459px;
float: left;
}

#NewsBox {
float: right;
width: 406px;
height: 302px;
*height: 322px;
background: #ECECEC;
}

    #header {
        margin-top: 22px;
        width: 100%;
        height: 107px;
        float: left;
        }

        #user_links {
            width: 865px;
            text-align: right;
            margin: 0 auto;
            }
            #user_links ul {
                margin-top: 8px;
                list-style: none;
                padding: 0;
                }
                #user_links li {
                    display: inline;
                    margin: 0 0 0 5px;
                    }

        #logo {
            width: 150px;
            height: 101px;
            float: left;
            overflow: hidden;
            margin-top: 7px;
            }

        #pri_nav {
            width: 645px;
            height: 50px;
            float: right; 
            margin-top: 60px;
            background: url(/images/header_bg.png) 0 -43px;
            }
            #pri_nav ul {
                list-style: none;
                padding: 0;
                }
                #pri_nav li {
                    padding: 0 10px;
                    float: left;
                    }
                    #pri_nav a {
                        display: block;
                        height: 27px;
                        text-indent: -9999px;
                        }
                    #pri_nav a:hover {
                        background-position: 0 100%;
                        }
                    #pri_nav li.home a {
                        background-image: url(/images/home.png);
                        width: 41px;
                        }
                    #pri_nav li.about_us a {
                        background-image: url(/images/about_us.png);
                        width: 67px;
                        }
                    #pri_nav li.RealTime a {
                        background-image: url(/images/realtime.png);
                        width: 64px;
                        }
                    #pri_nav li.gpaq_surveys a {
                        background-image: url(/images/gpaq.png);
                        width: 105px;
                        }
                    #pri_nav li.mailing a {
                        background-image: url(/images/mailing.png);
                        width: 60px;
                        }
                    #pri_nav li.gpaqquotation_request a {
                        background-image: url(/images/request.png);
                        width: 148px;
                        }
                    #pri_nav li.news1 a {
                        background-image: url(/images/news.png);
                        width: 38px;
                        }
                    #pri_nav li.faqs a {
                        background-image: url(/images/faqs.png);
                        width: 36px;
                        }
                    #pri_nav li.contact a {
                        background-image: url(/images/contact.png);
                        width: 68px;                        
                        }
                    #pri_nav a.selected {
                        background-position: 0 100%;
                        }


    /* === Body === */

    #body {
        width: 100%;
        float: left;
        padding-top: 20px;
        }
            #searchbox {
                float: right;
                width: 233px;
                .width: 237px;
                height: 20px;
                }
                #searchbox legend {
                    display: none;
                    }
                    #searchbox fieldset {
                        border: none;
                        }
                        #searchbox #input_search {
                            width: 164px;
                            float: left;
                            height: 18px;
                            }
                        #searchbox #input_search_submit {
                            float: left; 
                            padding-left: 5px;
                            position: static;
                            }
            #HomeCopy {
                float: left;
                width: 459px;
                margin-top: 43px;
                .margin-top: 20px;
                border-right: 1px #FFF dotted;
                }
                #HomeCopy p {
                padding: 0;
                width: 400px;
                color: #FFF;
                font-size: 14px;
                    }

            #newsletter_signup {
                
                height: 130px;
                padding-top: 27px;
                .padding-top: 5px;
                }
                #newsletter_signup fieldset {
display: none;                    
border: none;
                    float: right;
                    }
                    #newsletter_signup legend {
                        position: relative;
                        
                        padding-bottom: 7px;
                        color: #FFF;
                        }
                    #newsletter_signup ul {
                        padding: 0;
                        }
                        #newsletter_signup li {
                            margin: 0 0 5px 0;
                            }
                            #input_fullname, #input_email {
                                margin-left: 10px;
                                width: 164px;
                                }
                            html > body .email label {
                                padding-right: 25px;
                                }
                            .fullname label {
                                font-weight: normal;
                                color: #FFF;
                                }
                            .email label {
                                font-weight: normal;
                                padding-right: 30px;
                                .padding-right: 25px;
                                color: #FFF;
                                }
                            #newsletter_signup li.submit {
                                padding: 0px 0 0 35px;
                                .padding: 0px 0 0 70px;
                                }
                            html > body #newsletter_signup li.submit {
                                padding: 5px 0 0 69px;
                                }

        #content {
            width: 100%;
            float: left;
            margin-top: 20px;
            }
        #page_home #content {
            margin-top: 0;
            }

#headings {
float: left;
width: 100%;
margin-top: 20px;
}

#promo_panel {
   float: left; 
   width: 459px;
   margin-top: 10px;
   }
   #promo_panel table {
      width: 400px;
      }


#competition {
float: left;
width: 400px;
margin-top: 10px;
}

            #messages {
                background: #D3C5E7;
                border: 1px solid #FFF;
                margin: 0 0 20px 0;
                padding: 10px 0 0 0;
                }
                #messages p {
                    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);
                        }
#footer_container {
width: 100%;
float: left;
margin-top: 20px;
}           
                #copyright {
                float: left;
                }
                #copyright a {
                text-decoration: none;
                }
                #copyright p {
                    line-height: 100%;
                    font-size: 11px;
                    }
            #footer {
                float: right;
                }
            #footer a {
                
                text-decoration: none;
                }
                #footer ul {
                    list-style: none;
                    }
                    #footer li {
                        display: inline;
                        font-size: 11px;
                        line-height: 100%;
                        }

#download h2 {
padding-bottom: 15px;
}


/*
========================================================================
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;
                    }
#newsbox { padding: 10px 0; }
#newsbox .newsitem { float: left; width: 365px; *width: 400px; padding: 10px 20px; }
#newsbox .newsdate a { float: left; width: 50px; text-align: center; height: 45px; background: #A285C4; color: #FFF; font-size: 14px; line-height: 130%; padding-top: 5px; margin-right: 10px; }
#newsbox .newstitle { width: 300px; font-size: 14px; float: right; }
#newsbox .newssummary { width: 300px; font-size: 11px; float: right; }

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

#results {
    }
    dl.product {
        width: 125px;
        height: 250px;
        margin: 0 6px;
        float: left;
        text-align: center;
        }
        dl.product dd.thumbnail {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            width: 125px;
            height: 125px;
            }
        dl.product dt {
            text-align: left;
            }
        dl.product dd.summary {
            text-align: left;
            }
        dl.product dd.price {
            text-align: left;
            font-size: 16px;
            }
        dl.product dd.more {
            text-align: left;
            }



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

#product {
    }
    #product #details {
 
        float: left;
        }
        h3.product_price {
            font-size: 16px;
            }
            h3.product_price span {
                font-size: 16px;
                }

#sep {
padding: 15px 0;
}

        #add_to_basket {
            margin: 10px 0 0 0;
            }
            #add_to_basket form {
                padding: 0px;
                }
                #add_to_basket ul {
                    list-style: none;
                    padding-top: 15px;
                    }
                    #add_to_basket li {
                        display: inline;
                        }
                        #add_to_basket label {
                            display: none;
                            }
                        #add_to_basket #input_quantity {
                            width: 20px;
                            }
                        #add_to_basket #input_options {
                            margin: 0 3px 0 0;
                            width: 182px;
                            }
    #product #gallery {
        width: 270px;
        float: right;
        }
        #product #detail_image a.zoom_link {
            display: block;
            width: 18px;
            height: 18px;
            margin: -20px 0 0 250px;
            position: absolute;
            text-indent: -9999px;
            background: url(/images/btn_zoom_link.png) no-repeat;
            }
        #product #detail_image a.zoom_link:hover {
            background-position: 0 100%;
            }
        #gallery_thumbs {
            margin: 10px 0 0 0;
            }
            #gallery_thumbs ul {
                list-style: none;
                }
                #gallery_thumbs li {
                    float: left;
                    }
                #gallery_thumbs li.image_2 {
                    margin: 0 15px;
                    }
    #product #related {
        width: 100%;
        float: left;
        margin: 20px 0 0 0;
        }
        #product #results {
            margin: 10px 0 0 0;
            }

 
/*
========================================================================
Newsletter
========================================================================
*/

#newsletter p.email label {
    width: 100px;
    display: block;
    float: left;
    }

#newsletter p.fullname label {
    width: 100px;
    display: block;
    float: left;
    }


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

#form {
    }
    #form li {
        margin: 0 0 8px 0;
        width: 100%;
        float:left;
        }
        #form label {
            float: left;
            width: 100px;
            margin: 0 10px 0 0;
            }
#form ul.radio_buttons {
    float: left;
    }
    #form ul.radio_buttons li {
        float: none;
        }
#form ul.radio_buttons label {
    float: none;
    }
#form #input_submit {
    margin: 0 0 0 110px;
    }

#form .radio_buttons .sublabel { width: 50px! important; }



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

#page_contact {
    }
    #page_contact #additional {
        width: 46%;
        float: left;
        margin: 20px 0 0 0;
        }
    #page_contact #fields {
        width: 50%;
        float: right;
        margin: 20px 0 0 0;
        }



/*
========================================================================
Documents
========================================================================
*/

#summary p {
    font-weight: bold;
    }

dl.article {
    padding: 10px 0;
    }
    dl.article dt {
        font-size: 16px;
        }
        dl.article dt a {
            text-decoration: none;
            }

#news #additional {
padding-top: 10px;
}

.article h3 {
size: 4px;
color: #A285C4;
font-weight: bold;
}


/*
========================================================================
FAQ's
========================================================================
*/

#faqs {
    }
    #faq_index dt {
        margin: 20px 0 0 0;
        font-weight: bold;
        }
        #faq_index dt.on {
            width:100%;
            float:left;
            }
        #faq_index dt.off {
            width:100%;
            float:left;
            }
    #faq_index dd {
        width: 100%;
        float: left;
        }
        #faq_index dd li {
            margin: 3px 0;
            list-style-type: disc;
            }

/*
===========================================================
Register Page
===========================================================
*/

#myaccount-registration {
    width: 60%;
    float: left;
    }
    #myaccount-registration h2 {
        margin: 20px 0 10px 0;
        }
    #myaccount-registration form.edit-form {
        float: left;
        width: 100%;
        }
        #myaccount-registration fieldset {
            background: #E7E7E7;
            border: 1px solid #cccccc;
            padding: 20px 20px 20px 20px;
            }
        #myaccount-registration legend {
            display: none;
            }
        #myaccount-registration label {
            display: block;
            font-weight: bold;
            float: left;
            width: 400px;
            }
        #myaccount-registration #country {
            float: left;
            }
        #myaccount-registration .field {
            float: left;
            }
        #myaccount-registration .button {
            float: left;
            }

/*
===========================================================
Checkout Basket
===========================================================
*/

#myaccount-login {
    float: left;
    width: 60%;
    }
    #myaccount-login h2 {
        margin: 20px 0 10px 0;
        }  
    #myaccount-login form.edit-form {
        float: left;
        width: 100%;
        } 
        #myaccount-login fieldset {
            background: #E7E7E7;
            border: 1px solid #cccccc;
            padding: 20px 20px 20px 20px;
            }
        #myaccount-login legend {
            display: none;
            } 
        #myaccount-login tr {
            display: block;
            font-weight: bold;
            float: left;
            width: 400px;
            margin: 10px 0 0 0;
            }
            #myaccount-login td {
                width: 300px;
                }
                #myaccount-login td a{
                    float: left;
                    }
                #myaccount-login td input.login_button {
                    margin: 10px 0 0 0;
                    }

#checkin {

float: left;

}

/*
===========================================================
Checkout Basket
===========================================================
*/

#content #basket {
float: left;
}

#checkout-basket {
    float: left
    width: 100%;
    }
    #cart_progress {
        float: left;
        width: 100%;
        }
        #cart_progress ul {
            text-align: center;
            margin: 0px 0 0 0;
            }
        #cart_progress ul li {
            display: inline;
            margin: 0 20px 0 0;
            font-weight: bold;
            color: #cccccc;
            }
            #cart_progress li.selected span {
                color: #333;    
                font-weight: bold;            
                }
    #cart_header {
        float: left;
        width: 100%;
        }
        #cart_header h2 {
            margin: 0 0 0 0;
            }
    #cart_display {
        float: left;
        width: 100%;
        }
        #basket-table th {
            background: #E7E7E7;
            font-size: 12px;
            text-align: left;
            padding: 0 0 0 4px;
            }
        #basket-table td {
            background: #F7F7F7;
            font-size: 12px;
            padding: 0 0 0 4px;
            text-align: left;
            }
        #basket-table td.label {
            text-align: right;
            }


/*
===========================================================
Checkout Login
===========================================================
*/

#checkout-checkin fieldset {
    background: #E7E7E7;
    border: 1px solid #cccccc;
    padding: 20px 20px 20px 20px;
    }
    #checkout-checkin #new,
    #checkout-checkin #member {
        float: left;
        margin: 0 10px 0 0;
        }
    #checkout-checkin label{
        display: block;
        font-weight: bold;
        width: 500px;
        }
    .password_input p a{
        color: #00007e;
        }
/*
===========================================================
Checkout Forgotten Password
===========================================================
*/

#myaccount-forgotten {
    float: left;
    }
.sendpassword-form {
    float: left;
    width: 47%;
    }
#myaccount-forgotten fieldset {
    background: #E7E7E7;
    border: 1px solid #cccccc;
    padding: 20px 20px 20px 20px;
    margin: 10px 0 0 0;
    }
#myaccount-forgotten legend {
    display: none;
    }
.login-form {
    width: 47%;
    float: right;
    }
/*
===========================================================
Checkout Details
===========================================================
*/

#checkout-checkout #billing_details {
    background: #E7E7E7;
    border: 1px solid #cccccc;
    float: left;
    padding: 20px;
    width: 42%;
    margin: 20px 0 0 0;
    }
#checkout-checkout #billing_details label {
    display: block;
    }
#checkout-checkout #delivery_details,
#checkout-checkout div.membership-details,
#checkout-checkout #cart_navigation {
    background: #E7E7E7;
    border: 1px solid #cccccc;
    float: right;
    padding: 20px;
    width: 42%;  
    margin: 20px 0 0 0;  
    }

.membership {
height: 155px;
}

.membership .text {
background: none;
border: none;
padding: 10px 0;
width: 300px;
float: left;
height: 80px
}
.option strong {
line-height: 200%;

}
.option {
height: 8px;
}
.join {
line-height: 100%;
padding: 0;
}

/*
===========================================================
Checkout Payment
===========================================================
*/

#checkout-card {
    float: left;
    width: 100%;
    }
    #cart_header {
        float: left;
        margin: 10px 0 0 0;
        }
    #details_summary {
        float: left;
        width: 100%;
        }
    .order_summary {
        float: left;
        width: 100%;
        }
    .header th {
        background:  #E7E7E7;
        font-size: 12px;
        padding: 0 0 0 4px;
        text-align: left;
        border: solid 1px #ffffff;
        }
    .order_summary td {
        background: #f7f7f7;
         font-size: 12px;
        padding: 0 0 0 4px;
        text-align: left;
        border: solid 1px #ffffff;
        }


/*
===========================================================
Checkout Receipt
===========================================================
*/

#checkout-receipt {
    float: left;
    width: 680px;
    }
    #checkout-receipt h2 {
        width: 100%;
        float: left;
        margin: 20px 0 20px 0;
        }

/*
===========================================================
Members Login
===========================================================
*/

#wide {

    width: 450px;
    float: left;

    }
    #wide ul {
        float: left;
        width: 400px;
        padding-top: 15px;
        }
    #wide h2 {
        padding-bottom: 15px;
        }
    #wide li {
        margin: 1px 0 5px 0;
        }
        #wide #username input,
        #wide #password input {
            }
        #wide #username label,
        #wide #password label {
            display: block;
            float: left;
            width: 110px;
            margin: 0 10px 0 0;
            text-align: right;
            }
        #wide #submit #input_submit {
            margin: 0 0 0 120px;
            }
#loading {
    width: 100px;
    margin: 0 auto;
    text-align: center;
    }

/* Amends 30-03-09 */
#article li { list-style-type: disc; }

/*
==========================
Sitemap
==========================
*/

.sitemap .navigation, .sitemap .members_area { display: none; }

#competition h1 a b span { font-size: 28px !important; font-weight: bold; color: #333 !important; text-decoration: underline; }
#competition table { width: 400px !important; }
#competition table td { padding: 5px; }