﻿/* "!important" is necessary on attributes that are overridden in the company specific Default.css file */
body
{
    width: 100%;
}
    
div#header
{
    position: static;
    height: auto !important;
    background-image: none !important;
}
    
#mainLogo 
{ 
    height: 16mm;
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
}
    
div#search, 
div#left-header, 
div#left-scroll, 
div#content-header, 
div#divMenu, 
div#user-info, 
div#cart, 
div#shop-info,
div#UserDialogs
{ 
    display: none !important; 
}
    
div#content
{
    position: static;
    overflow: visible;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
width: auto;
}
    
.CtlBtnGrp
{
    display: none !important;
}
    
.DivInfo, .DivInfoW
{
    /*width: 100%;*/
width: auto;        
    padding: 0 !important;
}
    
.PublGrpHdr, .PublBodyTbl
{
    margin: 0 !important;
}

#ArticleListPosition
{
    background-image: none !important;
    color: Black !important;
}

.ArticleList thead
{
    background-image: none !important;
}

.ArticleList th
{
    color: Black !important;
    border: 1 px solid black !important;
}

.ArticleList .Row1
{
    background-color: transparent !important;
}

/* Always print BIGExpanderData */
.BIGExpanderData
{
	display: block !important;
	background-color: transparent !important;
	border: none !important;
}

.hidden-container
{
    display: none;
}

/* Use the "NoPrint" class for any elements that should never show when printing */    
.NoPrint
{
    display: none !important;
}

/* Use the "PrintOnly" class for any elements that should only show when printing */    
.PrintOnly
{
	display: block !important;
}
