﻿@import "../CCL1/Theme.css";

BODY
{
    background-image: url('Images/hearts.gif');
}

#PageContent
{
    background-color: transparent;
  /*  background-image: url('Images/hearts.gif'); */
}

A, .ImageHover,
.SectionPath,
h1, h2,
.RightTitle
{
    /*color: #FFA8D5;*/
    color: #DE4C70;
}

.AutoBlock1 /* The main table on the top level */
{
    background-color: #f8f1f3;
}

.ItemList /* The main table elsewhere */
{
    background-color: #f8f1f3;
}

.RowButton
{
    background-color: #ffa2bd;
    border: 2px solid #d26b88;
}

/*
 * Header bar
 */
#HeaderBar 
{
    background-image: url('Images/TopBar.gif');
}
#HeaderMenu .CurrentSection A
{
    color: #ffd6b9;
}

/*
 * Search
 */

.SearchBox 
{
    background-color: #ee5880;
    border: solid 1px #b92a50;
}

#Menu .FirstParent /* The top of the produc menu and the text inside */
{
    background: #fccad8;
    border-bottom: solid 1px #ea96a3;
    color: #DD4A6F;
}

#Menu .ParentSection  /* this is for the dividing lines in the product menu apart from the current category */
{
    border-bottom: solid 1px #f0aec1;
}

#Menu .ChildSection 
{
    border-bottom: solid 1px #f9d3de;
}

#Menu .FrameParent
{
    border-top: solid 1px #f0aec1;
}
#Menu .FrameBottom
{
    border-bottom: solid 2px #f0aec1;
}


/* 
 * Basket Item List
 */
.MiniBasketHeader  /* The top of the basket */
{
    background-color: #fccad8;
    border-bottom: solid 1px #ea96a3;
    color: #DD4A6F;
}

.MiniBasketItemList .SubTotal TD 
{
    border-top: solid 1px #ea96a3;
    border-bottom: solid 1px #f9d3de;
}

.MiniBasketItemList .GroupTotal,
.BasketItemList .GroupTotal
{
    border-top: solid 1px #f9d3de;
    border-bottom: solid 2px #f0aec1;

}

.SubTotal TD,
.Delivery TD,
.GrandTotal TD,
.MiniBasketFooter
{
    background-color: #fccad8;
}

.OptionArea
{
    background-color: #faecf0;
    border-top: 1px solid #f0aec1;
}

.MiniBasket /* Controls the pale colour in the basket */
{
    background-color: #faecf0;
}
