/* 
Document   : styles
Created on : 13 October 2006, 14:50
Author     : Rikki Gullick
Description:
Main style sheet for arkworld content
*/

root {
    display: block;
}

body {
    margin: 0px;
    font-family: arial, helvetica, sans-serif; 
    background-image: url(../images/bg2.jpg);
    background-position: 400px 0px;
    background-repeat: no-repeat;
    font-size: 12px;
}

form {
    margin: 0px;
}

img {
    border: none;
}

a {
    font-family: Arial,Helvetica;
    text-decoration: none;
    color: #b06de6;
}

a:hover {
    font-family: Arial,Helvetica;
    text-decoration: none;
    color: #702da6;
}

a:visited {
    font-family: Arial,Helvetica;
    text-decoration: none;
}

hr {
    height: 1px;
    color: #b06de6;
}


.Panel {
    table-layout: fixed;
    background-color: white;
}

.Panel .panelContent {
    padding-left: 75px;
    padding-right: 75px;
}

.Panel h1 {
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 6px;
}

.Panel h2 {
    font-weight: bold;
    margin: 12px 0px 4px 0px;
    font-size: 13px;
}

.Panel div {
    margin-bottom: 6px;
    width: 100%;
}

.Panel div.gapAbove {
    margin-top: 10px;
}

.Panel label {
    float: left;
    height: auto;
    width: 130px;
    display: block;
}

.Panel input {
    width: 216px;
    font-size: 11px;
    font-family: arial, helvetica, sans-serif;
    border: solid 1px #aa44dd;
}

.Panel select {
    width: 216px;
    font-size: 11px;
    font-family: arial, helvetica, sans-serif;
    border: solid 1px #b06de6;
}

div.buttons {
    padding-top: 10px;
    text-align: right;
}

input.buttons {
    width: 106px;
    font-size: 11px;
    font-family: arial, helvetica, sans-serif;
    border: solid 1px #b06de6;
    background-color: #ecdcf9;
    margin-right: 4px;
}

#divContent {
    width: 750px;
}

#divContent div {
    padding-top: 2px;
    clear: both;
}

#divContent h1 {
    font-size: 20px;
    color: #b06de6;
    margin: 0px 0px 4px 0px;
}

#divContent h2 {
    font-size: 17px;
    color: #b06de6;
    margin: 0px 0px 4px 0px;
}

#divContent h3 {
    font-size: 14px;
    color: #b06de6;
    margin: 0px 0px 4px 0px;
}

big {
    color: #b06de6;
    font-weight: bold;
}

strong {
    color: #b06de6;
}

#divContent p {
    margin: 0px 0px 8px 0px;
    line-height: 16px;
    font-size: 11px;
}


.errors {
    color: #cc0000;
    font-family: Arial, Helvetica, san-serif;
    font-size: 12px;
    text-align: center;
}

.loading {
    color: #b06de6;
    font-family: Arial, Helvetica, san-serif;
    font-size: 12px;
}

.tctextarea {
    font-family: Arial, Helvetica, san-serif;
    font-size: 90%;
    border: solid 1px #b06de6;
    padding: 8px;
}

textarea {
    width: 210px;
    font-size: 11px;
    font-family: arial, helvetica, sans-serif;
    border: solid 1px #b06de6;
    padding: 2px;
}

.table-row-even {
    margin: 0px 0px 0px 0px;
    background: #ffffff;
    padding-top: 10px;
}

.table-row-odd {
    margin: 0px 10px 0px 0px;
    background: #feeefe;
    padding-top: 10px;
}

.address-column-address {
    width: 80%;
}

.address-column-edit {
    width: 10%;
}

.address-column-delete {
    width: 10%;
}

.product-column-address {
    width: 60%;
}

.product-column-deliver {
    width: 40%;
}

.cart-col-desc {
    width: 50%;
    font-family: Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
    color: #a05dd6;
}

.cart-col-dec {
    width: 5%;
    font-family: Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
    color: #a05dd6;
    text-align: right;
}

.cart-col-qty {
    width: 10%;
    font-family: Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
    color: #a05dd6;
    text-align: center;
}

.cart-col-inc {
    width: 5%;
    font-family: Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
    color: #a05dd6;
    text-align: left;
}

.cart-col-del {
    width: 5%;
    font-family: Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
    color: #a05dd6;
    text-align: left;
}

.cart-col-price {
    width: 25%;
    font-family: Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
    color: #a05dd6;
    text-align: right;
}

.cart-header {
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #a05dd6;
    text-align: center;
}

.products-image {
    width: 64px;
}

.products-description {
    width: 75%;
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #a05dd6;
}

.products-add {
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #a05dd6;
}

.delivery-col-name {
    width: 50%;
    font-family: Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
    color: #a05dd6;
}

.delivery-col-desc {
    width: 25%;
    font-family: Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
    color: #a05dd6;
    text-align: left;
}

.delivery-col-price {
    width: 25%;
    font-family: Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
    color: #a05dd6;
    text-align: right;
}

.delivery-header {
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #a05dd6;
    text-align: center;
}

.menu-main {
    font-family: Arial, Helvetica;
    font-size: 16px;
    font-weight: bold;
    color: #a05dd6;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
}

.menu-sub {
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #a05dd6;
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
}

.orderhistory-header {
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #a05dd6;    
    text-align: center;
}

.orderhistory-col-date {
    width: 10%;
    font-family: Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    color: #a05dd6;
    text-align: center;
}

.orderhistory-col-ref {
    width: 25%;
    font-family: Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    color: #a05dd6;
    text-align: center;
}

.orderhistory-col-products {
    width: 25%;
    font-family: Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    color: #a05dd6;
    text-align: center;    
}

.orderhistory-col-ordertype {
    width: 10%;
    font-family: Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    color: #a05dd6;
    text-align: center;
}

.orderhistory-col-volumepoints {
    width: 10%;
    font-family: Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    color: #a05dd6;
    text-align: center;
}

.orderhistory-col-cost {
    width: 10%;
    font-family: Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    color: #a05dd6;
    text-align: center;
}

.image-buttons {
    margin: 0px;
    font-family: arial, helvetica, sans-serif; 
    font-size: 12px;
    color: #b06de6;
}

.purple-10 {
    font-family: Arial, Helvetica;
    color: #b06de6;
    font-size: 10px;
}

.purple-10-bold {
    font-family: Arial, Helvetica;
    color: #b06de6;
    font-size: 10px;
    font-weight: bold;
}

.purple-12 {
    font-family: Arial, Helvetica;
    color: #b06de6;
    font-size: 12px;
}

.purple-12-bold {
    font-family: Arial, Helvetica;
    color: #b06de6;
    font-size: 12px;
    font-weight: bold;
}

.purple-14 {
    font-family: Arial, Helvetica;
    color: #b06de6;
    font-size: 14px;
}

.purple-14-bold {
    font-family: Arial, Helvetica;
    color: #b06de6;
    font-size: 14px;
    font-weight: bold;
}

.purple-16 {
    font-family: Arial, Helvetica;
    color: #b06de6;
    font-size: 16px;
}

.purple-16-bold {
    font-family: Arial, Helvetica;
    color: #b06de6;
    font-size: 16px;
    font-weight: bold;
}

.important {
    font-family: Arial, Helvetica;
    color: red;
    font-size: 12px;
    font-weight: bold; 
}
