/******************************************************************************

Supplemental CSS for Midwest.
You still need to pull in electrical_distribution_ecatalog.css as well.

CSS rules marked /\* override *\/ are used to override numerous CSS rules in
original CSS (see below) that do not mesh well with the HTML and/or do not
mesh well with the XHTML 1.0 Transitional doctype.

Original CSS: http://www.midwestelectric.com/css/styles.css
         and: http://www.midwestelectric.com/css/simple.css

******************************************************************************/
#pageTitle {			/* cannot be contextualized in #mainBody */
	font-weight: bold;	/* override */
	color: #3b73b9;	  /* overrides electrical_distribution_ecatalog.css */
}
#mainBody label {
	color: #666666;		/* override */
}
#mainBody td {
	color: #666666;		/* override */
}
#mainBody th,
#mainBody th h3,
#mainBody th h5 {
	color: #666666;		/* override */
}
#mainBody h4,
#mainBody h5,
#mainBody h6 {
	color: #666666;		/* override */
}
#mainBody h2,
#mainBody h3,
#mainBody h6 {
	font-weight: bold;	/* override */
}
#mainBody a img,
#mainBody a:link img,
#mainBody a:visited img,
#mainBody a:hover img,
#mainBody a:active img {
	display: inline;	/* override */
}
#mainBody a:link,
#mainBody a:active {
	text-decoration: underline; /* override */
}
#mainBody a:visited {
	color: #3b73b9;		    /* override */
	text-decoration: underline; /* override */
}
#mainBody img {
	display: inline;	/* override -- ADDED 2008-05-13 */
}

/******************************************************************************
Navigation Lists
******************************************************************************/
#nav2 ul.navitemList li {
	background-image:
		url("http://www.midwestelectric.com/images/css/navBul.gif");
	background-position: 14px 8px;
	background-repeat: no-repeat;
}
#nav2 ul.navitemList li.selected {
	background-image:
	  url("http://www.midwestelectric.com/images/css/navBul_selected.gif");
	background-position: 13px 9px;
}

#nav2 ul.navitemList li.selected li a:link,
#nav2 ul.navitemList li.selected li a:visited {
	color: #3b73b9;
}	
#nav2 ul.navitemList li.selected li a:hover,
#nav2 ul.navitemList li.selected li a:active {
	color: #89abd5;
}
#nav2 ul.navitemList li.selected li.selected {
	background-image: none;
}
#nav2 ul.navitemList li.selected li.selected a:link,
#nav2 ul.navitemList li.selected li.selected a:visited {
	color: #666666;
}	
#nav2 ul.navitemList li.selected li.selected a:hover,
#nav2 ul.navitemList li.selected li.selected a:active {
	color: #666666;
}

/******************************************************************************
Main Landing Page
******************************************************************************/
#mainBody .midwestProductFamilyTable tr {
	vertical-align: top;
}
#mainBody .midwestProductFamilyTable td {
	width: 47%;
}
#mainBody .midwestProductFamilyTable td.productFamily {
	padding-top: 15px;
}
#mainBody .midwestProductFamilyTable td img {
	margin-bottom: 3px;
}
#mainBody .midwestProductFamilyTable td.gutter {
	width: 6%;
}

/******************************************************************************
Image Blocks
******************************************************************************/
#mainBody .imageBlock td.imageCell {
	width: 1%; /* will expand as needed */
	padding-right: 10px;
}
#mainBody .imageBlock td.textCell {
	width: 99%; /* will collapse as needed */
}

/******************************************************************************
Lists
******************************************************************************/
#mainBody ul.links {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#mainBody ul.links li {
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0;
	margin: 0;
	padding-left: 8px;
}
#mainBody ul.spaced li {
	margin-bottom: 4px;
}
#mainBody ul.links li {
	background-image:
		url("http://www.midwestelectric.com/images/css/navBul.gif");
}


