﻿


/* Nodes Datalist */

.nodeTitle
{
    font-size: 18px;
    font-family: Arial;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #2f336c;
}

.nodeHeader
{
    font-size: 11px;
    color: #696969;
    margin-bottom: 20px;
    padding-right: 10px;
}


.nodesChild
{
    width: 140px;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
    margin-right: 4px;
    margin-bottom: 4px;
}
.nodesChild_Title
{
    padding-bottom: 10px;
}
.NodeLabel
{
    color: #696969;
}

/* Products Datalist */

.thumbMain
{
    width: 330px;
    margin-bottom: 10px;
    margin-left: 6px;
}

.thumbImage
{
    float: left;
    min-width: 110px;
    width: auto !important;
    width: 110px;
    padding-right: 2px;
    padding-bottom: 4px;
   
}
    
.thumbText
{
    float: left;
}

.thumbProduct
{
    font-size: 11px;
    max-width: 204px;
    width: auto !important;
}
.thumbPrice
{
    font-size: 11px;
    padding-bottom: 4px;
}

.thumbControls
{
    margin-top: 6px;
}

.moreinfo
{
}

/* Shopping Cart - Product */

.ProductHeader
{
    font-size: 15px;
    font-family: Arial;
    color: #2f336c;
    margin-bottom: 10px;
    font-weight: bold;
}

.ProductPrice
{
    font-size: 14px;
    color: #2f336c;
}

.ProductQuantity
{
    font-size: 15px;
    font-family: Arial;
    }

.ProductInfoHeader
{
    font-size: 11px;
    color: #2f336c;
    font-weight: bold;
}
.ProductInfo
{
    font-size: 11px;
    color: #2f336c;
}



/* Shopping Cart */

.ECommerceLink
{
    text-decoration: underline;
    font-size: 12px;
    color: maroon;
    font-family: Verdana, Tahoma, Arial;
    font-weight: bold;
}
.ECommerceLink:hover
{
    text-decoration: underline;
    color: #228b22;
}


#ViewBasket
{
    position: relative;
    top: 0px;
    left: 0px;
    background-color: white;
    border-right: silver thin solid;
    border-top: silver thin solid;
    border-left: silver thin solid;
    border-bottom: silver thin solid;
    padding-top: 2px;
    width: 320px;
    padding-left: 10px;
    margin-right: 10px;
}

.ViewBasketTotal
{
    font-family: Verdana, Tahoma, Arial;
    font-weight: bold;
    color: #696969;
    font-size: 12px;
}


.LabelCart
{
    position:relative;
    top:-10px;
    left: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height:  normal;
    color: #696969;
}

.CheckoutLabel
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height:  normal;
    color: #052E4F;
    font-weight: bold;
}

.TermsLabel
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: normal;
    color: #052E4F;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 2px;
}

.smallPrint
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    }

.ECommerce_NoRecords
{
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
}

