/*@import "pcdtr/styles.css";

/*-----------------------------------------------------------------------------
version:	1.0
author:		John Anderson
email:		janderson@soaringpenguin.co.uk
website:	http://www.soaringpenguin.co.uk/
date:		2009 March 20


Copyright 2009 Soaring Penguin Ltd. All Rights Reserved
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* hack for forcing scroll bars to stop page jog - 
http://www.splintered.co.uk/experiments/49/ */
html { margin-bottom: 1px; min-height: 100%; }

/* Remove padding and margin on selected elements*/
h1,h2,h3,h4,h5,h6,pre,body,p,div{margin: 0; padding: 0;}

/*debug border on all divs*/
div{
    border: 0px solid #ccc;
}

/* Class for clearing floats */
.clear {
    clear:both;
}
.left {
    float: left;
}
.right {
    float: right;
}

/* Remove border around linked images and fix Firefox odd spaces */
img {
    border: 0;
    vertical-align: bottom;
}
body {
    font-family: Verdana;
    font-size: 12px;
    color: #000000;
    background: #020202 url(../img/bodybg.jpg) no-repeat top left;
}
p.error {
    font-weight: bold;
    color: #a7141e;
    clear: both;
}

/* =Structural
-----------------------------------------------------------------------------*/
    #container {
        width: 951px;
        margin: 0;
        background: url(../img/containerbg.png) repeat-y 79px 17px;
    }
        #header {
            width: 951px;
            height: 90px;
           background: url(../img/header.png) top left no-repeat;
        }
            #main {
                float: left;
                background: url(../img/contentbg.png) no-repeat 235px top;
                
            }
                #navigation {
                    float: left;
                    width: 208px;
                    height: 481px;
                    background: url(../img/navigationbg.png) no-repeat;
                    display: inline;
                    margin-left: 27px;
                }
                #content {
                    float: left;
                    width: 448px;
                    padding: 88px 5px 0 5px;
                }
                #subnav {
                    float: left;
                    width: 254px;
                    height: 481px;
                    background: url(../img/subnavbg.png) no-repeat;
                    position: relative;
                }
            #footer {
                clear: both;
                background: url(../img/footerbg.png) no-repeat 79px top;
                width: 951px;
                height: 327px;
                color: white;
                padding: 0 0 0 114px;
            }
        




/* =Typography
-----------------------------------------------------------------------------*/




/* =Headings
-----------------------------------------------------------------------------*/



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




/* =Branding
-----------------------------------------------------------------------------*/





/* =Main Nav
-----------------------------------------------------------------------------*/
    #navigation ul {
        list-style: none;
        margin: 95px 0 0 39px;
        padding: 0;
        height: 286px;
        width: 168px;
    }
        #navigation ul li {
            padding: 0;
        }
        #navigation ul a {
            font-size: 12px;
            color: black;
            text-decoration: none;
            display: block;
        }
            #navigation a:hover,
            #navigation li.active a
            {
                color: #a7141e;
                font-size: 12px;
            }
        #navigation li#moore {
            margin: 20px 0 0 0;
        }
        #navigation li#freak {
            margin: 19px 0 0 0;
        }
        #navigation li#hunt {
            margin: 20px 0 0 0;
        }
        #navigation li#novels {
            margin: 25px 0 0 0;
        }




/* =Sub Nav
-----------------------------------------------------------------------------*/
    #header ul {
        margin: 0;
        padding: 0;
        list-style: none;
        float: right;
        margin: 70px 82px 0 0;
    }
        #header ul li {
            float: left;
            color: white;
        }
            #header ul li a {
                color: white;
                text-decoration: none;
                padding: 0 5px;
                font-size: 11px;
            }
                #header ul li a:hover {
                    text-decoration: underline;
                }
    #subnav ul {
        margin: 10px 0 0 40px;
        padding: 0;
        list-style: none;
        width: 137px;
    }
        #subnav ul li {
            color: white;
        }
        #subnav ul li.excerpt {
            padding-top: 5px;
        }
        #subnav ul li.read {
            position: absolute;
            top: 378px;
            left: 45px;
            width: 86px;
            height: 26px;
        }

        #subnav ul a {
            text-decoration: none;
            color: white;
            display: block;
            font-weight: bold;
        }
    #blognav {
        float: left;
        width: 430px;
        margin-top: 12px;
    }
        #blognav span.previous {
            float: left;
            width: 215px;
        }
        #blognav span.next {
            float: right;
            width: 215px;
            text-align: right;
        }
        



/* =Main Content
-----------------------------------------------------------------------------*/

/* =Single Product */
    img.singleimage {
        float: left;
        margin: 5px;
        display: inline;
    }
    h2.title {
        font-size: 24px;
        margin-bottom: 7px;
    }
    p.long {
        clear: both;
    }

    #content img {
        float: left;
        margin: 5px;
    }
    #content h2 {
        font-size: 24px;
    }
    .category {
        float: left;
    }
    .categoryitem {
        clear:both;
    }
    .categoryitem h3 {
        font-size: 18px;
        font-weight: bold;
    }
    .categoryitem p.credits {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 7px;
    }
    .categoryitem span.price {
        color: #a7141e;
        font-size: 18px;
        margin-top: 7px;
    }
    .categoryitem p.buyline {
        margin-top: 15px;
        width: 330px;
        float: right;
        
    }
        .categoryitem p.buyline a {
            width: 78px;
            height: 24px;
            line-height: 24px;
            background: url(../img/addtobasketbutton.png) no-repeat bottom left;
            text-decoration: none;
            display: block;
            float: left;
            margin: 0 7px 0 150px;
        }
            .categoryitem p.buyline a:hover {
                background-position: top left;
            }
        .categoryitem p.shippingband {
            float: right;
            margin: 7px 30px 0 0;
            
        }
    #featureproduct img {
        width: 200px;
    }
    #featureproduct #featuredetails {
        float: right;
        width: 235px;
    }
    
    #featureproduct h3 {
        font-size: 18px;
        font-weight: bold;
    }
    #featureproduct p.credits {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 7px;
    }
    #featureproduct span.price {
        color: #a7141e;
        font-size: 18px;
        margin-top: 7px;
    }
    #featureproduct p.featurebuyline {
        float: right;
        width: 228px;
        display: inline;
        margin-right: 7px;
    }
        #featureproduct p.featurebuyline a {
            width: 78px;
            height: 24px;
            line-height: 24px;
            background: url(../img/addtobasketbutton.png) no-repeat bottom left;
            text-decoration: none;
            display: block;
            float: right;
            margin: 7px 0 0 0;

        }
            #featureproduct p.featurebuyline a:hover {
                background-position: top left;
            }
        p.featurebuyline .price {
            float: right;
            width: 100px;
        }
        p.featureshippingband {
            width: 228px;
            text-align: right;
            line-height: 24px;
        }
    a.salelink {
        color: black;
        font-size: 14px;
        line-height: 24px;
        display: block;
        text-decoration: none;
    }
        a.salelink:hover {
            color: #a7141e;
        }
        
/* Basket */
    #basket table {
        width: 430px;
        background-color: white;
        color: #000000;
    }
        #basket tr {
            border-bottom: 1px solid #e1e0dc;
        }
            #basket td.quantity {
                width: 40px;
                font-size: 12px;
            }
                #basket td.quantity input {
                    width: 30px;
                    margin-left: 5px;
                }
            #basket td.product {
                width: 250px;
                font-weight: bold;
            }
                #basket td.product p {
                    margin-left: 2px;
                }
            #basket td.price p {
                font-size: 10px;
                text-align: right;
                margin-right: 10px;
            }
                #basket td.price span {
                    color: #a7141e;
                    font-size: 18px;
                    font-weight: bold;
                    margin-top: 7px;
                    line-height: 30px;
                }
                #basket td.price p {
                    float: right;
                }
                #basket td.price img {
                    margin: 7px 0 20px 0;
                }
            #basket td.subtotalline {
                text-align: right;
                font-size: 12px;
                font-weight: bold;
                font-style: italic;
                height: 30px;
            }
            #basket td#subtotalvalue p {
                text-align: right;
                margin-right: 10px;
                font-weight: bold;
            }
            #basket tr#updatebasket {
                background: #000000 url(../img/updatebasketbg.jpg) repeat-x;
                height: 33px;
                color: #ffffff;
                border-bottom: none;
                padding-bottom: 0px;
                width: 430px;
            }
                    #basket tr#updatebasket td input {
                        color: #ffffff;
                        text-decoration: none;
                        width: 100px;
                        text-align: right;
                        float: right;
                        font-weight: bold;
                        font-size: 12px;
                        display: block;
                        margin-right: 7px;
                        background-color: black;
                        border: 1px solid white;
                    }
                    #basket tr#updatebasket a:hover {
                        text-decoration: underline;
                    }
    p.checkout {
        float: right;
        line-height: 40px;
        margin-right: 24px;       
    }
        p.checkout input {
            background: url(../img/checkoutbutton.png) no-repeat;
            border: 0;
            width: 174px;
            height: 44px;
            color: white;
            line-height: 40px;
        }
    p.keepshopping {
        width: 174px;
        float: right;
        display: inline;
        margin-right: 24px;
    }
        p.keepshopping a {
            display: block;
            width: 174px;
            height: 44px;
            text-align: center;
            color: white;
            line-height: 40px;
            background: url(../img/keepshoppingbutton.png) no-repeat;
            text-decoration: none;
        }
/* Blog */

#blogcontent {
    width: 430px;
}
    #blogcontent h2 {
        margin-bottom: 12px;
    }
    #blogcontent p {
        line-height: 20px;
    }
    #blogcontent p.date {
        font-style: italic;
    }



/* =Secondary Content
-----------------------------------------------------------------------------*/
#otherproducts {
    float: left;
    margin-top: 17px;
}
    #otherproducts img {
        float: none;
    }
        #otherproducts .otherprod {
            float: left;
            width: 140px;
        }
        .otherprod a.cartbutton {
            width: 78px;
            height: 24px;
            line-height: 24px;
            background: url(../img/addtobasketbutton.png) no-repeat bottom left;
            text-decoration: none;
            display: block;
/*            float: right;*/
            margin: 7px 0 0 0;            
        }
            .otherprod a:hover {
                background-position: top left;
            }



/* =Footer
-----------------------------------------------------------------------------*/
    #footercontent {
        padding-top: 230px;
    }
        #footercontent .fineprint {
            width: 400px;
            font-size: 10px;
        }
        #footercontent ul {
            margin: 0 130px 0 0;
            padding: 0;
            list-style: none;
            float: right;
        }
            #footercontent  ul li {
                float: left;
            }
                #footercontent  ul li a {
                    color: white;
                    text-decoration: none;
                    padding: 0 5px;
                    font-size: 10px;
                }
                    #footercontent ul li a:hover {
                        text-decoration: underline;
                    }
        #footercontent .credits {
            margin: 55px 180px 0 0;
            clear: both;
            font-size: 10px;
            height: 20px;
        }


/* =Forms
-----------------------------------------------------------------------------*/
    #addressform {
        width: 430px;
        float: left;
        margin-top: 15px;
    }
        #addressform p {
            float: left;
            margin-bottom: 7px;
        }
            #addressform p label {
                float: left;
                width: 145px;
                font-weight: bold;
            }
            #addressform input {
                float: left;
                width: 250px;
                margin-left: 25px;
            }
            #addressform textarea {
                float: left;
                width: 250px;
                margin-left: 25px;
                
            }
            #addressform p.submit {
                float: right;
                width: 174px;
                margin-right: 20px;
                display: inline;
            }
                #addressform p.submit input {
                    display: block;
                    width: 174px;
                    height: 44px;
                    text-align: center;
                    color: white;
                    line-height: 40px;
                    background: url(../img/keepshoppingbutton.png) no-repeat;

                    border: 0;
                }




/* =Tables
-----------------------------------------------------------------------------*/

table {
   border-spacing: 0;
    border-collapse: collapse;
}

td {
   text-align: left;
   font-weight: normal;
}
    table#order {
        margin-top: 12px;
    }
    table#shipping {
        clear: both;
        width: 430px;
        margin-top: 20px;
        font-size: 12px;
    }
        table#shipping th {
            background-color: #a7141e;
            color: white;
            height: 20px;
            border-right: 1px solid white;
        }
        table#shipping th.band {
            width: 190px;
            text-align: left;
        }
        table#shipping th.uk {
            width: 80px;
        }
        table#shipping th.eu {
            width: 80px;
        }
        table#shipping th.row {
            width: 80px;
        }
        table#shipping td {
            text-align: center;
        }
    table#shippingcosts {
        margin-top: 12px;
        text-align: left;
    }
        table#shippingcosts th.band p {
            margin-left: 5px;
        }
        table#shippingcosts th.charge p {
            margin-right: 10px;
            text-align: right;
        }
        table#shippingcosts td p.cost {
            text-align: right;
            margin-right: 10px;
        }
        table#shippingcosts td.shippingbandlabel p {
            margin: 2px 0 2px 5px;
        }
    #checkout table {
        width: 430px;
        margin-top: 20px;
        font-size: 12px;
        border: 0px solid black;
    }
        #checkout table tr {
            height: 25px;
        }
        #checkout table td {
            border: 1px solid black;
        }
            #checkout table td.subline {
                text-align: right;
            }
            #checkout table td.quantity {
                width: 20px;
            }
            #checkout table td.product {
                width: 309px;
            }
            #checkout table td.price {
                float: right;
                font-weight: bold;
                width: 100px;
                text-align: right;
                line-height: 27px;
            }


/* =Misc 1
-----------------------------------------------------------------------------*/
p#terms {
    clear: both;
    margin-top: 12px;
}
    p#terms a {
        color: #a7141e;
        text-decoration: none;
    }
        p#terms a:hover {
            text-decoration: underline;
        }
p#paypal {
    margin-top: 12px;
}


/* =Misc 2
-----------------------------------------------------------------------------*/


