/* these styles for product pages. implemented on connectors products 10-03 */

/* linklist makes the jumplist at the top right of every product page */

#back-to-top { /*prashanth for scrolling long product pages*/
	display:none;
	position:fixed;
	right:10px;
	bottom:10px;
	color:#666;
	font-weight:normal;
	text-decoration:none;
	font-variant:small-caps;
	border:1px solid #ccc;
	background-color:rgb(255,0,0);
	background-color:rgba(210,210,210,0.5);
	padding:0px 4px;
}

.no-js #back-to-top {
	display: block;
}
#back-to-top:hover {
	background-color: white;
}
.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-family: 'helvetica-7';
	font-size: 98%;
	padding-left: 5px;
}

.subcat2 {

	font-family: 'helvetica-7';
	font-size: 98%;
	padding-left: 5px;
	margin-bottom:5px;
	padding-bottom:0px;
}

.subcat3 {

	font-family: 'helvetica-7';
	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-family:"helvetica-6";
	font-size: 12pt;
	color: #336699;
	/*padding: 2px 3px;
	margin: 0px 0px 10px;*/
}

.productheader a {
	color: #336699;
}

.productheader a:visited {
	color: #336699;
}

/* styles extra text, usually boxed in catalog */

.specialnote { /* HF edit 11/18/12 */
	background-color: #DBE7EF;
	color: #222222;
	font-size: 11px;
	padding: 10px;
	margin: 0 0 10px 0;
	max-width: 708px;
	text-align:center; /* SS edit 12/6/12 */
}

.specialnotelarge { /* PC 12/11/12 */
	background-color: #DBE7EF;
	color: #222222;
	font-size: 11px;
	padding: 10px;
	margin: 0 0 10px 0;
	max-width: 708px;
	text-align:left;
}

.specialnote2 { /* HF edit 11/18/12 */
	background-color: #F90;
	color: #FFF;
	float: left;
	font-family: 'helvetica-7';
	font-size: 12px;
	margin: 10px 10px 10px 20px;
	padding: 5px 15px;
	text-shadow: #C60 0 -1px 0;
}


/*.specialnote2 {
	font-family: 'helvetica-7';
	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-family: 'helvetica-7';
    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-family: 'helvetica-7';
}



/* 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-family:'helvetica-7';
}

.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;
	}



.loadtable td, .loadtable th {
	font-family:Arial, sans-serif;
	text-align:center;
	vertical-align:middle;
	padding:3px;
}

.loadtable th  {
	color: #000000;
	font-weight:bold;	
}

tr.orangecell, td.orangecell, th.orangecell {
	background-color: #FCD5B4;
}

tr.bluecell, td.bluecell, th.bluecell {
	background-color: #CDD5DE;
}

tr.graycell, td.graycell, th.graycell {
	background-color: #d9d9d9;
}

tr.darkergraycell, td.darkergraycell, th.darkergraycell {
	background-color: #bfbfbf;
}





/*** START Heiko added classes ***/

.clear {
clear: both;
height: 1px;
}

.newProductBox {
	background: #BDD1DF;
	color: #222;
	margin: 10px 0;
	padding: 10px;
	width: 708px;
}

.sdScrewCompNote {
	background-color: #DCE3E9;
	font-size: 13px;
	min-height: 55px;
	margin: 10px 0;
	padding: 5px 10px;
	position: relative;
	width: 708px;
}

.sdScrewCompNote a { color: #05537B; }

.sdScrewCompNote a img {
	position: absolute;
	left: 5px;
	top: 5px;
}

.sdScrewCompNote p { margin: 9px 0 0 65px; }

.tableFlagNote {
	color: #222;
	font-size: 11px;
	margin: 10px 0;
	width: 520px;
}

.tableFlagNote img {
	float: left;
	margin-top: 5px;
}

.tableFlagNote p { margin: 0 0 0 32px; }


#discontinued {
	border: 2px solid orange;
	color: #222;
	clear: left;
	font-size: 11px;
	min-height: 100px;
	margin: 10px 0;
	padding: 10px;
	position: relative;
	width: 704px;
}

#discontinued p {
	margin: 0 0 0 10px;
}

#producttitle {
margin: 0 0 0 15px;
width: 900px;
}

#producttitle h2 {
	display: inline;

}

#producttitle h2.category {
background: none;
color: #555;
margin-right: 5px;
padding: 0;
}

#producttitle h2.category:after {
content: ":";
}

/*** END Heiko added classes ***/

