﻿#pnlCatalogue, #pnlInsertProducts, .rightPanel
{
    position: relative;
    float:right;
    width: 800px;
    
}

.upperContent
{
    top:0px;
    width:600px;
}
.categoryHeading
{
    background-color:Orange;
    color:White;
}

#ProductInfo, .ProductInfo
{
    font-size:8pt;
    font-weight:lighter;
    height: auto;
    color:gray;
}

#editHeader
{
    text-align:right;
    padding: 3px 3px 3px 3px;
}

#saveFooter
{
    width:600px;
    text-align:right;
    padding: 3px 0px 3px 3px;
}

.CartHeading
{
    color:Gray; 
    font-size:12px; 
}

#CartHeading
{
    padding:5px;
    /*background-color:orange; #22E003;*/
}
.CartTop
{
    background-image:url("../../App_Images/searchbg.jpg");
}

.PartName
{  
    font-size:10pt;
    font-weight:bold;
    color: orange;
}

#shoppingCart
{
    position:relative;
    top:6px;
    border: solid 1px #EAECF1;
}

.CartPartName
{  
    font-size:10px;
    font-weight:lighter;
    color: orange;
}

.CartItemPrice
{
    font-size:9px;
    font-weight:lighter;
    color: gray;
}

.CartSubTotal
{
    font-weight:bold;
    color:Gray;
}

.CartTotal
{
    text-align: right;
    font-size:12px;
    font-weight:bold;
    color:Gray;
}

.PartNum
{
    font-size:10pt;
    font-weight:bold;
    color:Gray
}

.PartDesc
{
    font-size:8pt;
    font-weight:lighter;
    color:black;
}

.PartPriceLabel
{
    font-size:9pt;
    font-weight:lighter;
    color:gray;
}

.PartPrice
{
    font-size:13pt;
    font-weight:bold;
}

.divider
{
    border-bottom: dashed 1px silver;
}

.gradient
{
    background-image:url('../../App_Images/gradient.jpg');
    background-position:bottom;
    background-repeat:repeat-x;
    height: 20px;
}

.categories
{
    background-color: #F7F7F7;
}

h1
{
    color:Orange;
    font-family:Verdana;
    font-size:16px;
}
