/**
 * @created on 2008.04.14
 * @author Mike Kelly
 * @contact mike.kelly@wiredmedia.co.uk
 *
 * FONTS
 * All titles nav, bold, etc - Helvetica
 * Rest - Arial
 *
 * COLOURS
 * Text black : 585757
 * Text black darker : 454545
 * Link blue : 369ada
 * Link hover yellow : ffe700
 * Link visited blue : 338fc9
 * Borders grey : cccccc
 * h1 background colour : 105781
 **/

/* Text and stuff */

* {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #585757;
}

body {
    width: 100%;
    min-width: 950px;
    height: auto;
    background-color: #fff;
}

a {
    color: #369ada;
    text-decoration: underline;
}

a:visited {
    color: #338fc9;
}

a:hover {
    color: #338fc9;
    text-decoration: none;
}

a img {
    border: 0;
}

hr {
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #cccccc;
}

.content hr {
    margin-bottom: 10px;
}

strong {
    color: #454545;
    font-size: 105%;
    font-weight: bold;
}

.content ul {
    margin-left: 10px;
    list-style: disc outside;
}

    .content li {

    }

.content p,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content ul,
.content table {
    margin-bottom: 10px;
}

.content p {
    line-height: 14px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-family: Helvetica, Arial, Verdana;
}

h1 {
    color: #454545;
    font-size: 200%;
    font-weight: normal;
}

h1 span {
    font-size: 100%;
}

h1 b {
    font-size: 100%;
    color: #e42700;
}

h1 a {
    color: inherit;
    font-size: 100%;
    text-decoration: none;
}

h1 a:hover {
    text-decoration: underline;
}

h2 {
    color: #454545;
    font-size: 175%;
    font-weight: normal;
}

h2 span {
    font-size: 100%;
}

h2 a {
    color: inherit;
    font-size: 100%;
    text-decoration: none;
}

h2 a:hover {
    text-decoration: underline;
}

h3 {
    color: #454545;
    font-size: 150%;
    font-weight: normal;
}

h3 span {
    font-size: 100%;
}

h3 a {
    color: inherit;
    font-size: 100%;
    text-decoration: none;
}

h3 a:hover {
    text-decoration: underline;
}

h4 {
    color: #454545;
    font-size: 125%;
    font-weight: normal;
}

h4 a {
    color: inherit;
    font-size: 100%;
    text-decoration: none;
}

h4 a:hover {
    text-decoration: none;
}

/* FORM STUFF */

fieldset {
    border: 1px solid #cccccc;
}

legend {
    color: #454545;
    font-size: 175%;
    font-weight: normal;
    margin-bottom: 10px;
}

label {
    width: 130px;
    float: left;
    margin-right: 10px;
    clear: left;
}

.input {
    text-align: left;
}

	.frm_txt {
        width: 280px;
	    padding: 5px;
	    border-right: 1px solid #f3f3f3;
	    background: #fff url( ../../image/png/bg.form.input.png ) no-repeat top left;
	    color: #454545;
	    font-weight: bold;
	    vertical-align: middle;
	    margin-bottom: 20px;
	}

	*html .frm_txt {
               width: 270px;
	}

	#col_left .frm_txt {
	   width: 200px;
	}

	#col_right .frm_txt {
	   width: 145px;
	   color: #aaa;
	}

	.row_qty .frm_txt {
	   margin-bottom: 0px;
	}

	.frm_rad {
	    padding: 5px;
	    vertical-align: middle;
	}

	textarea {
        width: 280px;
        height: 100px;
	    padding: 5px;
	    border-right: 1px solid #f3f3f3;
	    background: #fff url( ../../image/png/bg.form.input.png ) no-repeat top left;
	    color: #454545;
	    font-weight: bold;
	    vertical-align: baseline;
	}

	select {
	    width: 292px;
	    padding: 5px;
	    background-color: #fff;
	    color: #454545;
	    font-weight: bold;
	    vertical-align: middle;
	}

	* html select {
	    width: 275px;
	}

	.input select {
		margin-bottom: 10px;
	}

	#col_left select {
	   width: 200px;
	}

	#col_right select {
	   width: 160px;
	}

.submit {

}

    .submit input {
	    width: auto;
	    text-align: left;
	    height: 30px;
	    line-height: 30px;
	    padding: 0 5px;
	    padding-right: 27px;
	    background: #0C6832 url( ../../image/png/bg.form.button.png ) no-repeat 90% 50%;
	    color: #fff;
	    border: none;
	    font-weight: bold;
	    vertical-align: middle;
	    margin-bottom: 10px;
    }

    .cancel input {
	    width: auto;
	    text-align: right;
	    height: 30px;
	    line-height: 30px;
	    padding: 0 5px;
	    padding-left: 27px;
	    background: #cccccc url( ../../image/png/bg.form.button.cancel.png ) no-repeat 10% 50%;
	    color: #666;
	    border: none;
	    font-weight: bold;
	    vertical-align: middle;
	    margin-bottom: 10px;
    }

    .normal input {
	    width: auto;
	    text-align: center;
	    height: auto
	    padding: 5px;
	    /*margin-bottom: 10px;*/
	    font-weight: bold;
    }

    .row_options input {
        margin-bottom: 0px;
    }

    .submit input.frm_but_auto {
	    width: auto;
    }

    .submit input:hover {
        color: #ffe700;
        background: #0a4523 url( ../../image/png/bg.form.button.hover.png ) no-repeat 90% 50%;
        cursor: pointer;
    }

    .cancel input:hover {
        color: #ffe700;
        background: #666666 url( ../../image/png/bg.form.button.cancel.hover.png ) no-repeat 10% 50%;
        cursor: pointer;
    }

	#col_left .submit input {
	   width: 200px;
	}

	#col_right .submit input {
	   width: 160px;
	}

	#col_right .input input {
	   margin-bottom: 5px;
	}

	.choosepayment input {
	    width: auto;
	    text-align: left;
	    height: 30px;
	    line-height: 30px;
	    padding: 0 5px;
	    padding-right: 27px;
	    background: #49AAE5 url( ../../image/png/bg.choosepayment.button.png ) no-repeat 90% 50%;
	    color: #fff;
	    border: none;
	    font-weight: bold;
	    vertical-align: middle;
	    margin-bottom: 10px;
    }

    .choosepayment input:hover {
        color: #ffe700;
        background: #558AA3 url( ../../image/png/bg.choosepayment.button.hover.png ) no-repeat 90% 50%;
        cursor: pointer;
    }

.required_indicator {
    color: #e42700;
    padding-right: 20px;
}

.unrequired_indicator {
    color: #fff;
    padding-right: 20px;
}

span.help {
	font-weight: bold;
}

#col_right span.help {
	display: block;
	text-align: left;
	margin-bottom: 5px;
}

/* LAYOUT */

#page {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 950px;
	height: auto;
	margin-left: -475px;

	/*background-color: pink;*/
	}

* html #page {

    }

    #header {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 125px;
        z-index: 200;
        overflow: hidden;

        /*background-color: yellow;*/
        }

        #header_inner {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;

            /*background-color: red;*/
            }

            #logo {
                position: absolute;
                left: 0px;
                top: 10px;
                width: 257px;
                height: 61px;

                /*background-color: black;*/
                }

            #cart,
            #contact {
                overflow: hidden;
                position: absolute;
                }

            #cart {
            	top: 30px;
                right: 200px;
                width: 325px;
				height: 25px;
                /*background-color: purple;*/
                }

            #contact {
            	top: 30px;
                right: 0px;
                width: 190px;

                /*background-color: pink;*/
                }

            #nav_main {
                position: absolute;
                left: 0px;
                bottom: 0px;
                width: 100%;
                height: 40px;
                overflow: hidden;
                z-index: 100;

                /*background-color: pink;*/
                }

    #main {
        width: 100%;
        height: auto;
        top: 135px;
        position: absolute;
        z-index: 100;

        /*background-color: purple;*/
        }

        #main_inner {
            padding-left: 230px;
            padding-right: 190px;
            overflow: hidden;

            /*background-color: yellow;*/
            }

        * html #main_inner {

            }

            #main_inner .col {
                position: relative;
                float: left;
            }

            #main #col_centre {
                width: 100%;
                padding-top: 10px;

                /*overflow: hidden;*/
                /*background-color: blue;*/
                }

            * html #main #col_centre {
                width: 510px;
                }

                #main #col_centre .col_centre {
                    margin-bottom: 10px;
                    }
                

                #main #col_centre .box {
                    margin-bottom: 15px;
                    }

                #main #col_centre .curvy_all {
                    margin-bottom: 30px;
                    }

                    #main #col_centre .curvy_all h1 {
                        padding-left: 10px;
                        }

                #main #col_centre .content {
                    padding-bottom: 1px;
                    }

            #main #col_left {
                width: 230px;
                right: 230px;
                margin-left: -100%;

                /*overflow: hidden;*/
                /*background-color: red;*/
                }

            /*** IE Fix ***/
            * html #main #col_left {
                left: 190px;
                right: 230px;
                margin-left: -930px;
            }

            * html #main .home #col_left {
                margin-left: -930px;
            }

                #main #col_left .col_left {
                    margin-right: 10px;
                    margin-bottom: 10px;
                    }

                #main #col_left .box {
                    margin-bottom: 15px;
                    margin-top: 5px;
                    }

                #main #col_left .content {
                    padding: 10px;
                    }

            #main #col_right {
                width: 190px;
                margin-right: -100%;

                /*overflow: hidden;*/
                /*background-color: purple;*/
                }

                #main #col_right .col_right {
                    margin-left: 10px;
                    margin-bottom: 10px;
                    }

                #main #col_right .box {
                    margin-bottom: 15px;
                    margin-top: 5px;
                    }

                #main #col_right .content {
                    padding: 10px;
                    }

        #footer {
            margin-top: -10px;
            }

            #copyright {
                padding: 10px 0;
                }

            #nav_util {
                padding: 10px 0;
                }

            #payment_options {
                padding: 10px 0;
                }                   

        * html #footer {
            float: left;
			position: relative;
			width: 100%;
			padding-bottom: 10010px;
			margin-bottom: -10000px;
			background: #FFF;         /*** Same as body background ***/

            }

/* CONTENT */

#page {

    }

    /* header */

    #header {

        }

        #header_inner {

            }

            #header_inner h3 {
                font-weight: bold;
                }

            #cart {

                }

            #contact {

                }

                #cart *,
                #contact * {
                    font-weight: bold;
                }

                #cart ul {
                    list-style: none outside;
                }

                #contact ul {
                    list-style: none outside;
                    text-align: right;
                }

                    #cart li {
                        float: left;
                        padding-right: 5px;
                        height: 25px;
                        line-height: 25px;
                    }

                    #contact li {

                    }

                        #cart a {
                            text-decoration: none;
                            padding-left: 5px;
                        }

                        #cart a:hover {
                            text-decoration: underline;
                        }

                        #contact strong {
                            color: #217297;
                            font-size: 120%;
                        }

                        #contact a {
                            text-decoration: none;
                        }

                        #contact a:hover {
                            text-decoration: underline;
                        }

                        #cart li.last a {
                            border-left: 1px solid #585757;
                        }

            #nav_main {
                /*background: #217297 url( ../../image/png/bg.nav_main_div.repeat.png ) repeat-x;*/
                /*background: #217297 url( ../../image/png/bg.nav_main.png ) no-repeat;*/
                background: url( ../../image/png/bg.nav_main_pale.png ) no-repeat;
                }

                #nav_main .inner {
                    /*background: transparent url( ../../image/gif/bg.nav_main.cover.gif ) no-repeat;
                    height: 100%;
                    width: 100%;*/
                    padding-left: 55px;
                    }

                * html  #nav_main .inner {
                    padding-left: 10px;
                    }

                    #nav_main ul {
                        list-style: none outside;
                    }

                        #nav_main li {
                            float: left;
                            display: block;
                            height: 40px;
                            line-height: 40px;
                            margin-right: 1px;
                            background: #2a6d91 url( ../../image/png/bg.nav_main.repeat.png ) repeat-x;
                        }

                       * html  #nav_main li {
                            /*width: 130px;*/
                        }

                        #nav_main li:hover,
                        #nav_main li.selected {
                            background: #558aa3 url( ../../image/png/bg.nav_main.repeat.hover.png ) repeat-x;
                        }

                            #nav_main a {
                                display: inline-block;
                                height: 40px;
                                line-height: 40px;
                                padding: 0 20px;
                                color: #fff;
                                text-decoration: none;
                                font-size: 125%;
                                font-weight: bold;
                            }

                            * html #nav_main a {
                                /*width: 150px;*/
                                font-size: 105%;
                                text-align: center;
                            }

                            #nav_main a:hover,
                            #nav_main li.selected a {
                                color: #fff;
                                background: transparent url( ../../image/gif/bg.nav_main.hover.gif ) no-repeat 50% 100%;
                            }

    /* main */

    #main {

        }

        #main_inner {

            }

            /* main recyclable bits */

                /* BOXES */

                .box {

                    }

                    .box h3 {
                        height: 25px;
                        line-height: 25px;
                        overflow: hidden;
                        }

                        .box h3 a {
                            display: block;
                            overflow: hidden;
                            *padding-top: 5px;
                            overflow: hidden;
                            cursor: default;
                            }
                        .box h3 a:hover{
                          text-decoration:none;
                        }

                            .box h3 a span {
                                display: block;
                                overflow: hidden;
                                padding-left: 10px;
                                font-size: 80%;
                                color: #454545;
                                }
                                
                                .box h3 a span.text{
                                  margin-top:-3px;
                                  color:#ffffff;
                                  font-weight:bold;
                                  /*font-size:80%;*/
                                }

                                .box h3 a span img {

                                    }

                    .box .inner {
                        border: 1px solid #ccc;
                        background-color: #fff;

                        }

                .box_grey {
                    background: #eaeaea url( ../../image/png/bg.box.header.grey.png ) repeat-x;
                    }

                    .box_grey h3 {

                        }

                        .box_grey h3 a {

                            }

                            #col_centre .box_grey h3 a span {
                                background-position: 98% 0%;
                                }

                    .box_grey .inner {

                        }

                .box_blue {
                    background: #39a4e8 url( ../../image/png/bg.box.header.blue.png ) repeat-x;
                    }

                    .box_blue h3 {
                        /*border: 1px solid #3eb3fd;*/
                        }

                        .box_blue h3 a {

                            }

                    .box_blue .inner {
                        background-color: #ececec;
                        }

                        .box_blue .inner select {
                            background-color: #ececec;
                            }

                .box_red {
                    background: #e42700 url( ../../image/png/bg.box.header.red.png ) repeat-x;
                    }

                    .box_red h3 {
                        /*border: 1px solid #e42700;*/
                        }

                        .box_red h3 a {

                            }

                    .box_red .inner {
                        background-color: #ececec;
                        }

                        .box_red .inner select {
                            background-color: #ececec;
                            }

                .box_bluedark {
                    background: #277a9e url( ../../image/png/bg.box.header.bluedark.png ) repeat-x;
                    }

                    .box_bluedark h3 {
                        /*border: 1px solid #277a9e;*/
                        }

                        .box_bluedark h3 a {

                            }

                    .box_bluedark .inner {
                        background-color: #ececec;
                        }

                        .box_bluedark .inner select {
                            background-color: #ececec;
                            }

                /* LINEY LIST used in ecom and help nav */

                .list_liney ul {
                    margin: 0;
                    padding: 0;
                    list-style: none outside;
                    }

                .list_liney_split ul {
                    overflow: auto;
                    background: transparent url( ../../image/png/bg.dotted.png ) repeat-y 50% 0%;
                    }

                * html .list_liney_split ul {
                    padding-bottom: 25px;
                    }

                    .list_liney li {
                        margin: 0;
                        padding: 0;
                        }

                    .list_liney_split li {
                        width: 50%;
                        float: left;
                        }

                    * html .list_liney_split li {
                        width: 49%;
                        }

                        .list_liney li a {
                            display: block;
                            width: auto;
                            line-height: 25px;
                            padding: 0 10px;
                            border-bottom: 1px dotted #ccc;
                            text-decoration: none;
                            font-weight: bold;
                            }

                        .list_liney li a:hover {
                            color: #ffe700;
                            background-color: #558aa3;
                            border-bottom: 1px dotted #ffe700;
                            }

                /* PRODUCT BOX best sellers and such */

                .ecom_product_list {
                    clear: left;
                    }

                    .ecom_product_list .inner {

                        }

                        .ecom_product_list ul {
                            list-style: none outside;
                            overflow: hidden;
                            }

                            .ecom_product_list li {
                                float: left;
                                width: 131px;
                                overflow: hidden;
                                text-align: center;
                                border-right: 1px dotted #ccc;
                                }

                            * html .ecom_product_list li {
                                width: 127px;
                                }

                                .ecom_product_list li a {
                                    display: block;
                                    padding: 5px;
                                    height: 140px;
                                    overflow: hidden;
                                    text-decoration: none;
                                    color: #369ada;
                                    font-weight: bold;
                                    }

                                    .ecom_product_list li a span {
                                        display: block;
                                        text-decoration: none;
                                        color: #369ada;
                                        }

                                    .ecom_product_list li a .product_title {
                                        padding-bottom: 5px;
                                        }

                                    .ecom_product_list li a .product_img {
                                        padding-bottom: 5px;
                                        }

                                    .ecom_product_list li a .product_price {
                                        color: #454545;
                                        margin-left: 200px;
                                        display: block;
                                        }
                                        
                                    .ecom_product_list li a .product_price_intro {
                                        color: #454545;
                                        }

                                .ecom_product_list li a:hover {
                                    color: #ffe700;
                                    background-color: #558aa3;
                                    }

                                    .ecom_product_list li a:hover span {
                                        color: #ffe700;
                                        }

                                    .ecom_product_list li a:hover .product_title {

                                        }

                                    .ecom_product_list li a:hover .product_img {

                                        }

                                    .ecom_product_list li a:hover .product_price {

                                        }
                                    .ecom_product_list li a:hover .product_price_intro {

                                        }

                /* PRODUCT ORDERING */

                .ecom_nav_order {
                    padding: 10px;
                    }

                /* PRODUCT PAGINATION */

                .ecom_nav_pagination {
                    padding: 10px;
                    }

                    .ecom_nav_pagination p {
                        font-weight: bold;
                        color: #454545;
                        }

                    .ecom_nav_pagination b {
                        font-weight: bold;
                        color: #b0b0b0;
                        }

                    .ecom_nav_pagination a {
                        font-weight: bold;
                        text-decoration: none;
                        }

                    .ecom_nav_pagination a:hover {
                        text-decoration: underline;
                        }

                /* PRODUCT RESULTS */

                .ecom_product_results .inner {

                    }

                    .ecom_product_results ul {
                        list-style: none outside;
                        overflow: hidden;
                        }

                        .ecom_product_results li {
                            border-top: 1px dotted #ccc;
                            }

                        * html .ecom_product_results li {
                            clear: left;
                            height: 130px;
                            }

                            .ecom_product_results li a {
                                display: block;
                                padding: 10px;
                                overflow: hidden;
                                text-decoration: none;
                                color: #369ada;
                                font-weight: bold;
                                }

                            * html .ecom_product_results li a {
                                height: 130px;
                                }

                                .ecom_product_results li a span {
                                    text-decoration: none;
                                    color: #369ada;
                                    }

                                .ecom_product_results li a .product_img {
                                    width: 100px;
                                    height: 100px;
                                    float: left;
                                    overflow: hidden;
                                    margin-right: 10px;
                                    }

                                .ecom_product_results li a .product_title {
                                    padding-bottom: 5px;
                                    display: block;
                                    }

                                .ecom_product_results li a .product_desc {
                                    color: #585757;
                                    font-weight: normal;
                                    display: block;
                                    padding-bottom: 5px;
                                    }

                                .ecom_product_results li a .product_price {
                                    color: #454545;
                                    }

                                .ecom_product_results li a .product_price_intro {
                                    color: #454545;
                                    float: left;
                                    height: 50px;
                                    margin-right: 10px;
                                    }
                                    
                                .ecom_product_results li a .product_link {
                                    color: #369ada;
                                    text-decoration: underline;
                                    float: right;
                                    margin-right: 50px;
                                    }

                            .ecom_product_results li a:hover {
                                color: #ffe700;
                                background-color: #558aa3;
                                }

                                .ecom_product_results li a:hover span {
                                    color: #ffe700;
                                    }

                                .ecom_product_results li a:hover .product_img {

                                    }

                                .ecom_product_results li a:hover .product_title {

                                    }

                                .ecom_product_results li a:hover .product_desc {
                                    color: #fff;
                                    }

                                .ecom_product_results li a:hover .product_price {

                                    }
                                .ecom_product_results li a:hover .product_price_intro {

                                    }
                                .ecom_product_results li a:hover .product_link {
                                    color: #ffe700;
                                    }

                /* PRODUCT DISPLAY */

                .ecom_product_display .inner {

                    }

                    .ecom_product_display .content {
                        padding: 10px;
                        overflow: auto;
                        }

                        .ecom_product_display .content .product_img {
                            width: 300px;
                            height: auto;
                            overflow: hidden;
                            float: left;
                            margin-right: 10px;
                            }

                        .ecom_product_display .content .product_imgs {
                            display: none;
                            }

                        .ecom_product_display .content ul.product_options {
                            list-style: none outside;
                            }

                            .ecom_product_display .content .product_options li {

                                }

                                .ecom_product_display .content .product_options li a {

                                    }

                                .ecom_product_display .content .product_options li a:hover {

                                    }

                    table.product_table {
                        width: 100%;
                        border-collapse: collapse;
                        }

                        table.product_table th {
                            padding: 10px;
                            text-align: left;
                            font-weight: normal;
                            }

                        table.product_table td {
                            padding: 10px;
                            border-top: 1px dotted #ccc;
                            border-bottom: 1px dotted #ccc;
                            }

                        .row_title {
                            font-weight: bold;
                            color: #454545;
                            }

                        .row_qty {
                            width: 20px;
                            }

                            .row_qty .frm_txt {
                                width: 20px;
                                text-align: center;
                                }

                        .row_price,
                        .row_price_sml {
                            width: 100px;
                            font-weight: bold;
                            color: #9a9a9a;
                            }

                        .row_price_sml {
                            width: 30px;
                            }

                            .row_price strong {
                                color: #e42700;
                                }

                        .row_options,
                        .row_options_sml {
                            width: 120px;
                            text-align: right;
                            }

                            .row_options input {
                                width: 120px;
                                }

                        .row_options_sml {
                            width: 70px;
                            }

                            .row_options_sml input {
                                width: 70px;
                                }

                        .row_discount {
                            color: #e42700;
                            }

               /* curvy list */

               ul.curvy_links {
                   list-style: none outside;
                   margin-right: 10px;
                }

                   ul.curvy_links li {
                       margin: 0;
                       margin-bottom: 20px;
                    }

                       ul.curvy_links li a {
                           display: block;
                           padding: 10px;
                           font-size: 150%;
                           text-decoration: none;
                           *padding-left: 10px;
                        }

                       ul.curvy_links li a:hover {
                           text-decoration: none;
                        }

                       ul.curvy_links_red li {
                           background-color: #e42700;
                        }

                           ul.curvy_links_red li a {
                               background-color: #e42700;
                               color: #fff;
                            }

                           ul.curvy_links_red li a:hover {
                               color: #454545;
                               background-color: #ffe700;
                            }

                       ul.curvy_links_yellow li {
                           background-color: #ffe700;
                        }

                           ul.curvy_links_yellow li a {
                               background-color: #ffe700;
                               color: #454545;
                            }

                           ul.curvy_links_yellow li a:hover {
                               background-color: #e42700;
                               color: #fff;
                            }

           		/* curvy message */

           		.curvy_message {
           			margin: 20px 0px;
           			}

           		.curvy_message,
           		.curvy_message p,
           		.curvy_message li {
           			color: #e42700;
           			font-weight: bold;
           			}

           		.curvy_message_error,
           		.curvy_message_error p,
           		.curvy_message_error li {
           			color: #e42700;
           			font-weight: bold;
           			}

           		.curvy_message p,
           		.curvy_message_error p {
           			}

           		.curvy_message li,
           		.curvy_message_error li {
           			}

            /* left column */

            #col_left {

                }

                #col_left #nav_ecom {

                    }

                    #col_left #nav_ecom .inner ul {
                        padding: 10px 0px;
                        }

                        #col_left #nav_ecom .inner a {
                            font-size: 112%;
                            }

                * html #col_left .box {
                    /*width: 130px;*/
                    }

                            * html #col_left .box h3 a span {
                                width: 220px;
                                }

                #col_left #nav_highlight {

                    }

                    #col_left #nav_highlight .inner a {
                        border: 2px solid #f2f2f2;
                        overflow: hidden;
                        display: block;
                        }

                    #col_left #nav_highlight .inner a:hover {
                        border: 2px solid #ffe700;
                        }

                        #col_left #nav_highlight .inner img {   /* dodgy hack to remove some white space from bottom */
                            margin-bottom: -3px;
                            }

                #col_left #nav_help {

                    }

                    #col_left #nav_help .inner a {
                        line-height: 15px;
                        padding: 10px;
                        padding-left: 48px;
                        background: #fff url( ../../image/png/icon.help.png ) no-repeat 10px 50%;
                        }

                    #col_left #nav_help .inner a:hover {
                        background: #558aa3 url( ../../image/png/icon.help.hover.png ) no-repeat 10px 50%;
                        }

            /* centre column */

            #col_centre {

                }
                
                #col_centre .col_centre_half {
                    width: 250px;
                    float: left;
                    }
                    
                html[xmlns] #col_centre .col_centre_half {
                    width: 260px;
                    }
                    
                    #col_centre .col_centre_half .inner {
                        overflow: hidden;
                        }

                #col_centre .col_centre_half_left {
                    margin-right: 10px;
                    }

                #col_centre .col_centre_half_right {
                    }

                #col_centre #search_sml {
                    height: 50px;
                    *height: 35px;
                    line-height: 50px;
                    *line-height: 35px;
                    padding: 0 10px;
                    background: #ffdb00 url( ../../image/png/bg.product_search.png ) no-repeat 0% 0%;
                    }

                    #col_centre #search_sml .inner {
                        *padding-top: 5px;
                        }

                    #col_centre #search_sml h3 {
                        float: left;
                        width: 150px;
                        padding-left: 10px;
                        *margin-top: -3px;
                        color: #454545;
                        }

                    #col_centre #search_sml .frm_txt {
                        width: 245px;
                        *width: 220px;
                        margin-right: 10px;
                        margin-top: 8px;
                        *margin-top: 0px;
                        /*vertical-align: bottom;*/
                        }

                    #col_centre #search_sml .submit input {
                        width: auto;
                        margin-top: 8px;
                        *margin-top: 0px;
                        }

                #col_centre .title {
                    background-color: #105781;
                    padding: 0 10px;
                    }

                    #col_centre .title .inner {

                        }

                        #col_centre .title h1 {
                            color: #fff;
                            }

                #col_centre .ad_large {
                    background-color: #115882;
                    }

                    #col_centre .ad_large a {
                        /*border: 2px solid #115882;*/
                        overflow: hidden;
                        display: block;
                        }

                    #col_centre .ad_large a:hover {
                        /*border: 2px solid #e42700;*/
                        }

                        #col_centre .ad_large img {   /* dodgy hack to remove some white space from bottom */
                            margin-bottom: -3px;
                            }

                #col_centre #nav_ecom_best {

                    }

                #col_centre #nav_ecom_special {

                    }

                #col_centre #nav_ecom_staff {

                    }

                #col_centre #nav_ecom_recent {

                    }

                #col_centre #nav_ecom_categories {

                    }

                #col_centre .category_img {
                    float: right;
                    margin-left: 10px;
                    margin-bottom: 10px;
                    }

                .basket_options {
                    text-align: right;
                    margin-top: 10px;
                    }

                .checkout_backnext {
                	width: 100%;
                	margin-top: 10px;
                }

                	.checkout_backnext table {
                		width: 100%;
                	}

                		.checkout_backnext table .checkout_back {
                			width: 50%;
                		}

                		.checkout_backnext table .checkout_next {
                			text-align: right;
                		}

            /* right column */

            #col_right {

                }

                #col_right .ad_small {
                    background-color: #f2f2f2;
                    }

                    #col_right .ad_small a {
                        border: 2px solid #fff;
                        overflow: hidden;
                        display: block;
                        }

                    #col_right .ad_small a:hover {
                        border: 2px solid #e42700;
                        }

                        #col_right .ad_small img {   /* dodgy hack to remove some white space from bottom */
                            margin-bottom: -3px;
                            }

                * html #col_right .box {
                    /*width: 130px;*/
                    }

                            * html #col_right .box h3 a span {
                                width: 180px;
                                }

                #col_right #search {

                    }

                #col_right #newsletter {

                    }

                    #col_right #newsletter .input {
                        display: block;
                        margin-bottom: 10px;
                        }

                #col_right #country {

                    }

                #col_right #secure {

                    }

                #col_right #delivery {

                    }

    /* footer */

    #footer {
        border-top: 1px solid #ccc;
        overflow: auto;
        }
        
        #footer #footer-statement p{
          margin-top: 10px;
          float:left;
          color:#9E9E9E;
        }
        #footer #footer-statement strong{
          color:#9E9E9E;
        }

        #footer #copyright {
            width: 80%;
            margin-top: -34px;
            }

            #footer #copyright .inner {

                }

        #footer #nav_util {
          clear:both;
            }

            #footer #nav_util .inner {
                text-align: left;
                padding-left: 360px;
                }

                #footer #copyright .inner ul,
                #footer #nav_util .inner ul {
                    list-style: none;
                    border-left: 1px solid #ccc;
                    clear: left;
                    }

                #footer #nav_util .inner ul {
                    border-left: none;
                    }

                    #footer #copyright .inner ul li,
                    #footer #nav_util .inner ul li {
                        display: inline;
                        padding: 0 10px;
                        border-right: 1px solid #ccc;
                        color: #9e9e9e;
                        }

                        #footer #copyright .inner ul li a,
                        #footer #nav_util .inner ul li a {

                            }

        #footer #credits {

            }

            #footer #credits .inner {
                text-align: left;
                }

                #footer #credits .inner ul {
                    list-style: none;
                    clear: left;
                    }

                    #footer #credits .inner ul li {
                        display: inline;
                        padding: 0 10px;
                        color: #9e9e9e;
                        }

        #footer #payment_options {
        	margin-top: -34px;
            }

            #footer #payment_options .inner {
                text-align: right;
                }

                #footer #payment_options .inner p {

                    }

                #footer #payment_options .inner ul {
                    list-style: none;
                    clear: left;
                    }

                    #footer #payment_options .inner ul li {
                        display: inline;
                        padding: 0 10px;
                        }

/* extras */

.hidden {
    display: none;
    }

#tooltip {
	position: absolute;
	z-index: 3000;
	width: 200px;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	}
#tooltip h3, #tooltip div {
	margin: 0;
	font-size: 12px;
	}
	
	
	
.fullprice {
	font-weight: bold !important;
	text-decoration: line-through !important;
	color: #454545 !important;
}

.price {
	font-weight: bold !important;
	color:#E42700 !important;
}

.saving {
	font-weight: bold !important;
	color: #454545 !important;
}

