/*
========================================================================
Title:    AN-X Stylesheet (Screen)
Author:   Jamie Webster
========================================================================
*/

#details h3 {
font-size: 16px;
font-family: Arial;
font-weight: normal;
}



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

body {
    background: #151515 url(/images/back.jpg) 50% 0% no-repeat fixed;
    text-align: center;
    }

.hr {
width: 400px;
margin-bottom: 10px;
margin-top: 40px;
}



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

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

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

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

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

h1, h2, h3, h4, h5, h6, legend {
    line-height: 170%;
    font-weight: normal;
    text-transform: uppercase;
    }

h2, legend {
font-family: "Century Gothic", Arial;
    font-size: 18px;
    }

h3 {
    font-family: "Century Gothic", "Arial Black", Arial;
    font-size: 33px;
    line-height: 100%;
font-weight: bold;
    }

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

.image {
    position: absolute;
    }

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

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

a:hover {
    color: #B01F1F;
    }

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

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

label {
    font-weight: bold;
    }

fieldset {
    border: none;
    }

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

/* Clear Fix */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

#holder {
width: 1000px;
margin: 0 auto;
}

#container {
height: 100%;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    }


/* Account Links */
ul.account { display: block !important; padding: 0; text-align: right;}
ul.account li { display: inline; margin-left: 3px; }


    /* === Header === */

    #header {
        
        margin: 10px 0 10px 0;
        }

#inside_header {
height: 60px;
position: relative;
}

        #logo {
            width: 160px;
            height: 39px;
            position: absolute;
            top: 15px;
            overflow: hidden;
            }

#header #delivery {
position: absolute;
left: 620px;
width: 205px;
.width: 215px;
}

#phone {
position: absolute;
left: 430px;
width: 205px;
.width: 215px;
}

#bag_info .no_items {
font-size: 11px;
}

#bag {
position: absolute;
left: 830px;
width: 195px;
}

#bag_image, #delivery_image, #phone_image {
float: left;
width: 62px;
margin-right: 5px;
}

#delivery_image img, #phone_image img {
padding-top: 8px;
}

#bag_info, #delivery_info, #phone_info {
padding-top: 15px;
float: left;
}

#bag_info h2, #delivery_info h2, #phone_info h2 {
line-height: 100%;
color: #FFF;
font-family: "Century Gothic", Arial;
font-size: 15px;
font-weight: normal;
}

#bag_info p, #delivery_info p, #phone_info p {
padding: 0;
font-size: 9px;
width: 120px;
color: #999;
}

#bag_info a{line-height:170%;}


#navigation {
    margin-top: 20px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    width: 100%;
    height: 40px;
    padding: 0 5px;
    position: relative;
    }

        #pri_nav {
            position: absolute;
            width: 600px;
            height: 40px;
            top: 10px;
            }

        #pri_nav a {
            font-family: "Century Gothic", Arial;
            font-size: 14px;
            text-decoration: none;
            text-transform: uppercase;
            color: #FFF;
            margin: 0 5px;
            }

#pri_nav .home a {
margin-left: 0;
}

#resultdiv {
float: left;
margin-bottom: 25px;
width: 800px;
border-bottom: 1px solid #666;
}

.results_found {
width: 300px;
float: left;
}

#results .dropdown {
background: #000;
border: 1px #999 solid;
color: #FFF;
margin-left: 10px;
}

#results p.order_by {
width: 200px;
margin-right: 20px;
color: #FFF;
text-align: right;
font-weight: bold;
float: right;
}

.sorting {
width: 200px;
float: right;
}

#pri_nav .contact {
color: #000;
}
        #pri_nav a:hover {
            color: #ccc;
            }
            #pri_nav ul {
                list-style: none;
                padding: 0;
                }
                #pri_nav li {

                    font-family: Arial;
                    font-size: 16px;
                    color: #FFF;
                    float: left;
                    }
                    #pri_nav a:hover {
                        background-position: 0 50%;
                        }
                    #pri_nav a.selected {
                        background-position: 0 100%;
                        }

    /* === Body === */

    #body {
        margin-bottom: 30px;
        }
        #sidebar {
            float: left;
            width: 160px;
            padding-bottom: 20px;
            }
        #sidebar input.text {
            width: 100%;
            }
#categories {
}

#sbswitches h2 a {
color: #FFF;
}

#sbswitches .selected a {
color: #CD0000;
}

#sbpanels { position: relative; }
#sbpanels ul { top: 0; }
#sbpanels ul ul { position: static; }

#categories h2 {
margin-bottom: 10px;
color: #FFF;
font-size: 13px;
text-transform: none;
}
#categories li a {
color: #999;
text-transform: none;
}

#categories li a.selected { color: #CD0000; }


.categories li {
padding: 1px 0px 0px 0px;
}

#bottomnav {
    display: none;
    float: left;
    width: 100%;
    height: 50px;
    margin-top: 2px;
    }
            #search {

padding-top: 10px;
                width: 400x;
              position: absolute;
left: 735px;
.left: 720px;
                }
                #search form {
                    padding: 0;
                    }
                    #search fieldset {
                        border: none;
                        }
                        #search p {
                            display: none;
                            float: left;
                            padding-top: 3px;
                            font-weight: bold;
                            }
                        #search #input_search {
                            width: 186px;
                            height: 19px;
                            float: left;
                            
                            }
                        #search #input_search_submit {
                            float: right;
                            padding-left: 10px;
                            position: static;
                            }

#gender {
    float: right;
    width: 341px;
    height: 50px;
    overflow: hidden;
    }
    #column1 {
        float: left;
        margin-right: 2px;
        width: 217px;
        height: 50px;
        background: url(/images/menswear.png);
        }
    #column1 ul {
        padding: 0;
        }
        #column1 a {
            float: left;
            display: block;
            padding: 0;
            width: 217px;
            height: 50px;
            text-indent: -9999px;
            }
        #column1 a:hover {
            background: url(/images/menswear_s.png);
            }
    #column2 {
        float: left;
        }
    #column2 ul {
        padding: 0;
        }
.women {
height: 25px;
overflow: hidden;
.margin-bottom: 1px;
}
        .women a {
            float: left;
            display: block;
            padding: 0;
            text-indent: -9999px;
            line-height: 100%;
            width: 122px;
            height: 25px;
            margin: 0;  
            background: url(/images/women.png);
            }
        .women a:hover {
            background: url(/images/women_s.png);
            }
        .kids a {
            float: left;
            display: block;
            padding: 0;
            text-indent: -9999px;
            line-height: 100%;
            width: 122px;
            height: 23px;
            margin: 0;  
            margin-top: 2px;
            .margin-top: 1px;
            background: url(/images/kids.png);
            }
        .kids a:hover {
            background: url(/images/kids_s.png);
            }


            #categories {
                }
                #categories h2 {
                    padding: 5px 5px 0 5px;
                    }
                #categories ul {
                    padding: 5px;
                    }
                    #categories li {
                        margin: 0 0 5px 0;
                        }
                        #categories a {
                            color: #333;
                            text-decoration: none;
                            text-transform: uppercase;
                            }
                        #categories a:hover {
                            text-decoration: underline;
                            }
                        #categories ul ul {
                            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;
                            }
        #content {
            width: 800px;
            float: right;
            }
        #page_home #content {

            float: right;
            }
            #messages {
                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 27px;
                    background-repeat: no-repeat;
                    line-height: 19px;
                    }
                    #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_top {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 10px 0;
    }
    #social {
        float: left;
        width: 50%;
        }
    #social img {
        border: 1px solid #666;
        }
        #facebook {
margin-top: 5px;
width: 300px;
line-height: 100%;
float: left;
font-size: 9.5px;
}
        #myspace {
margin-top: 10px;
line-height: 100%;
width: 300px;
float: left;
font-size: 9.5px;
}
        #youtube {
margin-top: 10px;
width: 300px;
line-height: 100%;
float: left;
font-size: 9.5px;
}

.social_image {
float: left;

}

.social_text {
float: left;
padding-left: 10px;
line-height: 145%;
color: #999;
}


    #newsletter_container {
        float: right;
        width: 300px;
        }
    #newsletter_signup fieldset ul {
        font-size: 9px;
        }

            #newsletter_signup {
                width: 300px;
                }
                #newsletter_signup form {
                    padding: 0px;
                    }
                    #newsletter_signup fieldset {
                        border: none;
                        }
                        #newsletter_signup ul {
                            padding: 0;
                            color: #999;
                            line-height: 150%;
                            }
                            #newsletter_signup p { padding: 0; }
                            #newsletter_signup #input_email {
                                width: 210px;
                                height: 23px;
                                float: left;
                                margin-top: 10px;
                                }
                        #newsletter_signup li.submit {
                            width: 48px;
                            float: left;
                            padding-left: 4px;
                            margin: 0;
                            margin-top: 10px;
                            .margin-top: 0px;
                            .padding-bottom: 1px;
                            }
                            
            #footer {
                text-align: center;
                margin: 15px 0;
                }
                #footer ul {
                    list-style: none;
                    padding: 0;
                    }
                    #footer li {
                        font-size: 9.5px;
                        display: inline;
                        color: #999;
                        }
                    #footer a {
                        text-decoration: none;
                        color: #999;
                        font-weight: bold;
                        }
                    #footer a:hover {
                        color: #FFF;
                        }
                #footer p {
                    padding: 5px 0 0 0;
                    }



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

#page_home #sidebar {
    
    }

#middle {
    float: left;
    width: 800px;
    height: 266px;
    background: url(/images/middle.png) right;
    }
    #flash_panel {
        float: left;
        width: 402px;
        height: 266px;
        }
    #middle_copy {
        float: left;
        width: 375px;
        padding-left: 10px;
        padding-top: 0px;
        }
    #middle_copy h3 {
        color: #FFF;
        }
    #middle_copy p a {
        line-height: 135%;
        }

#middle_copy .promo_thumbnail {
float: left;
width: 100px;
text-align: center;
}

#middle_copy .promo_thumbnail a { display: block; width: 80px; height: 80px; background: #FFF; }


#middle_copy .homepage_promotion {
float: left;
width: 100%;
height: 78px;
padding-top: 8px;
}

#middle_copy .promo_text {
    
    font-family: "Century Gothic", Arial;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
    float: left;
    width: 250px;
 
}

#middle_copy h2 {
display: none;
}

#middle_copy .signup_h2 {
display: none;
.display: block;
}

#middle_copy .signup_image {
display: block;
.display: none;
}


#middle_copy .promo_text h2 {
    font-family: "Century Gothic", Arial;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
    float: left;
    width: 250px; 
}


#middle_copy .promo_text p {
font-family: verdana;
text-transform: none;
line-height: 150%;
}

#promo_panel {
margin-top: 10px;
float: left;
width: 100%;
height: 93px;
text-align: center;
background: url(/images/brand_bg.png);
}

#promo_panel .promo_thumbnail {
float: left;
width: 150px;
margin-left: 8px;
}


.promo_panel #jPromoSlide { 
    clear: both; 
    }

#promo-slides {
    height: 93px !important;
    }

.promo_image {
    float: left;
    width: 734px;
    }

#promo_controller {
width: 47px;
}

#promo_controller ul {
    width: 47px;
    float: right;
    padding: 0;

    }

#promo-controller li.next a { 
    width: 11px; 
    height: 14px; 
    position: absolute;
    left: 735px;
    top: 10px;
    }

.jPromoNext img {
    border: 0;
    }


    #items {
        margin-top: 20px;
        .margin-top: 0px;
        width: 800px;
        height: 40px;
        float: left;
        margin-bottom: 7px;
        }
        .items_header {
            float: left;
            width: 50%;
            }
            .items_header h2 { 
            font-family: "Century Gothic", Arial;
            font-size: 16px;
            border-bottom: 1px solid #666;
            width: 150px;
            padding-bottom: 4px;
            text-decoration: none;
            text-transform: uppercase;
            color: #FFF;
            margin: 0 5px;
            padding-top: 7px;
                }
            .items_header h2 a { 
            text-decoration: none;
            color: #FFF;
                }
            .items_header h2 a:hover { 
                text-decoration: none;
                color: #CD0000;
                }


    #featured_items, #hot_items {
        width: 50%;
        float: left;
        margin-bottom: 20px;
        }
        #featured_items dl, #hot_items dl {
            float: left;
            width: 125px;
            margin: 0px 0 0 5px;
            height: 345px;
            }

#results dl {
            float: left;
            margin: 0px 0 0px 32px;
            height: 300px;
            width: 150px;
            }
            #featured_items dt, #hot_items dt, #results dt {
                text-align: left;
                line-height: 100%;
                text-align: center;
                margin-top: 10px;
                }
                #featured_items dt a, #hot_items dt a, #results dt a {
                    font-weight: bold;
                    text-decoration: none;
                    color: #CCC;
                    line-height: 150%;
display: none;
                    }
                .featured_title a {
                    font-weight: normal;
                    text-align: center;
                    text-decoration: none;
                    line-height: 150%;
                    color: #999;
                    }
.featured_title {
    text-align: center;
    }
                .featured_title a:hover, #results a:hover {
                    color: #CCC;
                    }
                #featured_items dt a:hover, #hot_items dt a:hover, #results dt a:hover {
                    color: #CCC;
                    }
 #results dd.thumbnail {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
background: url(/images/product.png);
                height: 240px;
                }
            #featured_items dd.thumbnail img, #hot_items dd.thumbnail img, #results thumbnail img {
margin-top: 24px;                
}
            #featured_items dd.price, #hot_items dd.price, #results dd.price {
                text-align: center;
                color: #CCC;
                font-weight: bold;
                font-size: 10px;
                }
                #featured_items dd.price span.currency, #hot_items dd.price span.currency, #results dd.price span.currency {
                    color: #CCC;
                    font-weight: bold;
                    }

            #featured_items dd.price, #hot_items dd.price {
                text-align: center;
                color: #CCC;
                font-weight: bold;
                }
                #featured_items dd.price span.currency, #hot_items dd.price span.currency {
                    color: #CCC;
                    font-weight: bold;
                    }

.was {
text-align: center;
color: red;

}

.was span {
text-align: center;
color: red;
}

#results .featured_title {
width: 150px;
text-align: center;
}

#results .product {
height: 350px;
float: left;
}

#results .thumbnail img {
width: 100%;
}



#topic {
float: left;
}

#topic #additional {
float: left;
width: 800px;
border-bottom: 1px solid #666;
padding-bottom: 10px;
}

#topic #brand_image {
float: left;
width: 200px;
}

#topic #brand_text {
float: left;
width: 600px;
}

#results {
float: left;
}


#page_home .product {
width: 125px;
}

#featured_items dd.thumbnail , #hot_items dd.thumbnail {
display: table-cell;
vertical-align: middle;
text-align: center;
background: url(/images/product.png);
padding-top: 0px;
width: 125px;
}

#results dd.thumbnail { width: 150px; }

#featured_items .product .thumbnail, #hot_items .product .thumbnail {
height: 245px;
}

#featured_items .featured_title, #hot_items .product .featured_title {
width: 125px;
}

#featured_items img {
width: 125px;
}


#hot_items img {
width: 125px;
}


#results dd.thumbnail {
 padding: 0 !important;
}

#results .thumbnail img { margin-top: 25px; }







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

#product {
float: left;
width: 800px;
}

        h3.product_price {
            background: #000;
            width: 178px;
            .width: 180px;
            padding: 10px 0;
            color: #FFF;
            text-align: center;
            font-weight: normal;
            border: 1px solid #999;
            font-family: arial;
            font-size: 18px;
            }
        #add_to_basket {
            margin: 10px 0 0 0;
            }
        #add_to_basket legend {

            display:none;
            }
            #add_to_basket form {
                padding: 0px;
                }
                #add_to_basket ul {
                    list-style: none;
                    margin: 3px 0 0 0;
 
                    }
                    #add_to_basket li {
                        display: inline;
                        }
                        .quantity label {
                            margin-left: 8px;
                            .margin-left: 0px;
                            margin-right: 6px;
                            .margin-right: 3px;
                            }
                        #add_to_basket #input_quantity {
                            width: 45px;
                            }
                        #add_to_basket #input_options {
                            margin: 0 3px 0 1px;
                            width: 138px;
                            width: 75px;
                            }

li.special-offer { color: red; font-weight: bold; font-size: 12px; }
li.special-offer span { color: #CCC; }
#add_to_basket li.submit { margin-top: 8px; display: block; }
#add_to_basket .wasprice { font-size: 10px; margin-right: 10px; color: #666; text-transform: none; }

.product_price {
margin-top: 10px;
margin-bottom: 10px;
}

#description {
width: 400px;
}
#details {
width: 400px;
}

#details h2 {
width: 400px;
}

#gallery_holder {
float: right;
width: 315px;
}

    #product #gallery {
        background: url(/images/images.png);
        width: 315px;
        height: 399px;
        text-align: center;
        float: right;
        position: relative;
        }

#detail_image {
position: relative;
padding-top: 25px;
}
        #product #detail_image a.zoom_link {
            display: block;
            width: 25px;
            height: 25px;
right: 20px;
top: 25;
            position: absolute;
            top: 20px;
            right: 20px;
            text-indent: -9999px;
            background: url(/images/btn_zoom_link.png) no-repeat;

            }
        #gallery_thumbs {
            width: 315px;
            text-align: center;
            }
            #gallery_thumbs ul {
                text-align: center;
                list-style: none;
                }
                #gallery_thumbs li {
                    text-align: center;
                    padding: 3px;
                    display: inline;
                    }
    #product #related {
        width: 400px;
        float: left;
        margin: 20px 0 0 0;
        }
        #product #results {
            margin: 10px 0 0 0;
            }


.quantity .text {
margin-right: 10px;
background: #000;
color: #FFF;
border: 1px solid #999;
}

#details {
width: 400px;
float: left;
}

#brand_info {
background: #000;
width: 319px;
margin: 20px 0;
float: left;
}

#brand_logo {
float: left;
}

#brand_copy {
}

.paging {
border-top: 1px solid #666;
text-align: right;
float: left;
width: 800px;
clear: left !important;
}

.paging a {
font-size: 13px;
text-decoration: none;
color: #CCC;
}


#related .product {
width: 125px;
}

#related #results {
margin: 0;

}

#related dl {
margin-left: 0;
margin-top: 15px;
margin-right: 8px;

}

#related dd.thumbnail {
display: table-cell;
vertical-align: middle;
text-align: center;
background: url(/images/product.png);
padding-top: 24px;
width: 125px;
}

#related .product .thumbnail {
height: 200px;
}

#related .featured_title {
width: 125px;
}


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

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

    #checkout_progress {
        margin: 0 0 20px 0;
        }
        #checkout_progress ul {
            list-style: none;
            margin: 0;
            padding: 0;
            }
            #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: #D11515;
                color: #FFF;
                border: 1px solid #FFF;
                }
            #checkout_progress a {
                color: #000;
                font-weight: normal;
                text-decoration: none;
                }
                #checkout_progress a:hover {
                    color: #666;
                    }



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

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

    #basket_table {
        }
        #basket_table table {
            margin: 2px;
            padding: 0;
            }
            #basket_table th {
                background: #D11515;
                color: #FFF;
                font-weight: bold;
                text-align: left;
                padding: 2px 5px;
                border-bottom: 1px solid #FFF;
                }
            #basket_table th.item_name {
                width: 364px;
                }
            #basket_table th.item_price {
                width: 50px;
                }
            #basket_table th.item_qty {
                width: 70px;
                }
            #basket_table th.item_total {
                width: 50px;
                }
            #basket_table th.item_remove {
                width: 60px;
                }
            #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 === */

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



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

#checkin {
    }


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



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

#checkout {
    }

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


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

.checkout-tcs {margin-top:30px;}
.checkout-tcs li.accept {width:100%;float:left;}
.checkout-tcs li.terms {margin-bottom:20px;overflow:scroll;height:250px;width:100%;float:left;}
.checkout-tcs li input {margin-top:2px!important;}



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

#card {
    }



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

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

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



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

#login {
    }
    #login ul {
        margin: 20px 0;
        }
        #login li {
            margin: 0 0 10px 0;
            }
            #login label {
                width: 90px;
                float: left;
                margin: 5px 0 0 0;
                }
            #login #input_submit {
                margin: 0 0 0 90px;
                }
    #login #login_help {
        margin: 0 0 0 90px;
        }



/*
========================================================================
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 {
    }
    #account ul {
        }
        #account li {
            margin: 0 0 8px 0;
            }
            #account label {
                float: left;
                }
    #account fieldset.details label {
        width: 90px;
        }
    #account fieldset.details #input_submit {
        margin: 0 0 0 90px;
        }
    #account fieldset.password {
        margin: 50px 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
========================================================================
*/

#page_contact {
    }
    #page_contact #additional {
        width: 50%;
        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;
    border-bottom: 1px solid #660000;
    }
    dl.article dt {
        font-size: 16px;
        }
        dl.article dt a {
            text-decoration: none;
            }



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

#faqs {
    }
    #faq_index dt {
        margin: 20px 0 0 0;
        font-weight: bold;
        }
        #faq_index dt.on {
            }
        #faq_index dt.off {
            }



/*
========================================================================
Client List
========================================================================
*/

#clients {
    }
    #client_index {
        margin: 10px 0 0 0;
        }
        dl.client {
            width: 100%;
            float: left;
            border-bottom: 1px solid #990000;
            padding: 10px 0;
            }
            dl.client dd.thumbnail {
                width: 180px;
                float: left;
                }
            dl.client dt.client_name,
            dl.client dd.summary,
            dl.client dd.website {
                width: 350px;
                float: right;
                margin: 5px 0;
                }
            dl.client dt.client_name {
                margin: 0;
                font-size: 14px;
                }



/*
========================================================================
Jobs
========================================================================
*/

#jobs {
    }
    #job_index {
        margin: 10px 0 0 0;
        }
        dl.job {
            width: 100%;
            float: left;
            border-bottom: 1px solid #990000;
            padding: 10px 0;
            }
            dl.job dt.job_title {
                font-size: 14px;
                }
            dl.job dd.salary,
            dl.job dd.salary span {
                font-size: 14px;
                }
            dl.job dd.summary {
                margin: 10px 0 0 0;
                }
            dl.job dd.requirements {
                margin: 10px 0 0 0;
                }
            dl.job h3 {
                font-weight: bold;
                }
#job {
    }
    #job #thumbnail {
        float: right;
        margin: 0 20px 20px 0;
        }
    #job h3 {
        margin: 20px 0 0 0;
        }



/*
========================================================================
Services
========================================================================
*/

#services {
    }
    #services_index {
        margin: 10px 0 0 0;
        }
        dl.service {
            width: 100%;
            float: left;
            border-bottom: 1px solid #990000;
            padding: 10px 0;
            }
            dl.service dt.name {
                font-size: 14px;
                }
            dl.service dd.summary {
                margin: 10px 0 0 0;
                }
            dl.service dd.thumbnail {
                float: left;
                margin: 0 20px 0 0;
                }
#service {
    }
    #service h2 {
        margin: 0 0 10px 0;
        }
    #service #thumbnail {
        float: right;
        margin: 0 0 20px 20px;
        }



/*
========================================================================
Services
========================================================================
*/

#staff {
    }
    #employee_index {
        margin: 10px 0 0 0;
        }
        dl.employee {
            width: 100%;
            float: left;
            border-bottom: 1px solid #990000;
            padding: 10px 0;
            }
            dl.employee dt.name {
                font-size: 14px;
                }
            dl.employee dd.summary {
                margin: 10px 0 0 0;
                }
            dl.employee dd.thumbnail {
                float: left;
                margin: 0 20px 0 0;
                }
#employee {
    }
    #employee h3 {
        margin: 0 0 10px 0;
        }
    #employee #thumbnail {
        float: right;
        margin: 0 0 20px 20px;
        }

#sitemap li {
line-height: 150%;
padding-left: 20px;
}
#sitemap .navigation {display:none;}

#sitemap a {
text-decoration: none;
}


#results .thumbnail {
height: 250px;
width: 250px;
}

#results .thumbnail img {
width: 150px;
}

#related .thumbnail img {
width: 100px;
}

#hot_items dd.thumbnail {
background: url(/images/bg2.png) bottom no-repeat;
}

#brand_info_inner {
padding: 15px;
}

#brand_info img {
padding: 15px 15px 15px 0px;
}


#middle_copy .homepage_promotion .spacer {
width: 100%;
height: 100%;
}

#middle_copy a {
text-decoration: none;
}

#middle_copy .signup_image {
color: #FFF;
}

#topic #results {
width: 100%;
float: left;
}

#checkout #details {
width: 100%;
float: left;
}

#checkout #delivery {
width: 100%;
float: left;
}

#checkout #details h2 {
float: left;
}

/* Account */
fieldset.password { background: transparent; border: none; }
#account h3 { font-size: 16px; font-weight: normal; }

/* Send To Friend */
#form-sendtofriend label {width:100px;float:left;}
#form-sendtofriend .submit {}