/*----------------------------------------------------------
title:        color stylesheet
template:    00154-2
version:      1.0
created:    july 2009
----------------------------------------------------------*/

body {
    background: #99CCCC;
    }
    
#footer {
    background: #330000;
    }

h2, .page-title {
    color: #66CCFF;
    }

#productGrid h2 {
    color: #663333;
    }

#productGrid h2 a {
    color: #376CA2;
    }

#productGrid h2 a:hover {
    color: #376CA2;
    }

#productDetail .hdr-title {
    background-color: #376CA2;
    color: #fff;
    }

#checkoutOnePage #existingCustomer .hdr-title{
    background-color: #368AAE;
    color: #fff;
    }

#checkoutOnePage #newCustomer .hdr-title{
    background-color: #376CA2;
    color: #fff;
    }

#checkoutConfirm .hdr-title {
    background-color: #376CA2;
    color: #fff;
    }

#clientAccount .hdr-title {
    background-color: #376CA2;
    color: #fff;
    }

#existingCustomer .hdr-title, #newCustomer .hdr-title ,#createCustomer .hdr-title , #passwordRemindCustomer .hdr-title {
    background-color: #376CA2;
    color: #fff;
    }

#viewCart #cartItems thead tr th {
    background-color: #376CA2;
    color: #fff;
    }

#clientAccount #orderList thead th, #clientAccount #subscriptionOrderList thead th {
    background-color: #376CA2;
    color: #fff;
    }

#productDetail #extraDetails {
    color: #376CA2;
    }

#categoryList .title a {
    color: #376CA2;
    }

#productList .title a {
    color: #376CA2;
    }

#checkoutOnePage #cartItems thead tr th {
    background-color: #376CA2;
    }

#vendorAccount #productList thead tr th {
    background-color: #376CA2;
    }

#vendorAccount .hdr-title {
    background-color: #376CA2;
    }

#categoryGrid .title a {
    color: #376CA2;
    }