/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight:400;
}
.errorBox { font-family:Arial, Helvetica, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family:Arial, Helvetica, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family:Arial, Helvetica, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

body {
	text-align: center;  /* for IE */
	margin-top: 13px;
	background-image:url(images/gallus/bgFrame.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	text-align: left;
	width:773px;
	margin: 0 auto;
	padding:0;
	/*position: relative;*/
}

#header {
	height: 140px;
	width: 773px;
	font: 9pt Arial;
}

#header a {
	text-decoration:none;
}

#headerlogo{
	width: 161px;
	margin: 0;
	padding: 0;
	float: left;

}

#headerright {
	float: right;
	background-image: url(images/gallus/header_egg2.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 612px;
	position: relative;
	z-index: 100;
}

#headersearch{
	position: absolute;
	/*bottom: 25px; */
	bottom: 0px;
	right: 5px;
	text-align: right;
	z-index: 5;
}

#headermenu {
	height: 22px;
	width: 612px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-image: url(images/gallus/header_menu_background.gif);
	background-repeat: repeat-x;
}
#headermenu ul {
	width: 100%;
	list-style: none;
	display: inline;
	position:relative;
	line-height: 22px;
	vertical-align: middle;
}
#headermenu ul li {
	display: inline; /*** Making the links horisontal aligned ***/
	padding-right: 8px;
	padding-left: 10px;
	background-image: url(images/gallus/header_menu_arrow.gif);
	background-repeat: no-repeat;
	font: 8pt Arial;
	font-weight:bold;
}


A {
  color: #000000;
  text-decoration:underline;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

A:visited {

}

FORM {
	display: inline;
}
#headerNaviBar{
	position:relative;
	margin-left:160px;
	width:614px;
	z-index:100;
}

TR.header {
}

TR.headerNavigation {
}

TD.headerNavigation {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight : bold;
}

A.headerNavigation { 
  color: #000000; 
}

A.headerNavigation:hover {
  color: #000000;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
#bodycontainer{
	position:relative;
	margin:0px;
	padding:0px;
	height: 100%;
	width: 773px;
}
#footer{
	text-align: center;
	font-size: 13px;
	font: 9pt Arial;
	width: 770px;
}

#footertext {
	text-align:left;
}

#sidemenu{
	width:155px;
	background-image: url(images/gallus/side_menu_background.jpg);
	background-repeat: repeat-x;
	text-align:center;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
}

#prodserv {
	text-transform: uppercase;
	font: 9pt Arial;
	font-weight: bold;
	/*margin: 0;
	padding: 0;*/
}

.corner_topleft{
	background-image:url(images/gallus/side_menu_bg_topleft.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	width:8px;
	height:7px;
	float:left;
}
.corner_topright{
	background-image:url(images/gallus/side_menu_bg_topright.gif);
	background-position:right top;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	width:9px;
	height:7px;
	float:right;
}
#menuboxes{
	width:145px;
	background-color:#FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:left;
	margin: 0 auto;
	padding:0;
}

.wcorner_topleft{
	background-image:url(images/gallus/side_menu_whitecorner_left.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	width:10px;
	height:9px;
	float:left;
}
.wcorner_topright{
	background-image:url(images/gallus/side_menu_whitecorner_right.gif);
	background-position:right top;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	width:11px;
	height:9px;
	float:right;
}
#maincontent{
	font-family:Arial, Helvetica, sans-serif;
	margin-left:155px;
	padding-bottom:50px;
	padding-top:5px;
	padding-left: 10px;
	width:595px;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
	background:#ffffff;  /* box BG color*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:700;
	color: #926134;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TD.infoBoxHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #ffffff;  /* changes box heading background color*/
  color: #000000;		/*changes box heading font color*/
}
TD.sidebarlinks {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  background: #ffffff;  /* changes box heading background color*/
  color: #000000;		/*changes box heading font color*/
}
#pur_kit {
  background:#FFFFBA;  /* box BG color*/
}
#pur_kit .infoBoxContents {
  background:#FFFFBA;  /* box BG color*/
}
#pur_kit TD.infoBoxHeading { 
background: #FFFFBA;  /* changes box heading background color*/
}

#anti_bod {
  background:#FFFFD0;  /* box BG color*/
}
#anti_bod .infoBoxContents {
  background:#FFFFD0;  /* box BG color*/
}
#anti_bod TD.infoBoxHeading {
  background: #FFFFD0;  /* changes box heading background color*/
}

#cust_serv {
  background:#FFFEF2;  /* box BG color*/
}
#cust_serv .infoBoxContents {
  background:#FFFEF2;  /* box BG color*/
}
#cust_serv TD.infoBoxHeading {
  background: #FFFEF2;  /* changes box heading background color*/
}

TD.infoBox, SPAN.infoBox {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #ffffff;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 14px;
  background: #FFBB00;
  color: #000000;
  font-weight: bold;
}

#productListing-heading {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 14px;
  background: #FFBB00;
  color: #000000;
  font-weight: bold;
}

TD.productListing-data {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.productListing-data{
	font-family:Arial, Helvetica, sans-serif;
  	font-size: 12px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #926134;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family:Arial, Helvetica, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family:Arial, Helvetica, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family:Arial, Helvetica, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family:Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family:Arial, Helvetica, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family:Arial, Helvetica, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family:Arial, Helvetica, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family:Arial, Helvetica, sans-serif; font-size: 10px; color: #ff0000; }

#imagelinks_rt{
	position: relative;
	width:200px;
	height:250px;
	text-align:center;
	float:right;
	margin-left:15px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#imagelinks_rt .pic{
	margin-top:5px;
	margin-bottom: 5px;
}

#contactinfo{
	margin-top:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#contactform TD.fieldname{
	font-family:Arial, Helvetica, sans-serif;
  	font-size: 13px;
  	line-height: 1.5;
	width:20%;}
.sub_cat_heading{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
}
.cat_display{
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left:20px;
}
TD.cat_display{
	background-image:url(images/gallus/orange_arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:20px;
	}
TR.cat_display{ padding-left:5px;}

/*for research archive display*/
.papertitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}

#research0{ background-color:#FFFFBA;}
#research1{ background-color:#FFFFD0;}
#research2{ background-color:#FFFEF2;}

tr.normaligy0 {
	background-color: #FFFFCC;
	font: 10pt Arial;
}

tr.normaligy1 {
	background-color: #CCCCCC;
	font: 10pt Arial;
}
tr.normaligy1 A{ color:#000000;}
tr.normaligy0 A{ color:#000000;}
th.prod_head {
	text-align:center;
	font: 10pt Arial;
	font-weight: bold;
}

.prod_table {
	text-align: left;
	margin: 0 auto;
}

#advantage {
	font:8pt Arial;
	padding: 5px;
	margin: 0px;
	font-weight:bold;
}

#advantage a:visited {
	color:#000000;
}

.antibodies {
	font: 8pt Arial;
	/*line-height: 1.5em;*/
	font-weight: bold;
	text-transform: none;
	color:#000000;
	text-decoration: none;
	background-color: #FFFFD0;
	list-style-position: outside;
	list-style-type: none;
	padding: 5px;
	margin: 0px;
}

.antibodies ul {
	color: #000000;
	font-weight: bold;
}

.antibodies a {
	color:#000000;
	font-weight: bold;
}

.antibodies a:visited {
	color: #000000;
}

.antibodies ul a{
	color: #000000;
	font-weight: bold;
}

.antibodies ul a:visited{
	color: #000000;
	font-weight: bold;
}

.antibodies ul a:hover{
	color: #000000;
	font-weight: bold;
}

.antibodies li{
	padding-left:15px;
	font-weight:normal;
}
.antibodies li a{
	color: #926134;
	text-decoration: none;
	font-weight: normal;
}
.antibodies li a:visited{
	color: #926134;
	text-decoration: none;
}
.antibodies li a:hover{
	color: #000000;
	text-decoration: none;
}

.purification {
	font: 8pt Arial;
	/*line-height: 1.5em;*/
	font-weight: bold;
	text-transform: none;
	color:#000000;
	text-decoration: none;
	background-color: #FFFFBA;
	list-style-position: outside;
	list-style-type: none;
	padding: 5px;
	margin: 0px;
}

.purification a {
	color:#000000;
	font-weight: bold;
}

.purification a:visited {
	color: #000000;
}

.purification ul a{
	color: #000000;
	font-weight: bold;
}

.purification ul a:visited{
	color: #000000;
	font-weight: bold;
}

.purification ul a:hover{
	color: #000000;
	font-weight: bold;
}

.purification li{
	padding-left:15px;
	font-weight:normal;
}
.purification li a{
	color: #926134;
	text-decoration: none;
	font-weight: normal;
}
.purification li a:visited{
	color: #926134;
	text-decoration: none;
}
.purification li a:hover{
	color: #000000;
	text-decoration: none;
}

.customservices {
	font: 8pt Arial;
	font-weight: bold;
	text-transform: none;
	color:#000000;
	text-decoration: none;
	background-color: #FFFEF2;
	list-style-position: outside;
	list-style-type: none;
	padding: 5px;
	margin: 0px;
}

.customservices a {
	color:#000000;
	font-weight: bold;
}

.customservices a:visited {
	color: #000000;
}

.customservices ul a{
	color: #000000;
	font-weight: bold;
}

.customservices ul a:visited{
	color: #000000;
	font-weight: bold;
}

.customservices ul a:hover{
	color: #000000;
	font-weight: bold;
}

.customservices li{
	padding-left:15px;
	font-weight:normal;
}
.customservices li a{
	color: #926134;
	text-decoration: none;
	font-weight: normal;
}
.customservices li a:visited{
	color: #926134;
	text-decoration: none;
}
.customservices li a:hover{
	color: #000000;
	text-decoration: none;
}

.bold{font-weight:bold; padding-bottom: 10px; font-size:16px;}
.txt {font-size:12px;}
.txt ol li{ margin-left:15px;}
.txt ul li{ margin-left:15px;}

.redlink{color:#926134; font-weight:bold;}
.imageleft{
	float:left;
	margin-top: 5px;
	margin-right: 45px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.imageright{
	float:right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}

#popup_name {
	font: 10pt Arial;
	font-weight: bold;
	text-align: center;
}

a img {
	border: 0;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	padding: 0;
	margin: 0;	
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h5 {
	font-size: 9pt;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h6 {
	font-size: 8pt;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.sidemenu {
	font: 8pt Arial;
	/*line-height: 1.5em;*/
	font-weight: bold;
	text-transform: none;
	color:#000000;
	text-decoration: none;
	background-color: #FFFFFF;
	list-style-position: outside;
	list-style-type: none;
	padding: 4px;
	margin: 0px;
}
.sidemenu a {
	color:#000000;
	font-weight: bold;
}

.sidemenu a:visited {
	color: #000000;
}

.sidemenu TD a{
	color: #000000;
	font-weight: bold;
}
.sidemenu TH a{
	text-align:left;
	padding-left:5px;
}

.sidemenu TD a:visited{
	color: #000000;
}

.sidemenu TD a:hover{
	color: #000000;
}

.sidemenu TD{
	padding-left:5px;
	font-weight:normal;
}
.sidemenu TD a{
	color: #000000;
	text-decoration: none;
	font-weight: 100;
}
.sidemenu TD a:visited{
	color: #00000;
	text-decoration: none;
	font-weight:100;
}
.sidemenu TD a:hover{
	color: #926134;
	text-decoration: none;
}
.arrow{ width:5px; vertical-align:top;}

#rightcol {
	position: relative;
	min-height: 100%;
}

#researcharchive {
	width: 300px;
	display:inline;
	position: absolute;
	z-index: 2;
	float: right;
	margin-left:240px;
}

#searchmenu {
	position: relative;
	top: 0px;
}

#searchbox {
	position: relative;
	top: -2px;
}

#s2{
	position:relative;
	text-align:center;
	width:90%;
	margin-left:3px;
	margin-top:-5px;
	top:0;
}
#s2 TABLE{ margin:0; padding:0;}

.menuitems{
	background-image:url(images/gallus/orange_arrow_small.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin-top:2px;
}

.tableBGLeft1 {
	background-color: #FFFF99;
}

.tableBGLeft2 {
	background-color: #FFFFCC;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
}

.tableBGLeft3 {
	background-color: #ffffea;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
}

.tableBorder {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	}

.tableBG {
	background-color:#FFFFCC;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}

.price {
	font-size:18px;
	color:#CC0000;
	font-weight:bold;
}
