﻿/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

@import url("../Style/SideMenu.css");
@import url("../Style/BodyStyles.css");



a:visited{
	color: #000066;
	text-decoration: none;
}


a:link{
	color: #000066;
	text-decoration: none;
}
a:visited{
	color: #007397;
	text-decoration: underline;
}
a:link{
	color: #007397;
	text-decoration: underline;
}
.uLinka:visited{
	color: #007397;
	font-weight: bold;
	text-decoration: underline;
}
.uLink a:link{
	color: #007397;
	font-weight: bold;
	text-decoration: underline;
}
.ManuCats a:visited {
	text-decoration: underline;
}
.ManuCats a:link {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px;
	/*border-bottom: 1px solid #cccccc;*/
	width: 100%;
	height: 82px;
}
/*
#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #f7f9f5;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
*/
#content{
position: absolute;
	margin: 0;
	padding: 0;
	left:200px;
}

.divider{
 border-bottom: 1px solid #c1c1d5;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	display: block;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	vertical-align: top;
	background-color: #007397;
	color: White;
	padding: 2px;
	padding-bottom: 3px;
	width: 100%;
}


/************* #globalNav styles **************/


/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */
   

/*
#globalNav{
color: #666;
padding: 8px 0px 6px 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 2px 12px 2px 12px; 
	background-color: #DCDCEB;
	border: 1px solid #333;
	margin: 3px 5px 0;
	text-decoration:none;
}


#globalNav a:hover {
	font-size: 90%;
	padding: 2px 12px 2px 12px; 
	background-color: #EBF7EA;;
	border: 1px solid #333;
	margin: 3px 5px 0;
	text-decoration:none;
}
*/
/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.bottom {
	vertical-align:bottom
	}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #8080A8;
	border-bottom: 1px solid #8080A8;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	background-color: #f7f9f5;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}
.displayDetails	{
	font-size: 100%;
	}
	
.ManufText select  
	{text-transform: lowercase;}
	
.ManufText option 
	{text-transform: capitalize;}
	
.TitleCase 
	{text-transform: capitalize;}

	

/*********** #navBar link styles ***********/

/*#navBar ul a:link, #navBar ul a:visited {display: block; background-color: #EBECF5; color: #765992; padding: 2px 0 2px 2px; margin: 0 10px 3px 0; border: 1px solid #999; text-decoration:none;}
#navBar ul a:hover {display: block; background-color: #DBDEE5; padding: 2px 0 2px 2px; margin-right: 10px; border: 1px solid #999; text-decoration:none; color: #333;}

#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
/* #navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
/* html>body #navBar li {border-bottom: none;}
*/*/*/

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	/*background-color: #dddddd;*/
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/******Design Images ************/
#masthead .logo{
position:absolute;
top: 0px;
right: 0px;
}

#masthead .leftimage{
position: absolute;
top: 0px;
left: 0px;
}

.tableheader {
	background-color: white;
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	PADDING-BOTTOM: 4px;
	PADDING-TOP: 4px;
	color: black;
}

.RowStyle1 {
	background-color: white;
	PADDING: 0px; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	line-height: 1.8;
}
.RowStyle2 {
	background-color: #E3F3F4;
	PADDING: 0px; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	line-height: 1.8;
}

.tableCat {
	text-align: left;
	vertical-align: top;
	width: 100%;
	background-color: #DBDEDF;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	color:  #006C6C;
	padding: 2px;
	padding-bottom: 3px;
}

.CheckoutCart {

	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 110%;
}
.FeaturedProdTable {
border:1px solid #000066;
width: 95%;

}
.FeaturedProdTable td{
border-bottom:1px solid #000066;
}
.FeaturedProdTable img{
border: none;
}
.FeaturedProdTable td div{
padding:5px;
}

