/* 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: 8pt;
	margin-right: 3px;
	padding-top: 0px;
	margin-top: 3px;
	font-weight:normal;
	text-transform:lowercase;
}

.toplink a:link {
	color:#333333
}

.toplink a:visited {
	color:#333333
}

.toplink a:hover {
	color:#333333
}

/* styles the subheadings 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 the headings on the product page */

.heading {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	padding: 5px 2px 4px 6px;
	background-color: #EEEEEE;
	margin: 0px 0px 10px;	
}

/* styles extra text, usually boxed in catalog */

.specialnote {
	font-weight: normal;
	color: #222222;
	background-color: #DBE7EF;
	padding: 8px;
	font-size: 90%;
	width: 65%;
	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; }



/**************************/
/* ANCHOR PRODUCT STYLES  */
/**************************/

.whitespace {
		clear:both;
	 	height:5px;
		background: #fff;
		}


/*  style for the Anchor products Properties table  */
.cp {	
		font-family: Arial, Helvetica, sans-serif;
		border-collapse:collapse; 
		border:1px solid #dddddd;
		text-transform: none;
		padding: 2px;
		float: none;
		}

.cp td {
	border: 1px #DDDDDD solid;
	padding:4px;
	font-size:12px; 
}

/*  horzjumpto is the little jump to menus found at the top of certain pages.  */
.horzjumpto {
		font-size: 10px;
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 0px 0px;
		width:280px;
		color: #333;
}

.horzjumpto p {
		margin-left: 10px;
		padding-left: 10px;
		width:95%;
		}

.horzjumpto h4 {
	margin-top:10px;
	padding: 2px 0px 2px 5px;
	height:16px;
	width:99%;
	margin-bottom:5px;
	background-color: #eee;
}

/*  this is the gray sub head bar with the top button, currently */

.graysubbar {
		height:16px;
		width: 99%;
		clear: both;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		color: #333;
		background-color: #eee;
		font-weight: bold;
		padding: 2px 2px 2px 5px;
		letter-spacing: 1px;
		word-spacing: normal;
		text-transform: uppercase;
		margin-top: 10px;
		margin-bottom: 10px;
		border-top: 1px solid #ccc;
		}		

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #eee;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: normal;
	clear: none;
	float: none;
	
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
		}


/*  reusable layout classes - contentcolumn is for 2-col sections, widecontent is for 100 percent sections) */

/*  content class establishes a container for contentcolumns; somewhat smaller than producttitle div */
.content {
		width:700px;
		float:none;
		margin: 0;
		/* background-image: url(../images/mockup/bg_centergrid.gif); */
		background-repeat: repeat-y;
		}
		
	
.contentcolumn {
		width: 45%;
		padding-top:0px;
		margin-top:3px;
		}


/*  product photos div is used to display product photos in catalog pages and several other places where groups of photos are needed */

div.productphotos {
		float: left;
		padding: 2px;
		clear: none;
		margin-right: 5px;
		margin-left: 5px;
		margin-bottom:8px;	
		text-align: center;
		}

/* caption text in product photos divs. note that this is diff than photocaption class, as this is intended for labels of one or two words, rather than longer text. */

div.productphotos p {
		margin: 0px;
		clear: none;
		text-align: center;
		width: auto;
		font-size:10px;
		}

/*  attempts to center images in productphotos div */

div.productphotos img {
		margin-right: auto;
		margin-left: auto;	
		margin-bottom:3px;
		}



h5 {
		font-family: Helvetica, Arial,  sans-serif;
		font-size: 14px;
		font-weight: bolder;
		clear: both;
		padding-left: 0px;
		margin-bottom: 5px;
		padding-top:6px;
		}


/*  these thumbnail div classes are for the main product index pages, i.e. adhesives main page */

div.thumbnail {
		width:130px;
		float: left;
		margin-top: 3px;
		padding-bottom: 0px;
		margin-right: 10px;
		padding-top: 0px;
		padding-right: 0px;
		text-align:center;
		}

/*  note that this class creates a one pixel border around the thumbnail so the border should not be applied in photoshop */
div.thumbnail img {
		margin-top: 4px;
		margin-bottom: 4px;
		/*margin-left:30px;*/
		border: 1px solid #000000;
		}

div.thumbnail p {
		text-align: center;
		padding: 0px;
		width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
		}

div.thumbnail a {
		color:#000000;
		}




/***********************************/
/* END ---  ANCHOR PRODUCT STYLES  */
/***********************************/



/* 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;
}


