/* CSS Document */
/*-----------------------------------------------------------------------------*/
/* classes for incomplete */
.incomplete {
	color: Fuchsia;
	font-variant: small-caps;
	font-weight: bold;
}
a.incomplete img {
	border: 1px solid Fuchsia;
}
body {
	color: #666;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 1.2em;
}
table#idShell {
  margin-top: 20px;
	width: 750px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 1.2em;
}
td {
  padding: 0;
  text-align: left;
  vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}
h6 {
  color: Fuchsia;
}
/*--------------------------------------------------------------*/
/*    general styles    */
.blue {
  color: #036;
}
p {
	text-align: left;
	margin-top: 1em;   /* note margin on TOP */        /* for no margin - do not use <P> */
	margin-bottom: 0;  /* note margin on BOTTOM */
}
p.bottomMargin {
	margin-bottom: 1em;   /* note margin on BOTTOM (inherits margin on TOP) */
}
a {
	color: #666;
	text-decoration: underline;
}
/* a:visited {
	color: #666;
	text-decoration: underline;
} */
a img {
	border: none;
	cursor: hand;
}
ul {
	margin: 0 0 0 1.5em;
	padding: 0;
	list-style: disc;
	list-style-position: outside;
}
ul li {
	margin: 0;
	padding: 0;
}
ol {
	margin: 0 10px 0 1.5em;
	padding: 0;
	list-style: decimal;
	list-style-position: outside;
}
ol li {
	margin: 0;
	padding: 0;
}
input {
  color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
  color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
big {
  font-weight: bold;
}
/*--------------------------------------------------------------*/
/* common styles */
table#idClientLogin td{
  padding: 2px;
  vertical-align: middle;
	font-size: 8pt;
}
input.inputLogin {
  width: 105px;
}
td#idFooter {
  font-size: 7pt;
}
td#idFooter a {
  text-decoration: none;
}
/*--------------------------------------------------------------*/
/* header and footer styles */
td#idHeader {
  text-align: right;
}
div#idRFQStats {
  float: right;
  margin-bottom: .5em;
  text-align: left;
	font-size: 9pt;
	line-height: 1.3em;
	white-space: nowrap;	
}
div#idRFQStats b {
  color: #C00;
  font-size: 12pt;
  letter-spacing: 1px;
}
div#idRFQStats a {
  color: #C00;
}
/*--------------------------------------------------------------*/
/* nav area styles */
td#idNavArea {
	padding: 0px 0px 0px 0px;
	font-size: 8pt;
	color: #666;
}
td#idNavArea a {
	color: #666;
	text-decoration: none;
}
td#idNavArea table {
  margin-bottom: 30px;
  width: 171px; /* causes an error that alows padding in td#idNavArea to set style */
  height: 100%;
	font-size: 8pt;
}
td#idNavArea td.navSeparater {
	padding: 4px 0px 4px 0px;
	background-image: url(common/images/nav_separater.gif);
	background-repeat: repeat-x;
	background-position: center;
}
td#idNavArea td.navOnInd {
	padding: 0px 6px 0px 0px;
	color: #036;
}
td#idNavArea td.L1 {
	padding: 0px 0px 0px 1px;
	text-transform: capitalize;
}
td#idNavArea td.L1 a {
	color: #666;
	text-decoration: none;
	text-transform: inherit;
}
td#idNavArea td.L1 a:hover {
	color: #036;
	text-decoration: underline;
}
td#idNavArea td.L1 div {
  display: inline;
	color: #036;
}
td#idNavArea td.L2 {
	padding: 0px 0px 0px 11px;
	text-transform: capitalize;
	border-bottom: none;
}
td#idNavArea td.L2 a {
	color: #666;
	text-decoration: none;
	text-transform: inherit;
}
td#idNavArea td.L2 a:hover {
	color: #036;
	text-decoration: underline;
}
td#idNavArea td.L2 div {
  display: inline;
	color: #036;
}
td#idNavArea td.L3 {
	margin: 0;
	padding: 0px 0px 0px 21px;
	text-transform: capitalize;
	border-bottom: none;
}
td#idNavArea td.L3 a {
	color: #666;
	text-decoration: none;
	text-transform: inherit;
}
td#idNavArea td.L3 a:hover {
	color: #036;
	text-decoration: underline;
}
td#idNavArea td.L3 div {
  display: inline;
	color: #036;
}
td#idNavArea td.L4 {
	margin: 0;
	padding: 0px 0px 0px 31px;
	text-transform: capitalize;
	border-bottom: none;
}
td#idNavArea td.L4 a {
	color: #666;
	text-decoration: none;
	text-transform: inherit;
}
td#idNavArea td.L4 a:hover {
	color: #036;
	text-decoration: underline;
}
td#idNavArea td.L4 div {
  display: inline;
	color: #036;
}
td.verticalRule {
  background-color: #CCC;
}
/*-------------------------------------------------------------------*/
/*    main content styles   */
td.MainArea {
	padding: 0px 0px 0px 7px;
	text-align: left;
	vertical-align: top;
	font-size: 9pt;
}
table.Content {
  margin: 15px 0px 15px 0px;
}
td.ProductSeparater {
	padding: 4px 0px 4px 0px;
	background-image: url(common/images/nav_separater.gif);
	background-repeat: repeat-x;
	background-position: center;
}
a.MainCat {
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
a.SubCat {
  text-decoration: none;
}
h3 {
  margin: .5em 0;
}
h4 {
  margin: .5em 0;
}
tr.ProductList td {
  padding: 3px 0px;
	border-bottom: 1px dashed #CCC;
	text-align: center;
	vertical-align: middle;
}

/*-------------------------------------------------------------------*/
/*    SideBar content styles   */
td.SideBar {
	padding: 0 0 0 7px;
	text-align: left;
	vertical-align: top;
  color: #036;
	font-size: 13pt;
}
table#idCartStatsOuter {
  margin-bottom: 0px;
  background-color: #036;
}
table#idCartStatsOuter td {
  padding: 5px 7px 5px 7px;
}
table#idCartStats {
  color: White;
	font-size: 9pt;
}
table#idCartStats td {
  padding: 1px 0px;
}
table#idCartStats b {
  letter-spacing: 1px;
}
table#idCartStats a {
  color: White;
  text-decoration: none;
}
table#idCartStats img {
  margin-top: .2em;
  margin-right: .5em;
}
table#idRelatedProductsOuter {
  margin-bottom: 7px;
  background-color: #FC3;
}
table#idRelatedProductsOuter td {
  padding: 5px 7px 5px 7px;
}
table#idRelatedProducts {
  color: #036;
	font-size: 9pt;
}
table#idRelatedProducts td.image {
  padding: 4px 0px;
}
table#idRelatedProducts td.link {
  padding: 4px 0px;
}
table#idRelatedProducts b {
  font-size: 10pt;
}
table#idRelatedProducts a {
  color: #036;
  text-decoration: none;;
}
table#idDiagramLinksOuter {
  margin-bottom: 7px;
  background-color: #B4B4B4;
}
table#idDiagramLinksOuter td {
  padding: 5px 7px 5px 7px;
}

table#idDiagramLinks {
  color: #036;
	font-size: 9pt;
}
table#idDiagramLinks b {
  font-size: 10pt;
}
table#idDiagramLinks a {
  color: #036;
  text-decoration: none;;
}
div#idSidebarCallToday {
  font-size: 14pt;
  font-weight: bold;
  line-height: 1.2em;
  color: #036;
}

/*---------------------------------------------------------------*/
/* styles for forrms */
form {
  margin: 0;
}
td.formLable {
	width: 35%;
	text-align: right;
	padding: 1px;
	padding-right: 4px;
	vertical-align: top;
}
td.formData {
	width: 65%;
	text-align: left;
	padding: 1px;
	padding-left: 4px;
	vertical-align: top;
}
.input  {
	width: 200px;
}
#invalid {
	color: #C00;
	text-align: center;
}
/*---------------------------------------------------------------*/
/* styles for images */
img.hRule {
  background-color: #CCC;
	width: 100%;
	height: 1px;
	margin: 5px 0 5px 0;
	clear: both;
}
img.right {
	float: right;
	clear: left;
	margin: 0px 0px 10px 10px;
}
img.left {
	float: left;
	clear: right;
	margin: 0px 10px 10px 0px;
}
img.Headline {
  margin-bottom: 20px;
}
/*---------------------------------------------------------------*/
/* classes for validator */
.tfvHighlight {
  color: #C00;
  width: 35%;
	text-align: right;
	padding: 1px;
	padding-right: 4px;
	vertical-align: top;
	white-space: nowrap;
}
.tfvNormal {
  color: #666;
  width: 35%;
	text-align: right;
	padding: 1px;
	padding-right: 4px;
	vertical-align: top;
	white-space: nowrap;
}
.inputHighlighted {
  color: #C00;
	width: 65%;
	text-align: left;
	padding: 1px;
	padding-left: 4px;
	vertical-align: top;
}
.inputNormal {
  color: #666;
	width: 65%;
	text-align: left;
	padding: 1px;
	padding-left: 4px;
	vertical-align: top;
}

