﻿body
{
	/*overflow:hidden;*/
}

DIV
{
    -webkit-box-sizing: border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#divOuterDiv
{
	position:absolute;
	left:0px;
	top:0px;
	width: 100%;
    min-width: 1020px;
    overflow: auto;
    height: auto;
    
}

#divPageHeader
{
	position:relative;
	width: 100%;
	height:90px;
	z-index:150;
}

.logo-menu-wrapper, .primary-header-wrapper {
    /*border: solid 1px red*/
    /*position: absolute;
    top: 0px;
    left: 0px;*/
    position: relative;
    float: left;
    width: 100%;
    display: block;
}

.primary-logo-wrapper
{
    /*border: solid 1px orange;*/
	position:relative;
	float: left;
    margin: 12px 20px 12px 100px;
    height: 60px;
    z-index:50;
}

.primary-logo-wrapper img
{
    height: 100%;
}

.secondary-logo-wrapper
{
    /*border: solid 1px green;*/
    position: relative;
    float: right;
    margin: 35px 120px 0px 0px;
}


.site-options-wrapper 
{
    /*border: solid 1px blue;*/
    position: absolute;
	top: 0px;
	right: 100px;
	padding: 10px;
    z-index: 100;
}

.site-options-list 
{
    position: relative;
    top: 0px;
    float: right;
}


.menu-wrapper, .secondary-header-wrapper {
    /*border: solid 1px purple;*/
    background-color: #777;
    border-bottom: solid 3px #eee;
    position: relative;
    float: left;
    width: 100%;
    display: block;
    box-shadow: 0px 5px 8px #999;
    margin-bottom: 8px;
}

.page-title-wrapper {
    color: #fff;
    font-size:14px;
    z-index:100;
	padding:5px 0px 5px 20px;    
    width: 100%;   
    border-bottom: solid 3px #777;
    margin-bottom: -3px;
}

.page-title-wrapper:empty {
	display:none;
}

.banner-wrapper {
    position: relative; 
    margin: 0 auto;
    top: 0px; 
    left: 0px; 
    width: 960px; 
    height: 254px; 
    overflow: hidden;
}

.navigation-wrapper 
{   
    position: relative;
    float: left;
    color: #444;
    margin: 32px 0px 0px 50px;
}

.session-tracker-wrapper 
{
    color:#444;
    float: right;
    padding-top: 8px;
	z-index:151;
}


.session-tracker-dropdown
{
    position: absolute;
	color: #000000; 
	background-color:#FFFFFF;
	border:1px solid #999999;   
	padding:2px 2px 2px 2px;
	width:284px;
	z-index:1000;
	visibility:hidden;	
	overflow-y:auto;
}


.session-tracker-comment
{
	right:0px;
	position:absolute;
	background-color:#FFFFFF;
	border:1px solid #999999;   
	padding:2px 2px 2px 2px;	
}

#divMySubscriptions
{
	width:525px;
    max-height: 400px;
    overflow-y: scroll;
    height: 250px;
}

#divScrollableMySubscriptions {
}

#divMyBriefcase
{
	top:70px;
	width:200px;
	background-color: #FFFFFF;
	border-color: #999999;
}

#divLoginHeader
{
	width:1276px;
	height:81px;
	padding:0px 0px 0px 0px;
}

#divLoginHeaderPlain
{
	width:1276px;
	height:81px;
	padding:0px 0px 0px 0px;
}

#divPrimaryLoginLogo
{
	position:absolute;
	top:0px;
	left:0px;
}

#divSecondaryLoginLogo
{
	position:absolute;
	top:0px;
	right:0px;
}

#divLanguageFlip
{
	position:absolute;
	top:0px;
	right:450px;
	z-index:151;
}


/*
#divSessionTrackerKnotiaRound
{
    position:absolute;
	top: 0px;
	right:0px;
	z-index:151;
	width: 410px;
	border: 0px none #e9e7e8;
	background-color:#e9e7e8;
	background-image:url("/Images/SessionTrackerBG.gif");
	background-repeat: no-repeat;
	padding-top: 2px;
}


#divSessionTracker
{
	position:absolute;
	top:0px;
	right:0px;
	z-index:151;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	background-color:#eeeeee;
	background-image:url("/Images/Buttons/KNOTIAROUND/SessionTrackerMiddle.gif");
	background-repeat:repeat-x;
}
    */
/*
#divSiteOptionsKnotiaRound
{
	position:absolute;
	top: 56px;
	right:0px;
	z-index:151;
	background-color: #FFFFFF;
}



#divSiteOptions
{
	position:absolute;
	top:36px;
	right:0px;
	z-index:100;
}
*/

/*#divPageTitle
{
	position:absolute;
	left:0px;
	top:70px;
	height:30px;
	width:1276px;
	background-color:#838087;
	background-repeat:repeat-x;
	z-index:100;
	padding:7px 0px 0px 14px;
	border-bottom: 1px solid #333333;
}

#divPageTitleEdge
{
    background-image:url("/Images/PageTitleEdge.gif");
    background-repeat: no-repeat;
}
*/

#divLeftNavigation
{
	position:relative;
	/*width: 225px;*/
    width: 20%;
	background-color:#FFFFFF;
	z-index:101;
	float:left;
}

#divDocumentBody
{
	position:relative;
    width:80%;
    height: auto;
    min-height: 100%;
	background-color:#ffffff;
	z-index:100;
	float:left;
}
#divPagePrint
{
	position:absolute;
	width:825px;
	background-color:#ffffff;
	z-index:-1;
	visibility:hidden;
	left:0px;
	top:0px;
	display:block;
}
/*
#divDocumentOptionsWrapper
{
	position:relative;
	width: 100%;
	background-color:#eaf2fa;
	z-index:1010;
	float:left;
}

#divDocumentOptions
{
	position:relative;
	width:100%;
	background-color:#eaf2fa;
	z-index:1010;
	float:left;
}

#divDocumentOptionsBottom
{
	position:relative;
	width:100%;
	background-color:#eaf2fa;
	z-index:1000;
	float:left;
}
*/
#divPageBody
{
	background-color:#FFFFFF;
	z-index:100;
	float:left;
	padding:15px 15px 15px 15px;
    border-right: solid 1px #CCCCCC;
    border-left: solid 1px #CCCCCC;
    width: 70%;
    height: auto;
    min-height: 100%;
}

#divPageBody.no-padding
{
    padding:0px 0px 0px 0px !important;
}

#divPageBodyLong
{
	position:relative;
	background-color:#ffffff;
	overflow:auto;
	z-index:100;
	float:left;
	padding:15px 15px 15px 15px;
    border-right: solid 1px #CCCCCC;
    border-left: solid 1px #CCCCCC;
    width: 100%;
    height: auto;
}

#divPageBodyLongest
{
	background-color:#ffffff;
    float:left;
    height: auto;
    overflow:auto;
    padding:15px 15px 15px 15px;
    position:relative;
    width:100%;
	z-index:100;
}

#divPageBodyWithDocumentOptions
{
	float:left;
}
#divDocumentBodyOptions
{
	width:800px;
}

#divRightNavigation
{
    position:relative;
	background-color:#FFFFFF;
	z-index:101;
	float:left;
    width: 30%;       
    
}

#divRightNavContent
{
	position:absolute;
	left:0px;
	top:0px;
	/*width:281px;*/
    width: 100%;
	z-index:102;
	/*overflow-y:auto;*/
	background-color:#FFFFFF;
}

#divSecondaryLogo
{
	position:absolute;
	left:0px;
	bottom:0px;
	width:281px;
	height:91px;
	border-top:solid 1px #80b3cc;
	padding:5px 0px 5px 0px;
	z-index:100;
}



#divMyAccount
{
	top:70px;
	width:200px;
	background-color: #F8E9B8;
	border-color: #F8E9B8;
}

#divContactUs
{
	position:relative;
	padding:15px 5px 0px 5px;
}

#divStoreCategories
{
	background-color:#eeeeee;
	border:solid 3px #5397ba;
	position:absolute;
	padding:16px 16px 16px 16px;
	top:101px;
	left:140px;
	width:525px;
	overflow-y:auto;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
	z-index:1000;
}

/* NOTE: All items with this style are VISIBLE using this LARGE stylesheet */
.screenDependentItem
{
	visibility:visible;
	display:block;
}

.HomePageNewsBlurb
{
	width:400px;
    text-align: left;
}

.HomePageNewsBlurb_1
{
    width: 400px;
	margin-right: 53px;
    text-align: left;
}

.HomePageNewsBlurb_2
{
	width:400px;
	margin-right: 50px;
    text-align: left;
}

.StoreHomeNewsBlurb
{
	width:550px;
}

.StoreConfirmPageColumn
{
	width:300px;
	margin-bottom:10px;
}

.hide_Print 
{
	display:none;
}

.hide_PrintPrettyOnly
{
	display:block;
}

.show_PrintPrettyOnly
{
	display:none;
}


.showScreenHidePrint { display:; font-size:0.8em !important; padding-top:8px; }
