﻿    .StockHeader 
    {
    	font-family:Arial;
    	font-size: 11px;
    	font-weight:bold;
    }
    .IntransitHeader 
    {
    	font-family:Arial;
    	font-size: 11px;
    	font-weight:bold;
    	text-align:right;
    }
    .BranchItem 
    {
    	font-family:Arial;
    	font-size: 11px;
    }
    .QuantityItem 
    {
    	font-family:Arial;
    	font-size: 11px;
    	text-align: right;
    }
    .IntransitItem 
    {
    	font-family:Arial;
    	font-size: 11px;
    	text-align: right;
    }
    .StockTable 
    {
    	font-family:Arial;
    	font-size: 11px;
    }
    
    .ProductHeader 
    {
    	font-family:Arial;
    	font-size: 12px;
    	font-weight:bold;
    }
    .ProductText 
    {
    	font-family:Arial;
    	font-size: 12px;
        color: #cc0000; 
    }
    .CatalogText 
    {
    	font-family:Arial;
    	font-size: 12px;
    }
    .CatalogLink 
    {
    	font-family:Arial;
    	font-size: 12px;
        color: #cc0000;
        text-decoration: none; 
    }
    .PalletHeader 
    {
    	font-family:Arial;
    	font-size: 12px;
        font-weight: bold;  
        background-color: #add8e6;  	
        width: 100px;
    }
    .PalletDollar 
    {
    	font-family:Arial;
    	font-size: 12px;
        font-weight: bold;  
        background-color: #add8e6;  	
        width: 200px;
    }
    .PalletPrice 
    {
    	font-family:Arial;
    	font-size: 12px;
        background-color: #add8e6;  	
        text-align: right;
    }
    .PriceHeader 
    {
    	font-family:Arial;
    	font-size: 12px;
        font-weight: bold;  
        background-color: #add8e6; 
        width: 100px;
    }
    .PriceDollar 
    {
    	font-family:Arial;
    	font-size: 12px;
        font-weight: bold;  
        background-color: #add8e6; 
        width: 200px;
    }
    .Price 
    {
    	font-family:Arial;
    	font-size: 12px;
        background-color: #add8e6;  	
        text-align: right;
    }
    .YourPrice 
    {
    	font-family:Arial;
    	font-size: 12px;
        background-color: yellow;  	
        text-align: right;
    }
    .SalePriceText 
    {
    	font-family: Arial;
    	font-size: 12px;
        color: #cc0000;
    }
    .LowPrice 
    {
    	font-family: Arial;
    	font-size: 12px;
    }
    .ArchitectText 
    {
    	font-family: Arial;
    	font-size: 12px;
    }
    .FreightAllowance 
    {
    	font-family: Arial;
    	font-size: 12px;
    }
    .AlternateProduct 
    {
    	font-family: Arial;
    	font-size: 12px;
    }
    
    .ProductInformation 
    {
        background-color: #add8e6; 
        width: 450px;
        border: solid 1px #3399cc;
    }
    .StockProductLabel 
    {
    	font-family: Arial;
    	font-size: 12px;
    	font-weight: bold;
    	color: #00008b;
    }
    .StockProductText 
    {
    	font-family: Arial;
    	font-size: 12px;
    	color: #cc0000;
    }
    .BranchToggle 
    {
    	font-family: Arial;
    	font-size: 12px;
    }
    
    .buttontext
    {
        font: 11px arial, sans-serif;
        background-color: #e4e4e4;
        /*float: left;*/
        padding-left: 5px;
        padding-right: 5px;
        /*margin-left: 6px;
        margin-right: 6px;*/
        display: block;
        color: #5C81A2;
        height: 19px;
        line-height: 18px;
        text-decoration: none;
        font-weight: bold;
        border: solid 1px #cccccc;
        text-align: center;
        width:133px;
    }
    
    .buttontext:hover
    {
        color: #146E99;
        background-color: #FFFFFF;
    }
    
    .lblItems
    {
        font-family: Arial, Verdana;
        font-size: 8pt;
        padding-top: 10px;
        vertical-align: top;
        padding-left: 95px;
        width: 195px;
        text-align: left;
    }
    
    .pnlWide
    {
        vertical-align: middle;
        width: 350px;
    }
    
    .txtbox
    {
        text-align: center;
        width: 35px;
    }
    .CartMessage 
    {
    	font-family: Arial;
    	font-size: 12px;
        color: #cc0000;
    }
    .ItemsInCart 
    {
    	font-family: Arial;
    	font-size: 12px;
        color: #000000;
    }
    .QuantityTextbox 
    {
    	width: 139px;
    	text-align:center;
    }
    .WarehouseText 
    {
    	font-family: Arial;
    	font-size: 12px;
        color: #000000;
    }
    .lblMessage 
    {
    	font-family: Arial;
    	font-size: 12px;
        color: #CC0000;
    }