﻿/*--------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: #5A85C4;
}
a:visited
{
	color: #5A85C4;
}
a:hover
{
	color: #5A85C4;
}
a:active
{
	color: #5A85C4;
}
hr{
	color:black;
}
label{
	font-weight:bold;
	color:black;
}
/*--------Categories------------*/
.Categories 
{
	width:100%;
}

.Categories a:link
{
	width:100%;
	color:Black;
	font-weight:bold;
	text-decoration:none;
}
.Categories a:visited
{
	color:Black;
	font-weight:bold;
	text-decoration:none;
}
.Categories a:hover
{
	width:100%;
	color:gray;
	text-decoration:underline;
	font-weight:bold;
	padding-right:3px;
}
.node 
{
	font-weight:bold;
	width:100%;
	display:block;
	background-color:Yellow;
}

.node a:link
{
	color:red;
	text-decoration:none;
	background-color:White;
	white-space:normal;
}
.node a:visited
{
	color:red;
	text-decoration:none;
}
.node a:hover
{
	color:red;
	text-decoration:underline;
	background-color:white;
}
.node a:active
{
	color:red;
	text-decoration:underline;
	background-color:yellow;
}
/*----------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;
}


/*----------Specials Left Nav-----------*/

.SpecialsLeftNav a:link
{
	color:black;
	font-weight:bold;
	text-decoration:none;
}
.SpecialsLeftNav a:visited
{
	color:black;
	font-weight:bold;
	text-decoration:none;
}
.SpecialsLeftNav a:hover
{
	color:gray;
	font-weight:bold;
	text-decoration:underline;
}
/*----------Show Item-----------*/

.NameHeader								
{
	font-weight: bold;
	color: black;
	background-color: #ffff00;
	border-bottom: solid thin #5A85C4;
	padding: 4px;
}
.CategorySubCategoryHeader				
{
	 font-weight:normal;
	 text-align: right;
	 font-size: 12px;
	 color:black;
}
.CategorySubCategoryHeader a:link		
{
	color:#5A85C4;
}
.PicBorder						
{
	padding:4px;
}
.PicBorder a:link						
{
	display:table;
	border:solid thin black;
}
.PicBorder a:visited						
{
	display:table;
	border:solid thin black;
}
.PicBorder a:hover							
{
	border:solid thin gray;
}
.HRs									
{
	border-bottom: gray thin solid;
}
.Headers								
{
	font-weight: bold;
	color: black;
}

/*----------Cart Info-----------*/

.CartInfoPanel A:link
{
	text-decoration: none;
	color:white;
	font-weight:bold;
}
.CartInfoPanel A:visited
{
	text-decoration: none;
	color:white;
	font-weight:bold;
}
.CartInfoPanel A:hover
{
	text-decoration: underline;
	color:white;
	font-weight:bold;
}
.CartPriceLabel
{
	color:red;
}

/*----------View Cart----------*/

.ViewCartHeader
{
	padding: 4px;
	background-color:black;
	color:White;
	font-weight:bold;
}
.ViewCartPicture
{
	border-color:black;
}
.ViewCartSubHeader
{
	background-color:#ffff00;
	color:black;
	padding:4px;
}
.ViewCart
{
	 padding-bottom: 10px;
	 color:black;
}
.ViewCart a:link
{
	 color:#5A85C4;
}
.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-bottom:thin #5A85C4 solid;
	background-color:#ffff00;
	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:black;
	padding:4px;
	color:white;	
}
.AddAllTD
{
	background-color:black;
	color:White;
	font-weight:bold;
	padding:4px;
}

.SearchTable
{
	background-color:#ffff99;
}
/*---------------------- 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;
}