/*----------------------------------------------------------
title:        color stylesheet
template:    00161-1
version:      1.0
created:    october 2009
----------------------------------------------------------*/

body {
    background: #fff;
    }
    
#footer {
    background: #3a3a3a;
    }
    
#widgetFooter .actionItems {color: #fff;}
#widgetFooter .actionItems a {color: #fff;}
#widgetFooter .actionItems a:hover {color: #303335;}

#widgetFooter .copyright {color: #fff;}
#widgetFooter .copyright a {color: #fff;}
#widgetFooter .copyright a:hover {color: #303335;}

#widgetFooter .nav .title {color: #fff;}
#widgetFooter .nav ul li a {color: #fff;}
#widgetFooter .nav ul li a:hover {color: #303335;}

h2, .page-title {
    color: #FF3300;
    }

#productGrid h2 {
    color: #FF3300;
    }

#productGrid h2 a {
    color: #FF3300;
    }

#productGrid h2 a:hover {
    color: #FF3300;
    }

#productDetail .hdr-title {
    background-color: #FF3300;
    color: #fff;
    }

#checkoutOnePage #existingCustomer .hdr-title{
    background-color: #FF3300;
    color: #fff;
    }

#checkoutOnePage #newCustomer .hdr-title{
    background-color: #FF3300;
    color: #fff;
    }

#checkoutConfirm .hdr-title {
    background-color: #FF3300;
    color: #fff;
    }

#clientAccount .hdr-title {
    background-color: #FF3300;
    color: #fff;
    }

#existingCustomer .hdr-title, #newCustomer .hdr-title ,#createCustomer .hdr-title , #passwordRemindCustomer .hdr-title {
    background-color: #FF3300;
    color: #fff;
    }

#viewCart #cartItems thead tr th {
    background-color: #FF3300;
    color: #fff;
    }

#clientAccount #orderList thead th, #clientAccount #subscriptionOrderList thead th {
    background-color: #FF3300;
    color: #fff;
    }

#productDetail #extraDetails {
    color: #FF3300;
}