
/* This is the background of the entire page*/
body {
	margin:0px;
	background-image:url(New_Site/images/lime_diag.png);
	background-repeat:repeat;
	background-color:#CCCCCC;

	
}

.logo {
   width: 350px;
   height: 300px;
   border:#000000;
   background-image:url(New_Site/images/knox_logo.png);
   background-repeat:repeat;
   
   }
   
img.logo {
   border:#000000;
   border-width:medium;


}


/* Only noticed differance on left margin of page body - probably end border coming down sides*/
.bgTable {
	background-image:url(images/background_color.gif);
	background-repeat:repeat-y;

}


/*BREADCRUMB - This is the link color in the bread crumb*/
.subHeader a{
	color:#66CC66;
	text-decoration:underline;
	
}

/*BREADCRUMB  - This is the ROLL OVER link color in the breadcrumb area*/
.subHeader a:hover{
	color:#66FF00;
}


/* This is the background area of the main content*/
.mainTable {
	
	background-image:url(New_Site/images/lite_lime_diag.png);
}


/* This is the background area of the advertising block*/
.advertisements {
    background-image:url(New_Site/images/med_lime_diag.png);
	font-size:12px;
		
}


.mostPopular {
background-image:url(New_Site/images/med_lime_diag.png);
	font-size:12px;
	
		
}

/* <MOST POPULAR LINK COLORS */
.mostPopular a{
	color:#333333;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	list-style:none;
	
}
.mostPopular a:hover {
	color:#666666;
	background-color:#FFFFFF;
}

/* LEFT - This is the area of the link TITLE HEADER blocks in the LEFT colomn*/
.leftHeader{
	background-image:url(New_Site/images/purple_button_2.png);
	height:35px;
	width:185px;
	color:#66CC66;
	margin-top:15px;
	padding: 12px;
	font:Georgia, "Times New Roman", Times, serif;
	font-weight:600;
	font-size:24px;
}

/* This is the area of the link TITLE HEADER blocks in the RIGHT colomn*/
.rightHeader{
	background-image:url(New_Site/images/purple_button_2.png);
	height:35px;
	width:185px;
	color:#66CC66;
	margin-top:15px;
	padding: 12px;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
}

/* This is the LINKS TITLE in the left colomn SIZE*/
.pageNav {
	font-size:18px;
	
}


/* This is the BORDER around the LEFT LINKS BLOCK in the left colomn */
.pageNav ul {
	list-style:none;
	padding:0px;
	margin:0px;
	/* REMOVED HERE
	border-left:3px solid black;
	border-right:3px solid yellow;
	border-bottom:3px solid purple;	
	*/	
}


/* This created the PADDING in the left colomn LINKS*/
.pageNav a{
	padding-left:20px;
	text-decoration:none;
}


/* This is the ROLLOVER on the LINKS in the left colomn */
.pageNav a:hover{
background-color:#FFFFFF;
}


/* This is the BACKGROUND COLOR LINKS cells in the left colomn */
.pageNav li{
		border-top:1px solid #E7E7E7;
		padding:3px;
	    background-image:url(New_Site/images/med_lime_diag.png);
}	


/* This is the roll over BACKGROUND color of the links in left column*/
.pageNav li:hover{
	background-color:#666666;
	
}	
/* Category Level 1 -- Root CHANGED THE LINK COLORS LEFT COLUMN  - NEED TO FIX AN PICK A COLOR*/
.pageNav li a{

  color:#333333;
  font:Georgia, "Times New Roman", Times, serif;

}


/* Category Level 2 DIDN'T LOCATE Look for purple links*/
.pageNav li li a{
	color:purple;
}


/* Category Level 3 */
.pageNav li li li a{
	color:#666666;
}
/* Category Level 4 */
.pageNav li li li li a{
	color:#000000;
}
.pageNav li li li li li a{
	color:#993300;
}


/* inserted on my own */
.header{
background-image:url(images/header_bkgrnd_gradient.jpg);
}



/*BREADCRUMB -  SUB HEADER   BACKGROUND area of main breadcrumb and bar above main content*/
.subHeader{
    background-image:url(New_Site/images/lime_diag.png);
	height:10px;
	padding: 5px;
	border-top:1px solid #ACACAC;
	font-size:16px;
	/* This is the Font Color within the listings header groups */
	color:#330033;
}


/* area BEHIND left column LINKS */
.leftCell{
	background-image:url(New_Site/images/med_lime_diag.png);
	
}

/* area BEHIND right column LINKS */
.rightCell{
	background-image:url(New_Site/images/med_lime_diag.png);
}


/* This was the font size of the drop down menus in firefox */
select {
	font-size:14px;
}
input {
	font-size:12px;
}

/* This is the font the user iuses to contact seller */
textarea{
	font-size:14px;
}


/* FONT in MAIN CONTENT area */
.main{ 
	padding:10px;
	color:#333333;
	font-size:18px;
}


/* LINKS within the MAIN CONTENT area */
.main a{
	color:black;
	text-decoration:none;
}
.main a:hover {
	text-decoration:underline;
	background-color:white;
}

.bottom_links{
    font-size:20px;
	color:#999999;
	text-decoration:underline;
	
	}


.subCat a{
	color:#003333;
	padding-left:10px;
}

/* Font on my main categories */
.showAll a{
	color:#003300;
	font-size:18px;
	padding-left:20px;
	margin-left:30;
}


.footer {
	font-size:10px;
}
.innerSearchTable {
}
.innerSearchTable td{
	border-top:1px solid #FFFFCC;
}
.searchImage {
	border:1px dotted gray;
}
.detailTable td{
	border-top:1px solid #CCCCCC;
}
.featureAds td{

}

