/* Overview */
/* .style_name {} is used for class="style_name"  */
/* #style_name {} is used for <div id="style_name></div>  */
/* tag_name {} is used to redefine style settings for standard HTML tag ie. <P>
/* Can also use <td style="font-style:italic; color:#FFFFFF; font-weight:bold;"> when you want to specify style settings with the HTML tag */


/* ---------------------------------------------------------------------------------- */
/* Re-Define Standard HTML Elements */

a {color:#0000ff; text-decoration:underline;}
a:visited {color:#666666; text-decoration:underline;}
a:active {color:#666666; text-decoration:underline;}
a:hover {color:#cc0000; text-decoration:underline;}

form {
   	display:inline;			/* No automatic line breaks inserted at completion of form */
}

p {
	line-height:;			/* Specify exact line height ie. line-height:16px; */
   	display:inline;			/* No automatic line breaks inserted at completion of paragraph */
}

h1 {
	font-size:38px;
	font-weight: bold;
	display:inline;			/* No automatic line breaks inserted at completion of paragraph */
}
h2 {
	font-size:34px;
	font-weight: bold;
	display:inline;			/* No automatic line breaks inserted at completion of paragraph */
}
h3 {
	font-size: 30px;
	font-weight: bold;
	display:inline;			/* No automatic line breaks inserted at completion of paragraph */
}
h4 {
	font-size: 26px;
	font-weight: bold;
	display:inline;			/* No automatic line breaks inserted at completion of paragraph */
}
h5 {
	font-size: 22px;
	font-weight: bold;
	display:inline;			/* No automatic line breaks inserted at completion of paragraph */
}
h6 {
	font-size: 18px;
	font-weight: bold;
	display:inline;			/* No automatic line breaks inserted at completion of paragraph */
}
ul {						    /* Unordered list - no increment of numbers ,letters etc. between items */
	list-style-type: disc;		    /* Bullet style */
	list-style-image: none;		    /* Specify your own image for this list ie. list-style-image: url(image.gif); */
	list-style-position: outside;   /* OR inside which indents list out further */
	margin: 0px 0px 0px 35px;		/* Stops the list commencing on a new line */
}
ul ul{						/* Unordered list (within an unordered list) */
	list-style-type: circle;		/* Bullet style */
	list-style-image: none;			/* Specify your own image for this list ie. list-style-image: url(image.gif); */
	list-style-position: outside;  	/* OR inside which indents list out further */
}
ol {						  	/* Ordered list - increment with each item */
	list-style-type: decimal;		/* Numbers 0-9 */
	list-style-position: outside; 	/* OR inside which indents list out further */
	margin: 0px 0px 0px 35px;		/* Stops the list commencing on a new line */
}
ol ol{						/* Ordered list (within an ordered list - increment with each item */
	list-style-type: lower-roman;	/* Roman Numerals i, ii etc */
}
ul li { font-style: normal; }  /* Set individual properties for list item within unordered list */
ol li { font-style: normal; }  /* Set individual properties for list item within ordered list */

img {border:0; }	/* Default to no border */


/* ---------------------------------------------------------------------------------- */
/* Define Alternate Versions of Standard HTML Elements */


.style1_table thead th {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	background-color:#ffffff;
	color: #000000;
	border-left:none;
	border-right:none;
	padding:4px;
}
.style1_table tbody tr {}			   /* Specify table row settings */
.style1_table tbody td {
	border-width: 1px;
	border-style: solid;		   /* Table lines  -was dotted grey originally*/
	border-color: #cccccc;	
	background-color: white;
	text-align:center;
	border-left:none;
	border-right:none;
	border-top:none;
}
.style2_table thead th {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	background-color:;
	color: #ffffff;
}
.style2_table tbody tr { }	/* Specify table row settings */		   
.style2_table tbody td {
	border-width: 3px;
	border-style:double;		   /* Table lines  -was dotted grey originally*/
	border-color: #000000;	
	background-color: white;
	text-align:center;
	padding:8px;
	border-left:none;
	border-right:none;
}

.product_overview_heading thead th {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	background-color:;
	color: #666666;
	border-left:none;
	border-right:none;
	border-top:none;
	text-align:left;
	font-size:20px;
	font-style:italic;
}

.product_overview_subheading {
	padding-top:15px;
	padding-left:15px; 
	padding-right:35px;
	color:#cc0000;
	font-size:18px;
}

.product_list_head {
	font-style: italic;
	font-weight: bold;
	color: #666666;
	text-align:left;
}

.shadow_border {
	border-style:solid;
	border-color: #000000;
	border-top-width: 1px;
	border-left-width:1px;
}

.black_border {
	border-style:solid;
	border-color: #000000;
	border-width: 1px;
}

.product_popup {
	text-decoration:underline;
	color:#0000ff;
	cursor:pointer;
	padding-left:25px;
}

.no_product_popup {
	text-decoration:none;
	padding-left:25px;
}

.product_overview{
	font-weight:bold;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	color: white;
	line-height: 22px;			/* Specify exact line height ie. line-height:16px; */
	/* padding:10px; doesnt work in ie7 */
	/* text-align:center; doesnt work in ie7 */
}
.product_overview td {text-align:center; padding-bottom:2px; padding-top:2px; }
.product_overview a {color:#ffffff; text-decoration:underline; padding-left:16px; padding-right:16px }  /*padding 2 pixels wider to cater for highlight border */
.product_overview a:visited {color:#ffffff; text-decoration:none; padding-left:16px; padding-right:16px } /*padding 2 pixels wider to cater for highlight border  */
.product_overview a:active {color:#ffffff; text-decoration:none; padding-left:16px; padding-right:16px } /*padding2 pixels wider to cater for highlight border  */
.product_overview p a:hover {color:#ffffff; text-decoration:none; border:1px solid #ffffff; padding-left:15px; padding-right:15px; background-color:#0099FF}
.product_overview_visited { 
	padding-bottom:2px; 
	padding-top:2px; 
	text-align:center; 
	color:#ffff66; 
	text-decoration:none;
	border:1px solid #ffffff; 
	padding-left:15px; 
	padding-right:15px; 
	background-color:#0000CC;
}

#HorizSubMenu
{
	/*text-align: centre; */
	/*margin:0px; */
}

#HorizSubMenu a
{
	cursor: hand;
	display: block; 
	color: #FFFFFF;
	/*text-decoration: none;*/
	padding: 0px 0px 2px 10px; 
	/*display: block; */
	/*font-weight: bold; */
}
#HorizSubMenu a:visited
{
	color: #FFFFFF;
}
#HorizSubMenu a:hover
{
	/*background-image: url(../images/buttons/button2.gif);
	background-repeat: no-repeat; */
	padding: 0px 0px 2px 10px;   
	text-decoration: none;
	/*background-position: center; */
	display: block; 
	background-color:#FFFF99;	
	color: #000000; 	/* Controls hover colour of sub menu text */
	/*font-weight: bold; */
}
.copyright
{
	/* background-color:#cccccc; */ 
	color:"ffffff";
	font-size:13px;
	font-style:normal;
}
.copyright td {padding-left:5px; padding-right:5px; padding-top: 15px}
.copyright a {color:#ffffff; text-decoration:underline;}
.copyright a:visited {color:#aaaaaa; text-decoration:underline;}
.copyright a:active {color:#aaaaaa; text-decoration:underline;}
.copyright a:hover {color:#ffff66; text-decoration:underline;}

/* These styles used in search_partnbr.php & search2.php */
.search_match_found {
	color: #FF0000;
}
.search_result_headings {
	color: #0000FF;
	font-weight: bold;
}
.search_no_match {
  	color: #660066;
}
.search_results {
  	font-size:14px;
}
.search_disclaimer {
  	font-size:14px;
	color: #CC0000;
}

/* These stlyes used in forms */
.form_items {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.form_required_field {
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	color: #CC0000; 
}
.information_heading {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	padding: 5px;
}

/* These styles are used in Visual Index */
.visualidx_box {
	border: 1px solid #0000CC;
	margin: 5px 0px 0px;
	}
.visualidx_redtxt{
	color: #CC0000;
}
.visualidx_heading {
	font-size: 18px;
}

.fusenews_heading {
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.fusenews_partnbr {
	color: #0066CC;
}
.fusenewstable {
	vertical-align: top;
}

/* These Styles used for page headings - glow box */
.menu_heading_left {
/* add these statements for background graphics 
	BACKGROUND: url(../images/general/menu_left_side.gif);
	background-repeat:no-repeat;
	height: 50px;	
	width: 20px;	
*/
}
.menu_heading_fill {
	font-size: 30px;
	color:#333;
	font-style:italic;
	font-weight:bold;
/* add these statements for background graphics 
	BACKGROUND: url(../images/general/menu_centre_fill.gif); 
	height: 50px;		
	background-repeat:repeat-x;		
*/
}
.menu_heading_right {
/* add these statements for background graphics 
	BACKGROUND: url(../images/general/menu_right_side.gif);
	background-repeat:no-repeat;
	height: 50px;		
	width: 20px;		
*/
}

/* Items with this class will only appear when printing */
.print_only {
	display:none;
}

/* Layout for *Loading Page* message */
#loadmsg {
	position:absolute; 
	font-family:arial; 
	font-size:16; 
	background-color:white; 
	layer-background-color:white; 
	height:100%; 
	width:960px;
}

/* new layout for search results */
.searchbox_desc {
	padding-left:20px;
	padding-right:30px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#666;
	color:#fff;
	font-size:12px;
}
.searchbox_desc a {
	text-decoration:none;
	color:inherit;
}
.searchbox_desc a:visited {
	text-decoration:none;
	color:inherit;
}
.searchbox_desc a:active {
	text-decoration:none;
	color:inherit;
}
.searchbox_desc a:hover {
	text-decoration:none;
	color:#FF0;
}

.searchbox_range{
	padding-left:30px;
	padding-right:30px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#ccc;
	color:#000;
	font-size:12px;
	border: 1px solid #666;	/* setup full border */
}

.searchbox_image {
	border: 1px solid #666;	/* setup full border */
	padding: 0px;	
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#fff;
}
.search_label1 {
	font-size: 12px;
	padding-left:50px;
}
.search_label2 {
	font-size: 20px;
}
.search_label3 {
	font-size: 12px;
}
.searchbox_results {
	border: 1px solid #666;	/* setup full border */
	padding: 5px;	
	background-color:#fff;
	font-size: 14px;
}
.search_xref_note {
	color: #600;	
}

#search_background {
	border: 1px solid #ccc;	/* setup full border */
	border-top: 0px;	/* erase the top border */
	background: #ccc;
	padding-top: 10px;	/* control positioning of products */
	padding-bottom: 10px; /* control positioning of products */
	padding-left: 20px;	/* control positioning of products */
	padding-right: 20px; /* control positioning of products */
}
