/* CSS Document */



body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

body {
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#0C70A6 url(images/backg.gif) repeat-x top;
	color:#0c70a6;
}

a {
	font-size: 11px;
	color: #339900;
}

a:link {
	text-decoration: none;
	color: #339900;
}

a:hover {
	text-decoration: underline;
	color: #F80010;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.style1 {font-size: 9px}
.style2 {
	font-size: 13px;
	font-weight: bold;
	color: #0071AB;
}

.style3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

.style4 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

.style7 {font-size: 14px; font-weight: bold; color: #0E5D87; margin: 0; padding: 0;}
.style8 {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin: 0; 
	padding: 0 0 10px 0;
}

.style9 {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin: 0; 
	padding: 5px;
}

.style10 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0C70A6;
}


img.thumbnail {
     max-width: 150px;
     width:expression(this.width > 100 ? "150px" : this.width);
	 height:113px;
	 border: #666666 2px thin;
}

img.thumbnail_big {
     max-width: 150px;
     width:expression(this.width > 100 ? "150px" : this.width);
	 height:auto;
	 border: #666666 2px thin;
}

img.thumbnail_front{
     max-width: 120px;
     width:expression(this.width > 100 ? "120px" : this.width);
	 height:113px;
     border: #666666 2px thin;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF0000;
	font-weight:bold;
}

.table_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}

.table_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	/*color:#0c70a6;*/
}

#google-search {z-index:1;}

/* added 2011-05-26 to remove the green border around images */
img {border:none;}

/* added 2011-08-19 for recombinant protein table on product_desc.php?id=  */

#rp-wrapper {
  		border:0px solid #000;
  		font-family: Arial, Helvetica, sans-serif;
  		font-size:10px;
  		min-height:300px;
  		width:600px;
  		margin-left:20px;
  		z-index:-100;
  		}
  	/* labels */
	.rp-lbl-aaseq,.rp-lbl-bio,.rp-lbl-prot,.rp-lbl-formula,.rp-lbl-endo,.rp-lbl-stabil,.rp-lbl-recon,.rp-lbl-source,.rp-lbl-phys,.rp-lbl-altname, .rp-lbl-catno, .rp-lbl-qty, .rp-lbl-use, .rp-lbl-qc, .rp-lbl-purity, .rp-lbl-potency {
		float:left;
		position:relative;
		padding:2px;
		border-top: 1px solid #ccc;
		width:170px;
		}
	
		
  	/* content */
  	.rp-aaseq,.rp-bio,.rp-prot,.rp-formula,.rp-endo,.rp-stabil,.rp-recon,.rp-source, .rp-phys,.rp-altname, .rp-catno, .rp-qty, .rp-use, .rp-qc, .rp-purity, .rp-potency {
  		float:left;
  		position: relative;
  		padding:2px;
  		border-top: 1px solid #ccc;
  		border-left:0px solid #000;
  		width:390px;
  		}
  	/* fixes */
  	.rp-lbl-cat-no, .rp-cat-no {border-top:0px;}
  	
/* added 2011-09-12 for new expanded footer */

	#footer2, #footer2 a	{
		font-size:10px;
		color:#404040; 
		}
	#footer-nav2	{
		margin-top:0;
		padding-top:0;
		border:0px solid red;
		text-align: left; 
		background-color:#e4e4e4;
		padding-left:2px;
		border-top:3px solid #ccc;
		}
	#footer-nav2 h3	{
		font-size: 11px;
		font-weight:bold;
		}
	#footer-nav2 a	{
		color:#404040;
		text-decoration: none;
		}
	#footer-nav2 a:hover {color:#0c70a6;text-decoration: underline;}
	#footer-nav2 ul	{ 
		list-style-type: none; 
		margin-left:8px; 
		padding-left:4px; 
		}
	.footer-block	{
		border:0px dashed #e4e4e4;
		width:160px;
		float:left;  
		margin:10px 2px 4px 10px;
		
		}
	.footer-block h3 {margin-left:4px;margin-bottom:0px;}
	.footer-block ul {margin-top:2px;}
	#footer2-social {margin-top:8px;border:0px solid blue;float:right;}
	#footer-privacy a:hover {color:#fff;}
	
	/* styles for the media compatibility page */
	.media-tbl 		{ font-family:arial; }
	.hdrMedia 			{ color:#fff;background-color:#04486c; }
	.even				{ background-color:#ccc; }
	.odd			{ background-color:#e4e4e4; }








