/* --- common for all tier pages --- */

body {
	/*background: url(images/tier1-bg.jpg) white repeat-x;*/
	background-position: 0 -1px;
	}

#main {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	/*background: url(images/tier1-crumb-bg.jpg) white repeat-x 0 0;	*/
}

#bread-crumb {
	height: 32px;
	padding-bottom: 8px;
	width: auto;
	margin-bottom: 13px;
	position: relative;
}

#bread-crumb p {
	font-size: 1.2em;
	position: absolute;
	bottom: 8px;
	left: 10px;
	font-weight: bold;
	word-spacing: 4px;
	}

#bread-crumb p a {
	word-spacing: normal;
	}

#bread-crumb p a.active {
	color: #6f6c6c;
	}
	
/* --------------------------------- */



/* top bar */

div#topbar {
	width: 100%;
	margin: 0;
	padding: 0;
}

#topbar h1 {
	font-size: 1.9em;
	color: #777;
	float: left;
	padding: 0px 10px 10px 10px;
	}

#topbar h1 sup {
	font-size: 1em;
	}

div#brand-search {
	float: right;
	}

div#brand-search select {
	margin-right: 5px;
	}
	
div#brand-search input {
	width: 100px;
	background: url(images/form-postal-bg.gif) no-repeat 1px 1px;
	border:1px solid #aaa;
	margin-right: 5px;
	}
	
div#brand-search input:focus {
	background-color: white;
	background-image: none;
	}

div#brand-search input.submit {
	width: 15px;
	height: 15px;
	background-image: none;
	margin: 0px 10px -3px 0;
	border: 0;
	}

#topbar #printpdf {
	float: right;
	color: #999;
	font-size: 1em;
	font-weight: normal;
	margin: 5px 10px 10px;
	text-transform: uppercase;
}

/* tabs columns */

#tabs-col {
	width: 550px;
	margin-left: 400px;
	}

#product-tabs {
	float:left;
	/*width:100%;*/
	line-height:normal;
	margin-bottom: 20px;
}

#product-tabs ul#tabs {
	margin:0;
	padding: 0;
	list-style:none;
	width: 100%;
	background-image: url(images/tabs-ul-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	/*background-position: 0 23px;
	height: 25px;*/
}
#product-tabs ul#tabs li {
	font-size: 1.2em;
	float:left;
	background: url(images/prodtab-left-blue-off.gif) no-repeat left top;
	margin:0;
	margin-right:1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#product-tabs #tabs a {
	float:left;
	display:block;
	background-image: url(images/prodtab-right-blue-off.gif); 
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration:none;
	color: #fff;
}
#product-tabs ul#tabs li, #product-tabs ul#tabs a {
	background-color: #11ACEF;
}
  
	 
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#product-tabs a {float:none;}
/* End IE5-Mac hack */


#product-tabs #tabs li.active {
 	background-image:url(images/prodtab-left-on.gif);
}
	#product-tabs #tabs li.active a {
		/*color: #9fad3a;*/
		color:#3089cd;
		background-image:url(images/prodtab-right-on.gif);
	}
#product-tabs #tabs li:hover a {
	color: #3d4600; 
}
#product-tabs #tabs li.last {
	margin-right: 0px;
}



div.tab-cont {
	clear: both;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border: 1px solid #ccc;
	border-top: 0;
	min-height: 345px;
	width: 543px;
}
	div.tab-cont h6 {
		font-size: 1.2em;
		text-transform: uppercase;
		font-weight: normal;
		color: #666;
		margin: .8em 0 0 10px;
		}
	div.tab-cont dl {
		font-size: 1.1em;
		padding: 0 10px 10px 10px;
		}
	div.tab-cont dt {
		color: #666;
		text-transform: uppercase;
		}
	div.tab-cont dd {
	}


#product-tabs h5 {
	padding: 6px 0 2px 10px;
	margin: .5em 0 .5em 0;
	font-size: 1.4em;
	color: #666;
	text-transform: uppercase;
	background-color: #eaedee;
	clear: left;
	}

#tabs-col p {
	font-size: 1.1em; 
	line-height: 1.4em;
	color: #858788;
	margin: 0 0 1em 10px;
	}	
	
.media-thumb {
	float: left;
	border: 1px solid #999;
	margin: 0 0 10px 10px;
	}



.media-vid {
	margin: 0 10px 0px 8px;
	}
	
/* tab listing */



.tab-cont p {
	font-size: 1.1em;
	margin-left: 30px;
}

.tab-cont ul {
	margin: .5em 0;
	}
	
	
#product-tabs #overview ul {
	list-style-type:disc;
}

.tab-cont li {
	font-size: 1.1em;
	}

#product-tabs #overview ul li {
	color:#999999;
	margin:0 0 5px 22px;
}

ul.prod-reg {
	list-style-type: disc;
	margin-left: 2.2em;
	}

ul.prod-reg li {
	color: #858788;
	padding: .3em 0;
	}




.resource-file a {
	display: block;
	font-size: 1em;
	padding-left: 18px;
	margin-left: 10px;
	padding-bottom: 5px;
}
.resource-file a.pdf {
	background: url(images/relres-icon-pdf.gif) no-repeat 0 0;
}
.resource-file a.doc {
	background: url(images/relres-icon-doc.gif) no-repeat 0 0;
}
.resource-file a.cad {
	background: url(images/relres-icon-cad.gif) no-repeat 0 0;
}
.resource-file a:hover {
	background-position: 0 -40px;
}
.resource-file a.pdf:hover {
	background-position: 0 -243px;
}



.tab-2col-l {
	clear: none;
	float: left;
	width: 49%;
	margin-right: 1%;
	display:inline;
	}

.tab-2col-r {
	float: left;
	width: 49%;
	margin-left: 1%;
	}

#gallery-col {
	clear: left;
	float: left;
	width: 370px;
	margin: 0 0 20px 10px;
	display: inline;
	}

#image-gallery {
	width: 370px;
	height: 400px;
	margin-bottom: 20px;
	}

#solutions {
	width: 350px;
	padding: 10px;
	background: url(images/solutions-bg.jpg) #f2f4f4 repeat-x 0 0;
	}

#solutions h5 {
	font-family: Trebuchet, "Trebuchet MS", Arial, sans-serif;
	color: #6e8ea3;
	font-size: 1.7em;
	font-weight: normal;
	padding: 5px 0;
	
}

#solutions h6 {
	clear: both;
	font-size: 1.3em;
	font-weight: bold;
	color: #9ea2a4;
	padding: 5px 0 3px 0;
	}
	
#solutions h6 a {
	color: #9ea2a4;
}

.solution-img {
	float: left;
	margin: 3px 8px 5px 0;
	}
	
#solutions div p {
	padding-bottom: .3em;
	padding-left: 0;
	margin-lefT: 0;
	}
	
	
	
	
/* related and you-may-need */

#item-cols {
	float: left;
	width: 565px;
	padding: 10px 0;
	}

#item-cols h5 {
	font-family: Trebuchet, "Trebuchet MS", Arial, sans-serif;
	color: #6e8ea3;
	font-size: 1.7em;
	font-weight: normal;
	padding: 5px 0;
	margin-bottom: 10px;
	
}

#item-cols h6 {
	font-size: 1.1em;
	font-weight: bold;
	}

#item-cols .product {
	clear: left;
	margin: 0 10px 20px 0;
	}


#item-cols .product a {
	/*color: #999933;*/
	color:#3089cd;
	}

#item-cols .product p {
	margin-top: 3px;
	}


#item-cols .product img {
	margin: 0 10px 20px 0;
	float: left;	
	}

#item-cols p {
	font-size: 1em;
	margin-bottom: 20px;
	color: #575455;
}

#related {
	float: left;
	width: 275px;
	margin-right: 10px;
	}
		
#may-need {
	float: left;
	width: 275px;
	}


/* from gallery.css */

#image-gallery {
	position: relative;
	width: 370px;
	height: 400px;
	}



img.icon-green {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 99;
	}




	
/* CLEARFIX */	
	
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

	.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */

/* Online Resources */
.OnlineResources
{
	padding: 10px 5px 0px 10px;
}

.OnlineResourceLink
{
	padding-bottom: 17px;
}
