﻿/*--------Entire Site-----------*/

body
{
	font-family:Arial;
	font-size:10pt;
	background-image:url(Images/watermark.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}
a:link
{
	color: blue;
}
a:visited
{
	color: blue;
}
a:hover
{
	color: blue;
}
a:active
{
	color: blue;
}
hr{
	color:black;
}
label{
	font-weight:bold;
	color:black;
}

/* --------------------------------------------------------------
	Site wide classes that can be overridden by a control level class below
*/

.ItemsHeader, .ItemsFooter
{
	color:White;
	font-weight:bold;
	padding:4px;
	background-color:#666668;
}
.ItemsHeader
{
	margin-bottom:1em;
}
.ItemsFooter
{
	margin-top:1em;
}
.ItemsHeader a, .ItemsHeader a:visited, .ItemsFooter a, .ItemsFooter a:visited
{
	color:white;
}
.ItemPic{padding:4px;}
.ItemPic a img
{
	border:solid 2px silver;
}
.ItemPic a img:hover
{
	border:solid 2px blue;
}
.ItemName
{
	font-weight: bold;
	color: black;
	background-color: #DEE3EF;
	border: solid 1px #666668;
	padding: 4px;
	width:98%;
}
.ItemName a:link, .ItemName a:visited
{
	color:black;
}
.ItemInfo a
{color:Black;}
.ItemLabel
{
	color:black;
	font-weight:bold;
	text-align:right;
	
}
.ItemPrice
{
	color:red;
	font-weight:bold;
}
.Validator
{
	position:absolute;
	float:right;
	z-index:1;
}
.Validator span
{
	position:absolute;
	z-index:2;
	float:right;
	background-color:White;
	border:solid 1px red;
	width:96px;
	padding:2px;
}

/*
=Categories
----------------------Categories-------------------------*/
.MainCategories
{
	display:block;
	width:100%;
}
.SubCategories
{
	display:block;
	width:100%;
}
.CategoriesSeparator
{}
.MainCategory
{
	padding:1px 1px 1px 3px;
	display:block;
}
.SubCategory
{
	padding:1px 1px 1px 1em;
	display:block;
}
.MainCategory a:link, .MainCategory a:visited
{
	color:red;
	text-decoration:none;
}
.SubCategory a:link, .SubCategory a:visited
{
	color:red;
	text-decoration:none;
}
.MainCategory a:hover, .MainCategory a:active
{
	background-color:white;
	color:Blue;
}
.SubCategory a:hover, .SubCategory a:active
{
	background-color:white;
	color:Blue;
}
/*----------Footer-----------*/

.Footer
{
	width:100%;
	text-align:center;
}
.Footer a:link
{
	color:Black;
	text-decoration:none;
}
.Footer a:visited
{
	color:Black;
	text-decoration:none;
}
.Footer a:hover
{
	color:Black;
	text-decoration:underline;
}

/*
=FlagItems
-------------------Home Page Items & Specials Right Nav----------------------*/

.FlagItems
{
	 text-align:center;
	 vertical-align:top;
	 padding:2px;
	 width:145px;
}
.FlagItems:hover
{
	background-color:#FFFF99;
}
.FlagItems div.ItemName
{
	height:31px;
	overflow:hidden;
}
.FlagItems div.ItemPic
{
	border:solid 1px black;
	text-align:center;
	padding:4px 0px 4px 0px;
	height:75px;
}
.FlagItems div.ItemPrice
{
	color:yellow;
	font-size:11pt;
	font-weight:bold;
	height:18px;
	overflow:hidden;
	border:solid 1px black;
	background-color:#46505E;
	text-align:center;
}
.FlagItems div.ItemPrice span
{
	color:white;
	font-size:11pt;
}

/*----------Specials Left Nav-----------*/

.SpecialsLeftNav a:link
{
	color:red;
	font-weight: normal;
	text-decoration: none;
}
.SpecialsLeftNav a:visited
{
	color:red;
}
.SpecialsLeftNav a:hover
{
	color:red;
	background-color: White;
	text-decoration: underline;
}
.SpecialsLeftNav a:active {text-decoration: underline}
/*----------Show Item-----------*/

.NameHeader								
{
	font-weight: bold;
	color: black;
	background-color: #DEE3EF;
	border: solid thin #666668;
	padding: 4px;
}
.CategorySubCategoryHeader				
{
	 font-weight:normal;
	 text-align: right;
	 font-size: 12px;
	 color:black;
}
.CategorySubCategoryHeader a:link		
{
	color:blue;
}
.PicBorder						
{
	padding:4px;
}
.PicBorder a:link						
{
	display:table;
	border:solid thin #666668;
}
.PicBorder a:visited						
{
	display:table;
	border:solid thin red;
}
.PicBorder a:hover							
{
	border:solid thin blue;
}
.HRs									
{
	border-bottom: #666668 thin solid;
}
.Headers								
{
	font-weight: bold;
	color:white;
	padding:0.25em;
	background-color:black;
	margin:0.45em 0 0.45em 0;
	width:100%;
	display:block;	
}
.RelatedItems1, .RelatedItems2, .ItemNotes1, .ItemNotes2, .Applications
{
	margin:1em;
}
.ItemNotes2 span.Headers,.ItemNotes1 span.Headers, .Applications span.Headers
{
	border: white thin solid;
	border-bottom:solid 2px black;
	font-weight:bold;
	font-size:13pt;
	color:black;
	display:block;
	padding:2px;
	margin-bottom:.5em;
	background-color:white;
	visibility:inherit;
}
div.AdditionalInfoLinks
{margin:2px 0px 8px 0px;display:none;}
.AdditionalInfoLinks a, .AdditionalInfoLinks a:visited
{
	display:none;
	font-weight:bold;
	text-decoration:none;
	padding:0px 6px 3px 6px;
	border-right:?olid 1px black;
	border-bottom:solid 1px black;
	color:#D20202;
	background-color:#eeeeee;
}
.AdditionalInfoLinks a:hover
{
	text-decoration:underline;
	color:Black;
}
.AdditionalInfoLinks div
{
	font-weight:bold;
	background-color:Black;
	color:White;
	padding:2px;
}
.AddAllButton
{visibility:hidden;}
.AddAllButton div {}
.GoToTop
{margin:0.45em;border-bottom:solid 2px gray;}
.GoToTop a
{text-decoration:none;font-weight:bold;color:gray;}
.GoToTop a:hover
{color:blue;}
#AppNotes span {
	font-weight: bold;
}
.AltPartNos td,.AltPartNos th
{padding:0.25em 0.75em 0.25em 0.25em;}
.AltPartNos tr:hover
{background-color:silver;}

/*
=RelatedItem
----------------------- Related Item --------------------------*/

.RelatedItem
{
	width:100%;
	vertical-align:top;
}
.RelatedItem td.ItemPrices
{
	width:135px;
	text-align:right;
	vertical-align:top;
	padding-top:4px;
}
/*
.RelatedItem td.ItemPrices table
{}

.RelatedItem td.ItemPrices td.ItemLabel
{}
.RelatedItem td.ItemPrice
{}

.RelatedItem td.ItemLabel, .RelatedItem span.ItemLabel
{
	font-weight:bold;
	text-align:right;
}
*/
.RelatedItem td.ItemPic
{
	vertical-align:top;
	padding:4px;
}
/*
.RelatedItem td.ItemPic a img
{}
.RelatedItem td.ItemPic a img:hover						
{}
*/
.RelatedItem td.ItemInfo
{
	vertical-align:top;
	padding-top:4px;
}
.RelatedItem div.ItemName
{
	width:360px;
}

/*----------Cart Info-----------*/

.CartInfoPanel A:link
{
	text-decoration: none;
	color:Black;
	font-weight:bold;
}
.CartInfoPanel A:visited
{
	text-decoration: none;
	color:Black;
	font-weight:bold;
}
.CartInfoPanel A:hover
{
	text-decoration: underline;
	color:Black;
	font-weight:bold;
}
.CartPriceLabel
{
	color:red;
}

/*----------View Cart----------*/

.ViewCartHeader
{
	padding: 4px;
	background-color:#666668;
	color:White;
	font-weight:bold;
}
.ViewCartPicture
{
	border-color:#666668;
}
.ViewCartSubHeader
{
	background-color:#DEE3EF;
	color:#666668;
	padding:4px;
}
.ViewCart
{
	 padding-bottom: 10px;
	 color:black;
}
.ViewCart a:link
{
	 color:blue;
}
.ViewCart a:visited
{
	 color:blue;
}

/*----------Add By Part Number----------*/
.AddByPartNumberHeader
{
	padding:4px;
	background-color:#cccccc;
	color:Gray;
	font-weight:bold;
	font-size:12px;
	font-family:Arial;
}
/*---------------------  LIST ITEM ----------------------------*/
.ItemSku
{
	color:red;
	
}
.ItemPrice
{
	text-align:right;
	font-weight:bold;
	color:red;
}
.ListPrice
{
	text-align:right;
	font-weight:bold;
	color:red;
	/*text-decoration:line-through;*/
	width:100%;
}
.CorePrice
{
	text-align:right;
	font-weight:bold;
	color:red;
}

.ListItemName
{
	text-align:left;
	font-weight:bold;
	border:thin #666668 solid;
	background-color:#DEE3EF;
	padding:0px 0px 0px 4px;
	color:black;
}

.ListItemName a
{
	color:black;
}
.ListItemName a:visited
{
	color:black;
}
.ListItemName a:hover
{
	color:black;
}
.SearchControlHeader
{
	font-weight:bold;
	background-color:#666668;
	padding:4px;
	color:white;	
}
.AddAllTD
{
	background-color:#666668;
	color:White;
	font-weight:bold;
	padding:4px;
}

.SearchTable
{
	background-color:#DEE3EF;	
}
.ApplicationNotes
{margin:0.25em;padding:0.25em;background-color:#EEEEEE;border-bottom:solid 2px gray;}

/*
=CategoriesLanding
--------------------- Categories Landing / Landing Page -----------------------------*/

.CategoriesLanding{}
.CategoriesItem{width:100%}

/*
=CategoryLandingInfo
--------------------- Category Landing Page Info ----------------------*/
.CategoryLandingInfo{width:100%;}
.CategoryLandingInfo td.ItemPic {width:100px;}

/*
=CategoryInfo
--------------------- Category Info --------------------------*/

.CategoryInfo {width:100%;}
.CategoryInfo td.ItemPic {width:100px;}

/*---------------------- SPECIALS RIGHT NAV --------------------------*/
.SpecialsRightNav
{
	width:150px;
}
.SpecialsRightNavHeader
{
	/*border:solid thin gray;
	background-color:silver;*/
	text-align:center;
}
.SpecialsRightNavPrice
{
	text-align:center;
	/*border:solid thin gray;
	background-color:silver;*/
}
.viewfaqQuestion
{
	padding:4px;
}
.viewfaqQuestion a
{
	text-decoration:none;
}
.viewfaqQuestion a:hover
{
	text-decoration:underline;
}
.viewfaqQuestion label
{
	font-weight:bold;
	padding-bottom:6px;
}
.viewfaqAnswer
{
		padding:5px;
		margin-left:20px;
}
.viewfaqAnswer label
{
	font-weight:bold;
	color:#E96B07;
	text-decoration:underline;
}
/*
=OrderForm
----------------------Order Form------------------------*/
.OrderFormHeader
{
	color:white;
	background-color:Gray;
}
.OrderFormTable
{
	padding:2px;
	background-color:#eeeeee;
	border: solid 2px gray;
}
.OrderForm
{
	color:white;	
	background-color:Gray;
}
hr.OrderForm
{
	border:1px solid gray;
}
#checkoutDiv 
{
	width: 700px;
	margin: 0.25em auto auto auto;
	text-align: left;
}
#checkoutDiv
{margin:0 2em;}

#lastupdate
{text-align:center;font-weight:bold;margin:0.35em;font-size:12pt;}
