﻿body
{
}

.ProductsHeader
{
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    margin-top: 10px;
}

.Sortdiv
{
    float: right;
}

.SubSort
{
    font-weight: bold;
}


.ProductCount
{
    font-size: 10px;
    font-weight: bold;
    color: #333333;
    margin-top: 10px;
}

.CategoryContainer
{
    font-family: Tahoma,Georgia,Times,serif;
    font-size: 0.66em;
    font-weight: normal;
    line-height: 1.3em;
    width: 150px;
    height: 250px;
    text-align: center;
    border: solid 1px #ffffff;
    padding: 0px 8px 0px 8px;
    float: left;
}
.CategoryContainer:hover
{
    border: solid 1px #EFEFEF;
}

.MediumCategoryContainer
{
    width: 90px;
    height: 90px;
    text-align: center;
    border: solid 1px #ffffff;
    padding: 0px 0px 0px 0px;
    float: left;
}
.MediumCategoryicons
{
    background: transparent url(Images/Shopping-Cart-Category-Icon2_90px.jpg);
    width: 90px;
    height: 90px;
    opacity: .85;
    filter: Alpha(opacity=85);
    margin: 4px 0px 0px 0px;
}
.MediumCategoryicons:hover
{
    filter: Alpha(opacity=100);
    opacity: 1;
    margin: 0px 0px 4px 0px;
}

.LeftButton
{
    float: left;
    margin-top: 70px;
}
.RightButton
{
    float: Right;
    margin-top: 70px;
}

.ProductBox
{
    border: solid 1px black;
    background-color: #E6E6E6;
    padding: 7px;
    font-size: .9em;
    font-family: 'Microsoft Sans Serif';
    height: 350px;
    width: 29.5%;
    margin: 1%;
    position:relative;
    float:left;
}
        .araProductTitle {
            color: #0101DF;
            font-size: 1.2em;
            font-weight: bold;
        }
        .araLine2 {
            width: 100%;
            padding-top: 10px;
            height: 180px;
            overflow-y: auto;
        }
        .araProductPricing {
            font-size:.9em;
        }
        .araProductPricing_Left {
            width: 100px;
        }
        .araProductPricing_Right {
            width: 150px;
            text-align:right;
        }

        .araProductPricing_DiscountDisclaimer {
            font-size: .8em;
            color:#424242;
            text-align:center;
        }

        
        .araProductButtons {
            position:absolute;
            bottom:0;
        }
        .araProductDetailsButton {
            position:absolute;
            left:10px;
            bottom:10px;
            height: 25px;
            width: 80px;
        }
        .araProductPurchaseButton {
            position:absolute;
            left: 180px;
            bottom:10px;
            height: 25px;
            width: 80px;
        }

.ResourceBox
{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #bfd7ed #a0bad2 #a0bad2 #bfd7ed;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 740px;
    height: 170px;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 5px;
    float: left;
}



.ResourceBox
{
    border-color: #FFCCCC #FF9999 #FF9999 #FFCCCC;
}

.SmallProductImage
{
    display: block;
    width: 120px;
    height: 145px;
    padding: 5px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.PricingInfo
{
    float: right;
    display: block;
    width: 148px;
    height: 160px;
    padding: 5px;
    display: table-cell;
    vertical-align: middle;
    background-color: #FDFDFD;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #C0C0C0;
}

.ProductDescription
{
    display: block;
    min-width: 150px;
    max-height: 160px;
    padding: 5px;
    padding-top: 0px;
    display: table-cell;
    text-align: left;
    margin-bottom: 5px;
}


.TestimonialBox
{
    max-width: 200px;
    padding: 5px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    margin-bottom: 5px;
    color: #666666;
    font-style: italic;
}

.TestimonialSignature
{
    margin-top: 20px;
    float: right;
    font-style: normal;
    font-weight: bold;
}

.MoreInfo
{
    text-align: center;
    margin-top: 20px;
}

.PriceTypeColumn
{
    text-align: right;
    width: 80px;
}
.PriceColumn
{
    text-align: right;
    width: 50px;
}
.PricingTable
{
    width: 130px;
    margin-left: 0px;
    font-size: 9px;
    background-color: #FDFDFD;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #C0C0C0;
}
.ProductName
{
    color: #00529c;
    font-weight: bold;
    white-space: normal;
    font-size: 13px;
    margin-bottom: 10px;
}
.PriceList, .PriceMember, .Discounts, .PriceNA, .Member-Price, .Non-MemberPrice
{
    font-family: Tahoma, verdana;
    font-weight: normal;
    font-size: 12px;
    text-align: right;
}

.PriceMember, .Member-Price
{
    color: #3375b0;
    font-size: 11px;
}

.Discounts
{
    font-size: 11px;
    color: #006600;
}

.PriceNA
{
    font-size: 11px;
    color: #808080;
}

.PriceYours
{
    font-weight: normal;
    color: #e63942;
    font-size: 12px;
}

.QuantityTextBox
{
    width: 20px;
}

.Description
{
    display: block;
    white-space: normal;
    text-align: left;
    line-height: 16px;
    font-size: 12px;
}

.Line
{
    width: 100%;
    background-color: #808080;
    height: 1px;
    margin: 0px 0px 2px 0px;
}




.TestimonialSignature
{
    float: right;
}
.TopicList
{
    background-color: #fffffc;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    border-color: #bfd7ed #a0bad2 #a0bad2 #bfd7ed;
    padding: 8px;
    font-weight: bold;
    line-height: 120%;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    z-index: 9;
}

.TopicItem
{
    font-weight: bold;
    margin: 0px -2px 0px 0px;
    display: block;
}

.TopicItemSelected
{
    font-weight: bold;
    margin: 5px 0px 5px 0px;
    display: block;
    background-color: #FFFFCC;
}

.LoginPurchase
{
    text-align: center;
    padding: 5px;
    color: #009900;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    border-color: #bfd7ed #a0bad2 #a0bad2 #bfd7ed;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 15px;
}



