/* these styles for product pages. implemented on connectors products 10-03 */

/* linklist makes the jumplist at the top right of every product page */

.linklist {
	font-size: 90%;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
ul.linklist {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	color: #666666;
}
.linklist li {
	background-image: url(/graphics/arrowhead_7px_gray.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 12px;
	margin-left: 5px;
	list-style-type: none;
	width: 110px;
	color: #666666;
}

a.linklist {
	color: #666666;
}

.linklist li a {
	color: #666666;
}

.linklist li a:visited {
	color: #666666;
	}

.linklist li a:hover {
	color: #F74000;
	text-decoration: underline;
}

/* linklist-inline is used on cat nav pages */

.linklist-inline {
	font-size: 85%;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.linklist-inline li {
	margin-left: 7px;
	margin-right: 7px;
	display: inline;
}
.linklist-inline li a:hover {
	color: #F74000;
	text-decoration: underline;
}

/* linklist-wide is used on cat nav pages */

.linklist-wide {
	font-size: 90%;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}


ul.linklist-wide {
margin-top:0px;
width:auto
}

.linklist-wide li {
	list-style-position: outside;
	list-style-image: url(/graphics/arrowhead_7px_gray.gif);
	list-style-type: none;
	margin-left: -15px;
}

.linklist-wide li a {
	color: #000000;
	text-decoration: underline;
}

.linklist-wide li a:hover {
	color: #F74000;
	text-decoration: underline;
}

ul.linklist-wide {       /*just added at qd*/
	margin-bottom:0px;
}

/* linkbox holds the linklist NEW FOR 2006*/

.linkbox {
	float:right;
	width:150px;
	background-color:#efefef;
	margin-left:17px;
	margin-right:5px;
	background-image:url(../graphics/wbboxbottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:10px;
}



/* inline makes a list of drawings run horizontally, next to one another, and wrapping - used for drawings links */

.inline {
	margin-bottom: 15px;
}
.inline ul {
	margin-left: 50px;
	padding-left: 0px;
	font-size: 95%;
	line-height: 180%;
	display: list-item;
	list-style-type: none;
	padding-top:0px;
	margin-top:0px;
	} 

.inline ul li {
	list-style: disc outside;
	display: inline;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	}


/* relatedlinks make the links to related documents, like code reports */

.relatedlink {
	font-size: 100%;
	padding-left: 24px;
	line-height: 180%;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
}

.relatedlink ul {
	list-style-type: none;
	margin-top: 4px;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

.relatedlink li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.relatedlink li li {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-left: 24px;
	padding-right: 0px;
	padding-bottom: 5px;
	line-height: 120%;
	font-size: 100%;
	list-style-image: none;
	color: #666666;
}

.relatedlink ul li ul {
	margin-top:0px;
	margin-bottom:6px
	}

.relatedlink ul li ul li {
	list-style-type: none;
	margin: 0px;
	padding-top: 2px;
	padding-left: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 130%;
	font-size: 100%;
	list-style-image: none;
	color: #666666;
}


/* this styles the sub-headings under the related documents area */

.subcat {
	font-weight: bold;
	font-size: 98%;
	padding-left: 5px;
}

.subcat2 {

	font-weight: bold;
	font-size: 98%;
	padding-left: 5px;
	margin-bottom:5px;
	padding-bottom:0px;
}

.subcat3 {

	font-weight: bold;
	font-size: 95%;
	padding-left: 24px;
	color: #336699;
	margin-bottom:5px;
	padding-bottom:0px;
	margin-top:0px;
	padding-top:0px;	
}

/* floatright styles the link to literature order form in related documents - catalog pages */

div.floatright {
	float: right;
	text-align: center;
	width: 150px;
}

div.floatrightblue {
	float: right;
	text-align: center;
	width: 150px;
	text-align:center;
	padding:5px;
	background-color:#DBE7EF;
	font-size: .85em;
    font-weight: normal;
    color: #333333;
	line-height:140%
}

/* styles the "top" links */

.toplink {
	float:right;
	display:inline;
	padding-right:3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 80%;
	margin-right: 3px;
	padding-top: 0px;
	margin-top: 3px;
	font-weight:normal;
}

.toplink a:link, .toplink a:visited {
	color:#333333;
	text-decoration:none;
}

.toplink a:hover {
	color:#333333;
	text-decoration:underline;
}

/* styles the headings on the product page, sometimes used in td, span, div */

.productheader {
	font-size: 13px;
	font-weight: bold;
	color: #336699;
	background-color: #EEEEEE;
	padding: 2px 3px;
	margin: 0px 0px 10px;
}

.productheader a {
	color: #336699;
}

.productheader a:visited {
	color: #336699;
}

/* styles extra text, usually boxed in catalog */

.specialnote {
	font-weight: normal;
	color: #222222;
	background-color: #DBE7EF;
	padding: 8px;
	font-size: 11px;
	width: 65%;
	margin-left:auto;
	margin-right:auto;
}

.specialnote2 {
	font-weight: bold;
	color: #FFF;
	text-shadow:#C60 1px 1px;
	background-color: #F90;
	padding: 3px;
	font-size: 11px;
	width: auto;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	margin-left:auto;
	margin-right:auto;
}

/* captions beneath thumbnails in gallery */

.gallerycaption {
    font-size: 8pt;
    font-weight: normal;
    color: #666666;
}

.gallerycaption p {
	margin-top:0px;
	margin-bottom:7px;	
	}

/* code reference in related links: code reports */

.coderef {
    font-weight: bold;
    color: #336699;
}

/* styles in code report related link title bar */

.codenote {
	color: #444444;
	font-weight:normal;
	margin-left:20px;
	font-size:90%;
}

/* styles table headers in LGS section html load tables */

th {

	font-size: .9em;
	font-weight: bold;
}



/* Styles for new code reports table  */
.style4 {font-size: 11px;}
.style7 {font-size: 10px;}

.codereport A SPAN { display: none; width: 170px; color:#336699; font-size:10px; text-decoration:none;}
.codereport A:hover { display: inline; position:relative; }
.codereport A:hover SPAN { display: block; position: absolute; left: 70px; top: -15px; z-index: 102; background-color:#DDDDDD; border:1px #666666 solid; }


/* Styles for new drawings table */
div.drawing {
	
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #EEEEEE;
	text-align:center;
	float:left;
	width:195px;
}

.drawing p {
padding: 5px;
background-color:#EEEEEE;
margin-bottom:5px;
font-weight:bold;
}

.drawing img {
margin-bottom:5px;
}

.drawing table {
	margin-bottom: 5px;
}

.drawing td {
font-size: 9px;
text-align:center;
padding:3px;
}


/* STYLE for fastners */
/* A warning box with an exclamation mark in the corner */

div.exclamation {
	width:200px;
	border: 1px solid #ddd;
	font-size: 9pt;
    font-weight: normal;
    color : #666666;
	margin:10px;
	padding:10px 20px 10px 30px;
	background-image:url(/graphics/fasteners/exclamation.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}



