/*
This Style Sheet is used in the following places:
new purchasing pages 2008
*/


/* section styles */

body {
	background-image: url(http://images.uk-plc.net/imagesuk/purchasing/background.jpg);
	/*background-image: none;*/
	text-align:left;
/*	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;*/
	}

#logo {
	background:url(http://images.uk-plc.net/imagesuk/purchasing/ePurchasing.jpg) no-repeat 100% 79%; 
	/*width:100%;
	text-align:left;*/
	}
	
/*#tabnav {
height:27px;}*/

#tabnav2 li a:hover {background-color:#bfe5ff;}

.main h2{background-image: url(http://images.uk-plc.net/imagesuk/cc/titleStripDkBlue.gif);}

#breadcrumb{background-image:none; background-color:#edf2f8;}

#infobox {
background: url(http://images.uk-plc.net/imagesuk/purchasing/iSml.gif) no-repeat top left #eaeaea;
border: 1px solid #c0c0c0; 
}

/* NUMBER OF COLUMNS */

/*to remove right column enable the folowing 2 lines*/
.rightColumn {display: none;}
.middleColumn {width: 70%;}

/*to also remove left column, please also enable the folowing 2 lines*/
.leftColumn {display: none;}
.middleColumn {width: 90%; padding: 0 50px; margin:0; max-width: 100%;}

.shadow {background: none;}

.form {float:left}
.radio, .checkbox{border:none;}

.submitimg {margin-left:2px; border:none; }
.submitimg:hover {border:none;} /* CAUSING ERRORS IN IE6 - only called by productcodesearch*/


#QuickOrderForm {border:1px solid #E5E5E5;/* background-color:#F2F2F2; */margin: 10px 0;}
#QuickOrderBuild {border: 1px dashed #CCCCCC; margin-top:15px;}
#QuickOrderSearchResults {clear:both;}
#QuickOrderSearchResults .infoTableHeader td {background: url(http://images.uk-plc.net/imagesuk/titleStripGrey.gif) 0 0 repeat-x; border:none;}
  
  
 /*old purchasing table styles*/

.olink { color: #FB9A28; font-weight: normal}
.cinput { font-size: 9pt; border: 2px #E7912B double}

.bodytxtsm { font-size: 10pt; }
.clist {  color: #FB9A28; list-style-position: outside; list-style-image: none; list-style-type: square}

.tableback {background: #FFFFFF}       /*	      grey               */

.locationheader {background: #000000}       /*	      black               */
.locationback {background: #FFCC99}        /*	    orange'ish	 */

.categoryheader {background: #6699CC}     /*	       blue	 	 */
.categoryback {background: #FFFFFF}       /*	       white	 */

.productback {background: #000066}          /*	      Dark Blue	 */
.productheader {background: #A4CC99}       /*	      green           */
.productfooter {background: #A4CC99}       /*	      green             */

.companiesback {background: #CCCC99}     /*	       beige	 */
.companiesheader {background: #ACBBE4}       /*	      blue             */
.updown {  font-size: 12px; color: #000066; font-weight: bold;}

.productbar {background: #A6A6CA} 
.searchNext {  font-size: 12px;  font-weight: bold;}
.searchsm {  font-size: 12px;   font-weight: normal;}
.searchsmb {  font-size: 12px;  font-weight: bold;}
.olinkSM {  font-size: 11px; color: #FB9A28; font-weight: normal; }

.tdpadding { padding: 6px 6px; }

.ruleBox {border: 1px solid #bfbfd9; background-color:#FFFFFF; padding: 10px; width:500px; }

.approvalBox {width:600px; border: 1px dotted #bfbfd9; padding: 10px; margin-top:10px;
background:url(http://images.uk-plc.net/imagesuk/fadeBg.gif) 0 0 repeat-x; }

.approvalBoxLevel {float:left; margin-right: 10px;}
.approvalBoxUsergroup {}

#approvalChain, #userGroupHierachy {/*clear:both; breaks it in template pages*/
float:left; width:100%; background-color:#FFFFFF; margin:0; padding:0; white-space:nowrap; margin-bottom:10px;
/*line-height:2em; height:2em; min-height:1.3em;*/ }
 
#approvalChain, #userGroupHierachy {border: 1px solid #bfbfd9; padding:0 0 4px 10px; width:99%; clear:both;}
#approvalChain ul, #userGroupHierachy ul {margin:0 auto; padding:0; list-style:none;}
#approvalChain li, #userGroupHierachy li {
	list-style:none;
	white-space:nowrap; /*prevent text wrapping*/
	float:left; /*keep them inline*/
	margin:2px 0; /*acts as line height*/
	padding:0;
}

#approvalChain li a, #userGroupHierachy li a {text-align:left; display:block; color:#808080; 
padding:2px 10px 2px 12px; 
background:url(http://images.uk-plc.net/imagesuk/arosGrey.gif) 0 8px no-repeat;  }
#approvalChain li a:hover {color:#000066;}

.AddressApproval {border: 1px dashed #bfbfd9;margin:10px 0;}

.noborder {border:none;}

.EditViewCategoryList {list-style:none;}
.EditViewCategoryList li {width:100%; display:block; clear:left; line-height:2em; }
.EditViewCategoryList li input {float:left; border:none;  margin:0; padding:0;}
.EditViewCategoryList li form {display:inline; float:left; width:40px;  }

	.atozlist {	text-align:left;
				}
				
		.atozlist a{			display:inline;
						background:#e3ecf2; 
						margin:0 5px 0 0; 
						padding:2px 5px 2px 5px;
						text-decoration:none;}
					
			.atozlist a:hover{	background:#80b9e4; 
								color:#FFF; 
								text-decoration:none;}

.noofpages{
	margin-top:10px;
	}
	
	.noofpages a{				display:inline;
						background:#e3ecf2; 
						margin:0 5px 0 0; 
						padding:2px 5px 2px 5px;
						text-decoration:none;}
					
			.noofpages a:hover{	background:#80b9e4; 
								color:#FFF; 
								text-decoration:none;}






