/* Till 09 Build v0 */

/* 1 - Layout
 * 2 - html tags
 * 3 - Main Panels
 * 4 - Receipt
 * 5 - ActionPanel
 * 6 - Toolbar
 * 7 - Help
 * 8 - Keyboards
 * 9 - Action Panel
 * 10- Popups (inc 'report')
 * 11- qCodes
 * 12- Browse
 * 13- Payments
 * 14 - Sales Orders
 * 15 - Authorisation
 * 16 - Till Menu
 */


/* 1 - Layout
   ------------------- */

/* positioner - 	the outermost container */
#positioner{
	width:100%;
	position:relative;
}

/* wrapperOuter  - 	the main body of the site */
#wrapperOuter{
	position:absolute;
	top:10px;
	left:50%;
	width:976px;
	margin-left:-488px;
	
}

#blackout{
	position:absolute;
	top:20px;
	left:50%;
	width:976px;
	margin-left:-488px;
	/*background-color: #666666;*/
	background-image: url('../../images/semiOpaque.gif');
	height: 575px;
	display: none;
}

#wrapper{
	padding: 0 10px;
	overflow:hidden;
	position: relative;
	height: 730px;
}

#loginInfo {
	position:absolute;
	top:0px;
	left:50%;
	width:976px;
	margin-left:-488px;
	/*text-left: right;*/
}

  #footer {
	}



.right {
	text-align: right;
}	

.paddedContainer {
	padding: 10px;
}

.scrollContainer {
	padding: 10px;
	overflow: scroll;
	height: 327px;
}

div.toolTips {
	width: 300px;
}

#ajaxOutput  {
	visibility: hidden;
	position: absolute;
	top: 750px;
	width: 100%; 
	height: 0; 
	border: 1px solid black; 
	overflow: scroll;
}

#devLinks {
visibility: hidden;
}



/* 2 - html tags
   ------------------- */

 html {
	overflow: -moz-scrollbars-vertical;
	font-size: 12px;
}


body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  background-color: #efefef;
  font-size: 1em;
	color:#5f5f5f;
	padding:0;
	line-height:1.3em;
}
	
a:link, a:visited {
	margin:0;
	padding:0;
	color:#0033cc;
	text-decoration:none;
}

a:hover{
	margin:0;
	padding:0;
	text-decoration:underline;
}

form { 
	padding: 0;
	margin: 0;
}



img{
	border:none;
}

input, select {  
	font-size: 1.4em;
}


.buttons, form input[type="subqit"] {
	font-size: 16px;
	padding: 5px;
	font-weight: bold;
	margin: 5px;
}


table {
  border-collapse: collapse;
}

td {

}


	
/* 3 - Main Panels
   ------------------- */
#panelReceiptDisplay {
	height: 710px;
	width: 370px;
	position: absolute;
	top: 10px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
}

#panelCentre {
	width: 480px;
	height: 620px;
	position: absolute;
	top: 10px;
	left: 392px;
}

 
#panelHelpTips,  #panelAddOns {
	visibility: hidden;
	width: 480px;
	height: 85px;
	position: absolute;
	top: 0px;
	left: 0px;
}
 
 
#panelAction {
	width: 480px;
	height: 138px;
	position: absolute;
	top: 0px;
	left: 0px;
	/*background-color: #ECE9D8;*/
	z-index: 1000;
}
 
#panelToolbar {
	height: 708px;
	width: 80px; 
	position: absolute;
	top: 10px;
	left: 884px; 
	text-align: center;
}

#panelHelp {
	color: #000000;
	width: 270px;
	position: absolute;
	top: 151px;
	left: 0px;
}
 
#panelKeypad {
	width: 190px;
	padding-right: 10px;
	height: 397px;
	padding-top: 10px;
	position: absolute;
	top: 151px;
	left: 280px;
	margin: 0; 
	text-align: left; 
	font-size: 12px; 
	visibility: hidden;
	
}

#panelKeyboard {
	width: 460px;
	padding-right: 10px;
	padding-left: 10px;
	height: 224px;
	padding-top: 10px;
	position: absolute;
	top: 151px;
	left: 0px;
	margin: 0; 
	text-align: left; 
	font-size: 12px; 
	visibility: hidden;
}


#panelKeyboardVis {
	/* Used in login page*/
	border: 1px solid #999999;
	width: 460px;
	padding-right: 10px;
	padding-left: 10px;
	height: 224px;
	padding-top: 10px;
	margin: 0; 
	background-color: rgb(255,255,225); 
	text-align: left; 
	font-size: 12px; 
	visibility: visible;
}



/* 4 - Receipt
   ------------------- */



#receiptHeader {
	position: absolute;
	top 0px;
	left: 0;
	height: 160px;
	width: 100%;
	border: 1px solid #999999;
	text-align: center;
	background-color:#FFFFFF;
	color: #333333;
	font-size: 1.2em;
}
 
/*#receiptHeader img {
	position: relative;
	top: 17px;
	margin-bottom: 20px;
}*/


#panelReceiptDisplay #logoContainer {
	position: relative;
	top: 0;
	width: 350px;
	height: 75px;
	margin: 9px;
	text-align: center;
	vertical-align: middle;
}

#panelReceiptDisplay #logoContainer img {
}


#receiptHeader p {
	padding: 0;
	margin: 0;
	line-height: 1.1em;
} 

#receiptUserInfo {
	height: 25px;
	width: 100%;
	position: absolute;
	top: 133px;
}

#receiptUserInfo div {
	position: absolute;
	top: 4px;
	left: 10px;
}
	
#receiptUserInfo img {
	position: absolute;
	top: 4px;
	right: 10px;
}
	
	
#receiptBody {
	height: 500px;
	width: 100%;
	border: 1px solid #999999;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	position: absolute;
	top: 160px;
	left: 0;
	background-color:#FFFFFF;
	font-size: 1.2em;
}

#receiptBody div.receiptText {
	height: 15px; 
	float: left; 
	overflow: hidden;
	position: relative;
	top: 3px;
	color: #000000;
}

#receiptBody a {
	color: #333333;
	text-decoration: none;
}


/*
#receiptBody div.up {
	position: absolute;
	top: 17px;
	width: 100%;
	text-align: center;
}

#receiptBody div.down {
	position: absolute;
	bottom: 17px;
	width: 100%;
	text-align: center;
}
*/

#receiptBody .highlight {
	border: 1px solid #FFCC34; 
	background-color: #FFe9A4;
	margin: 0;
	padding: 0;
	height: 20px; 
}

#receiptBody .receiptText {
	border: 0; 
	/*background-color: #FFFFFF;*/
	margin: 0;
	padding: 0;
	height: 20px; 
}

#receiptBody div.last {
	border: 1px solid #FFCC34; 
	background-color: #FFFFCC;
	height: 20px; 
}




#receiptCustInfo {
	height: 45px;
	width: 100%;
	border: 1px solid #999999;
	position: absolute;
	bottom: 50px;
	background-color:#ffffff;
}

#receiptCustInfo p {
	color: #000000;
	position: absolute;
	top: -8px;
	left: 45px;
}

#receiptCustInfo img#icon {
	position: absolute;
	top: 7px;
	left: 7px;
}

#receiptCustInfo div#custButtons {
	position: absolute;
	top: 22px;
	left: 45px;
}

#receiptFooter {
	height: 50px;
	width: 100%;
	position: absolute;
	bottom: 0;
}

#receiptFooter p {
	margin: 0;
	padding: 0;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}

#receiptFooter #txnNum{
	font-size: 1em;
	position: absolute;
	top: 5px;
	left: 10px;
}

#receiptFooter #custInfo{
	font-size: 1em;
	position: absolute;
	top: 19px;
	left: 10px;
}

#receiptFooter #items{
	font-size: 2em;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
	
#receiptFooter #total{
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 0;
	margin: 0;
	font-size: 4em;
}

#receiptFooter #total span{
	font-size: 0.7em;
	position: relative;
	bottom: 10px;
	right: 3px;
}

	

#receiptCarousel li {
	width: 100%;
}


/* 5 - Action panel */

#lineTotal {
	font-size: 1.4em;
	font-weight: normal;
}

 /* 6 - Toolbar */

#panelToolbar img {
	margin-top: 18px;	
}

#panelToolbar p {
	margin: -1px 5px;
}

span.mandatory {
	color: #FF0000; 
	font-size: 1.3em; 
	font-weight: bold;
}


/* 7 - Help */

#helpHeader {
	background-image: url(images/help.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	background-color: #ECE9D8;
	height: 30px;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	position: relative;
}

#helpHeader p {
	padding: 7px 30px;
	margin: 0px;
	color: #000000;
	border: 1px solid #999999;
	border-bottom: 0;
}

#helpHeader img#helpWindowMinimise {
	position: absolute;
	right: 5px; top: 5px;
}

#helpHeader img#helpWindowRestore {
	position: absolute;
	right: 5px; top: 5px;
	visibility: hidden;
}

#helpLevel {
	text-align: right;
	margin: 5px 10px 5px 5px;
}

#helpBody {
	padding-left: 10px;
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	border: 1px solid #999999;
	border-top: 0;
	height: 180px;
}

#helpText {
	position: relative;
	top: -6px;
}

#helpText h1 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 1.4em;
}

#helpText ul {
	margin: 0 0 10px 15px;
	padding: 0;
}



/* 8 - Keyboards */

/*keypad*/
.kbButtonLrg {
	width: 48px;
	height: 16px;
	padding: 16px 0;
	float: right;
	margin: 5px 6px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.doubleWidth {
	width: 110px;
}


/*keyboard*/
.kbButton {
	width: 40px;
	height: 16px;
	padding: 12px 0;
	float: left;
	margin: 2px 3px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.kbSpaceBar {
	width: 178px;
	height: 20px;
	padding: 10px 0 10px 0;
	float: left;
	margin: 3px 3px 3px 141px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.kbButton img, .kbButtonLrg img {
	width: 16px;
	height: 16px;
	margin: 0 2px;
}


/* 9 - Action Panel */


#actionTitle, #qTipTitle {
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 1.4em;
	padding: 5px;
	height: 13px;
	position: relative;
}

.inputSku {
	background-image:url(../../images/iconInputSku.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	background-color: #CCFF99;
	font-size: 0.5em;
	padding-left: 46px !important;
}

.inputCust {
	background-image:url(../../images/iconInputCust.gif);
	background-repeat: no-repeat;
	background-position: 9px 2px;
	background-color: #CCFF99;
	font-size: 0.5em;
	padding-left: 46px !important;
}

.inputUser {
	background-image:url(../../images/iconInputUser.gif);
	background-repeat: no-repeat;
	background-position: 9px 2px;
	background-color: #CCFF99;
	font-size: 0.5em;
	padding-left: 46px !important;
}


#qTipTitle img.close{
	position: absolute;
	top: 2px;
	right: 2px;
}

.mainInput {
	font-size: 1.6em;
	border: 1px solid #FF0000;
	color: #000000; 
	margin: 35px 10px;
	padding: 4px;
}

.mainInput2 {
	font-size: 1.6em;
	border: 1px solid #FF0000;
	color: #000000; 
	margin: 5px 10px;
	padding: 4px;
}





#panelHelpTips div#helpTipsText {
	padding-top: 5px;
}


#panelHelpTips p {
	margin: 0 0 0 5px;
}


#panelAction img.search {
	position: absolute;
	top: 60px;
	left: 220px;
}

#panelAction img.help {
	position: absolute;
	top: 65px;
	left: 260px;
}

#panelAction img.actionButton {
	position: absolute;
	top: 37px;
	right: 10px;
}

#panelAction table.skuEdit {
	margin: 10px;
	width: 460px;
	font-size: 1.2em;
	background-color: #FFFFFF;
}

#panelAction table.skuEdit td {
	padding: 2px;
}

#panelAction .skuEditDesc {
	width: 200px;
	font-weight: bold;
	border: 1px solid #999999;
	padding: 4px;
}

#panelAction td.heading {
	font-weight: bold;
	text-align: center;
	border: 1px solid #999999;
}

#panelAction td.data {
	border: 1px solid #999999;
	text-align: right;
	padding: 4px;
}

#panelAction td.buttons {
	background-color: rgb(255,255,225); 
	text-align: right;
	margin: 0;
	padding: 4px 0 0 0;
	
}

#panelAction p {
	margin: 10px;
	
}

#addOnsText {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	height: 61px;
}

.largeButton {
	height: 50px; 
	font-size: 1.4em;
}


/* 10 - Popups */
#popup {
	display: none; 
	position:absolute;
	top: 30%;
	
	left:50%;
	width:200px;
	margin-left:-100px;

	border: solid black 1px; 
	padding: 10px; 
	background-color: rgb(255,255,225); 
	text-align: left; 
	font-size: 12px; 
	z-index: 2000;
}

#popup img.close {
	position: absolute;
	top: 3px;
	right: 3px;
}


#popup div.close {
text-align: right;
	
}

#popup img.icon {
	float: left;
}

#popup h1 {
	margin-top: 10px;	
	padding-left: 40px;
	font-size: 1.5em;
	line-height: 1.1em;
}


#popupHelp {
	display: none; 
	position:absolute;
	top:10%;
	max-height: 500px;

	left:50%;
	width: 700px;
	margin-left:-350px;

	border: solid black 1px; 
	padding: 10px; 
	background-color: rgb(255,255,225); 
	text-align: left; 
	font-size: 12px; 
	
}

#popupHelp img.close {
	position: absolute;
	top: 3px;
	right: 3px;
}


#popupHelp div.close {
text-align: right;
	
}

#popupHelp img.icon {
	float: left;
}

#popupHelp h1 {
	margin-top: 10px;	
	padding-left: 40px;
	font-size: 1.5em;
	line-height: 1.1em;
}

.buttonLink {
 	border: 1px solid #666666;
	display: inline;
	padding: 5px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}



#popupSearch {
	display: none; 
	position:absolute;
	top: 20px;

	left:50%;
	width: 730px;
	margin-left:-375px;

	border: solid black 1px; 
	padding: 10px; 
	background-color: rgb(255,255,225); 
	text-align: left; 
	font-size: 12px; 
	z-index: 1000;

}

#popupSearch img.close {
	position: absolute;
	top: 3px;
	right: 3px;
}


#popupSearch div.close {
text-align: right;
	
}

#popupSearch img.icon {
	float: left;
}

#popupSearch h1 {
	margin-top: 10px;	
	padding: 0;
	padding-left: 0px;
	font-size: 2em;
	line-height: 1.1em;
	color: #008ed2;
}

#popupSearch h2 {
	margin-top: 10px;	
	margin-bottom: 0;
	padding-left: 0px;
	font-size: 1.7em;
	line-height: 1.1em;
}

#popupSearch h3 {
	margin-top: 10px;	
	margin-bottom: 0;
	padding-left: 0px;
	font-size: 1.2em;
	line-height: 1.1em;
}

#popupSearch p {
	padding: 0;
	margin: 0;
	color: #333333;
}

#popupSearch #btnSearchGo {
	position: relative;
	top: 5px;
	
}


#popupSearch table.report 	{
		border: solid 1px #999999; 
		margin-top: 10px ;
		color: #000000; 
		padding: 0;
		border-collapse:collapse;
		font-size: 1.5em;

		/*padding-right: 10px*/
	}

#popupSearch table.report th
	{
	font-weight: bold; 
	color: #333333; 
	background-color: #ffffff;
	border-bottom: solid 1px #999999; 
	padding: 3px 10px 3px 10px;
	}

#popupSearch table.report td.row0 {
		background-color: #FFFFFF; 
		padding: 8px;
	}

#popupSearch table.report td.row1	{
		background-color: #DDDDDD; 
		padding: 8px;
	}
	
#popupSearch table.report td.totals {
		font-weight: bold;
		border-top: 1px solid #666666;
		border-bottom: 1px solid #666666;
		height: 30px;
		padding: 3px;
	}



	table.report 	{
		border: solid 1px #999999; 
		margin: 10px ;
		font-size: 13px; 
		color: #000000; 
		padding: 0;
		border-collapse:collapse;

		/*padding-right: 10px*/
	}
	
	table.report th
	{
	font-weight: bold; 
	color: #333333; 
	background-color: #ffffff;
	border-bottom: solid 1px #999999; 
	padding: 0px 3px 0px 3px;
	}

	table.report td.row0 {
		background-color: #FFFFFF; 
		padding: 2px 3px 2px 3px;
	}

	table.report td.row1	{
		background-color: #DDDDDD; 
		/*background-color: #E1F7FF; */
		padding: 2px 3px 2px 3px;
	}
	
	table.report td.totals {
		font-weight: bold;
		border-top: 1px solid #666666;
		border-bottom: 1px solid #666666;
	}

	table.report input	{
		font-size: 13px;
		text-align: right;
		width: 40px;
	}


#popupFullScreen {

	position:absolute;
	top:20px;
	left:50%;
	width:956px;
	padding: 10px; 
	margin-left:-488px;
	height: 540px;
	border: solid black 1px; 
	background-color: rgb(255,255,225); 
	
	display: none;
	
	text-align: left; 
	font-size: 12px; 

	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	z-index: 1000;

}

#popupFullScreen img.close {
	position: absolute;
	top: 3px;
	right: 3px;
}


#popupFullScreen div.close {
text-align: right;
	
}

#popupFullScreen img.icon {
	float: left;
}

#popupFullScreen h1 {
	margin-top: 10px;	
	padding: 0;
	padding-left: 0px;
	font-size: 2em;
	line-height: 1.1em;
	color: #008ed2;
}

#popupFullScreen h2 {
	margin-top: 10px;	
	margin-bottom: 0;
	padding-left: 0px;
	font-size: 1.7em;
	line-height: 1.1em;
}

#popupFullScreen h3 {
	margin-top: 10px;	
	margin-bottom: 0;
	padding-left: 0px;
	font-size: 1.2em;
	line-height: 1.1em;
}

#popupFullScreen p {
	padding: 0;
	margin: 0;
	color: #333333;
}

#popupFullScreen #btnSearchGo {
	position: relative;
	top: 5px;
}


#popupReceipt {
	display: none; 
	position:absolute;
	top: 15%;
	left:50%;
	width: 320px;
	margin-left:-100px;
	border: solid black 1px; 
	padding: 20px; 
	padding-bottom: 0;
	background-color: rgb(255,255,225); 
	text-align: left; 
	font-family: "Courier New", Courier, mono;
	font-size: 14px; 
	z-index: 2000;
}

#popupReceipt img.close {
	position: absolute;
	top: 3px;
	right: 3px;
}


#popupReceipt div.close {
text-align: right;
	
}

#popupReceipt h1 {
	margin-top: 10px;	
	font-size: 1.5em;
	line-height: 1.1em;
}

#popupReceipt .receiptAlert {
	border: 1px solid #FF0000;
	background-color: #FFFFFF;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 10px 20px 0 20px;
}

#popupReceipt td.firstColumn {
	/* Sets the width for the firstCol*/
	width: 320px;
}

#popupReceipt table {
	width: 300px;
}

#popupReceipt img.receiptTear {
	position: relative;
	left: -20px;
	width: 360px;
}

#popupReceipt div.under {
	background-color: #FFFFFF;
	position: relative;
	left: -20px;
	top: -2px;
	width: 360px;
	margin: 0;
	height: 150px;
	text-align: center;
}


/* 11 - qCodes */
.prodBox {
  width: 135px;
	height: 185px;
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #666666;
	background-color:#FFFFFF;
	text-align: center;
	float: left;
	position: relative;
}

.prodBox img {
}

.prodBoxButtonL {
position: absolute;
bottom: 5px;
left: 7px;
}

.prodBoxButtonR {
position: absolute;
bottom: 5px;
right: 7px;
}

.prodBoxTitle  {
position: absolute;
bottom: 25px;
left: 0;
width: 100%;
}


.first {
  margin-left: 0;
}

div.rodInfoPic {
width: 208px;
height: 208px;
border: 1px solid #666666;
background-color: #FFFFFF;

}


/* 12 - Browse */

#productBlockContainer{
	clear:both;
	margin:3px 0 0 0;
	overflow:hidden;
	padding:0;
	width:450px;
}

.productBlock{
	width:135px;
	height:153px;
	float:left;
	margin:0 10px 10px 0;
	position:relative;
	padding:0;
	border:1px solid #d8d8d8;
	background-color: #FFFFFF;

}

.productItemText{
	width:130px;
	position:absolute;
	text-align:center;
	bottom: 20px;
	left:0;
	margin:0;
	font-size:0.9em;
	padding:3px 0 3px 0px;
	background-color:#f6f6f6;
}


/* 13 - Payments */

div#paymentTypes {
	width: 168px;
	height: 100px;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0px;
	top: 8px;
}


div#paymentTypes div.toolbarItem {
	/*position: absolute;*/
	float: left;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin: 0 5px 5px 0;
	width: 49px;
	height: 50px;
	text-align: center;
}

div#paymentTypes div.toolbarItemEnd {
	/*position: absolute;*/
	float: left;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin: 0 0 5px 0;
	width: 50px;
	height: 50px;
	text-align: center;
}


div#paymentTypes p {
position: relative;
top: -13px;
font-size: 0.9em;
font-weight: bold;
}

div#paymentTypes img {
position: relative;
top: 2px;

}

#paymentList, #paymentList2 {
	width: 280px;
	position: absolute;
	top: 10px;
	left: 10px;
}

  div#paymentTypesHeader {
		float: right;
		color: #333333;
		font-size: 1.67em;
		border-right: 1px solid #666666;
		background-color: #dde6ff;
		height: 20px;
		padding: 5px;
		width: 194px;
		border: 1px solid #666666;
		text-align: center;
		
	}


table tr.paymentListHeader td {
	color: #333333;
	background-color: #dde6ff;
	height: 36px;
	padding: 4px;
	border: 1px solid #666666;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

table tr.paymentListHeader td.noBorder {
	border-left: 0;
	border-right: 0;
}

table tr.paymentListHeader td.rightBorder {
	border-left: 0;
}


table tr.paymentListHeader td span {
	font-size: 1.3em;
	font-weight: bold;
}

table tr.paymentListItem td {
	color: #333333;
	background-color: #ffffff;
	height: 36px;
	padding: 4px;
	border: 1px solid #666666;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

table tr.paymentListItem td.noPadding {
	padding-bottom: 3px;
}



table tr.paymentListFooter td {
	color: #333333;
	font-weight: bold;
	background-color: #ffccff;
	height: 36px;
	padding: 4px;
	border: 1px solid #666666;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

table tr.paymentListFooter td span {
font-size: 1.2em;
}


table tr.paymentListHeader td.right {
	text-align: right;
}

table tr.paymentListItem td.right {
	text-align: right;
}

table tr.paymentListFooter td.right {
	text-align: right;
}

#paymentAmount {
	width: 100px;
}

.scrollContainer {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	position: relative;
}


/* variables in dom */
#domVars {
	visibility: hidden;
}


 /*Login Page */
 
#loginLogoBox {
	width: 300px; 
	height: 75px; 
	margin:0 auto; 
	margin-top: 15px;
	margin-bottom: 15px;
	text-align:center; 
}  
	
#loginLogo {
 text-align: center; 
 margin-bottom: 10px;
}

#loginBox {
	position: relative;
	top: 2px;
	width: 270px;
	border: 1px solid #aaaaaa;
	left:50%;
	margin-left:-135px;
	height: 220px;
	margin-bottom: 20px;
}

#loginBox div.loginHead{
	background-color:#0084BD; 
	color:#FFFFFF; 
	font-weight:bold; 
	font-size: 1.4em;
	padding: 5px 0 5px 10px;
	margin-bottom: 10px;
}

#loginBox div.loginRow {
	margin: 2px 5px;
	height: 25px;
	padding: 2px;
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
}

.loginLabel {
	width: 200px;
}


#loginBox div.loginRow input {
	width: 100px;
	position: absolute;
	right: 5px;
	top: 0;
	font-size: 1.1em;
}

#loginBox div#loginLinks {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #aaaaaa;
	margin: 0;
	height: 25px;
	text-align: center;
}




/*14 - Sales Order */

table.formTable {
	margin: 10px;
}

table.formTable td.label{
	font-size: 1.4em;
	font-weight: bold;
	vertical-align: top;
	margin-right: 10px;
}

p.formLabel {
	font-size: 1.4em;
	font-weight: bold;
}	


	table.bigTable 	{
		border: solid 1px #999999; 
		margin: 10px ;
		font-size: 14px; 
		color: #000000; 
		padding: 0;
		border-collapse:collapse;
	}
	
	table.bigTable th
	{
	font-weight: bold; 
	color: #333333; 
	background-color: #ffffff;
	border-bottom: solid 1px #999999; 
	padding: 0px 10px 0px 10px;
	}

	table.bigTable td {
		padding: 5px;
	}

	table.bigTable td.row0 {
		background-color: #FFFFFF; 
	}

	table.bigTable td.row1	{
		background-color: #DDDDDD; 
	}
	
	table.bigTable td.totals {
		font-weight: bold;
		border-top: 1px solid #666666;
		border-bottom: 1px solid #666666;
	}

	table.orderSummary 	{
		/*border: solid 1px #999999; */
		
		margin: 10px ;
		font-size: 14px; 
		color: #000000; 
		padding: 0;
		border-collapse:collapse;
		width: 470px;
	}

	table.orderSummary td.title	{
		background-color: #DDE6FF;
		color: #000000;
		font-weight: bold;
		font-size: 1.2em;
		padding: 3px;
	}
	
	 table.orderSummaryItem {
	 	width: 225px;
		margin-bottom: 10px;
		border: 1px solid #999999;
	 }

	 table.orderSummaryItem td {
	 	padding-left: 5px;
	 }



/* Athorisation */
	table.authTable {
		margin: 13px 20px 13px 45px;
		font-weight: bold;
	}
	
	
	/* 16 - Till menu */
.tillMenu li {
	font-size: 1.6em;
	line-height: 1.1em;
}

.tillMenu p {
	padding: 5px;
	font-size: 1.4em;
}
	
	
	
/* For quote pdf preview */	
		#topBanner {
	background-color: #008ed2;
	color: #efefef;
	padding: 5px;
	margin: 0;
	height: 20px;
	border: 1px solid #666666;
	}


 /* 17 - Login Page */
 
 #loginNotice {
	position: relative;
	top: 20px;
	width: 400px;
	border: 1px solid #aaaaaa;
	background-color:#DAEDF3;
	left:50%;
	margin-left:-200px;
	height: 150px;
	margin-bottom: 30px;
	padding: 10px;
	font-size: 0.9em;
}

 
#loginLogoBox {
	height: 75px; 
	text-align:center; 
	margin:0 auto; 
	margin-bottom: 15px;
}  
	
#loginLogo {
 text-align: center; 
 margin:0 auto; 
}

#loginLogo img {
 border: 1px solid #999999;
}

div#loginLinks {
	position: relative;
	height: 20px;
}

div#loginLinks div {
	position: absolute;
	top: 0;
	left: 0;
}