﻿body
{
    background-color: white;
    font-size: 90%; 
    font-family: 'Trebuchet MS', Arial, Verdana, Sans-Serif;
}

h1
{
    font-size: 1.4em;
    color: Maroon; /* darkred; */
    border-top-color: gray;
    border-bottom: #cc6633 1px solid;
}

h2
{
    font-size: 1.1em;
}

.capitalized
{
    font-variant: small-caps;
}


.border3d
{
    border-style: outset;
    border-width: thin;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 1px;
    border-top-width: 1px;
}

.dynamicmenu
{
    /*
        Added a z-order attribute to the style of the dynamic (drop-down) menus in the Menu control.  
        This works around an IE bug wherein the menus do not display the text associated with them.  
        For details, see this article:
        http://weblogs.asp.net/mhildreth/archive/2009/01/26/testing.aspx    
    */
    z-index: 101;
}


@media screen
{
}

@media print 
{
    .CoprimexPageContent
    {
        width: 100%; 
    }

    .NavBarCell
    {
        display: none;
    }
}


.FooterText
{
    font-size: 0.8em;
    text-align: center;
    color: gray;
}


.CoprimexBrown
{
    color: #cc6633;
}

.PromoCopy
{
    font-weight: bold;
    font-size: 16px;
    color: #006600;
    text-align: center;
}


TABLE.CoprimexPageLayoutTable
{
    width: 100%;
}

/* Category pages */
TABLE.CategoryTable P
{
    font-size: 1em;
    color: #003300;
}

TABLE.CategoryTable TR TD 
{ 
    padding: 5px; 
}

TD.CategoryAd 
{ 
    width: 25%; 
    text-align: center; 
    FONT-VARIANT: small-caps;
}
.CategoryAd IMG
{ 
    border-width: 0px; 
    filter: progid:DXImageTransform.Microsoft.Alpha( Opacity=90, Style=0);
}
.CategoryAd SPAN
{
    display: block;
}
.CategoryAd A:hover IMG, A:hover.CategoryAd IMG
{
    filter: progid:DXImageTransform.Microsoft.Alpha( Opacity=100, Style=0);
}


/* Catalog pages */
.CatalogImages
{
    text-align: left;
    /*table-layout: fixed;*/
}

.CatalogText
{
    padding-left: 1em;
    text-align: left;
}

.PageContentsCell
{
    vertical-align: top;
}

#CoprimexNavigationBar_NavBarMenu
{
}

.NavBarCell
{
    vertical-align: top;
    width: 12em;
}

.CoprimexHeader
{
    width: 100%;
}

A.HomepageLink:visited IMG
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

A.HomepageLink:link IMG
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.CatalogListing
{
    width: 100%;
}

.CatalogRow
{
    vertical-align: top;
    /*text-align: left;*/
    
}

IMG.CatalogPix
{
    border-right: white thin;
    border-top: white thin;
    border-left: white thin;
    border-bottom: white thin;
}

IMG.ProductDetailImage
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

TD.ProductDetailImage
{
    padding-right: 1em;
}

.ProductDetailName
{
    font-weight: bold;
}

TABLE.ShoppingCartDetails 
{
    border-collapse: collapse;
    font-family: Arial, Verdana, Sans-Serif;
}

TABLE.ShoppingCartDetails THEAD
{
    font-weight: bold;
}

TABLE.ShoppingCartDetails TR TD
{
    padding-left: 1em;
    padding-right: 1em;
    border-right: darkred 1px solid;
    border-top: darkred 1px solid;
    border-left: darkred 1px solid;
    border-bottom: darkred 1px solid;
}

INPUT.ContinueShopping,
INPUT.CheckOut,
INPUT.AddToCart
{
    width: 10em;
    color: Black;
}
