/* Stylesheet for NetCoins.co.uk */


/* Global */

body
{
    color: #6AF;
    background: #FFF;

    font-family: helvetica, tahoma, verdana, sans-serif;
}

a img { border: none; }

a:visited { color: #009; }

dt
{
    color: #009;
    font-weight: bold;
}

em
{
    font-style: normal;
    color: #009;
}

h1, h2, h3, strong, th { color: #009; }

h3
{
    padding-top: 1em;
}


/* Header */

.header
{
    width: 99.7%; /* Prevents horizontal scrolling in IE */
    height: 5em;

    border: 1px solid #6AF;

    overflow: hidden;
}

.header h1
{
    float: left;

    width: 30%;
    height: 100%;
    margin: 1ex 0 0 1ex;

    font-size: 3em;

    color: #6AF;
    background: #FFF;
}

.header h1 a:link, .header h1 a:visited
{
    text-decoration: none;
    color: #6AF;
}

.address_space
{
    float: right;

    width: 21em;
    height: 100%;

    color: #FFF;
    background: #6AF;

    font-size: large;
    font-style: normal;
}

.header address
{
    padding: 1.3em;
    text-align: center;
}



/* Image space (right) */

.image_space
{
    float: right;
    width: 250px;
    padding: 1em 0 0 1em;
    margin-bottom: 0;
}

.image_space p
{
    margin-bottom: 0;
}

.image_space img
{
    width: 100%;
}



/* Main content boxes */

.main_space
{
    float: right;
    width: 100%;
    margin: 0 -250px;
    padding-top: 1em;
}

.content_space
{
    margin: 0 250px;
}



/* Navigation sidebar */

.sidebar
{
    width: 200px;
    min-height: 400px; /* Need to use height for IE */

    margin-top: 1.5em;

    color: #FFF;
    background: #006;
}

.sidebar a:link, .sidebar a:visited
{
    color: #FFF;
    text-decoration: none;
}

.sidebar a:hover
{
    text-decoration: underline;
}

.sidebar hr
{
    border: none;
    border-top: 1px solid #FFF;
}

.navigation
{
    padding: 0.5em;
    margin: 0;
}

.navigation li
{
    list-style-type: none;
    padding: 0.4em;
}

.navigation li.current
{
    font-weight: bold;
}


/* Footer */

.footer
{
    clear: both;
    width: 100%;

    padding-top: 1em;

    text-align: center;
}

.footer hr
{
    border: 1px solid #6AF;
    border-bottom: none;
}



/* General form/table setup */

.fix_labels label
{
    width: 7em;
    float: left;
}


table
{
    width: 100%;
}

th, td
{
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
}


/* Add, edit and details table */

.item_details th, .item_details td
{
    text-align: left;
    padding: 0.5em;
}

.item_details th
{
    width: 10em;
}

.item_details form, .item_details p
{
    display: inline;
}

.item_details input
{
    vertical-align: middle;
}


/* Editing data tables */

.item_list td, .item_list th
{
    text-align: center;
    padding: 0.3em;
}

.item_list p, .item_list form
{
    margin: 0;
}

.item_list .admin
{
    width: 220px;
}


/* Order form table */

.order_form
{
    margin-bottom: 1em;
    width: 85%;
}

.order_form th
{
    width: 10em;
    text-align: right;
    padding-right: 0.5em;
}

.order_form #address1, .order_form #address2, .order_form #email
{
    width: 24em;
}

.order_form #zip
{
    width: 6em;
}


p.order_form
{
    text-align: center;
}

p.order_form button
{
    width: 5em;
    height: 2em;
    font-size: large;
    color: #009;
}


/* Shopping cart table */

.cart_items
{
    width: 85%;
}

.cart_items tbody th
{
    text-align: right;
    border-bottom: none;
}

.cart_items th, .cart_items td
{
    padding: 0.5em;
}

.cart_items p, .cart_items form
{
    margin: 0;
}

.cart_items .not_available, .cart_items .not_available a
{
    color: #666;    
}

/* Error reporting bits */

.error_field
{
    border: 1px solid #F00;
}

.error_message
{
    color: #F00;
}

.http_error_message
{
    color: #333;
    font-size: small;
}



/* Miscellaneous */

.links dd
{
    padding-bottom: 1em;
}


/* Print stylesheet */

@media print
{
    .header, .footer, .image_space, .sidebar, .noprint
    {
        display: none;
    }

    .main_space, .content_space
    {
        margin: 0;
    }

    .address_space
    {
        font-size: small;
    }
}