/* ############################## GENERAL DEFAULTS ############################## */

/* === body - margins & background === */
body, td {
    background-color: #242424;

    font-family: verdana, arial;
    font-size: 10px;
    font-weight: normal;

    color: #bbbbbb;

    cursor: default;
}

/* === body - links === */
a {
    color: #bbbbbb;
    text-decoration: none;
}
a:hover {
    color: #ffffff;
}

/* ############################## DETECTION ############################## */

/* === table cell - detection message - general === */
span.box {
    font-size: 12px;
}

/* === table cell - detection message - links === */
span.box a {
    color: #edaa37;
}
span.box a:hover {
    color: #ffffff;
}

/* ############################## OILSANDS FORM ############################## */

/* === description text === */
div.description {
    text-align: justify;
}

/* === dvd image === */
img.dvd {
    margin: 0px 0px 0px 10px;
    border: 1px solid #bfbfbf;
}

/* === order form table === */
table.order_form_table {
    border: 1px solid #edaa37;
    border-collapse: collapse;
}
table.order_form_table td {
    background-color: #323232;
}

/* === order form fields === */
form.order_form input {
    background-color: #404040;
    border: 1px solid #bfbfbf;

    font-family: verdana, arial;
    font-size: 10px;
    font-weight: normal;

    color: #e8e8e8;
}

form.order_form input.order_fullname {
    width: 300px;
    cursor: text;
}
form.order_form input.order_company {
    width: 300px;
    cursor: text;
}
form.order_form input.order_shippingaddress1 {
    width: 300px;
    cursor: text;
}
form.order_form input.order_shippingaddress2 {
    width: 300px;
    cursor: text;
}
form.order_form input.order_phone {
    width: 200px;
    cursor: text;
}
form.order_form input.order_email {
    width: 200px;
    cursor: text;
}
form.order_form input.order_shippingmethod {
    width: 200px;
    cursor: text;
}
form.order_form input.order_quantity {
    width: 100px;
    cursor: text;
}

form.order_form input.button {
    width: 80px;
    cursor: pointer;

    color: #edaa37;
    background-color: #242424;
}