/* CSS Document */


/*  print appearance stuff  */


body {
		text-align:left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 125%;
		background: #ffffff;
		margin: 0px;
		padding: 0px;
		}

div#printhead, #borderframe div#frame div#printhead  {

    display:block;
 	margin-bottom: 10px;
	display:block;
	font-size:x-small;
/*	width:100%;*/

}

#printfooter, #borderframe div#frame div#printfooter {
	display:block;
	padding-top: 1em;
	margin-top: 10px;
	font-size:8pt;
	border-top: #CCCCCC solid 1px;
	clear:both;
/*	width:100%;*/
}


div#producttitle {
		float:none;
		clear:both;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #000000;
		margin-top: 30px;
		width: 100%;
		margin-left: 0px;
		}



#borderframe {
		/*width:740px;*/
		width:100%;
		/*margin:0px auto 0px auto;*/
		margin:0px;
/*		padding-left: 1px;
		padding-right: 1px;
		padding-bottom: 1px;*/
		padding:0px;
		background: #cccccc;
		}


#frame {
		/*width: 700px;*/
		width:100%;
		background-color: #ffffff;
		/*padding: 10px 20px 0 20px;*/
		margin:0px;
		padding:0px;
		text-align:left;
		/*margin: auto;*/
		}
		

.content {
		/*width: 700px;*/
	width:100%;
	float:none;
}

.widecontent {		
	width:100%;
}

.horzjumpto {
		width:260px;
}

div.horzjumpto h4, div.content div.horzjumpto h4 {
		width:100%;
		margin-right:30px;
}

	
#navbar {
	display:none;
		}

#subnav {
		display:none;
		width: 700px;
		font-size: 11px;
		clear:left;
		padding-top: 10px;
		padding-bottom: 10px;
		}



#subnav .printfriendly {
	display:none;
		}
				
.footer {

	display:none;

}



h4 {
	height:16px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: normal;
	clear: both;
	float: none;
	
	padding: 2px 2px 2px 5px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
			width:90%; /*sean added */

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

	display:none;
}


/* Adhesive Estimator classes */
.adhesive_product {
	display:none;
}

.chosen, .adhesive_product_wrapper .chosen {
	display:block;
}

.domtabs li {
	display:none;
}

.domtabs li.active {
	display:block;
}	

div.results div.inputs {
}

.pageonly {
	display:none;
	visibility:hidden;
}

.printonly {
	display:block;
}

.domtabs, div.domtab form, #adhesives {
	display:none;
	visibility:hidden;
}

.result_table {
	border: 1px #DDDDDD solid;
	border-collapse:collapse;
}

.result_table th, .result_table td {
	border: 1px #DDDDDD solid;
	padding:4px;
}

form, .domtab, .content, #adhesives { 
	border-width:0;
	border:none;
}

/* end Adhesive Estimator */
		