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

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

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

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

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

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: 8px 0;
    }

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

h2, legend {
    font-size: 15px;
    }

h3 {
    font-size: 12px;
    }

.text,
.smalltext,
.mediumtext,
.largetext,
.password {
    border:none;
    background: #000;
    color: #FFF;
    font-size: 11px;
    padding: 2px;
    }


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

a {
    color: #000;
    outline: none;
    text-decoration: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: 781px;
    margin: 0 auto;
    text-align: left;
    }


    /* === Header === */

    #header_container {
       width:100%;
       background:url(/images/site_header.gif);
       height:169px;
        background-position:50% 0;
       }

    #header {
    width: 760px;
    margin: 0 auto;
    text-align: left;
        }

        #logo {
            width: 90px;
            height: 80px;
            float: left;
            margin-top:20px;
            }

        #pri_nav {
            width: 575px;
            _width:565px;
            float: left;
            height:30px;
            *margin-top:2px;
            _margin-top:0px; 
            }
            #pri_nav ul {
                list-style: none;
                padding: 0;
                float:left;
                }
                #pri_nav li {
                    float: left;
                    margin:10px 40px 0 0;
                    *margin:8px 40px 0 0;
                    _margin:0px 30px 0 0;
                    }
                #pri_nav li.login {
                        margin-right:0;
                        }
                #pri_nav li.logout {
                        margin-right:0;
                        }
                    #pri_nav a {
                        float:left;
                        font-size:12px;
                        color:#fff;
                        text-transform:uppercase;
                        padding-bottom:18px;

                        }
                    #pri_nav a:hover {
                        background:url(/images/bg_nav_sel.png) no-repeat;
                        background-position:center 15px;
                        }

                    #pri_nav a.selected {
                        background:url(/images/bg_nav_sel.png) no-repeat;
                        background-position:center 15px;                    
                        }

        #telephone {
            background: url(/images/tel_number.png) no-repeat;
            width: 400px;
            height: 32px;
            float: left;
            margin: 10px 0;
            text-indent: -9999px;
            }



    /* === Body === */

    #body {
        width: 100%;
        float: left;
        }
        #sidebar {
            width: 160px;
            float: left;
            }
        #sidebar input.text {
            width: 100%;
            }
            #search {
               float:right;
               _float:left;
               width:180px; 
               margin:3px 0 0 0;
                }
                #search form {
                    padding: 5px 0 0 0;
                    _padding: 0;
                    float:left;
   width:100%;
                    }
                    #search fieldset {
                        border: none;
                        }
                        #search #input_search {
                            width: 120px;
                            float: left;
                            background:#fff;
                            height:13px;
                            color:#000;
                            }
                        #search .submit {
                            float: right;
                            position: static;
                            background:none;
                            border:none;
                            color:#fff;
         
                           }

#search_results dt{
   float:left; 
   width:100%;
   font-weight:bold;
}




#search_results dl{
   margin:5px 0;
}

           
        #content {
            width: 100%;
            float: right;
            }

.left_section{
   float:left;
   width:291px;
}

#positioning_statement {
  float:left;
  width:291px;
  height:178px;
  background:url(/images/bg_positioning_statement.jpg);
}

            #categories {
                float:left;
                width:291px;
                height:179px;
                background:url(/images/bg_our_products.jpg);       
                }

                #categories ul {
                    padding: 5px;
                    float:left;
                    margin-top:30px;
                    }
                    #categories li {
                        margin: 10px 0 5px 0;
                        width:140px;
                        float:left;
                        }
                        #categories a {
                            color: #FFF;
                            text-decoration: none;
                            text-transform: uppercase;
                            }
                        #categories a:hover {
                            color:#600;
                            }
                        #categories ul ul {
                            background: #5F0E0E;
                            margin: 0 0 5px 0;
                            padding: 10px 10px 5px 10px;
                            }
            #submenu {
                }
                #submenu h2 {
                    padding: 5px 5px 0 5px;
                    }
                #submenu ul {
                    padding: 5px;
                    }
                    #submenu li {
                        margin: 0 0 5px 0;
                        }
                        #submenu a {
                            color: #FFF;
                            text-decoration: none;
                            text-transform: uppercase;
                            }
                        #submenu a:hover {
                            text-decoration: underline;
                            }
            #newsletter_signup {
                float:right;
                width:185px;
                height:126px;
                }
                #newsletter_signup form {
                    padding: 5px;
                    float:left;
                    }
                    #newsletter_signup fieldset {
                        border: none;
                         float:left;
                        }
                        #newsletter_signup ul {
                            padding: 0;
                            width:190px;
                            float:left;
                            
                            }
                            #newsletter_signup li {
                                margin: 0 0 4px 0;
                                }

                            #newsletter_signup label {
                                display: block;
                                line-height: 100%;
                                margin: 0 0 2px 0;
                                color:#fff;
                                width:60%;
                                }
                            #newsletter_signup .details input {
                                width:120px; 
                                }
                            #newsletter_signup .details {
                                width:130px;
                                float:left;
                                }

                            #newsletter_signup .details li{
                                width:130px;
                                float:left;
                                }


                            #newsletter_signup .details ul{
                                width:130px;
                                float:left;
                                }
                        #newsletter_signup li.list {
                            width: 100%;
                            float: left;
                            }
                        #newsletter_signup li {
                             width:130px;
                              float:left;
                            }
                            #newsletter_signup li.list input.checkbox {
                                float: left;
                                }
                            #newsletter_signup li.list label {
                                display: block;
                                float: left;
                                padding: 2px 0 0 4px;
                                }
                        #newsletter_signup li.submit {
                            width: 50px;
                            float: right;
                            margin-top:48px;
                            display:static;
                            margin-right:3px;
                            }

                        #newsletter_signup li.submit input{
                            background:none;
                            border:none;
                            color:#fff;
                            

                          }

.newsletter_text {
font-size:12px;
text-transform:uppercase;
margin-bottom:5px;
padding:0;
color:#fff;
}

#navandsearch {
    float:left;
    width:100%;
    margin-top:0px;
    _margin-top: 5px;
}

.header {
  float:left;
  width:781px;
  height:54px;
  background:url(/images/bg_title.jpg);
  text-align:center;

  
}

.header p{
  margin:8px 0;
  text-transform:uppercase;
  color:#fff;
  font-size:12px;
}


            #messages {
                background: url(/images/bg_message.jpg) repeat-y;
                padding: 10px 0 10px 0;
                 background-position:-1px 0px;
                }
                #messages p {
                    padding: 0 0 0 23px;
                    background-repeat: no-repeat;
                    margin-left:20px;
                    color:#fff;
                    }
                    #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 {
                width: 100%;
                float: left;
                text-align: center;
                margin: 0 0 30px 0;
                background:url(/images/bg_footer.jpg);
                height:56px;
                }
                #footer ul {
                    list-style: none;
                    padding: 0;
                    margin-top:5px;
                    }
                    #footer li {
                        display: inline;
                        margin-left:10px;
                        }
                    #footer a{
                        color:#fff;
                        }
                #footer p {
                    padding: 5px 0 0 0;
                    color:#fff;
                    }



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

#flash_panel {
float:left;
}

#page_home {
    }

    #featured_items {
        width: 100%;
        float: left;
        background: #fff;
        }
        #featured_items dl {
            float: left;
            width: 170px;
            margin: 14px 0 10px 20px;
            }
            #featured_items dt {
                line-height: 100%;
                padding-bottom:5px;
                border-bottom:1px solid #000;
                width:90%;
                }
                #featured_items dt a {
                    font-weight: bold;
                    text-decoration: none;
                    color: #000;
                    line-height: 100%;
                    }
            #featured_items dd.thumbnail {
                width: 160px;
                height: 160px;
                vertical-align: middle;
                text-align: center;
                overflow:hidden;
                margin-bottom: 10px;
                }
            #featured_items dd.summary {
                float:left;
                color:#000;
                width:100%;
                }
            #featured_items dd.price {
                text-align: left;
              
                color: #000;
                font-size: 12px;
                }
#featured_items dd.price p, #price_name p {padding:0px;text-decoration:line-through;}
#featured_items dd.price p span, #featured_items dd.price h3 span, #price_name p span, #price_name h3 span, #price_name h3 {text-transform:uppercase;font-weight:bold;}
#featured_items dd.price h3.nowprice span, #price_name h3.special span {color:#780000 !important;}
            #featured_items dd.more_info {
                    margin-top:5px;
                    float:left;
                    width:100%;
                   }

            #featured_items dd.more_info a{
                    font-weight:bold;
                   }
                #featured_items dd.price span.currency {
                    color: #000;
                    }


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

    #cat_container {
        float:left;
        background:url(/images/bg_cat_side.jpg) repeat-y;
        background-position:-1px 0;
        }


    #cat_top {
        float:left;
        width:782px;
        height:68px;
        background:url(/images/bg_cat_top.jpg) no-repeat;
        background-position:-1px 0;
        }

    #cat_bottom {
        float:left;
        width:782px;
        height:68px;
        background:url(/images/bg_cat_bottom.jpg) no-repeat;
        background-position:-1px 0;
        }

#products_nav {
        float:left;
        background:url(/images/bg_cat_side.jpg) repeat-y;
        background-position:-1px 0;
        width:166px;
        }

#products_nav ul{
         float:left;
         margin-left:10px;
        }

#products_nav li{
         float:left;
         width:140px;
         margin-bottom:10px;
        }

#products_nav li a{
         float:left;
         color:#fff;
        }

#products_nav ul.submenu li a{
        font-size:10px;
        font-weight:normal;
}

#products_nav ul.submenu li a.selected{
        padding-left:14px;
        font-weight:normal;
        background: url(/images/bg_selector.png) no-repeat;
        background-position:0 2px;
}

    #catalogue {
        width: 600px;
        float: left;
        background: #fff;
        }
        #catalogue dl {
            float: left;
            width: 170px;
            margin: 10px 0 0px 24px;
            _margin: 10px 0 0px 14px;
            }
            #catalogue dt {
                line-height: 100%;
                padding-bottom:5px;
                border-bottom:1px solid #000;
                width:90%;
                float:left;
                }
                #catalogue dt a {
                    font-weight: bold;
                    text-decoration: none;
                    color: #000;
                    line-height: 100%;
                    }
            #catalogue dd.thumbnail {
                width: 160px;
                height: 160px;
                vertical-align: middle;
                text-align: center;
                float:left;
                margin-bottom:10px;
                }
            #catalogue dd.summary {
                float:left;
                color:#000;width:100%;
                }
            #catalogue dd.price, #catalogue dd.was {
                text-align: left;
                float:left;  
                color: #000;
                font-size: 12px;
                width:100%;text-transform:uppercase;font-weight:bold;
                }
#catalogue dd.price .currency{text-transform:uppercase;font-weight:bold;font-size:13px;}
#catalogue dd.was {text-decoration:line-through;}
#catalogue dd.now {color:#780000;}
            #catalogue dd.more_info {
                    margin-top:5px;
                    float:left;
                    
                   }

            #catalogue dd.more_info a{
                    font-weight:bold;
                   }
                #catalogue dd.price span.currency {
                    color: #000;
                    }


#results form {width:100%;float:left;}
#results .product {height:335px;}
#results dl.product dt {
height:30px;
}

#results p{
   color:#000;
   float:left;
   margin-left:20px;
   padding:0;
    }
    dl.product {
        width: 125px;
        margin: 0 6px;
        float: left;
        text-align: center;
        overflow:hidden;
        }
        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;height:70px;overflow:hidden;
            }
        dl.product dd.price {
            text-align: left;
            font-size: 16px;
            }
        dl.product dd.more {width:100%;float:left;
            text-align: left;font-weight:bold;
            }


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

#page h2, #copy h2 {
   background:url(/images/bg_title.jpg) no-repeat;
   width:100%;
   height:45px;
   text-align:center;
   padding-top:13px;
   color:#fff;
}


#page p {
   color:#000;
}

#additional p{
   color:#000;
}
#additional ul{
    list-style-type: disc;
    }

#additional li{ 
   padding-left: 10px;
   background: url(/images/bullet.png) 0px 3px no-repeat;
   margin:5px;
}



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

#product {
  float:right;
  width:600px;
}

#results div.paging {
  float:left;
  width:100%;
  margin:4px 0;
}

#results div.paging p a{
  font-weight:bold;
}

form.results_info {
   float:left;
   margin-left:25px;
   margin-bottom:10px;
   width:400px;
}
#detail_image {
  float:left;
  margin-left:35px;
}

#gallery_thumbs {
  float:left;
  width:100px;
  margin-left:90px;
  _margin-left:80px;
}


h2.product_title {
  float:left;
  color:#000;
}

#price_name {
   float:left;
   width:320px;
}

h2.product_title {
   float:left;
   width:100%;
}

h3.product_price {
   float:left;
   width:100%;
   color:#000;
}

#details {
  float:left;
}

h3 span {
color:#000;
}

#zoom_link {
   height:40px;
   float:left;
}

#add_to_basket {
   float:right; 
   width:120px; 
}

#add_to_basket ul{
   padding:0;
   float:right; 
}

li.quantity {
  float:left;
  margin-bottom:10px;
}

li.quantity input{
   background:#fff;
   color:#000;
   border:1px solid #666;
}

li.quantity label {
   color:#000;
}

#description {
   float:left;
   color:#000;
   width:440px;
}

#description p{
   color:#000;
}

h2.rel_items {
   width:100%;
   border-bottom:1px solid #000;
   color:#000;
   margin-top:15px;
   font-weight:bold;
   font-size:13px;
}

/*
========================================================================
Checkout (Global)
========================================================================
*/

    /* === Checkout Progress === */

    #checkout_progress {
        margin: 20px 0 10px 0;
        float:left;
        width:100%;
        }

#intro {
flopat:left;
}
        #checkout_progress ul {
            list-style: none;
            margin: 0;
            padding: 0;
            float:left;
            }
            #checkout_progress li {
                display: inline;
                margin: 0 5px 0 0;
                background: #000;
                border: 1px solid #000;
                padding: 2px 5px;
                color: #FFF;
                }
            #checkout_progress li.previous {
                background: #FFF;
                border: 1px solid #FFF;
                color: #000;
                }
            #checkout_progress li.selected {
                background: #5F0E0E;
                color: #FFF;
                border: 1px solid #FFF;
                }
            #checkout_progress li.selected span{
                color: #FFF;
                } 
            #checkout_progress a {
                color: #000;
                font-weight: normal;
                text-decoration: none;
                }
                #checkout_progress a:hover {
                    color: #666;
                    }

#checkout-receipt a.continue {
    float:left;
    font-size:15px;
    margin-bottom:10px;
}

    /* === Checkout Navigation === */

    #checkout_navigation {
        width: 100%;
        float: left;
        margin: 0 0 20px 0;
        }
        #checkout_navigation ul {
            list-style: none;
            }
            #checkout_navigation li {
                float: left;
                }
            #checkout_navigation li.proceed {
                float: right;
                }

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

#basket {
 color:#000;
    }
#basket p, #basket h2{
 color:#000;
 float:left;
}

#basket h2 {
   width:100%;
}

p.basket_intro {
  float:left;
  width:100%;
}

    /* === Basket Table === */

    #basket_table {
        }
        #basket_table table {
            margin: 2px;
            padding: 0;
            width:760px;
            float:left;
            }

#basket_table tr.header {
  float:left;
  width:781px;
  height:54px;
  _height:40px;
  background:url(/images/bg_title.jpg);
  text-align:center;  
}

            #basket_table th, #basket_table td {
                color: #000;
                font-weight: bold;
                text-align: left;
                padding: 14px 0 0 10px;
                *padding:3px 0 0 10px;
                _padding: 8px 0 0 10px;
                float:left;
                }

            #basket_table th {
                color:#fff;
                }
            #basket_table th.item_name,#basket_table td.item_name {
                width: 364px;
                }
            #basket_table th.item_price, #basket_table td.item_price  {
                width: 50px;
                }
            #basket_table th.item_qty, #basket_table td.item_qty {
                width: 70px;
                }
            #basket_table th.item_total, #basket_table td.item_total  {
                width: 50px;
                }
            #basket_table th.item_remove {
                width: 60px;
                }
            #basket_table td.item_remove a{
                line-height:160%;
                }
            #basket_table td {
                padding: 2px 5px;
                }
            #basket_table td.odd {
                background: #E6E6E6;
                }
            #basket_table td.odd {
                }
            #basket_table td.label {
                text-align: right;
                font-weight: bold;
                }
                #basket_table a.update_qty {
                    position: absolute; margin: 1px 0 0 3px;
                    }


    /* === Basket Footer === */

#basket_footer {
   float:left;
   width:100%;
}

    #card_display {
        }
        #card_display ul {
            list-style: none;
            }
            #card_display li {
                display: inline;
                margin-right: 5px;
                }


#basket .continue_shopping {
    float:left;
}

p.no_items {
   float:left;
   width:100%;
}

ul.cards {
   width:100%;
   float:left;
}

/*
========================================================================
Checkout: Checkin
========================================================================
*/

#checkin p, #checkin a, #checkin label{
color:#000;
    }


    /* === Checkin Form === */

    #checkin_form {
        }
        #checkin_form ul {
            list-style: none;
            margin: 5px 0;
            }
            #checkin_form li {
                margin: 5px 0;
                }

    #checkin #login_help {
        width: 100%;
        float: left;
        }

#checkin li.forgotten_password, #checkin li.register {
    font-weight:bold;
    margin:5px 0;
}

#checkin li input {
    background:#fff;
    border:1px solid #666;
    color:#000;
}


#checkin li input.radio {
   border:none;
}

/*
========================================================================
Checkout: Checkout
========================================================================
*/

#checkout p, #checkout a, #checkout label, #checkout h2, #checkout h3{
  color:#000;
    }

    /* === Billing Details === */

    #checkout #billing_details {
        width: 50%;
        float: left;
        margin: 10px 0 0 0;
        }
        #checkout #billing_details ul {
            list-style: none;
            margin: 10px 0;
            }
            #checkout #billing_details li {
                margin: 0 0 5px 0;
                width: 100%;
                float: left;
                }
                #checkout #billing_details label {
                    display: block;
                    font-weight: bold;
                    margin: 2px 0;
                    width: 90px;
                    float: left;
                    }
                #checkout #billing_details input {
                    width: 150px;
                    float: left;
                    }
                #checkout #billing_details li.title input {
                    width: 50px;
                    float: left;
                    }
                #checkout #billing_details li.country select {
                    width: 150px;
                    float: left;
                    }

#billing_details a{
   color:#006;
    font-weight:bold;
   font-size:12px;
}

    /* === Delivery Details === */

    #checkout #delivery_details {
        width: 50%;
        float: right;
        margin: 10px 0 0 0;
        }
        #checkout #delivery_details ul {
            list-style: none;
            margin: 10px 0;
            }
            #checkout #delivery_details #new_address {
                list-style: none;
                margin: 10px 0;
                width: 100%;
                float: left;
                }
                #checkout #delivery_details #new_address li {
                    display: inline;
                    margin: 0 10px 0 0;
                    }
                #delivery_details #new_address ul {
                    width: 100%;
                    float: left;
                    margin: 0 0 10px 0;
                    }
                #delivery_details #add_delivery li {
                    width: 100%;
                    float: left;
                    }
                    #delivery_details input.radio {
                        float: left;
                        margin: 0 3px 0 0;
                        }
                    #delivery_details input.checkbox {
                        float: left;
                        margin: 0 3px 0 0;
                        }
                    #delivery_details label {
                        float: left;
                        }


div.s_box {
float:left;
height:300px;
overflow:scroll;
}

#delivery_details div.membership p.text{
color:#fff;
padding: 3px;
}

#delivery_details div.membership p.text a {
color: #FFF;
text-decoration: underline;
}

h3.terms_title {
   float:left; 
  width:100%;
}

div.membership p.option, div.membership p.text {
float:left;
width:100%;
margin:10px 0;
}

div.membership p.option input, div.membership p.option label{
float:left;
margin-left:5px;
}

div.membership p.option label {
line-height:100%;
}

div.accept, div.accept label, div.accept input {
float:left;
}

div.accept span {
color:#00f;
font-weight:bold;
font-size:14px;
}

#billing_details input {
background:#fff;
border:1px solid #666;
color:#000;
}

#details_help {
  float:left;
  width:80%;
}

#details_help span{
color:#000;
}

#order_summary {
float:left;
}

#order_summary table{
float:left;
}


        #order_summary table {
            margin: 2px;
            padding: 0;
            width:760px;
            float:left;
            }
            #order_summary table th, #order_summary table td {
                color: #000;
                font-weight: bold;
                text-align: left;
                padding: 2px 5px;
                margin-top:10px;
                float:left;
                }

            #order_summary tr.header {
                  height:34px;
                  }

#order_summary table th span{
                color:#fff;
                }
            #order_summary table th.item_name,#order_summary table td.item_name {
                width: 364px;
                }
            #order_summary table th.item_price, #order_summary table td.item_price  {
                width: 50px;
                }
            #order_summary table th.item_qty, #order_summary table td.item_qty {
                width: 70px;
                }
            #order_summary table th.item_total, #order_summary table td.item_total  {
                width: 50px;
                }
            #order_summary table th.item_remove {
                width: 60px;
                }
            #order_summary table td.item_remove a{
                line-height:160%;
                }
            #order_summary table td {
                padding: 2px 5px;
                }
            #order_summary table td.odd {
                background: #E6E6E6;
                }
            #order_summary table td.odd {
                }
            #order_summary table td.label {
                text-align: right;
                font-weight: bold;
                }

/*
========================================================================
Edit Address
========================================================================
*/

#checkout_progress {
float:left;
width:100%;
}

#edit_address fieldset legend{
float:left;
color:#000;
}

#edit_address form{
float:left;
color:#000;
width:100%;
}

#edit_address p, #edit_address a, #edit_address label{
floatleft;
color:#000;
}

#edit_address form li{
float:left;
color:#000;
width:100%;
margin:3px 0;
}

#edit_address form li label{
float:left;
color:#000;
width:100%;
padding:0px;
margin:0px;
}

#edit_address form li input{
background:#fff;
border:#666 1px solid;
color:#000;
}

#edit_address form li label span{
color:#000;
}

/*
========================================================================
Checkout: Card
========================================================================
*/

#card_header {
color:#000;
    }



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

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

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



/*
========================================================================
Account: Login
========================================================================
*/

#login fieldset{
float:left;
}

#login legend{
   margin:10px 0 0 0;
   float:left;
    }
    #login ul {
        margin: 10px 0;
        width:400px;
        }
        #login li {
            margin: 0 0 10px 0;
            }
            #login label {
                width: 190px;
                float: left;
                margin: 5px 0 0 0;
                }
            #login #input_submit {
                margin: 0 0 0 0px;
                }
    #login #login_help {
        margin: 0 0 0 0px;
        float:left;
        width:100%;
        }



/*
========================================================================
Account: Forgotten Password
========================================================================
*/

#forgotten_password {
    }
    #forgotten_password #password_reset {
        }
        #forgotten_password #password_reset ul {
            }
            #forgotten_password #password_reset li {
                margin: 0 0 10px 0;
                }
                #forgotten_password #password_reset label {
                    width: 90px;
                    float: left;
                    }
    #forgotten_password #login {
        margin: 50px 0 30px 0;
        }
        #forgotten_password #login ul {
            margin: 0;
            }
            #forgotten_password #input_submit {
                margin: 0 0 0 90px;
                }



/*
========================================================================
Account: Registration
========================================================================
*/

#registration {
    }
    #registration ul {
        }
        #registration li {
            margin: 0 0 8px 0;
            }
            #registration label {
                width: 100px;
                float: left;
                }
            #registration #input_submit {
                margin: 0 0 0 100px;
                }



/*
========================================================================
Account: Details
========================================================================
*/

#account fieldset.password{
    background:none;
    }
    #account ul {
        }
        #account li {
            margin: 0 0 8px 0;
            }
            #account label {
                float: left;
                }
    #account fieldset.details label {
        width: 90px;
        }
    #account input {
         background:#fff;
         border:1px solid #666;
         color:#000;
         }
    #account fieldset.details #input_submit {
        margin: 0 0 0 90px;
        }
    #account fieldset.password {
        margin: 20px 0;
        }
    #account fieldset.password label {
        width: 150px;
        }
    #account fieldset.password #input_submit {
        margin: 0 0 0 150px;
        }
    #account fieldset.addresses {
        }
        #account fieldset.addresses dl {
            width: 100%;
            float: left;
            }
            #account fieldset.addresses dd {
                float: left;
                margin: 0 5px 0 0;
                }
        #account #new_address {
            width: 100%;
            float: left;
            margin: 5px 0 0 0;
            }
            #account #new_address li {
                float: left;
                margin: 0 5px 0 0;
                }
                #account #new_address input.image {
                    position: static;
                    }



/*
========================================================================
Account: Add/Edit Address
========================================================================
*/

#address {
    }
    #address form {
        margin: 10px 0 0 0;
        }
        #address li {
            margin: 0 0 8px 0;
            }
            #address label {
                width: 90px;
                float: left;
                }
        #address li.cancel {
            float: left;
            margin: 10px 5px 0 90px;
            }
        #address li.submit {
            float: left;
            margin: 10px 0 0 0;
            }



/*
========================================================================
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;
    }



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

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

#page_contact #copy {
    float:left;
    width:100%;
}

#page_contact label{
color:#000;
}

#page_contact #contact input, #page_contact #contact textarea{
  background:#fff;
  border:1px solid #666;
  color: #000;
}

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


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

#sitemap li{
  padding:2px 10px;
}
