﻿#HNAWSpagewidth{ 
 width:950px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#HNAWSheader{
 position:relative; 
 height:100px; 
 width:100%;
 background-image:url(/Images/Logos/HNACanadaheader.jpg);
 background-repeat:no-repeat;
}

#HNAWSheadermaincolstyle
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}

#HNAWSheadermaincol
{
	float:left;
	display:inline;
	position:relative;
	width:66%;
	text-align:center;
	 z-index:5;
}

#HNAWSheadermainlink
{
	height: 40px;
	margin-top: 10px;
}

#HNAWSheadersearch
{
	height: 40px;
	vertical-align: middle;
}

#HNAWStwocols
{
	width:74%;
	float:right;
	position:relative;
}

 #HNAWSthreecolright2
 {
  width:67%; 
  float:right; 
  position:relative; 
   }
   
#HNAWSthreecolrightright
{
 width:47%; 
 float:right; 
 position:relative; 
}

#HNAWSthreecolrightleft
{
  width:51%; 
  float:left; 
  position:relative; 
}

#HNAWSthreecolleft1
{
 float: left; 
 display:inline; 
 position: relative; 
 width:32%; 
}


#HNAWSheaderrightcol
{
	width:33%;
	position:relative;
	float:right;
	display:inline;
	z-index:4; 
}

#HNAWSheaderleftcol
{
	width:25%;
	float:left;
	position:relative;
}

#HNAMenu
 {
    position:relative;
    height:auto;
    width:100%; 
 }
 
#HNAWSleftcol{
 width:22%; 
 float:left; 
 position:relative;
 /*background-color:#1C16C3; */
 }
 
#HNAWSmaincol
{
 background-color: #FFFFFF;
 float: right; 
 display:inline; 
 position: relative; 
 width:77%; 
 }
 
 #HNAWSmaincontent
 {
     background-color: #FFFFFF; 
     display:inline;
     position:relative;
     width:99%;
 }
 
#HNAWSfooter{
 height:30px; 
 /* position:relative; */
  background-color:#E8E8E8; 
 clear:both;
 /* z-index:-1; */
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php ***  */
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac */
* html .clearfix{height: 1%;}
.clearfix{display: block;}

/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#HNAWSleftcol{display:none;} 
#HNAWStwocols, #HNAWSmaincol{width:100%; float:none;}
}

/* products list */
.HNAProductDataListHoriz
{
    font-family:Tahoma;
    font-size:8pt;
    margin: 1px 0px 1px 0px;
    text-align:center;
}
.HNAProductPreview
{
    margin-left:2px;
}

.HNAProductBox
{
    border:solid 2px #e8e8e8;
}

.HNAProductImage
{
    border-bottom:solid 1px #e8e8e8;
}

.HNAProductImage img
{
	border-style:none;
}

/* moved to CMS */
/* .HNAProductTitle */
/* { */
/*    font-weight:500; */
/* } */

/* Moved to CMS */
/* .HNAhomeCallouts */
/* { */
/*     border:solid 1px #2261AD; */
     /* height:150px; */ 
/* } */

/* BEGIN Category and Manufacturer Tabbed Control Style */

/* default layout */

/*.HNAWSCategorySearch .ajax__tab_header {white-space:nowrap; width:200px;}
.HNAWSCategorySearch .ajax__tab_outer {display:-moz-inline-box;display:inline-block;}
.HNAWSCategorySearch .ajax__tab_inner {display:-moz-inline-box;display:inline-block; }
.HNAWSCategorySearch .ajax__tab_tab {margin-right:4px;overflow:hidden;text-align:center;cursor:pointer;display:-moz-inline-box;display:inline-block}

/* xp theme */
.HNAWSCategorySearch .ajax__tab_header {font-family:Arial, Helvetica, sans-serif;font-size:11px;width:200px;background:url(/Images/Tabs/tab-line.gif) repeat-x bottom;}
.HNAWSCategorySearch .ajax__tab_outer {padding-right:0px;background:url(/Images/Tabs/tab-right.gif) no-repeat right;height:21px;}
.HNAWSCategorySearch .ajax__tab_inner {padding-left:3px;background:url(/Images/Tabs/tab-left.gif) no-repeat;}
.HNAWSCategorySearch .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(/Images/Tabs/tab.gif) repeat-x;}
.HNAWSCategorySearch .ajax__tab_hover .ajax__tab_outer {background:url(/Images/Tabs/tab-hover-right.gif) no-repeat right;}
.HNAWSCategorySearch .ajax__tab_hover .ajax__tab_inner {background:url(/Images/Tabs/tab-hover-left.gif) no-repeat;}
.HNAWSCategorySearch .ajax__tab_hover .ajax__tab_tab {background:url(/Images/Tabs/tab-hover.gif) repeat-x;}
.HNAWSCategorySearch .ajax__tab_active .ajax__tab_outer {background:url(/Images/Tabs/tab-active-right.gif) no-repeat right;}
.HNAWSCategorySearch .ajax__tab_active .ajax__tab_inner {background:url(/Images/Tabs/tab-active-left.gif) no-repeat;}
.HNAWSCategorySearch .ajax__tab_active .ajax__tab_tab {background:url(/Images/Tabs/tab-active.gif) repeat-x;}
.HNAWSCategorySearch .ajax__tab_body {font-family:Arial, Helvetica, sans-serif;font-size:10pt;border:1px solid #999999;border-top:0;padding-top: 10px;background-color:#ffffff;width:198px; height:400px}

/* scrolling */
/*.ajax__scroll_horiz {overflow-x:scroll;}
.ajax__scroll_vert {overflow-y:scroll;}
.ajax__scroll_both {overflow:scroll}
.ajax__scroll_auto {overflow:auto}

/* plain theme */
/*.HNAWSCategorySearch .ajax__tab_outer {text-align: center; vertical-align: middle; border:2px solid #999999;}
.HNAWSCategorySearch .ajax__tab_inner {text-align: center; vertical-align: middle; }
.HNAWSCategorySearch .ajax__tab_body {text-align: left; vertical-align: middle; font-size:9px;}
.HNAWSCategorySearch .ajax__tab_header {text-align: center; vertical-align: middle;}
.HNAWSCategorySearch .ajax__tab_active .ajax__tab_outer {background:#FFFFE1;}*/

.CatalogLinks
{
	background-position: left center;
	font-size: 10px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(/Images/Header/Arrow.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	overflow: hidden;
	display: inline-block;
	width: 170px;
}

.CatalogLinks:link
{
	font-size: 10px;
	color: black;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.CatalogLinks:visited
{
	font-size: 10px;
	color: black;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.CatalogLinks:hover
{
	font-size: 10px;
	color: black;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.CatalogLinks:active
{
	font-size: 10px;
	color: black;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.dvManufacturerSort
{
	text-align: center;
}
.HNAWSMfrSearchSortHeader
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 2px;
	font-size: 12px;
	color: #2261AD;
	font-weight: bold;
	text-align: center;
}
.HNAWSSortHeaderLine
{
	width: 180px;
}
/* END Category and Manufacturer Tabbed Control Style */

/*Quick Order Style BEGIN */
.HNAWSQuickOrder
{
	background-color: #FFFFFF;
	font-size: large;
	color: #FFFFFF;
	font-family: Verdana;
	vertical-align: middle;
	height: 170px;
	font-weight: bolder;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	width: 200px;
}

.HNAWSQuickOrder_Header
{
	margin: auto;
	border-width: 1px;
	border-color: #2261AD;
	border-right-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	background-color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	font-style: normal;
	text-transform: uppercase;
	color: #2261AD;
	text-align: center;
	height: 30px;
	vertical-align: middle;
}
.HNAWSQuickOrder_HeaderText
{
	margin-left: 25px;
	vertical-align: middle;
}
.HNAWSQuickOrder_Body
{
	border-width: 1px;
	border-color: #2261AD;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	font-style: normal;
	color: Black;
	text-align: left;
	text-indent: 20px;
	vertical-align: bottom;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.HNAWSQuickOrder_Table
{
	margin: auto;
	color: Black;
	font-size: x-small;
	font-weight: bold;
	font-style: normal;
}

.HNAWSQuickOrder_ProdNumCol
{
	width: 120px;
	height: 15px;
}

.HNAWSQuickOrder_QtyCol
{
	width: 20px;
	height: 15px;
}

.HNAWSQuickOrder_Controls
{
	font-size: 8px;
	color: black;
	font-family: verdana;
	vertical-align: middle;
	/*width: 80px;*/
	text-indent: 1px;
	height:17px;
}
/*Quick Order Style END */

/* BEGIN Modal Popup Style */
.HNAWSmodalBackground
{
	background-color: #000000;
	filter: alpha(opacity=60);
	opacity: 0.6;
	z-index: 19;
}
.HNAWSNonModalBackground
{
	background-color: #000000;
	filter: alpha(opacity=0);
	opacity: 0.0;
	z-index: 19;
}
.HNAWSmodalPopup  
{
	text-align: center;
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	z-index:20;
}
.HNAWSmodalBackground2
{
	background-color: #CFCFCF;
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index:9;
}

.HNAWSmodalPopup2  
{
    text-align: center;
	background-color:#FFFBCE;
	border-width:1px;
	border-style:solid;
	border-color:Black;
	padding:3px;
	z-index:10000;
}
/* END Modal Popup Style */

/* BEGIN CategoryList.aspx styles */
.HNAWScategoryListHeader
{
	font-family: Verdana;
	font-size: xx-large;
	font-weight: bold;
	color: #2261AD;
}
.HNAWScatListResultBanner
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #2261AD;
	vertical-align: middle;
	text-align: left;
	text-indent: 10px;
	height: 25px;
	width: 660px;
}
.HNAWScollapsePanel
{
	width: 620px;
	background-color: #D0D9EE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	margin-left: 20px;
}
.HNAWScollapsePanelHeader
{
	width: 640px;
	height: 20px;
	color: #2261AD;
	font-weight: bold;
	float: left;
	padding: 5px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.HNAWSSubCollapsePanel
{
	width: 480px;
	height: 0px;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 20px;
}
.HNAWSSubCollapsePanelHeader
{
	margin: 0px;
	height: 10px;
	float: left;
	padding: 5px;
	vertical-align: middle;
}
.HNAWSCatListSecondLevTbl
{
	margin-top: 10px;
    margin-bottom: 10px;
	width: 550px;
}

.HNAWSCatListSecLevRows
{
	width: 550px;
}
.HNAWSCatListSecLevCells
{
	width: 520px;
}
.HNAWSCatListThirdLevTbl
{
	width: 440px;
}
.HNAWSCatListThrdLevRows
{
	width: 420px;
}
.HNAWSCatListThrdLevCells
{
	width: 235px;
}
/* used to set up the tables like structure */
#HNAWScontrolcol 
{
	position: relative;
	width:23%;
	float:left;
	/* z-index:1; */
}
#HNAWSdvMainContent
{
	/*position: relative;*/
	width:75%;
	float:right;
	/* z-index:0; */
}
/* END CategoryList.aspx styles */

/* BEGIN SearchResults.aspx styles */
#HNAWSsearchPage{}
#HNAWSdvMenuCol
{
	position: relative;
	float: left;
	width: 24%;
	
}
.dvMfrSubCatList
{
	background-color: #D0D9EE;
	height: 700px;
	margin-top: 5px;
}
#HNAWSresultsBody
{
	position: relative;
	float:right;
	width: 75%;
}
#dvRefineAttributes
{
	position: relative;
	float:right;
	width: 74%;
	height: 175px;
}
.HNAWSdvBreadCrumbs
{
	padding: 5px;
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #2261AD;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 5px;
	font-size: 12px;
}
.HNAWSBreadCrumbLinks
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#HNAWSdvPartList
{
	position: relative;
	width: 100%;
}
#HNAWSdvSearchResultsButtons
{
	height: 200px;
}
.HNAWSDrillDownHeader
{
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	padding: 4px;
	background-color: #2261AD;
	margin-bottom: 3px;
}
.HNAWSSubCategories
{
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	
	padding-left: 8px;
}
.HNAWSDrillDownSpacer
{
	height: 20px;
}
.HNAWSSearchResultsFeatureDropDowns
{
	width: 225px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* END SearchResults.aspx styles */

/* BEGIN DataSheet.aspx styles*/
.dsLeftCol
{
	position: relative;
	width: 23%;
	float: left;
}
.dsLeftCol a
{
	display: block;
	margin-left:3px; 
	margin-right:3px;
}
#mainBody
{
	position: relative;
	width: 75%;
	float: right;
}
#dsProductHeader
{
	position: relative;
	height: 100%;
	width: 100%;
}
#dsProductImage
{
	position: relative;
	height:200px;
	width: 200px;
	float: left;
}
#dsProductInfo
{
	padding: 5px;
	position: relative;
	height: 200px;
	width: 150px;
	float: right;
	
}
.dsProductBasics
{
	padding: 5px;
	width: 65%;
}
#dsProductDetails
{
	padding: 5px;
	position: relative;
}
.dsTextStyleHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.dsTextStyleSubHeader
{
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 16px;
}
.HNAWSIrefRow
{
	color:#000099;
	font-size:16px;
	font-weight: bold;
}
.HNAWSPriceRow
{
	color:#FF0000;
	font-size:16px;
	font-weight: bold;
}
.HNAWSProductBasicsLeftCol
{
	width:40%;
}
.HNAWSProductBasicsRightCol
{
	width:60%;
}
.dsTextStyleNormal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.dsTextStyleBoldUnderline
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: underline;
	font-weight: bold;
}
.HNAWSDatasheetMenuDiv
{
	margin-left:5px;
	margin-top:10px;
	float:left;
}
.HNAWSDatasheetProdSpecs
{
	padding: 1px;
	border-spacing: 1px;
	width: 100%;
}
.HNAWSDatasheetAdditionalInfo
{
	padding: 1px;
	border-spacing: 1px;
	width: 100%;
}
/* default layout */
/*.dataSheetTabs .ajax__tab_header {height:40px;white-space: normal;}
.dataSheetTabs .ajax__tab_outer {height:40px;display:-moz-inline-box;display:inline-block;}
.dataSheetTabs .ajax__tab_inner {height:40px;display:-moz-inline-box;display:inline-block; }
.dataSheetTabs .ajax__tab_tab {height:25px;margin-right:4px;overflow:hidden;text-align:center;cursor:pointer;display:-moz-inline-box;display:inline-block}*/

.dataSheetTabs .ajax__tab_header {font-family:Arial, Helvetica, sans-serif;font-size:14px;background:url(/Images/Tabs/tab-line.gif) repeat-x bottom;}
.dataSheetTabs .ajax__tab_outer {padding-right:0px;background:url(/Images/Tabs/tab-right.gif) no-repeat right;height:21px;}
.dataSheetTabs .ajax__tab_inner {padding-left:3px;background:url(/Images/Tabs/tab-left.gif) no-repeat;}
.dataSheetTabs .ajax__tab_tab {height:21px;padding:0px;margin:0;background:url(/Images/Tabs/tab.gif) repeat-x; }
.dataSheetTabs .ajax__tab_hover .ajax__tab_outer {background:url(/Images/Tabs/tab-hover-right.gif) no-repeat right;}
.dataSheetTabs .ajax__tab_hover .ajax__tab_inner {background:url(/Images/Tabs/tab-hover-left.gif) no-repeat;}
.dataSheetTabs .ajax__tab_hover .ajax__tab_tab {background:url(/Images/Tabs/tab-hover.gif) repeat-x;}
.dataSheetTabs .ajax__tab_active .ajax__tab_outer {background:url(/Images/Tabs/tab-active-right.gif) no-repeat right;}
.dataSheetTabs .ajax__tab_active .ajax__tab_inner {background:url(/Images/Tabs/tab-active-left.gif) no-repeat;}
.dataSheetTabs .ajax__tab_active .ajax__tab_tab {background:url(/Images/Tabs/tab-active.gif) repeat-x;}
.dataSheetTabs .ajax__tab_body {font-family:Arial, Helvetica, sans-serif;font-size:10pt;text-align:left;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff; height:175px}
/* scrolling */
/*.dataSheetTabs .ajax__scroll_horiz {overflow-x:scroll;}
.dataSheetTabs .ajax__scroll_vert {overflow-y:scroll;}
.dataSheetTabs .ajax__scroll_both {overflow:scroll}
.dataSheetTabs .ajax__scroll_auto {overflow:auto}

/* plain theme */
/*.dataSheetTabs .ajax__tab_outer {text-align: center; vertical-align: middle; border:2px solid #999999;}
.dataSheetTabs .ajax__tab_inner {text-align: center; vertical-align: middle; }
.dataSheetTabs .ajax__tab_body {text-align: left; vertical-align: middle;}
.dataSheetTabs .ajax__tab_header {text-align: center; vertical-align: middle;}
.dataSheetTabs .ajax__tab_active .ajax__tab_outer {background:#FFFFE1;}
/* END DataSheet.aspx styles*/

/* BEGIN Common Link Button Styles */
.MenuOptionsButtons
{
	border-style: none;
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	color: #000000;
	background-color: Transparent;
	display: inline;
}

/* END Common Link Button Styles */

/* Solutions pages - moved to CMS style sheet */
/* .HNAsideBarTreeMenu { background-color:#2261AD; height:400px; } */
/* .HNAsideBarPics { background-color:#D0D0D0; height:322px; padding: 20px 20px 20px 20px; } */

/* BEGIN SearchControl Style */
.HNAWSSearchControlMessages
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FF0000;
	font-weight: bold;
	border: solid 1px #2261AD;
	background-color: #FFFF99;
}
.HNAWSSearchControlMessages div, .HNAWSSearchControlMessages td {border:solid 1px Black;background-color:LemonChiffon;}

.HNAWSSearchControlButton:hover
{
	background-image: url(/Images/Buttons/GoButtonclick.gif);
}
/* END SearchControl Style */

/*Pager Control Style */
.HNAWSPagerNotSelected
{
	padding: 2px;
	margin-bottom:4px;
	border: 1px solid #C0C0C0;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	width: 20px;
	vertical-align: middle;
}
.HNAWSPager
{
	height: 25px;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
.HNAWSPagerSelected
{
	padding: 2px;
	margin-bottom:4px;
	border: 1px solid #000000;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	width: 20px;
	height:15px;
	vertical-align: middle;
}
.HNAWSPagerNav
{
	padding: 4px 2px 4px 2px;
	margin-bottom: 4px;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
.HNARegistrationHeader
{
    font-family: verdana;
	font-size: large;
	font-weight: bold;
	color: Black;
}
.HNARegistrationSubHeader
{
    font-family: verdana;
	font-size: medium;
	font-weight: bold;
	color: Black;
}
.HNARegistrationNormal
{
    font-family: verdana;
	font-size: small;
	font-weight: normal;
	text-align: left;
	color: Black;
}
.HNARegistrationNormalRight
{
    font-family: verdana;
	font-size: small;
	font-weight: normal;
	text-align: right;
	color: Black;
}
.HNARegistrationError
{
    font-family: verdana;
	font-size: small;
	font-weight: bold;
	text-align: left;
	color: Red;
}
