/*	Search stylesheet. Code by GS. UK PLC		*/

/*   	 Version History:	  Created 25/10/00.  			*/

		       
    
     
/*	Style definitions begin here		*/


	A:hover {color: #FF0033; text-decoration:underline;}	

.visible {background: #ffffff}     /*	       white	 */
.hidden {background: #cccccc}     /*	       grey     	 */

.bodytext {font-family:  Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; color: #111111;}
	
	A.bodytext: {color: #111111; text-decoration:none;}
	A.bodytext:visited {color: #111111; text-decoration:none;}
	A.bodytext:hover {color: #DD6800; text-decoration:none;}	
	A.bodytext:active {color: #111111; text-decoration:none;}

.contacttext {font-family:  Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; color: #111111;}

	A.contacttext: {color: #111111; text-decoration:none;}
	A.contacttext:visited {color: #111111; text-decoration:none;}
	A.contacttext:hover {color: #DD6800; text-decoration:none;}	
	A.contacttext:active {color: #111111; text-decoration:none;}

.tableheadbg {background: #121879}
.tableheadtext {font-family:  Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; color :#ffffff; font-weight: bold;}
.colheadbg {background: #FFE7AC}
.colheadtext {font-family:  Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; color :#121879; font-weight: bold;}
		
	A.colheadtext: {color: #ffffff; text-decoration:none;}
	A.colheadtext:visited {color: #ffffff; text-decoration:none;}
	A.colheadtext:hover {color: #DD6800; text-decoration:none;}	
	A.colheadtext:active {color: #ffffff; text-decoration:none;}

/* coltext is used throught the webgen template. productCell is used across product templates. We'll have to apply the style to both. */

.coltext {font-family:  Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; color :#121879; font-weight: normal;}
		
	A.coltext: {color: #121879;}
	A.coltext:visited {color: #2436ff;}
	A.coltext:hover {color: #DD6800;}	
	A.coltext:active {color: #2436ff;}

.productCell {font-family:  Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; color :#121879; font-weight: normal;}	
	A.productCell: {color: #121879;}
	A.productCell:visited {color: #2436ff;}
	A.productCell:hover {color: #DD6800;}	
	A.productCell:active {color: #2436ff;}

.productNameCell, .productPriceCell { font-weight: bold; }

.partNumberCell {font-size: 10;}


/* These are titles within cells of the product detail tables. */
.productDetailTableInnerTitle { font-weight: normal; }

.productPartNumberCell { font-size: 8pt; }


.productbackground {background: #d9d9e8}
.mainheadbg {background: #839fd7}
.mainheadtext {font-family: Arial, Helvetica, sans-serif; font-size: 28px; font-style: normal; line-height: normal; color: #121879;}



.addresstext { font-family:  Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; color: #111111;}

.pagetitle { font-family:  Arial, Helvetica, sans-serif; font-size: 28px; font-style: normal; line-height: normal; color: #121879; font-weight: bold;}

.producttext { font-family:  Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; color: #111111; text-decoration:none;}

	A.producttext: {color: #111111; text-decoration:none;}
	A.producttext:visited {color: #666666; text-decoration:none;}
	A.producttext:hover {color: #DD6800; text-decoration:none;}	
	A.producttext:active {color: #111111; text-decoration:none;}

.smallprint { font-family:  Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: normal; color: #111111;}


.titletext {font-family:  Arial, Helvetica, sans-serif; font-size: 15px; font-style: normal; line-height: normal; color :#000000; font-weight: bold;}


.listTable { 
	border-right: 2px ridge;
	border-top: 2px ridge;
}

.listTable td {
	border-left: 2px ridge;
	border-bottom: 2px ridge;
	text-align: center;
}

.listTableProductCell .coltext {
	font-weight: bold;
}

          	          
/*	Style definitions end here		*/

