﻿/* Till Styles - skin1
1 - html tags
2 - layout
*/

/* 1 - html tags*/

body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  background-color: #CCCCCC;
  font-size:0.75em;
	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;
}


h1 {
	  margin: 0;
}

img{
	border:none;
}

input {  
font-size: 1em;
}

table {
  border-collapse: collapse;
}


/* 2 - layout */


	/* positioner
	the outermost container
	--------------------------------------------------------------*/
	#positioner{
		width:100%;
		position:relative;
	}


	/* wrapperOuter
	the main body of the site 
	margin-left is half div width to position it in the middle
	--------------------------------------------------------------*/

	#wrapperOuter{
		position:absolute;
		top:20px;
		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{
		background-color:#fff;
		/*width:955px;*/

		padding: 20px;
		border: 1px solid #666666;
		overflow:hidden;
	}
	
	#topRow {
		position: relative;
		height: 65px;
	}
	
	#clientLogo {
	  background-image: url(../images/clientLogo.gif);
		height: 65px;
		width: 139px;
	}
	
	#support {
	  position: absolute;
		left: 147px;
		top: 0;
		font-size: 1.17em;
		color: #0033cc;
	}
	
	#support a:link {
	  font-size: 0.86em;
		color: #0033cc;
		font-weight: normal;
	}
	
	#subTotalPanel {
	  position: absolute;
		right: 0;
		top: 0;
		border: 1px solid #666666;
		height: 65px;
		width: 170px;
		background-color: #dde6ff;
	}

	#subTotal {
	  font-size: 2em;
		font-weight: bold;
		color: #333333;
		text-align: right;
		width: 160px;
		height: 60px;
		position: absolute;
		top: 14px;
	}
	
	#subTotalItems {
	  font-size: 1.33em;
		font-weight: bold;
		color: #0033cc;
		text-align: right;
		width: 160px;
		height: 60px;
		position: absolute;
		top: 45px;
	}
	
	#signedInAs {
		color: #0033cc;
		position: absolute;
		top: 0px;
		right: 200px;
		background-image: url(../images/iconTillUserSml.gif);
		background-position:left;
		background-repeat:no-repeat;
		padding-left: 20px;
  }

  #toolbar {
		position: absolute;
		top: 0px;
		top: 24px;
		right: 187px;
		height: 43px;
	  text-align: right;
		border-right: 1px solid #666666;
	}
	
	#toolbar div.toolbarItem {
	  width: 50px;
		height: 37px;
		padding-top: 4px;
		border: 1px solid #666666;
		border-right: 0;
		background-color: #b9cbff;
		float: right;
		font-weight: bold;
		text-align: center;
	}

	#toolbar div.toolbarItem p {
	position: relative;
	top: -19px;
	text-align: center;
	}
	
	
	#basketContents {
		position: relative;
		margin-top: 15px;
		/*max-height: 350px;*/
		height: 315px;
		overflow: scroll;
		background-color:#EEE;
		border: 1px solid;

	}
	
	#basketFrame {
	  width: 953px;
		border: 0;
		border: 1px solid #666666;
	}


	#basketContents table.list  {
		width: 100%;
		border: 1px solid #666666;		
		border-collapse: collapse;
		background-color: #FFFFFF;
		padding: 0;

	}

	#basketContents table.list tr th {
	  background-color: #dde6ff;
		color: #666666;
		font-size: 1.17em;

	}

	#basketContents table.list tr td {
	  border: 1px solid #666666;
		height: 24px;
		padding-left: 5px;
		padding-right: 5px;

		color: #000000;
		font-size: 1.17em;
		/*font-family:"Courier New", Courier, mono;*/
	}
	
	#basketContents td.editing input {
	  text-align: right; 
		width: 50px; 
		height: 14px;
		font-size: 0.9em;
		font-weight: bold;
	}

	#basketContents td.editing {
	  background-color:#FFCCFF;
	}
	
	.right {
	  text-align: right;
	}

	.centre {
	  text-align: center;
	}
	
	#bottomRow {
	position: relative;
	margin-top: 15px;
	}
	
	#helpPrompt { 
	position: relative;
	height: 63px;
	width: 390px;
	background-color: #ffff9f;
	border: 1px solid #666666;
	color: #666666;
	font-size: 1.17em;
	margin-right: 15px;
	}
	
	#helpSymbol {
	position: absolute;
	top: 5px;
	left: 5px;
	}

	#helpText { 
	  position: relative;
		top: 7px;
		left: 24px;
	}
	
	#actionButton {
	  position: absolute;
		right: 0;
		top: 0;
		height: 55px;
		width: 55px;
		padding: 10px;
		background-color: #b9cbff;
		border: 1px solid #666666;
		text-align: center;
		font-weight: bold;
		
	}
	
	
	#paymentContainer {
	  position: relative;
		width: 695px;
		text-align: center;
		left: 50%;
		width: 700px;
		margin-left: -350px;
		margin-top: 15px;
	}


  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;
		
	}
	
  div.paymentTypes {
		position: relative;
		height: 43px;
		border-right: 1px solid #666666;
		
		clear: both;

	}
	
	div.paymentTypes div.toolbarItem {
	  /*position: absolute;*/
		width: 50px;
		height: 37px;
		padding-top: 4px;
		border-left: 1px solid #666666;
		border-bottom: 1px solid #666666;
		background-color: #b9cbff;
		float: right;
		font-weight: bold;
		text-align: center;
	}

	div.paymentTypes div.toolbarItem p {
	position: relative;
	top: -25px;
	text-align: center;
	}

	div.paymentTypes div.toolbarItem img {
	position: relative;
	top: -4px;
	text-align: center;
	}





	
	#paymentList {
	  position: absolute;
		top: 0;
		left: 0;
		width: 458px;
	}

	
	
	table tr.paymentListHeader td {
		color: #333333;
		background-color: #dde6ff;
		height: 30px;
		padding: 5px;
		border: 1px solid #666666;
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.2em;
	}

	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: 30px;
		padding: 5px;
		border: 1px solid #666666;
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.2em;
	}

	table tr.paymentListFooter td {
		color: #333333;
		font-weight: bold;
		background-color: #ffccff;
		height: 30px;
		padding: 5px;
		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.67em;
	}


	table tr.paymentListHeader td.right {
		text-align: right;
	}

	table tr.paymentListItem td.right {
		text-align: right;
	}

	table tr.paymentListFooter td.right {
		text-align: right;
	}



  #footer {
	  margin-top: 10px;
	}
	
	.paddedContainer {
	margin: 10px;
	}
	
	.paddedContainer h1 {
	margin-bottom: 10px;
	}
	
	.error {
	  background-color: #FFCCFF;
		color: #333333;
		font-size: 1.2em;
		font-weight: bold;
	}
	
	div.error p {
	margin: 10px;
	font-weight: normal;
	padding: 0 0 5px 0;
	}	
	
	div.error h3 {
	margin: 0 10px ;
	padding-top: 5px;
	background-image:url(../images/iconWarningSml.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 25px;
	
	}
	
		.error.info {
	  background-color: #dde6ff;
	}

	div.error.info h3 {
	background-image:url(../images/iconTillInfo.gif);
	}


.prodBox {
  width: 148px;
	height: 180px;
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #666666;
	background-color:#FFFFFF;
	text-align: center;
	float: left;
	position: relative;
}

.prodBox img {
margin-top: 12px;
}

.prodBoxTitle  {
margin: 0 10px;
position: absolute;
bottom: 0;
}

.first {
  margin-left: 0;
}

div.prodInfoPic {
width: 200px;
height: 200px;
border: 1px solid #666666;
background-color: #FFFFFF;
}




	table.searchResult 	{
		color: #333333;
		margin: 10px 0;
		font-size: 11px; 
		padding: 0;
		border-collapse:collapse;
	}
	
	table.searchResult th
	{
	background-color:#999999;
	font-weight: bold; 
	color: #ffffff; 

	border-right: solid 1px #ffffff; 
	padding: 3px 10px;
	}

	table.searchResult th.last
	{
		border-right: solid 1px #999999;
	}

	table.searchResult td.row0 {
		background-color: #FFFFFF; 
		padding: 2px 5px 2px 5px;
		border: solid 1px #999999; 
	}

	table.searchResult td.row1	{
		background-color: #DDDDDD; 
		/*background-color: #E1F7FF; */
		padding: 2px 5px 2px 5px;
		border: solid 1px #999999; 
	}

table.searchResult td a:link, table.searchResult td a:visited {
	margin:0;
	padding:0;
	color: #333333;
	text-decoration:none;
}

table.searchResult td a:hover{
	margin:0;
	padding:0;
	text-decoration:underline;
}




/* Browse Pages */


#productBlockContainer{
	clear:both;
	margin:3px 0 0 0;
	overflow:hidden;
	padding:0;
	width:670px;
}

.productBlock{
	width:154px;
	height:153px;
	float:left;
	margin:0 10px 10px 0;
	position:relative;
	padding:0;
	border:1px solid #d8d8d8;
	background-color: #FFFFFF;

}

.productItemText{
	width:154px;
	position:absolute;
	text-align:center;
	bottom: 20px;
	left:0;
	margin:0;
	font-size:0.9em;
	padding:3px 0 3px 0px;
	background-color:#f6f6f6;
}



/* Till Reconciliation */

.tillCheck {
	float: left;
	width:350px;
		
}

.paymentListItem {
	
}

.tillCheck .paymentListItem input {
	width: 50px;
	height: 14px;
	font-size: 12px;
	text-align: right;
}
	


#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; 
	
}

#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;
}


#popup .authBox {
	position: relative;
	margin-bottom: 15px;
}

#popup .authBox input {
	position: absolute;
	right: 0;
}



#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;
}








	table.report 	{
		border: solid 1px #999999; 
		margin-top: 10px ;
		font-size: 11px; 
		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 10px 0px 10px;
	}

	table.report td.row0 {
		background-color: #FFFFFF; 
		padding: 2px 5px 2px 5px;
	}

	table.report td.row1	{
		background-color: #DDDDDD; 
		/*background-color: #E1F7FF; */
		padding: 2px 5px 2px 5px;
	}
	
	table.report td.totals {
		font-weight: bold;
		border-top: 1px solid #666666;
		border-bottom: 1px solid #666666;
	}


div.toolTips {
	max-width: 300px;
}



/* Start popupSearch popup*/

#popupSearch {
	display: none; 
	position:absolute;
	top:5%;

	left:50%;
	width: 350px;
	margin-left:-175px;

	border: solid black 1px; 
	padding: 10px; 
	background-color: rgb(255,255,225); 
	text-align: left; 
	font-size: 12px; 

}

#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;
	
}



/* End of popupSearch popup*/







/* Start popupFullScreen popup*/

#popupFullScreen {

	position:absolute;
	top:20px;
	left:50%;
	width:956px;
	padding: 10px; 
	margin-left:-488px;
	height: 522px;
	border: solid black 1px; 
	background-color: rgb(255,255,225); 
	
	display: none;
	
	text-align: left; 
	font-size: 12px; 

	overflow: scroll;
	overflow: -moz-scrollbars-vertical;

}

#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;
	
}

/* End of popupFullScreen popup*/


/*popupKeypad */

#keyboard {
	display: none; 
	position:absolute;
	left:50%;
	border: solid black 1px; 
	padding: 15px 10px 10px 10px; 
	background-color: rgb(255,255,225); 
	text-align: left; 
	font-size: 12px; 
	
}

#keyboard img.close {
	position: absolute;
	top: 3px;
	right: 3px;
}



.button {
	width: 50px;
	height: 32px;
	padding: 2px 0;
	float: right;
	border: 1px solid black;
	margin: 4px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
}

.button p {
	color: #000000;
	margin: 7px;
	font-size: 20px;
}

.button img {
	width: 24px;
	height: 24px;
	margin: 3px;
}


.rev {
	float: left;
}



.kbButton {
	width: 34px;
	padding: 5px 0;
	float: left;
	border: 1px solid black;
	margin: 3px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
}

.kbButton img {
	width: 16px;
	height: 16px;
	margin: 0 2px;
}


/*end of popupKeypad */
